Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
if ( res.type == 'obj/mtl' ) { | |
var mtlLoader = new THREE.MTLLoader(); | |
var objLoader = new THREE.OBJLoader(); | |
//load the mtl | |
var rsn = resnames | |
var idx = i | |
//This returns a function to upload each resource | |
var functor = function ( idx, name ) { | |
return function ( materials ) { | |
materials.preload(); |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
R -d "valgrind --leak-check=full --show-reachable=yes" -f test.R > log.txt 2>&1 |
library(IRTpp) | |
library(FactoMineR) | |
testt = simulateTestMD(items = 100,individuals = 1000,dims = 3,clusters = 4,seed = 10) | |
test = testt$test | |
upper = testt$clustinit | |
lower = testt$clustinit + testt$clusters -1 | |
##Estos son los clusters para fix.items | |
fixedclusts = c(t(matrix(c(upper,lower),nrow = length(testt$clusters)))) | |
fi = fix.items(test,fixedclusts) | |
##Items reportados por fix.items. |
###Code conventions for dascire.com webpage.
1. Search for the oracle 7 debian repository | |
2. Add the repository iwth add-apt | |
3. Install Java 7 using apt-get | |
4. Set the local environments for JRE_HOME and JAVA_HOME | |
5. Download Jbilling from sourceforge using wget or curl | |
6. Unzip in the folder | |
7. Execute the binary file in bin folder. |