摘要:
https://github.com/ibraheemdev/modern-unix.git path list https://github.com/Canop/broot.git https://github.com/ogham/exa.git https://github.com/lsd-rs 阅读全文
摘要:
function getWindowByProcessName(pName) { if(!pName || pName.lenght < 1) return; let wnds = sp.AllApplications(); let result = new Array(); for(let i = 阅读全文
摘要:
Search forReplace withDescription (.*).png foo_$1.png Prepends "foo_" to the existing file name for PNG files (.*).png $1_foo.png Appends "_foo" to th 阅读全文
摘要:
ORi: https://o7planning.org/12219/ecmascript-regular-expression - Regular Expression A regular expression defines a search pattern for strings. Regula 阅读全文
摘要:
\ServiceHub\Hosts\ServiceHub.Host.CLR.x86\ServiceHub.DataWarehouseHost.exe \ServiceHub\Hosts\ServiceHub.Host.CLR.x64\ServiceHub.Host.CLR.x64.exe \Serv 阅读全文
摘要:
Reducing Shading on GPUs using Quad-Fragment Merging 阅读全文
摘要:
To understand how these instructions work, it helps to understand the basic execution architecture of GPUs and how fragment programs map to that archi 阅读全文
摘要:
In the Registry Editor, navigate to the following location: at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem. Select the entry named: 阅读全文
摘要:
void runBatch() { ProcessBuilder processBuilder = new ProcessBuilder(); // Run this on Windows, cmd, /c = terminate after this run processBuilder.comm 阅读全文
摘要:
let arg = ['/c', 'abs:/path/what.bat'] let result = spawn('cmd', arg, { stdio: 'pipe', encoding: 'utf-8', maxBuffer: 100 * 1024 * 1024 }) let sout = S 阅读全文
摘要:
coc setting C:\Users\xxx\vimfiles\coc-settings.json 指定 compile_commands.json 在工程的根目录下的build目录 "compilationDatabaseDirectory":"build", { "languageserve 阅读全文
摘要:
" echo $MYVIMRC " source $MYVIMRC set enc=utf-8 set fencs=utf-8,gbk,big5,cp936,gb18030,gb2312,utf-16 set fenc=utf-8 set shortmess=atI "禁止bell set bell 阅读全文
摘要:
config root :echo stdpath('config') ~/AppData/Local/nvim init.vim vim plug ~\AppData\Local\nvim-data\site\autoload\plug.vim python3 python -m pip inst 阅读全文
摘要:
# open vs console then run command in it store command in bat file, this is not pwsh this is not pwsh this is not pwsh ## generate nmake ```bash cmd / 阅读全文
摘要:
Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*' # Install the OpenSSH Client Add-WindowsCapability -Online -Name OpenSSH.Client~~~~ 阅读全文
摘要:
$ownSscriptRoot = 'C:\abs\path\Documents\PowerShell\' $workPS = $ownSscriptRoot + "work.ps1" Import-Module $workPS 在本文中可使用work.ps1中定义的函数 阅读全文
摘要:
/home/pi/.config/autostart pi@uo:~/.config/autostart $ ls -alr 总用量 16 -rw-r--r-- 1 pi pi 288 8月 15 2020 LXinput-setup.desktop -rw-r--r-- 1 root root 9 阅读全文
摘要:
homebrew 被墙了的话, 想办法。 tmux rg fzf vim snipaste rsync curl fswatch sftp scp 显示网速 https://github.com/exelban/stats 快捷键 Automator -> quick action System p 阅读全文
摘要:
https://github.com/vim https://github.com/vim/vim-win32-installer/releases 配置文件位置 windows C:\Users\yourname\vimfiles C:\Users\yourname\vimfiles\autolo 阅读全文
摘要:
" echo $MYVIMRC " source $MYVIMRC set enc=utf-8 set fencs=utf-8,gbk,big5,cp936,gb18030,gb2312,utf-16 set fenc=utf-8 set shortmess=atI "禁止bell set bell 阅读全文