DoK – Where Dreams Come From

C’è chi vede il bicchiere mezzo pieno e chi lo vede mezzo vuoto… Per me, l’acqua che manca, è traboccata fuori ;)

Blackberry & Call Blocking

Buongiorno a tutti,
giovani segugi del WEB :)

Ieri sera non sapevo cosa fare e non mi andava di coricarmi moltissimo prestissimo, quindi ho pensato fra me e me: “Perchè non facciamo qualcosa di moltissimo utilissimo per la vita di tutti i giorni… come ad esempio un sistema che mi eviti i rompiballe sul cellulare… :)

Detto fatto !!!!!

In meno di 5 minuti fra codice e test, ecco qualcosa che è nato per il mio fantastico Blackberry 8700 “taroccato” alla versione OS 4.2 ;)

Ovviamente non impasto tutto il codice possibile ed immaginabile, ma vi do in assaggio soltanto un TIP (quello base). Per il resto divertitevi VOI :)

CIRICIAUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU

package CallBlock;
 
import net.rim.blackberry.api.phone.*; 
 
class CallBlock extends AbstractPhoneListener {
 
	private boolean doLoop=true;
 
	CallBlock() {
		Phone.addPhoneListener(this);
		while (doLoop) {};
	}
 
	public static void main(String argv[]) {
		new CallBlock();
	}
 
	public void callIncoming(int callID) {
		PhoneCall pc = Phone.getCall(callID);
		String phoneNumber = pc.getDisplayPhoneNumber();
		System.out.println(phoneNumber);
		if (phoneNumber.equals("NUMERO_DA_BLOCCARE")) {
			System.out.println("Blocked!!!!!");
			BloccamiTutto();
		}	 
	}
}

Guardate un pò che cosa sto usando…

Visto che la parola d’ordine dalla mia vita è condivisione (no, la ragazza non rientra in questo… :) ), vi aggiorno sulla mia installazione WordPress, a cominciare dai Plugins:

There are 48 plugins used: 27 active plugins and 21 inactive plugins.

Plugins Attivi:

AdSense Manager 3.3.3  AdSense Manager 3.3.3
» Martin Fitzpatrick (url)
AdSense Manager has now been superseded by Advertising Manager and is a recommended upgrade if you are on WP2.5 or later. Please visit the Wordpress Extend site to download ASAP!

Akismet 2.3.0  Akismet 2.3.0
» Automattic (url)
Akismet checks your comments against the Akismet web service to see if they look like spam or not. You need an API key to use it. You can review the spam it catches under “Comments.” To show off your Akismet stats just put <?php akismet_counter(); ?> in your template. See also: WP Stats plugin.

All in One SEO Pack 1.6.6.1  All in One SEO Pack 1.6.6.1
» Michael Torbert (url)
Out-of-the-box SEO for your Wordpress blog. Options configuration panel | Donate | Support | Amazon Wishlist

Chess By Blog 1.1.5  Chess By Blog 1.1.5
» Julian Fong (url)
Allows you to view and play chess boards with others via your blog.

Google Blog Search Preview 1.1  Google Blog Search Preview 1.1
» Jayson Joseph Chacko (url)
Displays Google Blog Search Preview in the activity tab of Dashboard. Similar to technorati incoming links.

Google XML Sitemaps 3.2.4  Google XML Sitemaps 3.2.4
» Arne Brachhold (url)
This plugin will generate a special XML sitemap which will help search engines like Google, Yahoo, Bing and Ask.com to better index your blog.

Hot Linked Image Cacher 1.16  Hot Linked Image Cacher 1.16
» linewbie (url)
Goes through your posts and gives you the option to cache some or all hotlinked images locally in the upload folder of this plugin

Inline Javascript Plugin 0.5  Inline Javascript Plugin 0.5
» Volcano (url)
Plugin that insert inline javascript in Posts/Pages

MaxBlogPress Favicon 2.0.9  MaxBlogPress Favicon 2.0.9
» MaxBlogPress (url)
Easily add favicon to your blog without editing any wordpress files. Adjust your settings here.

