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
http://digitalpbk.com/laptop/restore-power-plan-missing-saver-high-performance-balanced-windows-7
.
This is "Example" of
how the reg would look like after exported.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes]
"ActivePowerScheme"="381b4222-f694-41f0-9685-ff5bb260df2e"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e]
"Description"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,\
00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00 ...
Published 2 years, 1 month ago