Pinned Repositories
administrative-scripting-with-julia
Guide for writing shell scripts in Julia
bitocra
a small , clear bitmap font with good support latin-script languages and Hebrew
CcallMacros.jl
Julian macros for wrapping ccall
dispatching-design-patterns
JuliaCon 2020 talk
fast-entry_points
make entry_points specified in setup.py load more quickly.
lazycli
generate CLI scripts from function signatures in Python.
oo-and-polymorphism-in-julia
A short, opinionated guide to object orientation and polymorphism in Julia
pyfil
Python one-liners in the spirit of Perl and AWK
replacing-bash-scripting-with-python
Guide on using using python for administrative scripting
xonsh-quickstart
A crash course in the xonsh shell
ninjaaron's Repositories
ninjaaron/replacing-bash-scripting-with-python
Guide on using using python for administrative scripting
ninjaaron/administrative-scripting-with-julia
Guide for writing shell scripts in Julia
ninjaaron/fast-entry_points
make entry_points specified in setup.py load more quickly.
ninjaaron/oo-and-polymorphism-in-julia
A short, opinionated guide to object orientation and polymorphism in Julia
ninjaaron/dispatching-design-patterns
JuliaCon 2020 talk
ninjaaron/pyfil
Python one-liners in the spirit of Perl and AWK
ninjaaron/xonsh-quickstart
A crash course in the xonsh shell
ninjaaron/lazycli
generate CLI scripts from function signatures in Python.
ninjaaron/CcallMacros.jl
Julian macros for wrapping ccall
ninjaaron/dirlog
a directory history mechanism for the shell.
ninjaaron/easyproc
a thin abstraction layer on subprocess.run() to simplify admin scripts. Python 3.5+
ninjaaron/lazydots
generate pointed hebrew from ascii characters
ninjaaron/dot
config files
ninjaaron/libaaron
my favorite functions
ninjaaron/ccall-macro-talk
talk about the @ccall macro for JuliaCon 2020
ninjaaron/compose-struct
yet another namedtuple alternative for Python
ninjaaron/fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
ninjaaron/statesaver
context managers for flushing state to disk
ninjaaron/backticks-and-the-glorious-command-literal
Talk for JuliaCon2019 about command literal syntax in the Julia programming language.
ninjaaron/collist
columnate lists (er... iterables) of things and print them to the terminal.
ninjaaron/csnippits
just little bits of code I'm playing with.
ninjaaron/docker-solr
A Docker build for Solr, to manage the official Docker hub solr image
ninjaaron/julia
The Julia Language: A fresh approach to technical computing.
ninjaaron/LibAaron.jl
Functions I like to pack along
ninjaaron/new_pyproject
automation for my personal projects
ninjaaron/ocaml-subprocess
Simplified interface to using Unix commands with OCaml
ninjaaron/ocaml-tiny-sexp
My own s-expression library for OCaml.
ninjaaron/ocaml.org
Implementation of the ocaml.org website.
ninjaaron/slowpool
a python thread pool that blocks when you add new tasks if all the workers are busy
ninjaaron/ThinkJulia.jl
Port of the book Think Python to the Julia programming language