This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(rJava) | |
.jinit() | |
s <- .jnew("java/lang/String", "Hello World!") | |
.jcall(.jnew("java/lang/Runtime"), "J", "totalMemory") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
"""\ | |
A command-line utility that can (re)send all messages in an mbox file | |
to a specific email address, with options for controlling the rate at | |
which they are sent, etc. | |
""" | |
# I got this script from Robin Dunn a few years ago, see | |
# https://github.com/wojdyr/fityk/wiki/MigrationToGoogleGroups |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Pathway commons | |
pathwaycommons.url=http://www.pathwaycommons.org/pc2/ | |
# BioGene | |
biogene.url=http://cbio.mskcc.org/biogene/ | |
biogene.format=json | |
# iHop | |
ihop.url=http://www.ihop-net.org/UniPub/iHOP/ |