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
@Cartman0
Cartman0 / drawGraphvizOnJupyter.ipynb
Last active November 1, 2024 01:12
draw Graphviz(dot) with Viz.js on Jupyter notebook.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fancellu
fancellu / .block
Last active February 8, 2025 21:03
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