Skip to content

Instantly share code, notes, and snippets.

View Shorang's full-sized avatar

Jairo Ricarte Shorang

View GitHub Profile
@Shorang
Shorang / normalize.java
Created March 9, 2016 13:23
Remoção de Acentos - Java
Normalizer.normalize(texto, Normalizer.Form.NFD).replaceAll("\\p{IsM}+", "");
@Shorang
Shorang / dabblet.css
Created May 24, 2013 20:04
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.cssNinjaVermelho{
width: 0;
height: 0;
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;