14 projects tagged "Windows"
basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. It amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically occurs on 0-byte blocks. This makes basE91 very useful for transferring larger files over binary insecure connections like e-mail or terminal lines.
stdnoj is a cross-platform C++ class library that includes classes for using portable strings, databases, SMTP, POP, NNTP, arrays, files, directories, logging, email, and sockets. While templates are used, no reliance upon STL or other (traditionally error-prone) technologies has been used, which increases portability between compilers.
Kallimachos is a simple Web-based digital book-catalog intended for personal use. Books are indexed by title, author, translator, edition, genre, page number, and ISBN. You can insert a new book, enter the library, and search by any item. It also provides a system-info viewer. The installation is quick and simple, and the program has a user-friendly interface.
First Choice to HTML converts PFS:First Choice database files to HTML. It features full explanation of the conversions, examples, CGI routines, and a full set of links to resources. Several other utilities are included, such as tools for analyzing, sorting, rearranging, and pretty printing.
CodeWorker is a versatile parsing tool and a universal source code generator. It interprets a scripting language for producing reusable, tailor-made, evolving, and reliable IT systems with a high level of automation. The file formats to parse are described in an extended-BNF syntax. Template-based scripts drive the writing of patterns for generating code or text. The code generation knows how to preserve protected areas with hand-typed code and provides code expansion, source-to-source translation, and program transformation. It provides a native translation of CodeWorker's scripts in C++.
Xerver is a fast, tiny Web server which allows you to run CGI scripts (Perl, PHP, etc.), create aliases (virtual directories), allow/deny directory listings, create your own error pages ("404 Not Found"), allow/deny CGI scripts, password protect folders, choose your own index file extensions, share/unshare hidden files or files with certain file extensions, share unlimited folders, etc. It supports HTTP/0.9, HTTP/1.0, HTTP/1.1, and all HTTP methods (GET, POST and HEAD).