Skip to content

Instantly share code, notes, and snippets.

@tarelli
tarelli / ScriptOutput.txt
Created November 22, 2012 17:23
Output from running script
Matteos-MacBook-Pro:~ matteocantarelli$ python build_server_package.py
['http://ftp.osuosl.org/pub/eclipse//virgo/milestone/VP/3.6.0.M01/virgo-tomcat-server-3.6.0.M01.zip', 'https://github.com/openworm/org.openworm.simulationengine.core/archive/master.zip', 'https://github.com/openworm/org.openworm.simulationengine/archive/master.zip', 'https://github.com/openworm/org.openworm.simulationengine.samplesimulation/archive/master.zip', 'https://github.com/openworm/org.openworm.simulationengine.frontend/archive/master.zip', 'https://github.com/openworm/org.openworm.simulationengine.samplesolver/archive/master.zip', 'https://github.com/openworm/org.openworm.simulationengine.model.sph/archive/master.zip', 'https://github.com/openworm/org.openworm.simulationengine.solver.sph/archive/master.zip', 'https://github.com/openworm/org.openworm.simulationengine.simulator.sph/archive/master.zip', 'https://github.com/openworm/org.openworm.simulationengine.simulation/archive/master.zip', 'https://github.com/openworm/org.openwor
@tarelli
tarelli / instructions
Last active December 10, 2015 02:39
Automatic Virgo startup
Save the script as /etc/init.d/virgo
chmod 755 /etc/init.d/virgo
Make a link to it from /etc/rc3.d such as:
cd /etc/rc5.d
sudo ln -s ../init.d/virgo S90virgo
use chmod -R 777 on the virgo folder
@tarelli
tarelli / gist:5441745
Last active December 16, 2015 13:29
Geppetto simulations
https://www.dropbox.com/s/iyr085zcegyis0n/sph-sim-config.xml?dl=1 23/04/13 Not working
https://www.dropbox.com/s/7vxeh6qbln9jesk/sph-sim-config-test.xml?dl=1
https://dl.dropboxusercontent.com/u/7538688/funzionare.xml?dl=1
@tarelli
tarelli / GEPPETTO.xml
Last active December 19, 2015 00:18
Geppetto integration sample scripts
<?xml version="1.0" encoding="UTF-8"?>
<tns:simulation xmlns:tns="http://www.openworm.org/simulationSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openworm.org/simulationSchema ../../src/main/resources/schema/simulationSchema.xsd ">
<tns:configuration>
<tns:outputFormat>RAW</tns:outputFormat>
</tns:configuration>
<tns:entities>
<tns:entity>
<tns:id>muscle_cell</tns:id>
<tns:aspects>
<tns:aspect>
@tarelli
tarelli / gist:5928415
Last active December 19, 2015 08:49
Geppetto Alpha Release 0.0.2
* Basic simulation XML specification
* Basic simulation lifecycle
* Start/Pause/Stop/Reset
* Simulators currently in development
* Fluid hydrodynamics simulator bundle (PCI-SPH)
* Neuronal simulator bundle (LEMS/NeuroML)
* WebGL Frontend
* 3D visualization
* Particle system
* Ball stick morphologies
This file has been truncated, but you can view the full file.
{"entities":[{"id":"LIQUID_sph","geometries":[{"type":"Particle","id":"p[1575]","position":{"x":12.524999618530273,"y":2.505000114440918,"z":57.11399841308594}},{"type":"Particle","id":"p[1576]","position":{"x":12.524999618530273,"y":2.505000114440918,"z":58.784000396728516}},{"type":"Particle","id":"p[1577]","position":{"x":12.524999618530273,"y":2.505000114440918,"z":60.45399856567383}},{"type":"Particle","id":"p[1578]","position":{"x":12.524999618530273,"y":2.505000114440918,"z":62.124000549316406}},{"type":"Particle","id":"p[1579]","position":{"x":12.524999618530273,"y":2.505000114440918,"z":63.79399871826172}},{"type":"Particle","id":"p[1580]","position":{"x":12.524999618530273,"y":2.505000114440918,"z":65.46399688720703}},{"type":"Particle","id":"p[1581]","position":{"x":12.524999618530273,"y":2.505000114440918,"z":67.13400268554688}},{"type":"Particle","id":"p[1582]","position":{"x":12.524999618530273,"y":2.505000114440918,"z":68.80400085449219}},{"type":"Particle","id":"p[1583]","position":{"x":12.524
/*******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2011, 2013 OpenWorm.
* http://openworm.org
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the MIT License
* which accompanies this distribution, and is available at
* http://opensource.org/licenses/MIT
@tarelli
tarelli / gist:9793438
Last active August 29, 2015 13:57
Geppetto-Sibernetic Script
from __future__ import with_statement
import os
import urllib
import tempfile, shutil, zipfile, re, sys
from fabric.api import local, lcd, hide, show, settings
import os.path as op
import sys
@tarelli
tarelli / gist:10278549
Last active May 17, 2016 17:34
Deploy JARs to Github/Maven
mvn install:install-file -DgroupId=edu.ucar -DartifactId=netcdf -Dversion=4.3.20 -Dfile=/Users/matteocantarelli/Documents/Development/MetaCellWorkspace/Geppetto/org.geppetto.core/lib/netcdf-4.3.20.jar -Dpackaging=jar -DgeneratePom=true -DlocalRepositoryPath=/Users/matteocantarelli/Documents/Development/MetaCellWorkspace/Geppetto/org.geppetto.maven -DcreateChecksum=true
mvn install:install-file -DgroupId=org.jscience -DartifactId=jscience -Dversion=4.3.1 -Dfile=/Users/matteocantarelli/Documents/Development/MetaCellWorkspace/Geppetto/org.geppetto.core/lib/jscience-4.3.1.jar -Dpackaging=jar -DgeneratePom=true -DlocalRepositoryPath=/Users/matteocantarelli/Documents/Development/MetaCellWorkspace/Geppetto/org.geppetto.maven -DcreateChecksum=true
mvn install:install-file -DgroupId=org.scala-saddle -DartifactId=jhdf5 -Dversion=13.06.2 -Dfile=/Users/matteocantarelli/Desktop/jhdf5.jar/ -Dpackaging=jar -DgeneratePom=true -DlocalRepositoryPath=/Users/matteocantarelli/Documents/Development/MetaCellWorkspace/Geppetto
@tarelli
tarelli / gist:2c47ae47930e0571453c
Created February 10, 2015 12:52
Instance types meeting notes
var giovanni={}
giovanni.X=4
4
giovanni.Y=5
5
giovanni
Object {X: 4, Y: 5}
gioInstance.getType= function(){return this.target};
function (){return this.target}