https://github.com/ronanyeah/cool-stuff
random code snippets
https://github.com/ronanyeah/cool-stuff
Last synced: 2 months ago
JSON representation
random code snippets
- Host: GitHub
- URL: https://github.com/ronanyeah/cool-stuff
- Owner: ronanyeah
- Created: 2016-11-02T02:17:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T18:05:38.000Z (over 9 years ago)
- Last Synced: 2025-07-23T00:44:02.509Z (11 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How do I...
[...recursively map file paths?](https://gist.github.com/ronanyeah/ee81bf11799c944b8234dbf5c0f26618) [ Node.js ]
[...run `git status` against all folders in the current folder?](https://gist.github.com/ronanyeah/5cea88a11894c63c717362912b3c8204) [ Bash ]
[...have a look at some dice results?](https://gist.github.com/ronanyeah/ac5a9a40043930d2b6ff6f8bd2c858ed) [ JavaScript ]
[...run a setup file for my Node.js repl?](https://gist.github.com/ronanyeah/c2e17f840083df85fe512deafa6f64e5) [ Node.js, Bash ]