View gist:2155982
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
sed \ | |
-e ':a;N;$!ba;s/\n//g' \ | |
-e 's/ {/{/g' \ | |
-e 's/: /:/g' \ | |
-e 's/;}/}/g' \ | |
-e 's/{ /{/g' \ | |
-e 's/; /;/g' \ | |
css/style.css |
View gist:2356487
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
for file in *.mkv; do out=`basename "$file" .mkv`.mp4; cvlc "$file" :sout="#transcode{vcodec=h264,scale=0.5}:std{access=file,mux=ps,dst='$out'}" vlc://quit; done |
View gist:2411479
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
bash -c 'LD_PRELOAD=/usr/lib32/libv4l/v4l2convert.so ~/skype_static-2.2.0.35/skype' |
View minify-js.sh
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
#!/bin/sh | |
# Use like this: | |
# | |
# minify-js.sh < app.js > app.min.js | |
# | |
curl -s \ | |
-d compilation_level=SIMPLE_OPTIMIZATIONS \ | |
-d output_format=text \ |
View encrypted.google.com.css
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
#sslock, #ab_ctl_ss { | |
display: none; | |
} |
View assembla.com.css
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
.ticket-description, .message-content, | |
.ticket-comments .comment, #new_flow_body { | |
width: 42em; | |
} | |
.commit-comment-header span { | |
display: block; | |
} |
View Jenkins.css
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
table#projectstatus { | |
width: auto; | |
margin: 1em 4px !important; | |
border-top: 1px #bbb solid!important; | |
} | |
table#projectstatus+table { | |
display: none; | |
} |
View 999.md.css
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
.a0e7c1ec9e018, | |
.header_numbersTop, | |
.banner, | |
#header_numbersRich, | |
#m__numbers-placeholder-vertical, | |
#m__numbers-placeholder-rich, | |
#m__directadvert-horizontal, | |
#m__directadvert-vertical, | |
iframe { | |
display: none !important; |
View sudval.org.css
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
body { | |
width: 35em; | |
margin: 0 auto; | |
} |
View github.com.css
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
@media print { | |
.pagehead, .frame-meta, .meta, #footer, .header { | |
display: none; | |
} | |
article.entry-content { | |
font-side: x-small; | |
} | |
} |
OlderNewer