Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Korakot Chaovavanich http://korakot.stumbleupon.com

« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS 

Download the pys60 tutorial

Many wonderful examples by Jürgen Scheible.
I omit the zip,exe,pdf to save site's bandwidth.
   1  
   2  C:\>wget -kmnp -l3 -Rzip,exe,pdf http://www.mobilenin.com/pys60/menu.htm

You can just browse the site.

Mirror a site with wget

I create a batch file (w.bat) containing just
   1  
   2  wget -krmnp %1


Then I call
   1  
   2  C:\>w [what-ever-url]
« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS