My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 128
Hardware tool is a collection of CGI scripts that can be used for monitoring Unix machines. Currently it supports the following features : * Machine ping status * Check common utilities installed in the machine. * Remote command execution * Web based UI * Searching for di...
= What is v8cgi = Small set of C++ and JS libraries, allowing coder to use JS as a server-side HTTP processing language. Basic functionality includes IO, GD, MySQL, Sockets, Templating, FastCGI and Apache module. If you wish to support this project, <a href="https://www.paypal.com/cgi-bin/web...
# 使用[http://www.gnu.org/software/gforth/gforth.html#downloading Gforth] # Framework内容计划包括: # HTTP # HTML # CSS # JavaScript # DB # OS(FreeBSD/Linux) _以上内容只实现接口部分或表现层。_ * 有关ForthCGI项目的主要文档位于[http://forth.3322.org/modules/dokuwiki/doku.php?id=forth-cgi%E9%A...
Simple framework for writing MVC (model-view-controller) web-based applications for any web server that supports .NET and CGI. I wrote this originally when I wanted to develop in pure .NET (not mono) and have it easily run on an Apache web server that hosts Subversion. It's fairly rudimentary ...
Using CGI forms and http backend, expect to utilize these resources to develop the scripts and make changes.
This is realisatoion wrapper for parsing arguments from GET and POST. Writting for self.
cgi, cpp
a smart web server written by c runs at lighttpd&fast_cgi fast and succinct
===Поисковый механизм (search engine)=== *intradb* - это CGI-приложение для создания справочной информационной системы в веб-среде. Проект intradb направлен на решение ИТ-задач, связанных с организацией интегрированных систем поиска и агрегации информации, которая хранится в различных базах данных....
cgi3 provides fast and safe parsing of form POST data for Python 3. * Supports large file uploads while keeping memory usage low * Written from the ground up to be bytes and encoding aware * Byte values can be obtained without ever round-tripping through decoded text * Enforceable me...
This library is a harness for creating FastCGI applications in C++ which are easy to test on the command line. It's as simple as {{{ #include <fastcgi-app.h> class HelloWorld : public fastcgi::app { public: fastcgi::app::status accept( std::istream & in, std::ostream & out,...
1 2 3 4 5 6 7 8 9 10 Next