Introduction
The objective of this project is to create an GPL client to Lively.com (Dead project)
Read it all..
The objective of this project is to create an GPL client to Lively.com (Dead project)
Read it all..
After getting a file to update the hp iPAQ rx1950 from WM5.0 (Windows Mobile 5.0) to WM6.1 I figure out that this update was only possible to be done in an english iPAQ.
The file used to do the update is: Flasher_Hp_Ipaq_rx1950_ENG_WM6.1.rar (a russian hacked windows version translated to english).
The file that you need to modify to allow you to update an spanish iPAQ with a ROM for another language is hpRUU.exe. You only need to do a little change using an HEX editor. In the following picture you can see the little change that make the difference:
You can use any Hex Editor, my choice was KHexEdit. Also I do it from Linux but running a Virtual Machine (VirtualBox) with Windows XP.
Para poder ejecutar el NASA World Wind version java (y sus demos) en Linux utilizando el driver open source para las tarjetas radeon necesitas configurar el DRI para que se muestren las texturas.
Read it all..
A mas de alguno le habra pasado que cuando estan en un directorio con muchos niveles de profundidad del tipo:
/home/user/mis_archivos/personal/documentos/documentos-importantes/
Les ocupa la mitad de la linea del terminal. Para solucionar eso solo necesitan cambiar la variable PS1.
Read it all..
Despues de obtener las Bases de Datos filtradas a Internet, decidi cargarlas a una Base de Datos MySQL (tiene soporte para fulltext index).
Despues de crear las tablas con los scripts dados, se debe importar los CSV de la siguiente forma:
LOAD DATA LOCAL INFILE 'mineduc.csv' INTO TABLE mineduc FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' (rut, nombre, establecimiento, jornada, tipo, estado);
Quisas necesites tener una lista de nombres, apellidos o ciudades.
Si es asi aqui puedes bajarlos (Nombres y Apellidos ordenados por frecuencia):
Bienvenido a mi blog !
Luego de varios meses sin blog he decidido que ya era hora de volver a aparecer en los resultados de google!
Encontraran basicamente lo mismo que antes, una que otra idea o proyecto que tengo en mente.