Browsing projects by Tag(s)

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

Showing page 17 of 19

aSvnwiki, a wiki implementation based on the the Subversion and written in Python and it's SVN client library, it follows the K.I.S.S principle and specially designed for the software developing, in detail, it will make the document which growing in the life cycle of software developing more ... [More] clearly and easier to access and management.It uses the Subversion privilege system and also version control system directly. Almost everything is managed by the Subversion, you can even edit the CSS in the page! It supports the Macro, which means you can use python to extend system function and make it fit your special need, just like SnipSnap. All above mentioned make Swiki different compare to the competitors, like SvnWiki, Subwiki, which also use Subversion repository as database. BTW: ASvnwiki means another svn wiki [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

This is a graphical desktop system, written in Javascript, with a server backend written in Perl. It is meant for remote system administration. It let's you manage and edit your files in a user-friendly GUI environment, inside your browser. It is not a very mature piece of software yet, and it ... [More] has numerous bugs and issues with bugs in browsers, but it works, after a fashion. Any outside contributions to the development of this would be warmly welcome, as I don't currently have much time to work on it. In addition to the regular download, it also features a Perl self-installer, which you can just upload to your site and run as a CGI script. This project is essentially dead due to lack of time. It is quite a neat piece of code, however, and if anyone wants to adopt it and develop it, I'm open for it. Mail me, or post in the discussion thread. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed over 1 year ago
 
 
Compare

SLUM - Shader Language Unified ManagerSLUM is a central hub for development of render shaders for computer graphics. Basically, SLUM gives you the capability of design one shader that contains language components for more than one render software, like GLSL, Renderman, 3Delight, Air, etc. I invite ... [More] everybody to download slum and give it a try! Any feedback, suggestions, feature requests and issue reports is really welcome! To join Slum R&D discussion group and receive automatic updates about slum, just drop a email request to slum@hradec.com Changelog [Less]

0
 
  0 reviews  |  0 users  |  5,897 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Most of the hosting providers do not offer telnet or ssh to its users. This CGI shell will give users the freedom of a shell. As the client is a browser it can be used anywhere without the need for a client install. Features: A scrolling buffer, directory and session persistence in the same client.

0
 
  0 reviews  |  0 users  |  103 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

Bigtop is a language for describing the data of a web application. Usually this data will be stored in a relational database. Once you have a description of your data, you can generate a web application from it. This includes all the pieces you need like: the sql statements ready for feeding to your ... [More] database command line tool, the httpd.conf you need to Include in the httpd.conf on your system, the modules that will handle the web requests, the models that make the database tables look like classes, etc. If you need to alter the data model in the future, you can change your original description to match the new reality, then regenerate the application without fear of losing hand written code (though you may have to modify some of it to reflect the new reality). [Less]

0
 
  0 reviews  |  0 users  |  45,160 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

python-icgiPython has 'cgi' and 'zope' or 'medusa' but nothing in-between. 'icgi' provides simple shortcuts to generating html pages and html fragments aswell as access to form values See GettingStarted. Simple HTMLWith icgi is very easy to produce some quick ... [More] valid html. from icgi import html print html.header("text/html") print html.start_html({ "title":"icgi test page", "lang":"en-GB", "stylesheet":"test.css"}) print html.h1({},"Test of icgi") print html.p({"class":"normaltext"},"hello this is a paragraph") print html.end_html()The equivalent CGI.pm would have been: use CGI; my $q = new CGI; print $q->header("text/html"); print $q->start_html({ title=>"CGI.pm test page", lang =>"en-GB", style=>{ src=> "test.css" }, }); print $q->h1("Test of CGI.pm"); print $q->p({class=>"normaltext"},"hello this is a paragraph") print $q->end_html(); [Less]

0
 
  0 reviews  |  0 users  |  229 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

通过整合统一的web portal,管理所有data center 服务器, 统一的设备状态监控,统一的性能分析等...

0
 
  0 reviews  |  0 users  |  116,564 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 

I took Mark Bucciarelli's vcal.py code, improved and cleaned it up and wrote a simple CGI frontend for it. It's been more popular than expected via my weblog posting at http://cpbotha.net/2007/04/26/google-calendar-to-palm-desktop-conversion/ (which links to the online CGI as well). In ... [More] short, you can convert ICAL from for example Google Calendar and convert them to VCAL version 1 files to be imported into Palm Desktop. The whole thing is a web app, so you don't have to download anything, just go to the link above if you wish to convert. I've put the code here for the curious. [Less]

0
 
  0 reviews  |  0 users  |  378 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

CGI::Cache is an easy-to-use module for automatically caching CGI output so that subsequent visits to such scripts will not take as much time.

0
 
  0 reviews  |  0 users  |  1,084 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

The goal of CluE (Cluster Engine) project is to create a scalable web service running on clusters. Processes on different nodes of clusters talk to each other by MPI (Message Passing Interface). This project is written in C to avoid overhead and to approach maximum efficiency. CluE can also be run ... [More] on shared memory multi-CPU architects or single CPU machines, as long as MPI is installed. Features:Static file service CGI (GET and POST methods) FastCGI PHP (via FastCGI) Directory indexing (items are sorted in ascending alphabetic order) Load balancing A simple URLRewrite logging (locally by nodes to cut down communication cost between root and other nodes) At current stage, several PHP applications such as WordPress and PHPMyAdmin can be installed and run flawlessly on CluE. Planned:Support all http status codes Configuration file reading module (XML?) Modularization Documents [Less]

0
 
  0 reviews  |  0 users  |  1,070 lines of code  |  0 current contributors  |  Analyzed 4 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.