Programming
PHP, Python, Javascript, Java, C, C++, Bash, Ruby, any thing else related.
Articles / Posts
Bash Aliases
I love being able to create my own aliases with Linux. Instead of memorizing commands I can just add quick calls to the code for things I notice I do a lot! The following are just some basics that save me a lot of time.
Reload profile, shell environment setup
bashalias envsetup=". ~/.profile"
Display External IP Address
bashalias myip="wget http://ipinfo.io/ip -qO -"
Regex Favs
These are some of my favorite Regular Expressions to use. Code samples are Javascript. Usually I will use combinations of these to get the results I'm looking for. Right now I only have a few, plan on adding more as I come across em & write em.
Tools
- Regular-Expressions.info
Regex Tutorial, Examples and Reference, Regexp Patterns - RegExr
Learn, Build, & Test RegEx
Character Removal/Manipulation
Non-ASCII Characters