Skip to content

Instantly share code, notes, and snippets.

View robaxelsen's full-sized avatar

Rob Axelsen robaxelsen

View GitHub Profile
@robaxelsen
robaxelsen / jsonexample.js
Created April 12, 2016 08:19
JSON example for blog post over at helloilovecode.com
var myMusic = [
{
"artist": "Billy Joel",
"title": "Piano Man",
"release_year": 1973,
"formats": [
"CS",
"8T",
"LP" ],
"gold": true
@robaxelsen
robaxelsen / stringreplace.sh
Created March 19, 2016 19:28
Replacing string in multiple files in Linux
grep -rl stringyouwanttofind somedirectory/ | xargs sed -i 's/stringyouwanttofind/stringyouwanttoreplacewith/g'
@robaxelsen
robaxelsen / NqyNYP.markdown
Last active August 29, 2015 14:24
Weather Card