lunes, noviembre 28, 2016

jueves, noviembre 24, 2016

Como escribir...

...seis caracteres en la barra que muestra el historial de commits en github en forma de matriz de pixels... https://github.com/joewalnes/greendots/blob/master/README.md.

Curioso algoritmo de transformación de caracteres a bitmap y de ahí al historial de commits.

lunes, noviembre 14, 2016

Local file protocol for java.net.URL

Ojito... :)

Unix

file://localhost/
file:///

Windows

file://localhost/|/
file:///|/
file://localhost/:/
file:///:/
 
via stackoverflow y el propio microsoft