Posts

Showing posts with the label recomendada

Cómo escuchar la siempreRock 97.5 por internet usando Vlc

Click en " File ", luego en " Open Network " Pega la url en el campo de texto, " http://www.alsolnet.com/stream/larocka975/vivo.asx "

New Wallpaper!

Image
source!

Sysmonitor Indicator Ubuntu 11.04 Natty Narwhal

Image
sudo add-apt-repository ppa:alexeftimie/ppa sudo apt-get update sudo apt-get install indicator-sysmonitor source

Sync iPhone apps with iTunes without deleting them

Warning: This is only for  apps! Music and other things will not be saved! Question I have a few apps on my iPhone, and would like to sync them with iTunes without erasing them from my phone. Is this possible without downloading them all again? Answer   secondary click the iPod/iPhone on the left  click "transfer purchases"   Afterwards, you can sync, and "everything" will be erased and rewritten to the Device. source

Dictionary of Methods/Functions (Python)

Construct a dictionary with String (or other) keys and unbound methods or functions as values. During execution, use the string keys to select which method or function to execute. Can be used for simple parsing of tokens from a file thru a kind of object-oriented case statement. import string def function1(): print "called function 1" def function2(): print "called function 2" def function3(): print "called function 3" tokenDict = {"cat":function1, "dog":function2, "bear":function3} # simulate, say, lines read from a file lines = ["cat","bear","cat","dog"] for line in lines: # lookup the function to call for each line functionToCall = tokenDict[line] # and call it functionToCall() It's embarrasingly simple really, but I use it a whole lot. Instead of functions, methods might also be used (self.method1), remember to follow the binding rules if you use methods d...

Mr Nobody

A continuación, pongo el post de Sofia Barlocco (exactamente como lo tiene ella en su blog), primero porque prefiero tener el texto fuente en el blog; segundo porque no me gusta poner links "lean esto de acá" y tercero, porque me gusto mucho su visión sobre la película. (el texto lo pongo literalmente como está en su blog, si alguien quiere ver el post original entonces clic al título) Mr. Nobody Publicado por Sofia Barlocco [Pony] Es impresionante como en todos lados en internet hay una sinopsis errada de esta película.. O nadie la vio, o nadie la entendió, pero ni wikipedia da el dato correcto. La película va así: En el año 2092 Nemo Nobody es el último hombre que va a morir de viejo, en una época donde ya todas las personas son inmortales. Nemo tiene 117 años, y se está acercando lentamente a sus últimos momentos de vida. Durante la película se nos van revelando recuerdos (o algo así) de este anciano que bien podría estar completamente confundido, o ver todo mucho...

Hp photosmart 7260 under Ubuntu 10.04

The problem: The printer hangs when i try to print a document (any type). At launchpad.net a ticket was submited with the same problem. A Suggestion, update to last version of hp-lib (the actual version es 3.10.5). Run hp-check -t (the first line says your installed version) Update to your last version using Synaptic, searching for hp as keyword. The solution: change the default: hp:/usb/photosmart_7200_series?serial=XXXXXXXXXXXX to: usb://hp/photosmart%207200%20series?serial=XXXXXXXXXXXX Edit this from System->Administration->Printing Select the desire printer-> Properties Under device Uri: edit what i said before. Note: XXXXXXXXXXXX is written by default, copy it straightforward Its represent your printer serial number. This solution was submitted by ben_reily at launchpad

Tenés Empanadas Graciela (short TEG)

Image
is a turn-based strategy game running under Linux . The idea for this free and open source software (GNU GPL) program came from the board game TEG (based on the popular Risk game but differs in many aspects of the rules). In 1996 the Argentine Ricardo riq Quesada started working at the game, discontinued it for a few years and brought life back into the project in early 2000. Some developers, graphic artists and translators joined the project located at SourceForge's servers and made it a success. Using a Server several players can fight each other for world domination and of course also chat together. Various maps are used as battle field and also several languages like Spanish, German, French and Polish are available. Also there exists an Argentine web based version of this game called WebTeg that allows to play online with any browser of any operating system. Distributions The game is widely distributed by several GNU/Linux distributions and ported to other O...

Now Listening...

Image
Rage Against The Machine Sleep Now in Fire Guerilla Radio Killin' in the Name Bombtrack

Now Listening...

Image
Phil Collins - Something Happened On The Way To Heaven

Elemental Trio

Image
Elemental Trio , es la búsqueda de un sonido fundamental, que conecta imágenes y climas en un espacio musical íntimo, donde cada guitarra explora desde sus influencias los sentidos del espectador… El grupo se formo en el año 2009 en la ciudad de Córdoba. Esta integrado por Juano Maldonado (12 Strings Guitar y Voz) Fran Parra (Guitarra Acústica y Voz) Cristian Romero (Guitarra Eléctrica, Efectos y Coros) Actualmente se encuentra trabajando en la composición de su primer disco, que va a recorrer los distintos estilos e influencias que tienen como punto en común la música Afroamericana y algunas pequeñas reseñas a las raíces folklóricas. Home of Elemental Trio

Change Mac Os X default player

Image
Everytime you open an media file, it will opens with Itunes or Quicktime Player. What if i want to be open always with a third party app? (Like Vlc for example). Of course you can always make right clic , " Open With " and select the desire player...thats one way. BUT, you can set Vlc as default player for CERTAINS filetypes like this way. Right clic onto a avi file.  Select " Get info " option. Go to " Open with " tab and select the media player you want. Then clic " Change All... " button (That will associate avi file types with Vlc). Thats all! Note:This works for avi files, dunno with others filetypes.

Stop autorefresh (dirty way)

I hate the kind of webpages that they autorefresh while reading them. This solution works only for firefox. (IE: suck it :P) Go to about:config . Set " accessibility.blockautorefresh " to true .

Jango - Free Music Played Online

Image
Jango is a free social music service that lets you create your own custom radio stations and share them with friends and others who like what you like. Just type in what you want to hear - and your station will play the music you want along with similar favorites of other Jango users who share your taste. You can customize your stations further by adding more artists and rating songs. You can also tune in to any other station playing on Jango. As you listen, your player will show other people listening to the same artist. You can "tune in" to any song they're listening to, message each other or share your stations with others. Or just go to any Artist Page to see all songs by that artist you can tune in to at any given time!

DateLine

Image
DateLine is a small, simple app which displays a linear calendar on your desktop in a transparent window. The background and text colors are customizable with support for transparency.