Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 4

CherryPy is a pythonic, object-oriented HTTP framework. CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time. CherryPy is now more than three years ... [More] old and it is has proven very fast and stable. It is being used in production by many sites, from the simplest ones to the most demanding ones. [Less]

4.43333
   
  0 reviews  |  78 users  |  20,655 lines of code  |  19 current contributors  |  Analyzed 3 days ago
 
 

Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, uWSGI, SSI, TLS and SSL encrypted connections, Virtual hosts, Authentication, on the fly encoding, Load Balancing, Apache compatible log files, Data Base ... [More] Balancing, Reverse HTTP Proxy, Traffic Shaper, Video Streaming, Content Cache and much more. Cherokee-Admin, a user friendly interface, provides a no-hassle configuration of the server. Check out the benchmarks and documentation to learn more, join our active Community and give it a try to squeeze your hardware to the fullest! [Less]

4.3913
   
  1 review  |  43 users  |  154,237 lines of code  |  17 current contributors  |  Analyzed 9 days ago
 
 
Compare

Uzbl is a free and open source minimalist web browser designed for simplicity and adherence to the Unix philosophy. Development started in early 2009. The core component of uzbl is developed in C but other languages are also used, most notably Python. All parts of the uzbl project are released as free software under the GNU GPL version 3.

4.54167
   
  1 review  |  40 users  |  20,307 lines of code  |  10 current contributors  |  Analyzed 4 months ago
 
 

IPFire is new-developed firewall build with the latest releases of linux 2.6 and tools. You are able to install a lot of addons and you will see a firewall can become a home server.

3.75
   
  0 reviews  |  7 users  |  127,085 lines of code  |  23 current contributors  |  Analyzed 10 days ago
 
 

Browser for the Sugar platform.

4.5
   
  0 reviews  |  5 users  |  2,740 lines of code  |  7 current contributors  |  Analyzed 1 day ago
 
 

SME Server is a leading distribution for small and medium enterprises. It stands apart from the competition by shipping with most common functionality preconfigured and features a number of popular additional enhancements in the form of downloadable 'contributions'. It is published under ... [More] the GPL license and while freely available, a small donation is requested. [Less]

5.0
 
  0 reviews  |  5 users  |  62,426 lines of code  |  1 current contributor  |  Analyzed over 2 years ago
 
 

Pylot is a free open source tool for testing performance and scalability of web services. It runs HTTP load tests, which are useful for capacity planning, benchmarking, analysis, and system tuning. Pylot generates concurrent load (HTTP Requests), verifies server responses, and produces reports ... [More] with metrics. Tests suites are executed and monitored from a GUI. [Less]

3.0
   
  0 reviews  |  3 users  |  1,560 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

PyLoris is a scriptable tool for testing a server's vulnerability to connection exhaustion denial of service (DoS) attacks. PyLoris can utilize SOCKS proxies and SSL connections, and can target protocols such as HTTP, FTP, SMTP, IMAP, and Telnet.

5.0
 
  0 reviews  |  1 user  |  1,833 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

amplee is a Python implementation of the Atom Publishing Protocol (AtomPub), as specified in RFC 5023.

5.0
 
  0 reviews  |  1 user  |  7,279 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

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. PAC files are written in JavaScript and can ... [More] be programmed to return different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL, source IP address, protocol, time of the day etc. PAC files introduce a lot of possibilities. Look at the wikipedia link above to find out more about them. Needless to say, PAC files are now a widely accepted method for proxy configuration management and companies all over are using them in corporate environment. Almost all popular web browsers support PAC files. The idea behind pacparser is to make it easy to add this PAC file parsing capability to any program (C and python supported right now). It comes as a shared C library and a python module which 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. Please look at the README and other links for more information. Usage ExamplesUsing it with python: >>> import pacparser >>> pacparser.init() >>> pacparser.parse_pac('examples/wpad.dat') >>> pacparser.find_proxy('http://www.google.com', 'www.google.com') 'PROXY proxy1.manugarg.com:3128; PROXY proxy2.manugarg.com:3128; DIRECT' >>> pacparser.find_proxy('http://www2.manugarg.com', 'www2.manugarg.com') 'DIRECT' >>> pacparser.cleanup() >>>Using it in C: manugarg@hobbiton:~$ cat pactest.c #include int pacparser_init(); int pacparser_parse_pac(char* pacfile); char *pacparser_find_proxy(char *url, char *host); void pacparser_cleanup(); int main(int argc, char* argv[]) { char *proxy; pacparser_init(); pacparser_parse_pac(argv[1]); proxy = pacparser_find_proxy(argv[2], argv[3]); printf("%s\n", proxy); pacparser_cleanup(); } manugarg@hobbiton:~$ gcc -o pactest pactest.c -lpacparser manugarg@hobbiton:~$ ./pactest wpad.dat http://www.google.com www.google.com PROXY proxy1.manugarg.com:3128; PROXY proxy2.manugarg.com:3128; DIRECT [Less]

0
 
  0 reviews  |  1 user  |  1,680 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.