Skip to content

Instantly share code, notes, and snippets.

View SebastinSanty's full-sized avatar

Sebastin Santy SebastinSanty

View GitHub Profile
khushboo खुशबू
khushbuu खुशबू
khushbu खुशबू
khusbhu खुशबू
tera तेरा
teraa तेरा
thera तेरा
teraaa तेरा
badan बदन
sulgeh सुलगे
# > generate("10.5061/dryad.74699") |> print
# using all the available data repositories including JSONLD for getting the metadata asynchronously
# All the information provided is sufficient
register(DataDep(
"Data from Ecology and genomics of an important crop wild relative as a prelude to agricultural innovation",
"""
Dataset: Data from: Ecology and genomics of an important crop wild relative as a prelude to agricultural innovation
Website:
http://dx.doi.org/10.5061/dryad.74699
@SebastinSanty
SebastinSanty / command.sh
Created May 1, 2017 11:57
JAVA_OPTS for memory heap
sudo sed -i '/JAVA_OPTS="-Djava.awt.*/c\JAVA_OPTS="-Djava.awt.headless=true -Xmx1024m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:InitiatingHeapOccupancyPercent=0 -Dcom.sun.management.jmxremote.port=8086 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"' /etc/default/tomcat7
@SebastinSanty
SebastinSanty / submit.js
Created March 11, 2017 22:36
Submission script to autolab
var argv = require('minimist')(process.argv.slice(2));
var Table = require('cli-table');
var submit = function(id_no, current_lab, commit_hash) {
var commit_hash = "";
var socket = require('socket.io-client')('autolab.bits-goa.ac.in'+':'+'9000');
socket.emit('submission', [id_no, current_lab , commit_hash, 'java']);
socket.on('invalid', function(data) {
console.log('Access Denied. Please try submitting again');
process.exit(0);