What is this site about ?
Here is a list and main public access of my projects. Feel free to (ab)use them.
I'm happy to receive comments, code/documentation/resources contribution. To do so, you can send me a mail, join me by chat, propose me to pull on your clone.
Contribution: points of attention
- Files generally have line-feed (LF: \n) as end of line characters, not CRLF (\r\n).
- Remove trailling spaces at the end of files.
- Identation is: space (4).
- Appart from identation C code try to follow kernel coding style
- Python code follow PEP8.