MaxBlogPress Ping Optimizer 2.2.5  MaxBlogPress Ping Optimizer 2.2.5
» MaxBlogPress (url)
Saves your wordpress blog from getting tagged as ping spammer by installing this plugin. Adjust your settings here.

MyBlogLog Widget 2.0  MyBlogLog Widget 2.0
» MyBlogLog Team (url)
Adds MyBlogLog widget to your blog.

NextGEN Gallery 1.3.5  NextGEN Gallery 1.3.5
» Alex Rabe (url)
A NextGENeration Photo gallery for the Web 2.0.

Postie 1.3.4  Postie 1.3.4
» Robert Felty (url)
Signifigantly upgrades the posting by mail features of Word Press (See Settings and options) to configure your e-mail settings. See the Readme for usage. Visit the postie forum for support.

Quick Configuration Links 1.4  Quick Configuration Links 1.4
» Janis Elsts (url)
Attempts to automagically add a “Settings” link to every active plugin on this page.

Scissors 1.3.7  Scissors 1.3.7
» Stephan Reiter (url)
Scissors enhances WordPress’ handling of images by introducing cropping, resizing, rotating, and watermarking functionality.

Search Unleashed 1.0.6  Search Unleashed 1.0.6
» John Godley (url)
Advanced search engine that provides full text searching across posts, pages, comments, titles, and URLs. Searches take into account any data added by other plugins, and all search results are contextually highlighted. You can also highlight incoming searches from popular search engines.

SEO Friendly Images 2.4.4  SEO Friendly Images 2.4.4
» Vladimir Prelovac (url)
Automatically adds alt and title attributes to all your images. Improves traffic from search results and makes them W3C/xHTML valid as well.

TinyMCE Advanced 3.2.7  TinyMCE Advanced 3.2.7
» Andrew Ozz (url)
Enables advanced features and plugins in TinyMCE, the visual editor in WordPress.

Twitter Tools - Exclude Category 2.2.1  Twitter Tools - Exclude Category 2.2.1
» Crowd Favorite (url)
Exclude posts in certain categories from being tweeted by Twitter Tools. This plugin relies on Twitter Tools, configure it on the Twitter Tools settings page.

Ultimate Google Analytics 1.6.0  Ultimate Google Analytics 1.6.0
» Wilfred van der Deijl (url)
Enable Google Analytics on your blog. Has options to also track external links, mailto links and links to downloads on your own site. Check http://www.oratransplant.nl/uga/#versions for version updates

WassUp 1.7.2.1  WassUp 1.7.2.1
» Michele Marcucci, Helene D. (url)
Wordpress plugin to analyze your visitors traffic with real time stats, chart and a lot of chronological informations. It has sidebar Widget support to show current online visitors and other statistics. For Wordpress 2.2 or higher.

WordPress.com Stats 1.5  WordPress.com Stats 1.5
» Andy Skelton (url)
Tracks views, post/page views, referrers, and clicks. Requires a WordPress.com API key.

WP-CodeBox 1.4.3  WP-CodeBox 1.4.3
» Eric Wang (url)
WP-CodeBox provides clean syntax highlighting and AJAX advanced features for embedding source code within pages or posts.Wrap code blocks with <pre lang="LANGUAGE" line="1" file="download.txt" colla="+"> </pre>. The LANG is supported by wide range of popular languages syntax. The FILE will create code downloading attribute. line="n"is the starting line number, colla="+/-" will expand/collapse the codebox.

WP-Imagefit 0.4  WP-Imagefit 0.4
» FactoryCity (url)
WP-Imagefit is a plugin that extends jQuery to proportionally resize images posts to fit the width of the containin column. Original jQuery Imagefit plugin written by Oliver Boermans.

WP-PluginsUsed 1.50  WP-PluginsUsed 1.50
» Lester 'GaMerZ' Chan (url)
Display WordPress plugins that you currently have (both active and inactive) onto a post/page.

WP Security Scan 2.7.1.2  WP Security Scan 2.7.1.2
» Michael Torbert (url)
Perform security scan of WordPress installation.

WPtouch iPhone Theme 1.9.16  WPtouch iPhone Theme 1.9.16
» Dale Mugford & Duane Storey (BraveNewCode) (url)
A plugin which formats your site with a mobile theme for the Apple iPhone / iPod touch, Google Android, Palm Pre and other touch-based smartphones.

