socket.recv Download
Sunday, May 25th, 2008An issue with socket.recv is how to know when you are done receiving data. A TCP stream guarantees the bytes will not arrive out of order or be sent more than once. But you do
An issue with socket.recv is how to know when you are done receiving data. A TCP stream guarantees the bytes will not arrive out of order or be sent more than once. But you do
This script switches on remote computers using WOL.
Download from:
Countdown Remainder On Your ISP is specifically designed for those people who have a time limit on their Internet connection. Such ISP’s are normally Free or cheaper than most,
This script shows how simple is to avoid any access from user to your scripts.
Download from:
Python Port Scanner is a simple port scanner made with Tkinter as a GUI.
Download from:
This script uses the SIOCGIFCONF ioctl to obtain a list of interfaces and extracts those names, returning them in a list of strings.
This script uses the Linux SIOCGIFADDR ioctl to find the IP address associated with a network interface, given the name of that interface, e.g. "eth0". The address is
Sometimes cell phone’s mobile web browser does not show all the pages you browse.
This script is a proxy that would present any webpages for the mobile web so
This script allows you to convert a reST text to HTML without creating a full HTML document but returning only a snippet that you can then put anywhere on a web page.
This script is a limited, but simple and self-contained module giving basic access to the PC Com1 port. It is useful for prototyping as it stands, but easily modified for