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
# Sweet Gif Creation from .mov | |
# | |
# Adapted from https://gist.github.com/SlexAxton/4989674 | |
gifify() { | |
if [[ -n "$1" ]]; then | |
GIF="${1%.*}.gif" | |
if [[ $2 == '--bad' ]]; then | |
ffmpeg -i $1 -s 600x400 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > $GIF | |
else | |
ffmpeg -i $1 -r 10 -vcodec png out-static-%05d.png |
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
@Web Services | |
whohosts http://www.whoishostingthis.com/%d Who is hosting this? | |
uinfo http://geturlinfo.appspot.com/%r?format=json URL Info for domain | |
down http://downforeveryoneorjustme.com/%s DownforEveryone? | |
@Bookmarklets | |
2text javascript:location.href='http://www.aaronsw.com/2002/html2text/?url='+document.location.href; HTML2Text | |
camel script:https://rawgit.com/mutewinter/Camelmark/master/camelmark.js Search CamelCamelCamel | |
clip javascript:(function(){x=document.createElement('SCRIPT');x.type='text/javascript';x.src='http://brettterpstra.com/share/readability.js?x='+(Math.random());document.getElementsByTagName('head')[0].appendChild(x);y=document.createElement('LINK');y.rel='stylesheet';y.href='http://brettterpstra.com/share/readability.css?x='+(Math.random());y.type='text/css';y.media='screen';document.getElementsByTagName('head')[0].appendChild(y);})(); Run the Clippable bookmarklet | |
clipr javascript:(function(e,a,g,h,f,c,b,d)%20{if(!(f=e.jQuery)||g>f.fn |