martes, 9 de agosto de 2011

Sensitive mouse (youtube)

Un mouse que detecta las partes que lo están tocando... y el material que lo toca!

Forma parte de un proyecto de Microsoft para estudiantes, donde te puedes inscribir y presentar tu idea para volverte tan millonario como el tío Bill y luego sentarte al lado de personalidades como Rockefeller.. Wow! That's life!

‪UIST 2011 Student Innovation Contest Annoucement‬‏ - YouTube

martes, 2 de agosto de 2011

Blackberry/WebWorks - GitHub

If you believe in miracles, well.. you may be right.

Have you ever thought of RIM playing around with OPEN SOURCE? Crazy, isn't it?

Such things like "github" would never crossed their minds! But now it's a reality.

I must say that all this is thanks to people like the Google fellows, who started with Open Source and proved that you must not be scared by doing that. They proved a possible World with code free for everyone. And I'm happy for what they did and still do.


blackberry/WebWorks - GitHub

lunes, 1 de agosto de 2011

Big Dump

If you need to dump a lot of megabytes into your MySql database, well, don't waste your time doing a PHP routine... It's already here: BigDump.php

http://www.ozerov.de/bigdump/usage/


Usage

  1. Open bigdump.php in a text editor and adjust the database configuration
  2. Drop the old tables on the target database if your dump doesn’t contain “DROP TABLE” (use phpMyAdmin)
  3. Create the working directory (e.g. dump) on your web server
  4. Upload bigdump.php and the dump files (*.sql or *.gz) via FTP to the working directory (take care of TEXT mode upload for bigdump.php and dump.sql but BINARY mode for dump.gz if uploading from MS Windows).
  5. Run the bigdump.php from your browser via URL likehttp://www.yourdomain.com/dump/bigdump.php. Now you can select the file to be imported from the listing of your working directory.
  6. BigDump will start every next import session automatically if you enable the JavaScript in your browser.
  7. Relax and wait for the script to finish. Do NOT close the browser window!
  8. IMPORTANT: Remove bigdump.php and your dump files from your server

Download: http://www.ozerov.de/bigdump.zip