Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/bin/sh
CURRENT_DIR=`pwd`
ROOT_DIR=$CURRENT_DIR/biorobotics-dev-environment
SRC_DIR=$ROOT_DIR/source
NUM_CORES=`nproc`
NUM_THREADS=$(($NUM_CORES + 1))
if [ -d "$ROOT_DIR" ]; then
echo 'Folder already exists.'
@nebw
nebw / arXiv popularity scoring.ipynb
Created September 6, 2015 12:07
Popularity scoring for arXiv publications
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.