Skip to content

Instantly share code, notes, and snippets.

View NeroReflex's full-sized avatar

Denis Benato NeroReflex

View GitHub Profile
@NeroReflex
NeroReflex / package_freertos_index.json
Last active June 26, 2018 14:46
The FreeRTOS core for AVR Arduino
{
"packages": [
{
"name": "freertos",
"maintainer": "Benato Denis",
"websiteURL": "https://github.com/NeroReflex/FreeRTOS_AVR_Core",
"email": "benato.denis96@gmail.com",
"help": {
"online": "https://neroreflex.github.io/FreeRTOS_AVR_Core/"
},
### Keybase proof
I hereby claim:
* I am NeroReflex on github.
* I am neroreflex (https://keybase.io/neroreflex) on keybase.
* I have a public key whose fingerprint is 39B9 0AEF 9AB5 36D2 4C55 2EE0 E997 89F9 E64E 0AAF
To claim this, I am signing this object:
@NeroReflex
NeroReflex / Base64.md
Last active August 29, 2015 14:25 — forked from barrysteyn/Base64.md

OpenSSL Base64 Encoding: Binary Safe and Portable

Herewith is an example of encoding to and from base64 using OpenSSL's C library. Code presented here is both binary safe, and portable (i.e. it should work on any Posix compliant system e.g. FreeBSD and Linux).

License

The MIT License (MIT)

Copyright (c) 2013 Barry Steyn