Explore >> Select a destination


You are here

withinrafael.com
| | www.reedbeta.com
16.3 parsecs away

Travel
| | Pixels and polygons and shaders, oh my!
| | radu-matei.com
11.4 parsecs away

Travel
| | In this article we will explore how to build shared and static libraries in Go, and import them in Rust.
| | www.nayuki.io
15.7 parsecs away

Travel
| |
| | takeonrules.com
99.4 parsecs away

Travel
| 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"...