Pinned Repositories
AudioRecorder
Simple live audio file recorder, based on RecorderJS
awk
One true awk
binary_cover
This is a really really toy (and very very inefficient) implementation for the computation of covers of join query of binary relations.
computational-linguistics-practical
Implementation of a POS tagger using HMM (Hidden Markov Model). Lab project at the University of Oxford.
factorized-incremental-maintenance
Exam of Database Systems Implementation at the University of Oxford for the MSc in Computer Science. I design and implement a novel algorithm for incremental maintenance of materialized views.
interval-trees
A Python implementation of interval trees.
leapfrog-join
Implementation of the unary leapfrog join for efficient intersection of sorted sets.
machine-learning-exam
My exam of Machine Learning at the University of Oxford for the MSc in Computer Science.
rainbowelfloader
Old project of flash.tato (me) and theC0r3 to run ELF files on Motorola phones - originally from code.google.com/p/rainbowelfloader
wait-free-union-find
Implementation of a bounded wait-free union find concurrent data structure.
AntonioL's Repositories
AntonioL/leapfrog-join
Implementation of the unary leapfrog join for efficient intersection of sorted sets.
AntonioL/interval-trees
A Python implementation of interval trees.
AntonioL/computational-linguistics-practical
Implementation of a POS tagger using HMM (Hidden Markov Model). Lab project at the University of Oxford.
AntonioL/factorized-incremental-maintenance
Exam of Database Systems Implementation at the University of Oxford for the MSc in Computer Science. I design and implement a novel algorithm for incremental maintenance of materialized views.
AntonioL/machine-learning-exam
My exam of Machine Learning at the University of Oxford for the MSc in Computer Science.
AntonioL/AudioRecorder
Simple live audio file recorder, based on RecorderJS
AntonioL/awk
One true awk
AntonioL/binary_cover
This is a really really toy (and very very inefficient) implementation for the computation of covers of join query of binary relations.
AntonioL/rainbowelfloader
Old project of flash.tato (me) and theC0r3 to run ELF files on Motorola phones - originally from code.google.com/p/rainbowelfloader
AntonioL/wait-free-union-find
Implementation of a bounded wait-free union find concurrent data structure.
AntonioL/cpp-playground
Some C++ ramblings
AntonioL/duckdb
DuckDB is an in-process SQL OLAP Database Management System
AntonioL/fpc
Small (and not so polished) tool for information to obtain the necessary size of the fixed-point floating point representation for a given dataset.
AntonioL/fusepy
Simple ctypes bindings for FUSE
AntonioL/httb
C++ HTTP Client based on Boost.Beast
AntonioL/jepsen
Call Me Maybe: simulating network partitions in DBs
AntonioL/mold
Mold: A Modern Linker š¦
AntonioL/pg_materialized_views_refresh_topologically
Refresh PostgreSQL materialized views in the correct order (topologically sorted)
AntonioL/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
AntonioL/provisioning
Personal provisioning scripts
AntonioL/psycopg-nestedtransactions
Transaction context manager for psycopg with seamless support for nested transactions
AntonioL/py-gazzetta-live
A (very) simple Python application for tracking play-by-play messages of football matches involving some players of interest. It uses the gazzetta.it JSON service so sadly the messages are in italian. :(
AntonioL/pytest-accept
A pytest plugin for automatically updating doctest outputs
AntonioL/REAPER
AntonioL/sampling-sqrtn
Design and implementation of an algorithm for sampling from a discrete distribution (each outcome is labelled with its probability). O(sqrt(N)) complexity.