Buscar
Informática
- Coffe Bytes Artículos sobre desarrollo web y Linux.
- FSF – Debian hardware DB This link helps people choose Free Software compatible hardware
Noticias
- Coffe Bytes Artículos sobre desarrollo web y Linux.
- OMG! Ubuntu! Actualidad sobre Ubuntu
Software Libre
- FSF – Debian hardware DB This link helps people choose Free Software compatible hardware
Tecnología
- Coffe Bytes Artículos sobre desarrollo web y Linux.
- FSF – Debian hardware DB This link helps people choose Free Software compatible hardware
Tecnología social
Archivo de la categoría: Programación
Ambient Noise: sonidos blancos para tu mente
Me he encontrado esto y me ha parecido una gran idea para programar (o para concentrarse en pasarte la siguiente fase de The Last Ninja, jeje): http://anoise.tuxfamily.org/ Muy buen trabajo y apariencia. Funciona muy limpio y proporciona gran tranquilidad. Además … Sigue leyendo
Escrito en Programación, Uncategorized
Etiquetado programación, software libre, ubuntu
Deja un comentario
New project published
I have recently published a small project at Bitbucket, called «view_reports». This small project allows people to connect to a database and get a tiny report of a table from that database. The main key is that uses Yubikey [1] … Sigue leyendo
Escrito en Programación, Ruby, Software, Software Libre
Etiquetado development, reports, ruby, sinatra, yubikey
Deja un comentario
Query SQLite looking for boolean records
Today I have needed to ask an SQLite DB to get some records with a field set to true, and all my first attempts to do it have been failed. Finally I have achieved it, and I would like to … Sigue leyendo
Escrito en Programación
Etiquetado boolean, false, query, rails, ruby on rails, sqlite, sqlite3, true
Deja un comentario
Dinamyc callbacks on Rails, is it possible?
Today I have tried to do this: let any application application, and among all the tables to storage the data of your model estructure, there is one called «Configuration». As you can suspect, this table will storage some configuration options … Sigue leyendo