Simple session handling example Download
Friday, June 27th, 2008This script is a very simple session handling example that uses plain Python CGI (tested only under Python 2.2+). Its goal is to show how cookies are set via HTTP and how easil
This script is a very simple session handling example that uses plain Python CGI (tested only under Python 2.2+). Its goal is to show how cookies are set via HTTP and how easil
This script presents a couple of multithreaded portscanners. The second one use the Queue module.
Proxies can be useful at times but may not be simple to create and run. This script provides a single class that can build proxy objects capable of being both started and
Change image properties code allows you to remove the image border.
Download from:
This script is useful when you want to get the items from a sequence (or other iterable) a batch at a time, including a short batch at the end if need be.
This script introduces a pair of functions for checking whether FTP sites are up. The refineFTPList() function will take in a list of FTP sites and returns a list of sites
This script allows you to replace a portion of a string at a given position.
Download from:
This function accepts a string and returns a string with whitespace(one space) inserted between words with leading capitalized letters.
When working between platforms, it is often necessary to convert the line endings on files for them to work, especially when it comes to code. Pass Unix Python code with and it
IPv6 can be tricky in many ways, and multicast makes it even more fun. This script is intended to give you a working implementation to start from.