VirtualTam's bookmarks
1834 bookmarks found
-
Emacs as a Python IDE
2015-02-07 Very cool & detailed tutorial on how to setup Emacs for Python editing, completion & execution.
-
PHP Sadness
2015-01-16 -
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
-
Starting and Accessing Jenkins
2015-01-09 To increase the memory allocated and available:
# /etc/default/jenkins JAVA_ARGS="-Xms4G -Xmx16G -Djava.awt.headless=true"
See also
- Jenkins performance hints: http://soldering-iron.blogspot.com/2014/01/jenkins-performance-hints.html
- Java commandline options: http://docs.oracle.com/javase/7/docs/technotes/tools/windows/java.html
-
Cobertura - Jenkins Plugin
2015-01-04 DIsplay code coverage stats
-
nose: python testing helper
2015-01-04 Includes support for Coverage, Xunit and other cool stuff ;-) Oh, and there is parallel testing, too \o/
nosetests --with-coverage --cover-erase --cover-tests --cover-html --cover-html-dir=htmlcov --with-xunit --xunit-file=unit.xml
via http://www.alexconrad.org/2011/10/jenkins-and-python.html
-
suckless.org software that sucks less
2014-12-17 -
DRY Principle: Don't Repeat Yourself
2014-12-17 "Every piece of knowledge must have a single, unambiguous, authoritative representation within a system."
The opposite is WET:
We Edit Terribly, Tumultuously, Tempestuously, Tenaciously, Too much, Timidly, Tortuously, Terrifiedly...
> I think WET also stands for "We Enjoy Typing" // DuncanBayne
-
My favourite Zsh features
2014-12-16 -
MoinMoinWiki - MoinMoin
2014-12-14 -
Sponge - Empowering moisture
2014-12-14 -
CSS3 animation tricks
2014-12-10