http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html
asking for your bank account details to help them transfer money, and you will get a fair share of it.Or you have won a big sum of money in some lottery in some unknown place, and you have to provide the bank account details to get the money.If you fall for these scams, most probably you will loose everything you have.
How to get smart?Phishing is mostly successful because of ignorance from the part of customers and the thought of making easy money. So its time to get smart! Phishing mails + are mass ...
Published 5 years, 4 months 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, 11 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, 4 months ago
http://digitalpbk.blogspot.com/2007/03/mp3-id3-tag.html
The MP3 ID3 Tag
Intro: ID3V2? ID3 tags are blocks of data in mp3 that stores information about the song. It can be used to store anything from album names, performing artists, movie/album, genre, to jpg pictures containing the CD covers. ID3V2 is the second version of the ID3 tag on mp3. The following is about the ID3V2 structure.ID3 Tags can be found anywhere in the mp3 file and there is no typical standard for its location. So
how do we find it ?ID3 Tags start with the 3 letters ID3 (what ...
Published 5 years, 2 months ago
http://digitalpbk.com/sony-vaio/dell-inspiron-laptop-14r-vs-sony-vaio-vpccw26fg-laptop
Base-TX / 1000Base-T x 1
Integrated 10/100 Ethernet LAN
Lets now see
how the windows experience index rates the two laptops.
Windows Experience Index - Performance Index by Windows Sony Vaio vs Dell Inspiron
Sony Vaio CW
Dell Inspiron 14R
Component
Details
Subscore
Base score
Processor
Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz
6.7
5.8
Determined by lowest subscore
Memory (RAM)
4.00 GB
5.9
Graphics ...
Published 1 year, 5 months ago