- http://bit.ly/TempleRunOnAndroid
I got 77,214 points while escaping from demon monkeys in @TempleRun for Android. Beat that! http://t.co/1uAngbyJ
- http://what-if.xkcd.com/
Il nuovo feed da avere : http://t.co/birPYTpn
- http://www.spinoza.it/2012/07/18/altola-pudore/
Dopo lunga attesa… http://t.co/lQtZ14in bentornato #spinoza
- http://www.ilpost.it/2012/07/19/con-amazon-quello-che-ordini-oggi-ti-arriva-ieri/
Geniale ! : http://t.co/S061rivU
- http://punto-informatico.it/3558328/PI/News/mozilla-abbandona-sviluppo-thunderbird.aspx
http://t.co/WB4u0E7l molto male. Abbandonare il migliore client open a se stesso è un vero peccato.
- http://forum.xda-developers.com/showthread.php?t=1787826
ma che bello: http://t.co/Bewtgwgh solo che ho bisogno di una nuova microsd
- TED Home – TED Tenders Electronic Daily
Categoria: Links consigliati (Pagina 10 di 16)
- Repo (script) – Wikipedia, the free encyclopedia
Repo is a tool that Google built on top of Git to manage the many Git repositories, do the uploads to revision control system, and automate parts of the Android development workflow. Repo is not meant to replace Git, rather to make it easier to work with Git in the context of Android. The repo command is an executable Python script that can be put anywhere in the development system.[1] Repo is released under Apache License 2.0.[2]
- How to compile from Source – Cm9 using Quarx or Eppys Github – xda-developers
- Hotel Florence Official Website 2 star family run hotel
Hotel Casci is a small family run hotel centrally located in the heart of the historical center of Florence, only 150 meters from Florence Cathedral (Duomo) and the Academy of Fine Arts (David), just 10 minutes’ walk from the Uffizi Gallery and Ponte Vecchio.
- WirelessKeyView: Recover lost WEP/WPA key/password stored by Wireless Zero Configuration service
WirelessKeyView recovers all wireless network security keys/passwords (WEP/WPA) stored in your computer by the ‘Wireless Zero Configuration’ service of Windows XP and by the ‘WLAN AutoConfig’ service of Windows Vista. It allows you to easily save all keys to text/html/xml file, or copy a single key to the clipboard.
- Installing TCPDump on DD-WRT WRT54GL | emtunc’s Blog
Installing TCPDump on DD-WRT WRT54GL
Posted on April 16, 2011 by E Mikail TThis article will serve as a quick tutorial on installing TCPDump on a LinkSys WRT54GL box running the custom DD-WRT firmware.
TCPDump is a command line packet analyser. It’s a bit like Wireshark except it is command line based and in this tutorial, we will be installing it on a router and not on a PC
- Enabling JFFS in DD-WRT from SSH
Enabling JFFS in DD-WRT from SSH
I like DD-WRT, it offers the basic tools needed for a router but I’d like to install other apps as well. The problem with embedded devices is that the system is installed in the non-volatile memory (usually 2-4MB) and one can only use the RAM to install apps.
- Android Programming
Android Tutorials
Android Development Introduction - Meteor
Meteor is a set of new technologies for building top-quality web apps in a fraction of the time, whether you’re an expert developer or just getting started.
- Local Classes (Java in a Nutshell)
A local class is declared locally within a block of Java code, rather than as a member of a class. Typically, a local class is defined within a method, but it can also be defined within a static initializer or instance initializer of a class. Because all blocks of Java code appear within class definitions, all local classes are nested within containing classes. For this reason, local classes share many of the features of member classes. It is usually more appropriate, however, to think of them as an entirely separate kind of inner class. A local class has approximately the same relationship to a member class as a local variable has to an instance variable of a class.
- OpenWrt / Traffic shaping QOS howto
- La cravatta. Come fare il nodo semplice – YouTube
- Hello, Views | Android Developers
This is a collection of “Hello World”-style tutorials designed to get you started quickly with common Android layouts and widgets.
- Launch4j – Cross-platform Java executable wrapper
Launch4j is a cross-platform tool for wrapping Java applications distributed as jars in lightweight Windows native executables. The executable can be configured to search for a certain JRE version or use a bundled one, and it’s possible to set runtime options, like the initial/max heap size. The wrapper also provides better user experience through an application icon, a native pre-JRE splash screen, a custom process name, and a Java download page in case the appropriate JRE cannot be found.