Plugins Non Attivi:

Cronless Postie 1.3.4  Cronless Postie 1.3.4
» Robert Felty (url)
Checks e-mail periodically using wordpress’s built-in scheduling mechanism

GD Star Rating 1.9.3  GD Star Rating 1.9.3
» Milan Petrovic (url)
GD Star Rating plugin allows you to set up advanced rating and review system for posts, pages and comments in your blog using single, multi and thumbs ratings.

GooglePR 1.7  GooglePR 1.7
» andot, bawbaw (url)
This plugin allows you add the google PageRank into your blog.

Header and Footer 1.0.9  Header and Footer 1.0.9
» Satollo (url)
Header and Footer plugin let you to add html/javascript code to the head and footer of blog pages. Goto to the admin panel to have more information or give a look to the official page.

Hello Dolly 1.5.1  Hello Dolly 1.5.1
» Matt Mullenweg (url)
This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page.

Last.Fm Records 1.5.4  Last.Fm Records 1.5.4
» Jeroen Smeets (url)
The Last.Fm Records plugin lets you show what you are listening to, with a little help from our friends at last.fm.

One Click Plugin Updater 2.4.14  One Click Plugin Updater 2.4.14
» Janis Elsts (url)
Upgrade plugins with a single click, install new plugins or themes from an URL or by uploading a file, see which plugins have update notifications enabled, control how often WordPress checks for updates, and more.

PlugInstaller 0.2.1  PlugInstaller 0.2.1
» Henning Schaefer (url)
Easy (un)installation of new plugins directly from the admin interface

Postie Filter 1.3.4  Postie Filter 1.3.4
» Robert Felty (url)
Adds my own custom filter to messages posted by postie

Smart Youtube 3.3.1  Smart Youtube 3.3.1
» Vladimir Prelovac (url)
Insert YouTube videos in posts, comments and RSS feeds with ease and full customization.

Tweet Tweet 0.5.4  Tweet Tweet 0.5.4
» Donncha O Caoimh (url)
Archive your Twitter conversations

Twitter Tools 2.2.1  Twitter Tools 2.2.1
» Alex King (url)
A complete integration between your WordPress blog and Twitter. Bring your tweets into your blog and pass your blog posts to Twitter. Show your tweets in your sidebar, and post tweets from your WordPress admin.

Twitter Tools - Bit.ly URLs 2.2.1  Twitter Tools - Bit.ly URLs 2.2.1
» Crowd Favorite (url)
Use Bit.ly for URL shortening with Twitter Tools. This plugin relies on Twitter Tools, configure it on the Twitter Tools settings page.

Twitter Tools - Hashtags 2.2.1  Twitter Tools - Hashtags 2.2.1
» Crowd Favorite (url)
Set #hashtags for blog post tweets sent by Twitter Tools. This plugin relies on Twitter Tools, configure it on the Twitter Tools settings page.

UMapper 3.1.5  UMapper 3.1.5
» Victor Farazdagi (url)
Universal mapping platform. [Configuration Page]

WP-DBManager 2.50  WP-DBManager 2.50
» Lester 'GaMerZ' Chan (url)
Manages your Wordpress database. Allows you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. Supports automatic scheduling of backing up and optimizing of database.

WP-PostRatings 1.50  WP-PostRatings 1.50
» Lester 'GaMerZ' Chan (url)
Adds an AJAX rating system for your WordPress blog’s post/page.

WP Super Cache 0.9.9  WP Super Cache 0.9.9
» Donncha O Caoimh (url)
Very fast caching plugin for WordPress.

WP Vault 0.8.6.6  WP Vault 0.8.6.6
» Motoo Yasui (url)
WP Vault allows you to store any files to WordPress installation, and link them to a post or page. Please read installation instruction completely before proceding with activation.

WP Vivtiger Image Resizer v1.21  WP Vivtiger Image Resizer v1.21
» Ronald Huereca (url)
Allows users to crop and resize an image easily using the WordPress attachment system.

