Fast, compact and simple C library for CGI scripting inspired by Eugene Eric Kim's classic CGI-HTML. The project aims to make web programming with C simple and easy and provides only the most essential features. Targeted towards GNU/Linux.
Decodes CGI data from standard input, $QUERY_STRING , and $HTTP_COOKIE. Stores data in lookup table(s) for easy retrieval. Uploads files by copying
directly to files created with mkstemp(). Has several handy string conversion
functions.
=======================================================================================
OUR PROJECT HOME HAS BEEN MOVED TO https://github.com/wolkykim/qdecoder
PLEASE CHECK OUT OUR NEW HOME FOR THE LATEST UPDATES.
=======================================================================================
The goal of qDecoder project is providing complete but simple and versatile CGI library for C/C++ language. It supports GET/POST query parsing including File Uploading, Cookie handling and Session management. FastCGI is also supported.
libflow - simple CGI C library. Features include work with GET/POST requests with support of form-data and x-www-form-urlencoded POST formats, uploaded files and PATH_INFO paths.
HTML template library written in C inspired by perl HTML::Template.
Template language has HTML-like tags (tmpl_var, tmpl_if, tmpl_loop, etc.)
Use library to build a variable list and pass it to a template.
Bisker is a simple cgi scanner written in C language for GNU/linux platforms. It's an useful tool to find critical or dangerous cgis/folders/files on local and remote machines (also through proxy).
JuleDS is a web-based programming language (but has the ability to become a console language) that is simple to use for UNIX, but can be modified to suit Windows.
MyCGISessions is a session management library for C/C++ based CGI scripts. It aims are
to be secure, simple and scalable. It stores session data in a MySQL database and sessions
can be used by multiple cgi scripts.
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
2D tilebased/networked game development libraries. Include functionality
for different configuration files (INI-style, XML) and IFF (ancient format
design from Electronic Arts). All is based on the Simple Directmedia Layer
and related libraries.
LibCGI is a simple to use and powerful library written from scratch to assist in the making of CGI appliactions in C. It has support for string manipulation, linked lists, cookies, sessions, GET and POST methods, and more stuff.
fcache is a PHP cache extension, with a simple syntax and no slow overhead-procedures. Can use different caching-folders for different sites through php.ini/.htaccess.
WWW-SQL is a CGI used to display information from MySQL or PostgreSQL databases in web pages, using simple commands embedded in special HTML tags. The tags are evaluated when the page is loaded.
Sonda is a powerful and simple way to implement polls on a Website. It outputs a nice themed graphic table with a precise percentage calculation. It is easy to customize the program with a config file. Sonda keeps a voters IP log and doesn't need a db.
Xtree is a Document Object Model XML extension library for PHP (written in C) that is extremely fast, simple, and efficient. With this extension, loading, saving, and manipulating XML documents couldnt be easier. An XPath Interpreter is also included.