duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
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) |
# http://names.mooseroots.com/stories/5165/most-popular-gender-neutral-names | |
Avery | |
Riley | |
Peyton | |
Logan | |
Taylor | |
Ryan | |
Jordan | |
Cameron |
/*! | |
* | |
* stagas - on the verge (tech mix) | |
* | |
*/ | |
var bpm = 125; | |
var tuning = 440; | |
var transpose = 12; |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
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