rehmi's Stars
JuliaDebug/Gallium.jl
The Julia debugger
Keno/ASTInterpreter.jl
Gallium's AST interpreter as a separate package to simplify development
picrin-scheme/libpicrin
Super Tiny Scheme Interpreter for Freestanding Environment
ashinn/chibi-scheme
Official chibi-scheme repository
skx/simple.vm
Simple virtual machine which interprets bytecode.
anthay/Lisp90
Lisp Interpreter in 90 lines of C++ (not counting lines after the first 90).
JuliaGPU/OpenCL.jl
OpenCL Julia bindings
JuliaIO/ImageMagick.jl
Thin Wrapper for the library ImageMagick
JuliaGPU/ArrayFire.jl
Julia wrapper for the ArrayFire library
JuliaIO/MAT.jl
Julia module for reading MATLAB files
simplemachines-italy/Alcor6L
A Multilanguage Interactive Embedded System for 32 bit Microcontrollers with RAD & fast prototyping
JuliaCollections/DataStructures.jl
Julia implementation of Data structures
rohitvarkey/ThreeJS.jl
Julia interface to WebGL using Three-js custom elements and Patchwork.jl
syncthing/syncthing-inotify
File watcher intended for use with Syncthing (Linux, BSD, Windows, OSX)
yesco/esp-lisp
Beta: A small fast lisp interpeter for a ESP8266 as alternative to lua on the nodemcu.
technoblogy/ulisp
A version of the Lisp programming language for ATmega-based Arduino boards.
clwi/CWPack
An ANSI C encoder/decoder for the MessagePack serialization format / msgpack.org[C / Objective-C / Swift]
msgpack/msgpack
MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.
JeffBezanson/femtolisp
a lightweight, robust, scheme-like lisp implementation
FemtoEmacs/Femto-Emacs
Tiny emacs clone with configuring in FemtoLisp
kototama/picobit
A Compact Scheme System for Microcontrollers. Work in progress to port it to Arduino
stamourv/s3
A Scheme TCP/IP Stack Targeting Small Embedded Applications
melvinzhang/bit-scheme
BIT: A Very Compact Scheme System for Microcontrollers
stamourv/picobit
A Compact Scheme System for Microcontrollers
BobRyan530/mp_select_mini
compressed/BackpropNeuralNet.jl
A neural network in Julia
kjchavez/deep-learning-julia
Unsupervised feature learning and deep learning tutorial with Julia
danluu/UFLDL-tutorial
Deep Learning and Unsupervised Feature Learning Tutorial Solutions
dfdx/VariationalAE.jl
Variational Autoencoder in Julia
int8/NeuralNetworks
The implementation of neural network with cross entropy error function for the problem of multi-label classification. Adam, Adadelta, SGD, Momentum optimizers included