Skip to content

Instantly share code, notes, and snippets.

View antononcube's full-sized avatar
:atom:
Here we go again...

Anton Antonov antononcube

:atom:
Here we go again...
View GitHub Profile
@fancellu
fancellu / .block
Last active June 25, 2024 11:37
Force directed graph for D3.js v4 with labelled edges and arrows
license: gpl-3.0
height: 600
@msollami
msollami / JavaReloader.m
Created October 5, 2014 18:24
An OS-agnostic version of the SimpleJavaReloader package. ** Language = Mathematica
BeginPackage["SimpleJavaReloader`", {"JLink`"}];
JCompileLoad::usage =
"JCompileLoad[javacode_,addToClassPath_] attempts to compile a Java \
class defined by a string javacode, optionally adding to Java compiler classpath \
files and folders from addToClassPath, and load the resulting class into
Mathematica";
Begin["`Private`"]

Setup lisp with slime on OS X

Install your favorite lisp interpreter

If you already have Homebrew, just open a terminal and type

$ brew install clozure-cl