http://digitalpbk.blogspot.com/2008/05/bash-mp3-player-mpg123-sed-playlist.html
: Avril Lavigne - My Happy Ending.mp3 ...Title: My Happy Ending Artist: Avril LavigneComment: Album: Under My SkinYear: 2004 Genre: RockMPEG 1.0, Layer: III, Freq: 44100,
mode: Stereo, modext: 0, BPF : 626Channels: 2, copyright: No, original: Yes, CRC: No, emphasis: 0.Bitrate: 192 kbits/s Extension value: 0Audio: 1:1 conversion, rate: 44100, encoding: signed 16 bit, channels: 2Frame# 520 [ 8762], Time: 00:13.58 [03 ...
Published 3 years, 11 months ago
http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html
Protect yourselves from phishing
Phishing? Haven't heard that...Phishing is very similar to fishing. In fishing, we put a bait and wait for the fish to catch it. In Phishing, a fraudsters acting as a genuine bank employee or web admin, sents you an email (the bait) asking for confidential and personal data, that could potentially harm you (Its not nice to see your
savings balance to drop to ZERO, right?)Fraudsters are getting smarter and equipping with techniques that almost fool you. So ...
Published 5 years, 4 months ago
http://digitalpbk.blogspot.com/2009/01/code-libjpeg-converting-jpeg-to-bmp.html
_image+(x+line*width)*bytes_per_pixel+2); *(linebuf+x*bytes_per_pixel+1) = *(raw_image+(x+line*width)*bytes_per_pixel+1); *(linebuf+x*bytes_per_pixel+2) = *(raw_image+(x+line*width)*bytes_per_pixel+0); } /* remember that the order is BGR and if width is not a multiple of 4 then the last few bytes may be unused */ fwrite(linebuf, 1, bytesPerLine, bmpfile); } free(linebuf); fclose(bmpfile);}/** * read_jpeg_file Reads from a jpeg file on disk specified by filename and
saves into the * raw_image buffer ...
Published 3 years, 4 months ago
http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html
the sources to the files.
Save and Execute!Download the full source with Workspace files from planet-source-code.comAnything else?leave a comment... ...
Published 5 years, 5 months ago