http://digitalpbk.com/mini-computer/rasberry-pi-tech-specs
} and RCA video output, 3.5mm Audio output, SD card slot and a RJ45 Ethernet connector. And runs on a 5V power supply which is connected via the standard micro USB interface, which means you can also connect
your android charger to power the system.
The interesting part is that there are several General purpose IO pins to connect or control another hardware. There are many exciting opportunities for the electronics hacker here. At the minimum it runs on Linux and hence can be used to run a server, do ...
Published 2 months, 3 weeks ago
http://digitalpbk.blogspot.com/2009/01/code-libjpeg-converting-jpeg-to-bmp.html
; memset ((char *)&bh;,0,sizeof(BMPHEAD)); /* sets everything to 0 */ //bh.filesize = calculated size of
your file (see below) //bh.reserved = two zero bytes bh.headersize = 54L;// (for 24 bit images) bh.infoSize = 0x28L;// (for 24 bit images) bh.width = width ;//in pixels of
your image bh.depth = height;// in pixels of
your image bh.biPlanes = 1 ;//(for 24 bit images) bh.bits = 24 ;//(for 24 bit images) bh.biCompression = 0L;;// (no compression) int bytesPerLine; bytes ...
Published 3 years, 4 months ago
http://digitalpbk.blogspot.com/2009/07/perl-update-code-500-architecture.html
yum/apt-get update Breaks Perl CPAN
Doing an yum update or apt-get update and upgrading
your system might break the PERL installation, the output I got while doing so: (after an update).[root@desktop]# cpancpan shell -- CPAN exploration and modules installation (v1.7602)ReadLine support enabled cpan> install WWW::MechanizeCPAN: Storable loaded okGoing to read /root ...
Published 2 years, 10 months ago