These are my links for 4 giu 2014 through 18 giu 2014:
- Bash: parsing arguments with ‘getopts’ | rsalveti’s random thoughts – Today I was writing some scripts, and in every script I wanted something to handle all input arguments, in a good way, so I could pass my arguments in any order and my program would know about it. I used ‘getopts’ before, but this time I decided to write some stuff here about it.
- A Hacker’s Guide to Git | Wildly Inaccurate –
- jasonlong/lavalamp – A text editor theme that visually differentiates languages.
- dayid’s screen and tmux cheat sheet – A comparison of the features (or more-so just a table of notes for accessing some of those features) for GNU screen and BSD-licensed tmux.
- JS NICE: Statistical renaming, Type inference and Deobfuscation – Welcome to JSNice — we make even obfuscated JavaScript code readable. We will rename variables and parameters to names that we learn from thousands of open source projects. Furthermore, often we are also able to guess or infer type annotations. Try JSNice on your JavaScript code to see how it works! Override the names suggested by JSNice (by enabling "interactive renames" in settings).