VirtualTam's bookmarks
186 bookmarks found
-
- https://stackoverflow.com/questions/35773299/how-can-you-export-the-visual-studio-code-extension-list
- https://stackoverflow.com/questions/55310734/how-to-add-more-indentation-in-the-visual-studio-code-explorer-file-tree-structu/55315106#55315106
- https://github.com/microsoft/vscode/issues/1027 - Suppress display of end-of-file newline as blank line
- https://stackoverflow.com/questions/30140112/how-do-i-hide-certain-files-from-the-sidebar-in-visual-studio-code
- https://stackoverflow.com/questions/29973619/how-to-make-vs-code-treat-a-file-extensions-as-a-certain-language
- https://stackoverflow.com/questions/44774709/removing-the-file-preview-on-the-right-side-of-the-editor-in-vs-code
-
How To Corrupt An SQLite Database File
2022-05-02 -
- https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
/tmp
- Directory for temporary files. Often not preserved between system reboots and may be severely size-restricted./var/tmp
- Temporary files to be preserved between reboots.
-
Technical Writing Style Guides
2020-08-16 -
- https://stackoverflow.com/questions/10622179/how-to-find-identify-large-commits-in-git-history
- https://stackoverflow.com/questions/223678/which-commit-has-this-blob
1git rev-list --objects --all \ 2| git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' \ 3| sed -n 's/^blob //p' \ 4| sort --numeric-sort --key=2 --reverse \ 5| head -n 150 \ 6| cut -c 1-12,41- \ 7| $(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
-
- https://colemak.com/Unix
- https://forum.colemak.com/topic/2315-dreymars-big-bag-of-keyboard-tricks-main-topic/
- https://forum.colemak.com/topic/1438-dreymars-big-bag-of-keyboard-tricks-linuxxkb-files-included/
- https://forum.colemak.com/topic/2014-extend-extra-extreme/
- https://forum.colemak.com/topic/50-colemak-vim/
- https://forum.colemak.com/topic/513-modifications-for-other-languages/
- https://colemakmods.github.io/ergonomic-mods/extend.html
- https://colemakmods.github.io/ergonomic-mods/modifiers.html
- https://www.youtube.com/watch?v=xlqDCY05Hpk
- https://stackoverflow.com/questions/253820/colemak-keyboards-with-emacs-or-vim