03 Jan, 2011

Photoshop 3 batch window

Articles related to photoshop 3 batch window

Get anyones eMail ID on ORKUT

http://digitalpbk.blogspot.com/2007/06/get-anyones-email-id-on-orkut.html Get anyones eMail ID on ORKUT IntroYes you can get anyone's email ID who is on Orkut. This is a serious security hole and violates many privacy statements. You can actually get anyone's email ID on orkut.How?Goto the persons orkut Profile page.Click the ignore user link.Sign into Google Talk using the google talk client provided by googleClick on Settings near the top of the main google talk window.On the list click BlockedAnd there you will have the person's email IDThats allI hope ...
Published 4 years, 11 months ago

Sony Vaio Gamma error and color is not saved (Nvidia Geforce GT 300)

http://digitalpbk.com/hardware/sony-vaio-gamma-correct-color-not-saved-nvidia-geforce-gt-300 Sony Vaio Gamma error and color is not saved (Nvidia Geforce GT 300) Sony Vaio Gamma error and color is not saved (Nvidia Geforce GT 300) The default settings on my Sony Vaio CW Series laptop had wrong Gamma settings, therefore the color reproduction on the screen was slightly on the redish side. The setting on the Display on Control Panel was not getting saved due to some reason (Windows 7). This issue can be resolved by changing the Gamma setting on the Nvidia Control Panel as shown highlighted in the image below. The Control Panel can be accessed from ...
Published 2 years, 2 months ago

IMTools - Linux command line tool convert images from one format to another

http://digitalpbk.com/projects/imtools-linux-command-line-tool-convert-images-one-format-another-jpeg-bmp-png IMTools - Linux command line tool convert images from one format to another This is a tool, I wrote for my Main Project a while back so I thought of putting it up here. The suite imtool was written to convert JPEG file to a RAW format for use with FPGA. The imtool utility can do much more than just JPEG to RAW, it can handle the following file format changes. JPEG to RAW, BMPBMP to RAW,JPEGPNG to RAW,BMP,JPG It can also render an image preview to a window using OpenGL. OS: Linux Linux ...
Published 2 years, 5 months ago

How to Prevent my Computer from going to sleep when I am running big process ?

http://digitalpbk.com/windows/prevent-my-computer-going-sleep-run-process-without-stop How to Prevent my Computer from going to sleep when I am running big process ? How to Prevent my Computer from going to sleep when I am running big process ? By default on Windows 7, the computer sleeps after 30 minutes. Usually power plans and options are more required on laptops, but desktops also do use this setting. This is bad if you want to run some process which has to run for a long time like downloading from the internet or running torrents or running huge scripts. If you leave your computer unattended the computer sleeps after 30 minutes. This interrupts ...
Published 2 years, 1 month ago

Update Nvidia drivers on Sony Vaio

http://digitalpbk.com/sony-vaio/install-updated-nvidia-drivers-on-vaio Update Nvidia drivers on Sony Vaio . The inf files for each drivers are given here. Download your approriate drivers matching your Windows and architecture (32bit or 64bit). The latest version available is Nvidia Notebook Display Driver Version 285.62 WHQL for Windows Vista / Windows 7 x86 (32-Bit). Steps to replace the NVidia Driver inf File Assuming you extracted your driver to C:NVidia Download the new nvwi.inf Open C:\NVIDIA\DisplayDriver\285.62\WinVista_Win7_64\InternationalDisplay.Driver Paste and overwrite the nvwi.inf Now run ...
Published 6 months ago

Compare Canon Powershot SX120IS vs Canon SX130IS (New)

http://digitalpbk.com/canon-sx-series/compare-canon-sx120is-vs-canon-sx130is-new Compare Canon Powershot SX120IS vs Canon SX130IS (New) : Approx. 4.0x (up to approx. 48x in combination with the optical zoom), Safety Zoom, Digital Tele-converter Still images/Movies: Approx. 4.0x (up to approx. 40x in combination with the optical zoom), Safety Zoom, Digital Tele-converter Movie Mode Standard, Color Accent, Color Swap: 1280 x 720 (30fps), 640 x 480 (30fps), 320 x 240 (30fps), Miniature Effect: 1280 x 720 (Shooting: 6fps / 3fps / 1.5fps, Playback 30fps) 640 x 480 (30fps/30fps LP), 320 x 240 (30fps ...
Published 1 year, 7 months ago

FTPCHK3 : Virus that adds malicious scripts to your website.

http://digitalpbk.blogspot.com/2009/10/ftpchk3-virus-php-pl-hacked-website.html FTPCHK3 : Virus that adds malicious scripts to your website. IntroThis virus changes all your web files, php, html javascript and tpl files in prominent CMS systems to add a malicious script into your site. This injection allows the attacker to remotely execute PHP code on your website if the php infected code is running on your pages. Its supposedly called Bagle. But who cares about the name? It's nasty and start fixing.How it got in ?This can be due to potential security holes in your FTP ...
Published 2 years, 7 months ago

Perl - cPanel V3 and the @INC

http://digitalpbk.blogspot.com/2007/09/cpanel-v3-perl-include-inc.html Perl - cPanel V3 and the @INC Modifying @INC in a SCRIPTuse Module;is executed during compile time so if you modify the @INC array at run time it will not be reflected back in the compile time. So if you have to include any more include locations in the @INC inside a script, give it inside the BEGIN { }block.BEGIN{ push @INC,"location";}The BEGIN blocks are executed during compile time. So @INC is updated at compile time and the use module are correctly searched for in the updated ...
Published 4 years, 8 months ago

Perl Script to HTML formatter

http://digitalpbk.blogspot.com/2007/06/perl-script-to-html-formatter_17.html /lt;/g;$cnt =~ s/>/>/g;#Keywords$keywords =~ s/ /)|(?:/g;#Comments$cnt =~ s/$singlecomment(.*)\n/#080">$singlecomment$1\n/g;$cnt =~ s/(?:)*([\s)\[{;])((?:$keywords))([\s\[{(;])(?:)*/$1#008;font-weight:bold;">$2$3/g;$cnt =~ s/([^\\])([\@\$].*?)([^a-zA-Z0-9_])/$1#0ff">$2$3/g;print $ARGV[0].".html";open FILE,">".$ARGV[0].".html";print FILE "$cnt";close FILE;Found a bug? (Plenty I know)Post a comment with Line Number , Code , Correction. ...
Published 4 years, 11 months ago

Perl Script to Fetch PNR Status reservation on train from Indian Railways

http://digitalpbk.com/perl/script-fetch-pnr-status-reservation-train-indian-railways the code below. Requires: WWW::Mechanize module and PERL. Usage: ./pnr.pl <PNR NUMBER> EDIT: The Railways have changed their interface, so the script also have changed. New Script #!/usr/bin/perl use WWW::Mechanize; my $mech = WWW::Mechanize->new(); $pnr = $ARGV[0]; $mech->get("http://www.indianrail.gov.in/pnr_Enq.html"); $part1 = substr($pnr,0,3); $part2 = substr($pnr,3); print " Fetching for PNR $part1-$part2 \n\n"; $mech->submit_form( ...
Published 2 years, 3 months ago

Related help topics for photoshop 3 batch window More keywords like photoshop 3 batch window
More pages for photoshop 3 batch window


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Butterfly at Barefoot @ Havelock Butterfly at Barefoot @ Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk