Pinned Repositories
buckabuckaboo
An unobtrusive, cross-browser javascript plugin for tracking mouse movement on web pages
go-api
This package provides a framework for creating HTTP servers in Go (http://golang.org/) to handle API requests capable of replying in xml, json, or any other valid content type.
go-recaptcha
A package for handling reCaptcha (http://www.google.com/recaptcha) form submissions in Go (http://golang.org/).
go-statemachine
An implementation of a finite state machine in Go
pdfminer-layout-scanner
A more complete example of programming with PDFMiner, which continues where the default documentation stops
recipebook
This is a simple application for scraping and parsing food recipe data found on the web in hRecipe format, producing results in json
recipes
A collection of cooking recipes in json format
simple-graph
This is a simple graph database in SQLite, inspired by "SQLite as a document database"
tweet-secret
This is a text steganography application optimized for use on Twitter, written in Clojure.
dpapathanasiou's Repositories
dpapathanasiou/simple-graph
This is a simple graph database in SQLite, inspired by "SQLite as a document database"
dpapathanasiou/pdfminer-layout-scanner
A more complete example of programming with PDFMiner, which continues where the default documentation stops
dpapathanasiou/go-recaptcha
A package for handling reCaptcha (http://www.google.com/recaptcha) form submissions in Go (http://golang.org/).
dpapathanasiou/recipebook
This is a simple application for scraping and parsing food recipe data found on the web in hRecipe format, producing results in json
dpapathanasiou/recipes
A collection of cooking recipes in json format
dpapathanasiou/go-modbus
This Go package provides Modbus access for client (master) applications to communicate with server (slave) devices, over both TCP/IP and Serial Line/RTU frame protocols.
dpapathanasiou/simple-graph-pypi
This is the meta repository for packaging the simple-graph implementation in python for PyPI distribution
dpapathanasiou/go-one-password
A password generator for website logins based on a single, private passphrase. This is a self-contained, statically compiled application which runs on the command line or as a simple gui, and does not require an internet connection.
dpapathanasiou/simple-graph-go
This is the Go implementation of simple-graph (https://github.com/dpapathanasiou/simple-graph)
dpapathanasiou/go-tree-notation
This is a Tree Notation library implemented in Go
dpapathanasiou/concept-catalog
This is a proof-of-concept in defining a catalog of software concepts as described in "The Essence of Software (EOS)"
dpapathanasiou/algorithms-unlocked-haskell
An implementation of the algorithms in "Algorithms Unlocked", in the Haskell programming language, as a learning exercise.
dpapathanasiou/sedgewick-algorithms-racket
Implementations of the algorithms defined the first edition of "Algorithms in C++" by Robert Sedgewick but in racket
dpapathanasiou/AnalogVoltmeterClock
Yet another Arduino Analog VoltmeterClock
dpapathanasiou/bartosz-basics-of-haskell
Code and exercises from Bartosz Milewski's Basics of Haskell Tutorial
dpapathanasiou/course-v3
The 3rd edition of course.fast.ai
dpapathanasiou/csvbase
a simple web database
dpapathanasiou/dpapathanasiou.github.io
This is the personal web site of Denis Papathanasiou as a GitHub Pages site
dpapathanasiou/ebpf-experiments
My initial experiments in eBPF, inspired by Liz Rice's Beginner's Guide to eBPF, using BPF Compiler Collection (BCC)
dpapathanasiou/EPIJudge
EPI Judge - Preview Release
dpapathanasiou/etext
Preserving and extending "Typesetting E-books" in LaTeX
dpapathanasiou/exercism-haskell
These are my solutions to the Haskell track exercises in exercism (https://exercism.org/)
dpapathanasiou/export-import
Experiments in sequence to sequence learning (seq2seq) with recurrent neural networks (RNN) for automated document conversion
dpapathanasiou/FlyingTigerRobotTruck
dpapathanasiou/FMRadio
Code and wiring diagrams for building an FM radio in Arduino using the TEA5767 FM Stereo Radio Module
dpapathanasiou/fpinkotlin
Exercises and solutions for my book The Joy of Kotlin
dpapathanasiou/latex-book-template
A ready-to-edit LaTeX template for book-style compilations!
dpapathanasiou/learning-pytorch
My experiments in learning the PyTorch basics
dpapathanasiou/photojournalism
This is an experiment in photojournalism, consuming the news of the day primarily as images, rather than text.
dpapathanasiou/spring-webflux
This is a simple experiment, to wrap my mind around how Spring WebFlux works, loosely based on the official guide, with a more practical example