03 Jan, 2011

Removing adware 6 0 tool

Articles related to removing adware 6 0 tool

Perl script to remove a directory and contents recursively

http://digitalpbk.com/perl/perl-script-remove-directory-and-contents-recursively Perl script to remove a directory and contents recursively This is the script for sandeep when he asked me how to delete a directory in perl. rmdir function only removes empty directories. So we need to remove the contents of the directory before removing the directory. So if the directory contains more directories / folders we would have to recursively delete all the directories under the directory. Well so here is the code just to do that. #!/usr/bin/perl deldir("test"); ...
Published 2 years, 5 months ago

BASH Playlist handler and mpg123 interface

http://digitalpbk.blogspot.com/2008/05/bash-mp3-player-mpg123-sed-playlist.html .52.5 2.52.5 2.52.6 2.62.7 2.72.7 2.72.8 2.82.9 2.93.0 3.03.0 3.0Updates1.1 : + Added equalizer file "like.eq"+ Removed input if only 1 selection+ Exits automatically if no matches1.0 : Everything new ...
Published 3 years, 11 months ago

10 cricket balls one is heavier or lighter. Find the ball in 3 weighing chances.

http://digitalpbk.com/interview-questions/10-cricket-balls-one-heavier-or-lighter-find-ball-3-weighing-chances 10 cricket balls one is heavier or lighter. Find the ball in 3 weighing chances. None Lets name the balls 0 1 2 3 4 5 6 7 8 9 for convinience. Step 1 : Take 3 balls from this set lets take 0 1 2 and weigh it against 3 4 5. Weighing 1. Step 1.1 : Now suppose both of them are of different weight. It means 6 7 8 9 are all of identical weight and can be used as a reference. Step 1.1.1 : Take the lighter of the set, lets suppose it is 0 1 2 Step 1.1.2 : Weigh 0 1 2 against 6 7 8 (Reference ...
Published 1 year, 7 months ago

Drag 'n Drop Files from explorer to VB

http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html a drop Dropped wParam 'wparam stores the Hdrop handle End If WindowProc = CallWindowProc(PrevProc, hwnd, uMsg, wParam, lParam) 'Call the default window procedure !IMPORTANTEnd Function'Remove our default window procedure.Private Function UnHookForm(ByVal hwnd As Long) If PrevProc 0 Then SetWindowLong hwnd, GWL_WNDPROC, PrevProc PrevProc = 0 End IfEnd Function''' interface api '''Public Sub EnableDragDrop(ByVal hwnd As Long) Drag ...
Published 5 years, 5 months ago

Acer Aspire 4520 vs Compaq Presario V3000AU : A wifi comparison

http://digitalpbk.blogspot.com/2009/05/compaq-presario-v3000-wifi-problem.html PresarioReply from 10.0.0.1: bytes=32 time=1424ms TTL=64Reply from 10.0.0.1: bytes=32 time=16ms TTL=64Request timed out.Request timed out.Request timed out.Request timed out.Request timed out.Reply from 10.0.0.1: bytes=32 time=2899ms TTL=64Reply from 10.0.0.1: bytes=32 time=2ms TTL=64Reply from 10.0.0.1: bytes=32 time=3672ms TTL=64Reply from 10.0.0.1: bytes=32 time=2ms TTL=64Reply from 10.0.0.1: bytes=32 time=6ms TTL=64Ping statistics for 10.0.0.1: Packets: Sent = 100, Received = 45, Lost = 55 (55 ...
Published 3 years ago

Power plans missing - Restore power plans on Windows 7

http://digitalpbk.com/laptop/restore-power-plan-missing-saver-high-performance-balanced-windows-7 Power plans missing - Restore power plans on Windows 7 . This is "Example" of how the reg would look like after exported. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes] "ActivePowerScheme"="381b4222-f694-41f0-9685-ff5bb260df2e" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e] "Description"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,\ 00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00 ...
Published 2 years, 1 month ago

Orkut Perl Script - Login, Scrapper and more

http://digitalpbk.blogspot.com/2007/06/orkut-mass-scrapper-scrap-all-friends.html ($file=shift) { print "\nFile to read : "; $file = ; chomp $file; } open DLL, "$file"; @uids = ; close DLL; $cnt = join("\n",@uids); $cnt =~ s/.*?\n//g; $cnt =~ s/[\n]+/>/g; $cnt =~ s/>//; %hc = split(/>/,$cnt); $file .= ".s"; if($dest = shift) {$file=$dest;} open DLL,">$file" or die("$!"); $inx=0; foreach $key (sort keys %hc) { $val = $hc{$key}; $inx++; printf("%6d %28s %0s\n",$inx,"$key","$val"); print DLL ...
Published 4 years, 11 months ago

Resync iPod to new iTunes Library without Erasing or loosing your music

http://digitalpbk.blogspot.com/2009/06/ipod-resynch-itunes-apple-library-copy.html \iTunes\ on Windows XP) Clear your current iTunes library by deleting iTunes Library.itl and iTunes Music Library.xml Note:This step will erase your iTunes library only not your music files :) Now plug in your iPod and it will be detected as a removable media on Windows.Goto My Computer and open the driveIf it is empty, goto Tools > Folder Options > And tick Show Hidden Files and Folders OptionCopy the iPod_control folder to any drive on your computer.After copying now run iTunes and press erase and resync ...
Published 2 years, 11 months ago

How to make Windows Media Player Skins

http://digitalpbk.blogspot.com/2006/12/how-to-make-windows-media-player-skins.html transparencyColor="#ff00ff" > upToolTip="Stop" cursor="hand"/> upToolTip="Pause" cursor="hand"/> upToolTip="Play" cursor="hand"/>Normal Image : Hover Image : Mapping Image : Next we add a volume slider bar.Show/Hide Codemin="0" max="100" borderSize="0" image="vol.png" positionImage="vol_pos.png" enabled="true" value="wmpprop:player.settings.volume" ...
Published 5 years, 5 months ago

Reminder after dividing factorial 1! + 2! + 3! + ? + 100! By 7?

http://digitalpbk.com/interview-questions/reminder-after-dividing-1-factorial-2-3-100-7 Reminder after dividing factorial 1! + 2! + 3! + ? + 100! By 7? None (a + b + c + d + .... x ) / 7 = a/7 + b/7 + c/7 + .... x / 7 Therefore 1!+2!+..100! / 7 = 1!/7 + .. 7!/7 + ..100! / 7 Reminder of (a+b)/7 = Reminder(Reminder (a/7) + Reminder (b/7)) / 7 Since Reminder of all numbers from 7! to 100! are 0 , Reminder of 1!+..100! is 1!+2!+3!+..6! = 1 + 2 + 6 + 24 + 120 + 720 = 873 Reminder of 873 divided by 7 is 5 Hence Answer : 5 Interview Questions ...
Published 2 years, 3 months ago

Related help topics for removing adware 6 0 tool More keywords like removing adware 6 0 tool
More pages for removing adware 6 0 tool


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


digitalpbk