03 Jan, 2011

Free windows 7 online virus detection software

Articles related to free windows 7 online virus detection software

ANSI Escape Sequences

http://digitalpbk.blogspot.com/2007/05/ansi-escape-sequences.html ) 07 reverse video on (or just 7) 08 nondisplayed (invisible) (or just 8) 22 normal 23 no-standout 24 no-underline 25 no-blink 27 no-reverse 30 black foreground 31 red foreground 32 green foreground 33 yellow foreground 34 ...
Published 4 years, 9 months ago

PyFacebook Download Python Facebook API Library

http://digitalpbk.com/pyfacebook/pyfacebook-download-python-facebook-api-library PyFacebook Download Python Facebook API Library PyFacebook is the official Facebook API Library written in Python. It is maintained in github, I have attached a snapshot of the master trunk zip file with this post. Python Facebook Software ...
Published 1 year, 3 months ago

CHDK for Canon SX120 IS Camera ( Canon Hack Development Kit )

http://digitalpbk.com/hardware/canon-sx120-chdk-camera-canon-hack-development-kit to show live histogram, Time lapse photography, Motion Detection etc. With CHDK you can also do scripting to automate the process of taking photographs. Although Canon has not acknowledged CHDK Firmware, trying out is harmless as it does not change the in built firmware. We can use CHDK without voiding the Camera Warranty, as the changes we make is only on SD Card. The files for CHDK on Canon SX 120 IS are attached with this post. I downloaded this and used it back, now I do not remember the source ...
Published 1 year, 11 months ago

Perl - cPanel V3 and the @INC

http://digitalpbk.blogspot.com/2007/09/cpanel-v3-perl-include-inc.html directories.cPanel-v3 Scriptmy $homedir = (getpwuid($>))[7];my $n_inc = scalar @INC;for (my $i = 0; $i if (-d $homedir . '/perl' . $INC[$i]) { unshift(@INC,$homedir . '/perl' . $INC[$i]); $n_inc++; $i++; }}This script dint work for me much, so I manually included the include locations into the BEGIN segment.#! /usr/bin/perl -wBEGIN {unshift @INC,"/home/directory/perl/usr/lib/perl5/site_perl/5.8.7/";}... ...
Published 4 years, 5 months ago

JSON- Javascript Object Notation

http://digitalpbk.blogspot.com/2007/06/json-javascript-object-notation.html All object lies between the { }each of the properties has a label and an associated value or an array.It is specified as label : valuea , separates the label-value pairs.Arrays are enclosed in square brackets [ ] and comma separated.In short a JSON object looks likevar blog = {name: "the Digital Me",author : "arun prabhakar",pages : ["http://url1/","http://url2/"];complexarray: [[0,10,10],[7,5,7],[1,9,8],[7,1,4]];};JSON and PHPPHP has 2 built in functions to help ...
Published 4 years, 7 months ago

Change or Increase font size on Eclipse IDE

http://digitalpbk.com/eclipse/change-increase-font-size-eclipse Change or Increase font size on Eclipse IDE Change or Increase font size on Eclipse IDE I have a Sony Vaio CW Series laptop, and it supports a high resolution of 1600 x 900 pixels in a small 14 inch screen. The pros of this resolution is to have more screen space for editors or IDEs such as Eclipse. The bad part is you have to strain too much to read whatever is on the screen which is bad for your eyes. So in-order to ease your strain, increase the font size on Eclipse editors. To increase font size, Open Eclipse.Goto Window ...
Published 1 year, 9 months ago

C Code to convert JPEG to BMP in LINUX using libjpeg

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 ago

Multiple Instances of yahoo messenger

http://digitalpbk.blogspot.com/2007/09/multiple-instances-of-yahoo-messenger.html Multiple Instances of yahoo messenger Yahoo Messengeris a popular instant messaging software around. Yahoo messenger, by default, runs only a single copy on a single machine so for people with multiple yahoo id's this is a problem. Here is a short snippet that makes yahoo messenger to run multiple versions.REGEDITOpen the registry editor. Start > Run > regeditNavigate to +- HKEY_CURRENT_USER +- Software +- yahoo +- pagerCreate a new key inside pager named Test ...
Published 4 years, 5 months ago

Statistics for your website, the way you want...

http://digitalpbk.blogspot.com/2009/09/statistics-for-your-website-way-you.html . _stat.i('S7-csV-VG2eM', '450px', '135px',{});Powered By Kitiyo StatsEnjoy...Cya at stats.kitiyo.com ...
Published 2 years, 4 months ago

Find the number of zero's in 'Factorial of a number' N factorial

http://digitalpbk.com/interview-questions/find-number-zeros-factorial-number-n-factorial Find the number of zero's in 'Factorial of a number' N factorial None For n as the number, round(n/5) + round(n/25) + round(n/125)+.......+round(n/5^n) etc till the reminder is 0. Explain how? A zero is formed when a 5 and 2 get multiplied, therefore finding the number of 5's would be enough to find the number of 10's since 5's would be less in number than 2. Lets take an example 30! = 1 x 2 .. x 5 x... x 10 .. x 15 ..x. 25 ... 30 It has 7 fives. Number of 5's ...
Published 1 year, 6 months ago

Related help topics for free windows 7 online virus detection software More keywords like free windows 7 online virus detection software
More pages for free windows 7 online virus detection software


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
A Mirrored sky A Mirrored sky in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk