03 Jan, 2011

Sony vaio e series VPCEB16FG

Articles related to sony vaio e series vpceb16fg

How to Access Stock Quotes Realtime through Google Finance

http://digitalpbk.com/stock/google-finance-get-stock-quote-realtime for the above URL is as follows // [ { "id": "694653" ,"t" : "GOOG" ,"e" : "NASDAQ" ,"l" : "581.84" ,"l_cur" : "581.84" ,"s": "0" ,"ltt":"4:00PM EDT" ,"lt" : "Mar 30, 4:00PM EDT" ,"c" : "+0.11" ,"cp" : "0.02" ,"ccol" : "chg" } ] Getting the Quotes from the above response is much simpler ...
Published 1 year, 1 month ago

Solve "Cannot modify header information - headers already sent by *.php"

http://digitalpbk.com/php/warning-cannot-modify-header-information-headers-already-sent Solve  "Cannot modify header information - headers already sent by *.php" as ; a value for this directive (e.g., output_buffering=4096). output_buffering = On Video to fix your warning cannot modify header information Hope this solves all your annoying Warning Cannot Modify Header Information :) PHP Web ...
Published 2 years, 2 months ago

Rasberry Pi Tech Specs

http://digitalpbk.com/mini-computer/rasberry-pi-tech-specs Rasberry Pi Tech Specs Rasberry Pi Tech Specs Rasberry Pi is a mini computer that is just over the size of a credit card, It is a entire computing board, or a Single Board Computer. It is designed for hardware enthusiast and it comes without a fancy cover, i.e, you get the printed circuit board with all the parts as shown below: There are 2 versions of Rasberry Pie, Version A and B The version B has a 700 MHz ARM Processor, Broadcom GPU which is capable of Full HD Video decoding, 256 Megabytes of RAM, #{HDMI ...
Published 2 months, 3 weeks ago

Introduction to Windows - Programming for Windows

http://digitalpbk.blogspot.com/2007/09/windows-and-c-programming.html . A Window can have many child windows, parent window, and many other windows on the same level.Getting Started to Windows Programming in C(++)?A minimal Windows program must have atleast 2 functionsWinMain()WindowFunc()the WinMain() FunctionThe WinMain() function is the entry point to your program, i.e, the execution of your program starts with WinMain().int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpszArgs,int WinMode)The WinMain function must Define a window class ...
Published 4 years, 8 months ago

Automate Rsync without Password using Rsync Daemon

http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron .168.1.34 Contents of rsyncd.secret user123:password123 It is to be noted that the permission of the secret file should be 400, i.e, readable only by the owner that is the process which runs rsync chmod 400 rsyncd.secret Finally start the rsync daemon using the command rsync --daemon Configuration on Live Server In the slave server you just have to run the command rsync -r rsync_user@rsync_host::rsync_module Target_Folder --password-file Password_File The parameters as shown in italics have to be edited ...
Published 2 years, 3 months ago

Error Installing PERL modules "unrecognized command line option -fstack -protector"

http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector Error Installing PERL modules "unrecognized command line option -fstack -protector" /lib/DBI/Gofer/Execute.pm cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm cp lib/DBI/ProfileData.pm blib/lib/DBI/ProfileData.pm /usr/bin/perl.exe -p -e "s/~DRIVER~/Perl/g" ./Driver.xst > Perl.xsi /usr/bin/perl.exe /usr/lib/perl5/5.10/ExtUtils/xsubpp -typemap /usr/lib/perl5/5 .10/ExtUtils/typemap -typemap typemap Perl.xs > Perl.xsc && mv Perl.xsc Perl.c gcc -c ...
Published 2 years, 1 month ago

Protect yourselves from phishing

http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html now its our turn to get smart and fight back.Common methods of phishingMost phishing scams start from fake e-mails that arise from compromised mail servers across the world, or from zombie computers called botnets. Phishing mails will be asking for confidential data like PIN numbers, Bank account id and passwords, or anything personal. There would be some links in the mail that redirects to some compromised server, which would be very similar to the legitimate site.Another common scam is someone ...
Published 5 years, 4 months ago

Perl Download Manager

http://digitalpbk.blogspot.com/2008/06/perl-download-manager.html Perl Download Manager IntroThis is my PERL downloader program, with resume.Only works if SERVER has Parts enabled.Well pretty much thats it #!/usr/bin/perluse strict;use threads;use threads::shared;use HTTP::Request;use HTTP::Response;use Math::Round qw(nearest);use LWP;exit unless(defined $ARGV[0] && -e $ARGV[0]);open HND,$ARGV[0];NEXT:while(my $url = ){ my $file = substr($url,rindex($url,"/")+1); $file =~ s/%20/_/g; chomp $url; exit if($url eq "" || $file eq ...
Published 3 years, 11 months ago

Orkut Perl Script - Login, Scrapper and more

http://digitalpbk.blogspot.com/2007/06/orkut-mass-scrapper-scrap-all-friends.html ; } $cnt = $mech->response->as_string; #$cnt =~ m/showing 1-15 of (.*?)/g; #print " $1"; open APP,">$file"; $grabed=0; printf("%-25s","Grabbed: $grabed "); for($page=2;;$page++) { while($cnt =~ m/Profile\.aspx\?uid=(.*?)">()*([^)*/g) { $grabed++; print APP "\n$1>$3"; } print "\e[25D"; printf("%-25s","Grabbed: $grabed "); sleep(3); if($mech->find_link(text_regex => qr ...
Published 4 years, 11 months ago

Related help topics for sony vaio e series VPCEB16FG More keywords like sony vaio e series VPCEB16FG
More pages for sony vaio e series VPCEB16FG


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Transport Ships Bringing Raw materials to Havelock Transport Ships Bringing Raw materials to Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk