This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Defined in /Users/dns/.config/fish/functions/acm.fish @ line 1 | |
function acm | |
git commit -am "$argv[1]" | |
git push | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="root"> | |
<div class="card one"></div> | |
<div class="card two"></div> | |
<div class="card three"></div> | |
<div class="card four"></div> | |
<div class="card five"></div> | |
<div class="card six"></div> | |
<div class="card seven"></div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
ifconfig | grep inet\ | grep -v inet\ 169.254 | tail -1 | cut -d " " -f 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Component({ | |
parameters: [], | |
render: function() {} | |
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
var readline = require('readline'); | |
var devnull = require('dev-null'); | |
var rl = readline.createInterface({ | |
input: process.stdin, | |
output: devnull() | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello virtual world | |
<img src="uHQsKx4.jpg" /> |
Pull SVGs out of webpages, from inside Backtick!
http://nytimes.github.io/svg-crowbar/ originally by The New York Times.
- Install Backtick - http://backtick.io/
- Open Backtick settings
NewerOlder