You are here |
v0dro.in | ||
| | | |
xnacly.me
|
|
| | | | Interacting with the Go runtime with c++ (or c, i think) | |
| | | |
blog.bittersweetryan.com
|
|
| | | | In functional programming a map function is a way to create an array by passing each element of the array into a function. Mapping function... | |
| | | |
takeonrules.com
|
|
| | | | Last month I wrote Creating an Emacs Command to Rename Files per Denote File Naming Schema. Ive been using it in a one-off situation. And yesterday I wrote a wrapping function to call in dired. The source code for jf/dired-rename-files-to-denote-schema. (defun jf/dired-rename-files-to-denote-schema () "Rename marked files in `dired-mode'." (interactive) (when (seq-find (lambda (file) (member (file-name-nondirectory file) '("." ".."))) (dired-get-marked-files)) (user-error "Can't rename "." or ".." files"... | |
| | | |
www.lambdabytes.io
|
|
| | Website of Jonathan Thaler @ lambda::bytes |