Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| import sys | |
| from decimal import Decimal | |
| from datetime import datetime | |
| try: | |
| import requests | |
| import simplejson as json |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| #!/bin/bash | |
| if [ $1 ] | |
| then | |
| echo Processing file $1; | |
| else | |
| for var in `find *.png`; | |
| do | |
| echo Processing file $var; | |
| sips -Z $(($(sips -g pixelWidth "$var" | cut -s -d ':' -f 2 | cut -c 2-) / 2)) "$var" --out "resized_$var" &> /dev/null |
| .blackAlpha50 { | |
| *zoom: 1; | |
| filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80000000', endColorstr='#80000000'); | |
| background: transparent; | |
| background: rgba(0, 0, 0, 0.5); | |
| } | |
| :root .blackAlpha50 { | |
| filter: none\0/IE9; | |
| } |
| ffmpeg -i fifty-fifty_short.mp4 -b 5000k -acodec wmav2 -vcodec wmv2 -ar 44100 -ab 56000 -ac 2 -y fifty-fifty_short.wmv |