23 Aug, 2010

Intel processor dual core or core 2 duo

Articles related to intel processor dual core or core 2 duo

Perl script to remove a directory and contents recursively

http://digitalpbk.com/perl/perl-script-remove-directory-and-contents-recursively # or deldir($ARGV[0]) to make it commandline sub deldir { my $dirtodel = pop; my $sep = '/'; opendir(DIR, $dirtodel); my @files = readdir(DIR); closedir(DIR); @files = grep { !/^\.{1,2}/ } @files; @files = map { $_ = "$dirtodel$sep$_"} @files; @files = map { (-d $_)?deldir($_):unlink($_) } @files; rmdir($dirtodel); } The deldir sub routine recursively iterates and deletes all the files and directories. PERL How to ...
Published 2 years, 5 months ago

Virtual Hosts on Apache 2.2.6 [Windows]

http://digitalpbk.blogspot.com/2007/12/virtual-hosts-apache-226-windows.html Virtual Hosts on Apache 2.2.6 [Windows] What ?Virtual Hosts allow you to simulate multiple sites on a single server.i.e, One Server many Websites.Virtual Hosts is enabled by uncommenting the line :# Virtual hosts#Include conf/extra/httpd-vhosts.conf #Uncomment this lineon httpd.confThe virtual host conf file ./conf/extra/httpd-vhosts.confEg:## Virtual Hosts## If you want to maintain multiple domains/hostnames on your# machine you can setup VirtualHost containers for them. Most configurations ...
Published 4 years, 5 months ago

Apache 2.2.6 Getting 403 Forbidden on all pages

http://digitalpbk.blogspot.com/2007/12/apache-403-forbidden-virutal-host.html Apache 2.2.6 Getting 403 Forbidden on all pages IntroThis is the issue about getting 403 Forbidden Error on all pages when you are working on localhost. I have used Virtual Host to simulate multiple sites on my computer. So I get 403 Forbidden on all pages. I tried for many solutions couldn't find anything much relevant. After sometime tweaking here is the solution or rather the problem I found....The error forbidden arises due to Directory Path, eg C:/www/># many things here ...
Published 4 years, 5 months ago

XSS on GrazeIt.com

http://digitalpbk.blogspot.com/2007/01/xss-on-grazeitcom.html .com if you are using Microsoft Internet Explorer!So how did it work?Grazeit.com allows Fixed (No longer works) Fixed (No longer works)is all we have to post to get redirected.Level 2So the grazeit admins have modified the filter to take care of the above 2 methods. But still the filter isn't good enough for : #105;pt:alert('XSS')> />FixedfixedGET Cross site ...
Published 5 years, 3 months ago

Canon SX120 IS - 10x Zoom & 10 Megapixel - Review

http://digitalpbk.com/canon/canon-sx120-10x-zoom-price-new-review-10-megapixel Canon SX120 IS - 10x Zoom & 10 Megapixel - Review like sony which is powered by lithium ion cell batteries, the Canon sx120IS operates on two AA Batteries which is a good thing because you don't have to carry around too much batteries and these types are cheaply available almost in any part of the country. The camera comes along with 2 non rechargable batteries but you can get a couple of rechargeable alkaline batteries for Memory The memory card that was bundled along was of 2 GB and a 128 MB card, ( a mother and daughter card ? ;) ) anyway ...
Published 2 years, 5 months ago

Reset forgot unlock pattern on Android

http://digitalpbk.com/android/reset-forgot-unlock-pattern Reset forgot unlock pattern on Android unlock pattern again. * You will have to do a factory reset of your phone. See to see how to unlock bootloader and reset your phone See a video that resets your lock pattern VID-33040980 Did that work ? The above steps are demonstrated on Google Nexus S, and it should work on similar phones like Galaxy S, Galaxy S2, HTC Desire, HTC Incredible, HTC Wildfire, LG Optimus, LG Optimus 2x. Try and let me know! Google Android How to ...
Published 10 months, 1 week ago

XPM File format

http://digitalpbk.blogspot.com/2007/10/xpm-file-format.html .There might be an optional XPM Extension following the pixels.Examples:/* XPM */static char * plaid[] ={/* plaid pixmap *//* width height ncolors chars_per_pixel */"22 22 4 2 0 0 XPMEXT",/* colors */" c red m white s light_color","Y c green m black s ines_in_mix","+ c yellow m white s lines_in_dark ","x m black s dark_color ",/* pixels */"x x x x x x x x x x x x + x x x x x "," x x x x x x ...
Published 4 years, 7 months ago

An Introduction to PHP

http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html Pages),ASP.net,CFM (Cold Fusion Template),etc... PHP is different from other conventional languages like C,C++ used to make desktop applications. PHP file is an ordinary text file and does not need any compiler. The language is interpreted as it is and executed by the server. In desktop applications the data is entered through the keyboard and displayed on the monitor. In web applications that make use of the PHP, data is sent by HTTP methods in the browser. 2 most common ways to input data is via ...
Published 5 years ago

Extracting embedded Album art in mp3

http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html , still scared? wait for the C++ source code)ManualThis command line application extracts embedded album art that is stored on mp3's. To run command line apps, RUN cmd OR take the command prompt, move to the directory where the exe is located and ...Usage : getid3v2 filenameExample : D:\ID3V2>getid3pics songs\tere.mp3Searching for Album art on songs\tere.mp3 ... Embedded Album art found Extracting ... Enter a filename for Art[1] (No need extension): 1Image Type : jpgExtracted to 1.jpg ...
Published 5 years, 4 months ago

Orkut Perl Script - Login, Scrapper and more

http://digitalpbk.blogspot.com/2007/06/orkut-mass-scrapper-scrap-all-friends.html ($i print $prc[2]; $cnt = $mech->response->as_string; $cnt =~ s/\n|\s+/ /g; if($mech->title =~ m/orkut.*home/i) { print "\nAlready Logged In",$prc[0]; $cnt =~ m/(.*)\@gmail.com/; print "\nLogout $1?[n] : "; $com=;chomp $com; if($com eq "y") { logout; goto RELOGIN; } else { return; } } $cnt = $mech->response->as_string; $cnt =~ s/\n|\s+/ /g; printf("%-60.59s","Parsing for Login Page "); #print $cnts; if ...
Published 4 years, 11 months ago

Related help topics for intel processor dual core or core 2 duo More keywords like intel processor dual core or core 2 duo
More pages for intel processor dual core or core 2 duo


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Piercing Light Radha Nagar Beach 1 Havelock Piercing Light Radha Nagar Beach 1 Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk