Wow, Github now has builtin support for IPython Notebooks \o/
VirtualTam's bookmarks
-
2015-05-09 -
2015-04-09 -
2015-04-08 -
2015-03-23 -
2015-03-21 -
2015-03-19 -
TL;DR
- March 12, 2015 - New project creation disabled.
- August 24, 2015 - The site goes read-only.
- January 25, 2016 - The project hosting service is closed.
-
2015-03-15 -
2015-03-02 -
2015-03-02 -
2015-02-14 -
2015-02-14 -
2015-02-14 -
- https://en.wikipedia.org/wiki/SHA-1
- http://stackoverflow.com/questions/1867191/probability-of-sha1-collisions
- http://en.wikipedia.org/wiki/Birthday_problem
Some thoughts we had while toying with Gerrit, which artificially tracks different commits to group them as "patch sets", by using a Change-Id SHA-1 in the commit message:
-
2015-02-14 Applied example: https://github.com/bradfitz/deadbeef
-
2015-02-08 -
To import a certificate to a Java keystore:
$ keytool -import -alias <alias> -file <file>.crt -keystore <keystore>
Example (Linux w/ OpenJDK 7):
$ /usr/lib/jvm/java-7-openjdk-amd64/bin/keytool -import -alias <alias> -file <file>.crt -keystore /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/security/cacerts
-
2015-01-06 Git is coming to AUR (or, AUR is coming to Git?)