Social Network Services Comparison

Full Article on http://computingnow.computer.org/

API Category Facebook Platform Google Connect MySpaceID
Authentication/Authorization Single service with 400 million users

Open standard: OAuth2.0

Multiple service providers

Open Standard: OpenID, OAuth

Single service with 113 million users

Open standard: OAuth2.0, OpenID

Streams Fully Support

Proprietary

Full Support

Open Social

Full Support

Open Soical

Applications Full Suite of APIs and tools

Proprietary

Full Suite of APIs and tools

Open Social

Full Suite of APIs and tools

Open Social

من هو الله

Category: General  Leave a Comment

VI – Command List

Working with multiple files

:e filename – Edit a file in a new buffer
:bnext (or :bn) – go to next buffer
:bprev (of :bp) – go to previous buffer
:bd – delete a buffer (close a file)
:sp filename – Open a file in a new buffer and split window
ctrl+ws – Split windows
ctrl+ww – switch between windows
ctrl+wq – Quit a window
ctrl+wv – Split windows vertically
more »

Category: Bash  Leave a Comment

Wilson Electronics introduces the world’s first LTE signal booster ahead of CES

Love Verizon’s LTE but just can’t seem to get bars of service in your office or home? Wilson Electronics has announced the Sleek4G-V, which the company claims is the world’s first 4G mobile signal booster. We haven’t found any contenders to the claim, but either way the signal enhancer is bound and determined to beef up your high-speed data. In addition to providing Verizon-specific LTE, Wilson promises 2G / 3G connectivity for all major US carriers (iDEN capabilities excluded) just in case you need to actually, y’know, make calls on your phone. While it’s designed primarily for outdoor use, an optional accessory kit can be purchased to make it work indoors quite soundly. Listed for $150, the Sleek4G-V should make its way to retailers by the second quarter of this year.

BASH: Upper/Lower case

Rename files from upper case filename to lower case (in bash)

for i in *; do mv $i `echo $i | tr [:upper:] [:lower:]`; done

more »

Category: Bash  Leave a Comment

Years In Review @ google

2011

2010

Category: General  Leave a Comment

Smart Phones

Category: General  Leave a Comment