136 projects tagged "Cross Platform"
The Amazing Awk Assembler (aaa) is a primitive assembler written entirely in awk and sed. It is quite slow, the input syntax is eccentric and rather restricted, and error checking is virtually nonexistent, but it does work. Furthermore it's very easy to adapt to a new machine, provided the machine falls into the generic "8-bit-micro" category.
SCC is a cross-platform tool that counts the number of lines in source code files. It features a GUI that gives the user complete control over which files are processed. Blank lines are counted separately from lines containing source code statements. Configurable regular expressions can be applied to count parts of source code files separately. Regular expressions are applied according to a file type rather than to all files. It can process any textual source code file, includingJava, C/C++/C#, Perl, Python, PHP, Ruby, and TCL. The line count is split between blank, counted, and remaining lines. Results and summaries can be exported to a CSV file for further processing.
Eclipse Bulk Import was a plugin created to handle a situation with many Eclipse projects (over 200). Sometimes, the workspaces get corrupt. Using this plugin, you can save the locations of the current projects in your workspace, and import those projects with one click. It can save quite a bit of time in creating new workspaces (and then importing over 200 projects) and recovering from corrupted workspaces.
PHPJasperXML is a class that allows native PHP code to read Jasper report files and generate PDFs on the fly. The project began due to a need to develop Web reports in PHP easily. The output format is PDF, because it is platform-independent and printer-friendly. It allows PHP programmers to design reports with Java iReport and run them from PHP. It is completely different from php-java bridge, as the code is run completely from PHP. A wrapper will convert report element from JRXML and pass them to the FPDF class. The project is still in an alpha state, and much of the functionality is not ready. However, it already can create many reports.
Orphereus is a modular imageboard engine with a broad set of features: a flexible system of tags and filters, a pluggable architecture, memcached support for better performance, full-text search powered by the Sphinx engine, a private mode where invitation is required to join, AJAX, extended security, highly customizable appearance, an improved analogue of tripcodes, news and statistics modules, advanced administrative, a maintenance subsystem, internationalization, and much more.