RSS 125 projects tagged "Linux"

No download Website Updated 06 Nov 2011 Forxx

Screenshot
Pop 39.23
Vit 1.00

Forxx is a language for text processing, inspired by Forth and REXX. It is a stack-based, extensible language which provides both an interactive environment and the ability to compile and run programs.

Download Website Updated 31 Dec 2011 nyu

Screenshot
Pop 64.83
Vit 2.46

nyu is a combination of modern academic approaches to parsing formal grammars from PEGs and expression grammars that represents the new state of the art in parser generators. nyu grammars are written in a powerful language based on PEGs (parsing expression grammars) but with modifications to allow both the AST and the parser to be specified intuitively in a single grammar. nyu outputs parsers that take advantage of the chilon::parser meta-programming library for C++. The generated parsers are almost as concise and readable as the input grammars, yet perform as well as hand-written C code. nyu ASTs are built using tuples, variant types, and lists, and allow self referential parsers and AST nodes to be manipulated. Advanced features such as hashed containers and grammar inheritance are also possible and well tested. nyu is currently powerful enough to deal with complex grammars and bootstraps its own parser.

Download Website Updated 30 Jun 2009 libcsv_parser++

Screenshot
Pop 50.04
Vit 1.00

libcsv_parser++ is a C++ library for parsing text files to extract records and fields. The records can be delimited with any set of characters. It makes the following assumptions: the record terminator is only one character in length; the field terminator is only one character in length; and the fields are enclosed by single characters, if any. The parser can handle documents where fields are always enclosed, not enclosed at all, or optionally enclosed. When fields are strictly all enclosed, there is an assumption that any enclosure characters within the field are escaped by placing a backslash in front of the enclosure character. The software could be ported to Windows with very little effort.

Download Website Updated 30 Sep 2009 SWEC

Screenshot
Pop 45.13
Vit 2.18

SWEC is a program that automates testing of dynamic Web sites. It parses each HTML file it finds for links, and if those links are within the site specified, it will check that page as well. In addition to parsing and locating links, it will also parse the pages looking for known errors and report those. It will report if a page cannot be read (by either returning a 404, 500, or similar).

Download Website Updated 23 Mar 2009 yava2python

Screenshot
Pop 51.54
Vit 1.00

yava2python converts Java source files into Python source files. Many features are missing, but, in general, it can convert Java code to working Python code with manual fixes.

Download Website Updated 23 Mar 2009 java2tcl

Screenshot
Pop 40.44
Vit 1.00

java2tcl converts Java source files into Tcl (XOTcl) source files. Many features are missing but in general it can convert Java code to working Tcl code with manual fixes.

No download Website Updated 21 Aug 2008 ga-flamoot

Screenshot
Pop 18.87
Vit 1.00

ga-flamoot is a genetic algorithm in Python for evolving programs that write a given string to an allocated dataspace, using a made-up machine language with only 7 instructions and flow reversal.

Download Website Updated 11 Jul 2008 Clker.com TinyMCE Plug-in

Screenshot
Pop 15.56
Vit 1.00

The Clker.com TinMCE Plug-in can be used to search for Clker.com clipart from within TinyMCE and insert the three possible sizes of any image inside the generated HTML.

Download Website Updated 19 Jun 2012 python-djvulibre

Screenshot
Pop 77.77
Vit 9.31

python-djvulibre is a set of Python bindings for the DjVuLibre library, an open source implementation of DjVu.

Download Website Updated 16 Apr 2011 Augeas

Screenshot
Pop 107.05
Vit 7.31

Augeas is a configuration API and editing tool. It parses common configuration files like /etc/hosts or /etc/grub.conf in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native configuration files.

Screenshot

Project Spotlight

abcMIDI

ABC MIDI conversion utilities.

Screenshot

Project Spotlight

STK/Unit

Unit tests for MariaDB and MySQL.