This file contains hidden or 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
{"title":"test video","description":"hsjfav","screen":"http://amway.apide.com/de/media/screen/2-amway-german-test-video.jpeg","file":"http://amway.apide.com/de/media/view/4.mp4","duration":"01:25","brand":"Amway german","views":2,"rating":0} |
This file contains hidden or 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/bash | |
AUTHOR=$(git config user.name) | |
DATE=$(date +%F) | |
git log --no-merges --format="%cd" --date=short --no-merges --author="$AUTHOR" --all | sort -u -r | while read DATE ; do | |
if [ $NEXT != "" ] | |
then | |
echo | |
echo [$NEXT] | |
fi | |
GIT_PAGER=cat git log --no-merges --format=" %s" --since=$DATE --until=$NEXT --author="$AUTHOR" --all |
This file contains hidden or 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
# Extracts colors with CSS, sort and remove duplicates. | |
egrep -o 'rgba\([[:digit:],\.\s\ ]+\)|#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})' style.css | sed 's/ *//g' | xargs -n1 | sort -u |
This file contains hidden or 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
.crash-me { | |
-webkit-transform: translate(calc(60px - 100%), 0); | |
} |
This file contains hidden or 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
<!doctype html> | |
<head> | |
<!--[if lte IE 8]> | |
<script> | |
document.createElement('poster'); | |
</script> | |
<![endif]--> | |
</head> |
This file contains hidden or 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
/* ukryj elementy poza pozostałymi... 4-rema ;) */ | |
li:nth-last-child(n+5) { | |
display: none; | |
} |
This file contains hidden or 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
// default-color | |
@emboss-color: #fff; | |
// mixin with default parameter | |
.emboss-effect (@color:@emboss-color) { | |
text-shadow: 0 1px 0 @color; | |
} | |
.emboss-effect(); |
This file contains hidden or 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
When you hear the sound of thunder, | |
don’t you get too scared. | |
Just grab your thunder buddy, | |
and say these magic words: | |
“Fuck you, Thunder! | |
You can suck my dick. | |
You can’t get me, Thunder, | |
because you’re just God’s farts.” |
This file contains hidden or 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
function fst_not_null ($param_1. $param_2, ...) { | |
// get array of params | |
// or array | |
return current(array_filter(array($param_1, $param_2, ...))); | |
} |
This file contains hidden or 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="slideshow"> | |
<div class="slide-1"> | |
<div class ="fr frame1"></div> | |
<div class ="fr frame4"></div> | |
<div class ="fr frame7"></div> | |
</div> | |
<div class="slide-2"> | |
<div class ="fr frame2"></div> | |
<div class ="fr frame5"></div> | |
<div class ="fr frame8"></div> |