Pages

Apr 9, 2012

La Mega 90.5 - La radio de Rock

Url para escuchar la Mega Rock online usando Vlc o mplayer
url: mmsh://70.38.79.19:80/larocka975?MSWMExt=.asf

Mar 29, 2012

APN para Movistar Argentina

Por si a alguien le sirve


    Para Datos:
  • APN: wap.gprs.unifon.com.ar
  • User: wap
  • Pass: wap
  • Para Internet:
  • APN: internet.gprs.unifon.com.ar
  • User: internet
  • Pass: internet

Hoy (29/3/12) funcionan

Mar 28, 2012

git: Syncing local and remote (with deleted) branches git

Sometimes, you delete a branch and if you run
git branch -a
it still listed under /remote.

One way to sync your local branches is to execute the following:
git fetch -p
After fetching, will remove any remote-tracking branches which no longer exist on the remote.

from man git-fetch

Mar 19, 2012

Mar 15, 2012

Kivy, an open source library for rapid app develop



Kivy is an open source software library for rapid development of applications equipped with novel user interfaces, such as multi-touch apps.


  • Cross Platform:
    Runs on Linux, Windows, MacOSX, Android and IOS.
    It can use natively most inputs protocols and devices like WM_Touch, WM_Pen, Mac OS X Trackpad and Magic Mouse, Mtdev, Linux Kernel HID, TUIO. A multi-touch mouse simulator is included.

  • Business Friendly:
    It is 100% free to use, under LGPL 3 licence.
    The framework is stable and has a documented API, plus a programming guide to help for in the first step

  • Gpu Accelerated:
    The graphics engine is built over OpenGL ES 2.
    The toolkit is coming with more than 20 widgets designed to be extensible. Many parts are written in C using Cython, tested with regression tests.


  • Homepage: Kivy.org 








Images and info from kivy official site