XML Google Maps 1.12.1  XML Google Maps 1.12.1
» Patrick Matusz (url)
This plugin allows you to easily insert Google Map or Google Earth Plugin Maps into your blog. Supports KML, KMZ, GPX, geoRSS filelinks. Supports Default, Satellite, Hybrid, Physical and Google Earth Plugin Maptypes

X Agosto

San Lorenzo, io lo so perchè tanto
di stelle per l’aria tranquilla
arde e cade, perchè sì gran pianto
nel concavo cielo sfavilla.

Ritornava una rondine al tetto:
l’uccisero: cadde tra spini
ella aveva nel becco un insetto:
la cena de’ suoi rondinini.

Ora è là, come in croce, che tende
quel verme a quel cielo lontano;
e il suo nido è nell’ombra, che attende,
che pigola sempre più piano.

Anche un uomo tornava al suo nido
l’uccisero: disse: Perdono;
e restò negli aperti occhi un grido:
portava due bambole in dono…

Ora là, nella casa romita,
lo aspettano, aspettano invano:
egli immobile, attonito, addita
le bambole al cielo lontano.

E tu, Cielo, dall’alto dei mondi
sereni, infinito, immortale,
oh! d’un pianto di stelle lo inondi
quest’atomo opaco del Male!

I Sepolcri

All’ombra de’ cipressi e dentro l’urne
confortate di pianto è forse il sonno
della morte men duro? Ove più il Sole
per me alla terra non fecondi questa
bella d’erbe famiglia e d’animali,
e quando vaghe di lusinghe innanzi
a me non danzeran l’ore future,
nè da te, dolce amico, udrò più il verso
e la mesta armonia che lo governa,
nè più nel cor mi parlerà lo spirto
delle vergini Muse e dell’amore,
unico spirto a mia vita raminga,
qual fia ristoro a’ di perduti un sasso
che si distingua le mie dalle infinite
ossa che in terra e in mare semina morte?
Vero è ben, Pindemonte! Anche la Speme,
ultima Dea, fugge i sepolcri; e involve
tutte cose l’obblio nella sua notte;
e una forza operosa le affatica
di moto in moto; e l’uomo e le sue tombe
e l’estreme sembianze e le reliquie
della terra e del ciel traveste il tempo.
Ma perchè pria del tempo a sè mortale
invidierà l’illusion che spento
pur lo sofferma al limitar di Dite?

Non vive più ei forse anche sotterra, quando
gli sarà muta l’armonia del giorno,
se può destarla con soavi cure
nella mente de’ suoi? Celeste è questa
corrispondenza d’ amorosi sensi,
celeste dote è negli umani; e spesso
per lei si vive con l’amico estinto
e l’estinto con noi, se pia la terra
che lo raccolse infante e lo nutriva,
nel suo grembo materno ultimo asilo
porgendo, sacre le reliquie renda
dall’insultar de’ nembi e dal profano
piede del vulgo, e serbi un sasso il nome,
e di fiori odorata amica
le ceneri di molli ombre consoli.

Ricordi elementari :=)

Salvelox gente,

in questo periodo di iperlavoro (e meno male che sono appena ritornato dalle ferie),
il mio cervelletto ha ripreso a ricordare tutte, ma dico proprio tutte,  le poesie che da piccolo ed imberbe bimbo, le maestre (elementari) e le professoresse (delle medie) mi costringevano ad imparare a memoria.

Quello che mi terrorizza è che, ancora adesso, le ricordo tutte quante (certo, ogni tanto mi alleno ripetendole, ma il concetto non cambia assolutamente ;) )

Direte voi, miei piccoli amici, fra il serio ed il faceto :)   ”E mò ??!?!?!?!?!?”

Niente di particolare ;) Linko tutte le poesie che mi ricordo, così mi faccio tanto
tanto il figo ;)

Biribauuuuuuuuuuuuuuuu !!!!!

A Zacinto - Ugo Foscolo
In morte del fratello Giovanni – Giacomo Leopardi
La quercia caduta – Giovanni Pascoli
Meriggiare pallido e assorto - Eugenio Montale
I Sepolcri – Ugo Foscolo
X Agosto – Giovanni Pascoli
La quiete dopo la tempesta – Giacomo Leopardi
Il sabato del villaggio – Giacomo Leopardi

« go backkeep looking »