Posts

Showing posts from April, 2010

Google Ads

Checking If A File Is Zero Byte in Windows batch

@echo off setlocal set FILE=%1 if not exist %FILE% goto :END for /f "tokens=1-5" %%a in ('dir %FILE%') do call :CHECKFILE %%a %%b %%c %%d %%e goto :END :CHECKFILE if not {%5}=={%FILE%} goto :EOF if {%4}=={0} ( echo It's a zero byte file! ) else ( echo It's not a zero byte file ) goto :EOF :END

Difference between pause (p) and wait (w) dialing

Image
There are two interesting features in every cellphone that can be use to automate dialing to an automated telephone receiving system. System like this are most often used in help desk, calling card or your home alarm system.Using these two features you don't have to remember your pin code or manually dial the option numbers prompted by the automated system.

Enabling Facebook Chat in Pidgin

Image
Basic Tab Protocol: XMPP Username: Facebook Username (http://www.facebook.com/username/) Domain: chat.facebook.com Password: Facebook Password Advanced Tab Uncheck "Require SSL/TLS" Connect Port: 5222 Connect Server: chat.facebook.com References: How to enable Facebook Chat in Pidgin using XMPP Official Facebook developer announcement for Facebook chat in XMPP

Increase Kinetic Scrolling Speed in Nokia 5800 XM

This tweak will increase the speed of the kinetic scrolling in the Nokia 5800 XM.