Skip to content

Instantly share code, notes, and snippets.

View ribasco's full-sized avatar
🎯

Rafael Ibasco ribasco

🎯
  • 21:26 (UTC +08:00)
View GitHub Profile
@ribasco
ribasco / AES.c
Created November 21, 2018 02:15 — forked from bricef/AES.c
A simple example of using AES encryption in Java and C.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/*
* MCrypt API available online:
* http://linux.die.net/man/3/mcrypt
*/
#include <mcrypt.h>
@ribasco
ribasco / rpmLargeFont.ino
Created September 13, 2017 05:07 — forked from ronivaldo/rpmLargeFont.ino
A set of custom made large numbers for a 16x2 LCD HD44780 Arduino Library
/*
A set of custom made large numbers for a 16x2 LCD using the
LiquidCrystal librabry. Works with displays compatible with the
Hitachi HD44780 driver.
The Cuicuit:
LCD RS pin to D12
LCD Enable pin to D11
LCD D4 pin to D5
LCD D5 pin to D4