http://digitalpbk.blogspot.com/2008/06/ubuntu-compaq-presario-black-white-xorg.html
.Xorg.conf# nvidia-xconfig: X configuration file generated by nvidia-xconfig# nvidia-xconfig: version 1.0 (buildmeister@builder26) Thu Feb 14 18:13:41 PST 2008# nvidia-settings: X configuration file generated by nvidia-settings# nvidia-settings: version 1.0 (buildd@yellow) Tue Mar 4 20:28:57 UTC 2008# xorg.conf (X.Org X
Window System server configuration file)## This file was generated by dexconf, the Debian X Configuration tool, using# values from the debconf database.## Edit this file with caution ...
Published 3 years, 11 months ago
http://digitalpbk.blogspot.com/2009/05/compaq-presario-v3000-wifi-problem.html
=32 time=
3ms TTL=64Reply from 10.0.0.1: bytes=32 time=1ms TTL=64Reply from 10.0.0.1: bytes=32 time=2ms TTL=64Reply from 10.0.0.1: bytes=32 time=1ms TTL=64Reply from 10.0.0.1: bytes=32 time=2ms TTL=64Reply from 10.0.0.1: bytes=32 time=1ms TTL=64Reply from 10.0.0.1: bytes=32 time=2ms TTL=64Ping statistics for 10.0.0.1: Packets: Sent = 100, Received = 100, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum = 1ms, Maximum = 84ms, Average = 2msThis is the result for Compaq ...
Published 3 years ago
http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector
-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fs
tack-protector -I/usr/local/include -DUSEIMPORTLIB -O
3 -DVERSION=\"1.609\" -DX
S_VERSION=\"1.609\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" -W -Wall -Wpointe
r-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmiss
ing-noreturn -Wno-unused-parameter Perl.c
cc1: error: unrecognized command line option "-fstack-protector"
make: *** [Perl.o] Error 1
TIMB/DBI-1 ...
Published 2 years, 1 month ago
http://digitalpbk.com/django/django-social-auth-fix-google-open-id-email
Django SocialAuth Fix Google Email Open id attribute exchange
Django Social auth is a package that enables login to your django website with Facebook, Google, Yahoo and Twitter. Allowing authentication from
3rd party websites which supports open authentication helps users easy to register to your website without filling too much details. Easier signup makes more registrations and helps you cover your django web hosting charges :D . The package is managed at github here, but it does not have ...
Published 2 years ago
http://digitalpbk.com/intel-core/intel-core-2-duo-vs-dual-core-which-better
energy efficient TDP of 65Watts max.
Dual Core is a high efficiency with a maximum TDP of 15Watts.
Dual Core has a low energy consumption.
Clock
Core 2 Duo, clock speed higher than
3.33 GHz until it is available. (Model # E8600)
Dual Core: Clock speed is not as high available. Max of 2.33 GHz is available for the model. T2700.
Core 2 Duo models are available with higher clock speeds.
Price
Core 2 Duo processors: These processors are priced from $ 120 to $ 270 for different versions ...
Published 1 year, 9 months ago
http://digitalpbk.blogspot.com/2009/01/code-libjpeg-converting-jpeg-to-bmp.html
PerLine = width *
3; /* (for 24 bit images) */ /* round up to a dword boundary */ if (bytesPerLine & 0x0003) { bytesPerLine |= 0x0003; ++bytesPerLine; } bh.filesize=bh.headersize+(long)bytesPerLine*bh.depth; FILE * bmpfile; printf("Bytes per line : %d\n", bytesPerLine); bmpfile = fopen(filename, "wb"); if (bmpfile == NULL) { printf("Error opening output file\n"); /* -- close all open files and free any allocated memory -- */ exit (1 ...
Published 3 years, 4 months ago
http://digitalpbk.blogspot.com/2007/04/http-11-response-status-codes.html
HTTP 1.1 Response Status Codes
IntroFor each request a client sends to the server, the web server returns a
3 digit HTTP status code indicating the server's response. Eg:HTTP/1.1 404 Not FoundHere is the list of codes that the server sends and a brief description of the code.The status response codes are grouped as : 100 - 199 : Informational Status CodesProvides information to the Client that the server is starting to fulfill the request.100 Continue : Server says "Ready to receive ...
Published 5 years, 1 month ago
http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html
that follows it until the ;. date is a function that returns the formatted date and time according to the argument passed to it.The code segment is broken up into statements. Each statement ends with a ; as in C / C++. Variables in PHPAll variables in PHP start with $. eg: $variable = 10;Unlike C/C++ no data type needs to be mentioned in PHP. $variable = 10;$var2 =
"arun";$var3 = array("asd","gfh");$var4 = false;To read more about the language, built-in functions and syntax ...
Published 5 years, 1 month ago