Pinned Repositories
cantata
Qt5 Graphical MPD Client
crypto-demo
A simple didactical implementation of AES and RSA for file ciphering.
expr-parsing
A sample calculator, bc-like program to show how a shunting-yard expression parser can work. Inspired to the Clang parser.
first-step
The first original Fork compiler, used to bootstrap the current self hosting version written in Fork.
fork
A simple, self hosted, low level programming language.
go-fcm
FCM library for Go.
greenpass
A Rust crate to parse EU Digital Green Certificates for COVID-19
NerdzMessenger
A Nerdz Api based Nerdz messaging app for Android.
proc-macro-sample
A quick example of how to implement custom derives using procedural macros in Rust
uplink
A simple chat daemon. Work in progress.
mcilloni's Repositories
mcilloni/fork
A simple, self hosted, low level programming language.
mcilloni/greenpass
A Rust crate to parse EU Digital Green Certificates for COVID-19
mcilloni/proc-macro-sample
A quick example of how to implement custom derives using procedural macros in Rust
mcilloni/alpmver
A small program to compare ALPM/RPM package versions inspired by the algorithm used by Pacman
mcilloni/cantata
Qt5 Graphical MPD Client
mcilloni/expr-parsing
A sample calculator, bc-like program to show how a shunting-yard expression parser can work. Inspired to the Clang parser.
mcilloni/first-step
The first original Fork compiler, used to bootstrap the current self hosting version written in Fork.
mcilloni/mcilloni.github.io
My personal GitHub-hosted Jekyll-powered blog? Perhaps!
mcilloni/thunks
An hacky way to embed executables into self extracting JAR files
mcilloni/uplink
A simple chat daemon. Work in progress.
mcilloni/openbaton-docker
Packages and services to orchestrate Docker containers with OpenBaton
mcilloni/aoc
Solutions for some of AoC problems (warning: may not be great code)
mcilloni/array
A simple, minimalistic array selfresizing array structure in C. Just scapped bits from here and there, nothing special.
mcilloni/bibi
Experimental Markdown to NERDZ BBCode converter
mcilloni/bootstrap
Project containing all the required tools for instantiating openbaton
mcilloni/dicey
Dicey IPC library (beta)
mcilloni/go-dummy-vnfm
Sample implementation of a VNFM for OpenBaton, written in Go
mcilloni/go-openbaton
Go packages for OpenBaton
mcilloni/go-vimdriver-test
mcilloni/igor
igor is an abstraction layer for PostgreSQL with a gorm like syntax.
mcilloni/kt-uplink
mcilloni/nerdz-api
WEB API for nerdz.eu written in Go. Using gorm and OAuth2
mcilloni/NFVO
Repository containing the source code of the NFVO
mcilloni/noVNC
VNC client using HTML5 (Web Sockets, Canvas) with encryption (wss://) support.
mcilloni/openbaton-dockerfiles
Sample Dockerfile files for openbaton-docker
mcilloni/plotters-piston
Plotters piston window backend
mcilloni/powerline-go
A beautiful and useful low-latency prompt for your shell, written in go
mcilloni/pre-commit-hooks
mcilloni/python-vnfm-dummy
A dummy Vnfm written in python to be used as example
mcilloni/python-vnfm-sdk
The python libraries for python vnfms