Here is some snippets that I use in my projects.
These classes represents differents kind of hardware. Each class is one hardware and use standard function name to be used like begin, read or write.
This object is a software Serial communication. It's mostly an experimentation and is not fully working.
This file defines MACROs to manipulate Arduino pins at a low level to increase code speed when short delay is necessary.
This class define an abstraction of a cipher and purpose a very simple and not secure xor cipher.
The sockets classes are a binding of the C socket functions from unistd, so it's only working on unix system.
This virtual class allows to simply create child with fork restricted to the class.
This class represents a single semaphore with the basic actions as methods.
This files provide a simple way to format and customize text sent to the standard output with color or style.
This files provide a simple set of function to make unit tests in C with equality functions, test function and test set functions.
This file provide a single utility function to easily do fork and restrict child to a function.
This files provide utility functions to simplify single semaphore management.
It's a simple Java annotation allowing to indicate that a field, a parameter, a variable or a return value of a method can be null.
A Java class to manage internationalization with .lang files.
A Java class to log message with different levels and different ouput streams.
Some Java helper classes for Reflection.
The CSV reader parses CSV file into an assotiative array, it maps the column name to the list of the value of each row.
This class allow to check the ReCaptcha validity with PHP
This class is a simple singleton to retrieve a PDO instance from a database.
The RSS reader parses RSS file and allow to get general info and data from each news of the RSS flux.
This class provides static method to do secure redirection between pages.