Open file /etc/default/locale to add or change LC_ALL to the following
LC_ALL="en_US.UTF-8"
Then logout and login again.
Install necessary packages
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
/*! | |
* | |
* stagas - on the verge (tech mix) | |
* | |
*/ | |
var bpm = 125; | |
var tuning = 440; | |
var transpose = 12; |
# http://names.mooseroots.com/stories/5165/most-popular-gender-neutral-names | |
Avery | |
Riley | |
Peyton | |
Logan | |
Taylor | |
Ryan | |
Jordan | |
Cameron |
from PIL import Image, ImageOps | |
# open image | |
img = Image.open("test_image.jpg") | |
# border color | |
color = "green" | |
# top, right, bottom, left | |
border = (20, 10, 20, 10) |