Skip to content

Instantly share code, notes, and snippets.

View JeisonSanches's full-sized avatar

Jeison Sanches JeisonSanches

View GitHub Profile
@nknote
nknote / Atrix Muldock Remote
Last active August 23, 2018 23:08
Odroid C1 /etc/lirc/lircd.conf
begin remote
name atrix_multidock_remote
bits 8
flags RC6|CONST_LENGTH
eps 30
aeps 100
header 2639 911
one 420 464
@darkrishabh
darkrishabh / DFAMin.java
Created December 8, 2014 03:00
DFA Minimization - Hopcroft Karp Algorithm
/*
* Copyright (c) 2014. This Project is the requirement of the course at NYIT-Old Westbury and should not be used in any commercial or personal use unless permitted by the author of the code. This code is the property of Rishabh Mehan and he holds the rights to re-distribute and re-use this code.
*/
/**
* Created by rishabh on 12/7/14.
**/
import java.util.*;