03 Jan, 2011

Free windows 7 online virus detection software

Articles related to free windows 7 online virus detection software

Cancelling Automatic System Shutdown on XP

http://digitalpbk.blogspot.com/2007/03/cancelling-automatic-system-shutdown-on.html Cancelling Automatic System Shutdown on XP IntroductionHave you ever lost valuable data because of the automatic shutdown window that pops up now and then? Have you been frustrated by this window ?The SYSTEM SHUTDOWN windowAppears mostly when XP considers itself unstable and needs to reboot, It gives us a window of barely 1 minute to pack up our things and save all the work etc. But what if you want more than a minute to do this. End Tasking or Closing the window does not work.Here is how to do ...
Published 5 years, 2 months ago

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 5 years 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 2 years, 2 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, 6 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, 8 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, 11 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 2 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, 8 months ago

How to create files like .htaccess on windows

http://digitalpbk.com/windows/create-htacces-files-extensions-only How to create files like .htaccess on windows How to create files like .htaccess on windows Create files without filenames and only extensions like .htaccess So you want to create a .htaccess or any other .extension and you fire up the explorer and start doing it, and you get Error: You must type a filename How to create a file only with extension Fire a command line terminal and go to your destination folder (cd ...) Type in echo > .htaccess and Press ENTER. Now goto the explorer and edit the just created new empty file and save ...
Published 2 months, 3 weeks 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, 4 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
Transport Ships Bringing Raw materials to Havelock Transport Ships Bringing Raw materials to Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk