Ports Search

Results 8,3118,320 of 19,819 for %22HTTP Server%22.(0.01 seconds)
converters/nomyso-4.3 (Score: 0.0010835839)
Convert MASM/TASM files to NASM compatible sources
[ excerpt from developer's www site ] Nomyso is a Perl program which converts assembly language source files for MASM and TASM to NASM-compatible source files.
converters/o3read-0.0.4 (Score: 0.0010835839)
Standalone converter for the OpenOffice.org writer and scalc formats
This is a standalone converter for the OpenOffice.org swriter (*.sxw,*.odt) and scalc (*.sxc) formats. It doesn't depend on Open Office or any other external tools or libraries. There are three output modules: * o3read displays a dump of the parse tree * o3totxt creates plain text * o3tohtml creates html code Example: unzip -p document.odt content.xml | o3totxt
converters/jsonm-0.9.1 (Score: 0.0010835839)
Non-blocking streaming JSON codec for OCaml
Jsonm is an OCaml non-blocking streaming codec to decode and encode the JSON data format. It can process JSON text without blocking on IO and without a complete in-memory representation of the data. The uncut codec also processes whitespace and (non-standard) JSON with JavaScript comments.
converters/plutil-1.7 (Score: 0.0010835839)
Perl implementation of Mac OS X plutil
Perl implementation of Mac OS X plutil. Converts .plist files between binary and UTF-8 (editable) text formats.
converters/pisa-3.0.33 (Score: 0.0010835839)
PDF generator using HTML and CSS
pisa is a html2pdf converter using the ReportLab Toolkit, the HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written in pure Python so it is platform independent. The main benefit of this tool that a user with Web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies. Easy integration into Python frameworks like CherryPy, KID Templating, TurboGears, Django, Zope, Plone, Google AppEngine (GAE) etc.
converters/showkey-1.7 (Score: 0.0010835839)
Display cooked key sequences (keycap-to-keystrokes mappings)
This program puts your terminal in raw mode, eats keystrokes, and prints them back it you in a recognizable printed form (using <>-surrounded ASCII mnemonics for non-printables). This may be useful, for example, if you're not certain what your keyboard keys are sending.
databases/cppdb-0.3.1 (Score: 0.0010835839)
Platform and database independent SQL connectivity library
CppDB is a SQL connectivity library that is designed to provide platform and database independent connectivity API similarly to what JDBC, ODBC and other connectivity libraries do. It supports Sqlite3, PostgreSQL, MySQL and as many RDBMSs as possible via cppdb-odbc bridge. It was written with performance, simplicity in use and locale safety as the primary goals in mind. It also provides both explicit verbose API and brief and nice syntactic sugar.
databases/gtksql-0.4.5 (Score: 0.0010835839)
Graphical query tool for PostgreSQL/MySQL/SQLite
GtkSQL is a graphical query tool for PostgreSQL/MySQL/SQLite. You can work on multiple queries simultaneously: * send the current query to the database * add a new query * delete current query * rename current query * export current query * display the table information * move to the next or previous query * SQL keyword, table name and field name autocompletion * rescan the table database.
databases/fastdb-3.75 (Score: 0.0010835839)
Main Memory Relational Database Management System
Main Memory Relational Database Management System - Fastest query execution - Post-relational features - Tight integration with C++ - Automatic scheme evaluation - Efficient log-less transactions - Zero time recovery
databases/gosqlite3-20120330 (Score: 0.0010835839)
Go interface for SQLite3
A Go interface for SQLite3, modelled after the C interface.