VirtualTam's bookmarks
45 bookmarks found
-
Reference:
- abbr - manage fish abbreviations
- argparse - parse options passed to a fish script or function
- function - create a function
- string - manipulate strings
- switch - conditionally execute a block of commands
Configuration:
- Writing your own prompt
- fish_add_path - add to the path
- fish_git_prompt - output git information for use in a prompt
- Setting up my fish shell from scratch on macOS
Plugins:
- jorgebucaran/fisher - A plugin manager for Fish
- jorgebucaran/autopair.fish - Auto-complete matching pairs in the Fish command line
- PatrickF1/fzf.fish
- kidonng/zoxide.fish
-
Hashrust - A guide to closures in Rust
2023-07-22 -
Functional table-driven tests in Go
2023-04-18 -
criu: Checkpoint/Restore tool
2022-12-06 Checkpoint/Restore In Userspace, or CRIU (pronounced kree-oo, IPA: /krɪʊ/, Russian: криу), is a Linux software. It can freeze a running container (or an individual application) and checkpoint its state to disk. The data saved can be used to restore the application and run it exactly as it was during the time of the freeze. Using this functionality, application or container live migration, snapshots, remote debugging, and many other things are now possible.
-
Vim: Function copy
2022-01-05 va{Vy
- Place the cursor somewhere in my method,
va{
to visually select the the code block,V
to turn the selection from character-wise to line-wise,y
to yank
-
Guide to Tracing in Erlang - Stratus3D
2021-09-21 -
Elm at Rakuten | Rakuten Engineering Blog
2021-08-19 -
Microsoft Excel as a Programming Language
2019-09-02 - https://news.ycombinator.com/item?id=429505
- https://www.quora.com/Can-MS-Excel-be-considered-a-functional-programming-language
- http://www.felienne.com/archives/2974
- https://news.ycombinator.com/item?id=6416631
- https://pt.stackoverflow.com/questions/99642/o-excel-%c3%a9-uma-linguagem-de-programa%c3%a7%c3%a3o
-
-
-
Racket - solve problems · make languages
2018-10-25 -
- https://github.com/roundcube/elastic (archived)
- https://github.com/roundcube/roundcubemail/tree/master/skins/elastic
- https://kolabian.wordpress.com/2017/09/23/elastic/
- https://kolabian.wordpress.com/2017/11/23/elastic-core-functionality-covered/
- https://kolabian.wordpress.com/2018/04/11/elastic-calendar/
- https://kolabian.wordpress.com/2018/06/15/elastic-html-editor/