91 projects tagged "Windows"
txtorcon is a Twisted-based asynchronous Tor control protocol implementation. Twisted is an event-driven networking engine written in Python, and Tor is an onion-routing network designed to improve people’s privacy and security on the Internet. It includes unit-tests with 96%+ coverage, multiple examples, and documentation. There are abstractions to track Tor configuration and state (circuits, streams), launch private instances, support Hidden Service, and more.
QuintoLabs Content Security is an ICAP server/URL rewriter that integrates with your Squid Proxy Server to provides rich content filtering functionality, sanitizing Internet traffic passing into internal enterprise networks. It may be used to block illegal or potentially malicious file downloads, remove annoying advertisements, prevent access to various categories of Web sites, and block resources with explicit content.
jobBuddy searches 9 top job sites and displays listings in a single interface. It can also hide jobs users don't want, and can update results at a later time. There is no registration or third party service involved, so searches can be directly sent to the sources. Users can "dig deeper" into search results to see a wider spectrum of job options. A duplication checker ensures that you don't see the same listing more than once.
PycasaDownload is a program to download Picasa photo albums or just the photos you like best from a given album. You provide the username, and all the available public albums from that user will be presented to you. The program let you download all the photos from one or several Picasa albums, in full resolution, with just one click. You can also browse a given album and choose which photos to download. It provides a very user-friendly PyGTK GUI, and is based on the Google Picasa API.
pacparser is a library to parse proxy auto-config (PAC) files. Proxy auto-config files are a vastly used proxy configuration method these days. Web browsers can use a PAC file to determine which proxy server to use or whether to go direct for a given URL. The idea behind pacparser is to make it easy to add PAC file parsing capability to any program (C and Python are supported right now). It comes as a shared C library and a Python module that can be used to make any C or Python program PAC scripts intelligent. Some very useful targets could be popular Web software like wget, curl, and python-urllib.