34 projects tagged "English"
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++.
Nyagua is a little piece of software that may help you to manage your home aquarium. It can store data about measurements in aquariums and produce graphs from these. It can store data about expenses and produce a report with yearly, monthly, and daily costs. It reports the compatibility between fishes and plants in its database. It can import fishbase.org XML data, and your own pictures can be added.
hwloc provides command line tools and a C API to obtain the hierarchical map of key computing elements, such as: NUMA memory nodes, shared caches, processor sockets, processor cores, and processor "threads". hwloc also gathers various attributes such as cache and memory information, and is portable across a variety of different operating systems and platforms. hwloc primarily aims at helping high-performance computing (HPC) applications, but is also applicable to any project seeking to exploit code and/or data locality on modern computing platforms.
TFORMer is a versatile barcode label printing and reporting program. It provides a uniform solution for creating all types of documents like labels, forms, serial letters, lists, and reports. TFORMer is used on workstations, as a server-based output system or as a report generator SDK. Documents are created with the graphical layout editor TFORMer Designer. For printing purposes, data is entered manually or imported from databases or files. Templates for compliance labeling (e.g. AIAG, VDA, DHL, GS1, etc.) reduce design efforts significantly. For software developers, the output functionality is available with TFORMer Runtime. This cross-platform reporting SDK supports all types of barcodes, direct printing, PostScript, HTML, ZPL-II, and image and PDF creation. It integrates perfectly into client and server solutions. APIs are available for .NET, DLL, COM, and Java.
jPDFWriter is a Java class library to create PDF documents directly from Java programs without having to install any third party drivers or software. It emulates the standard Java classes to print and draw graphics to reduce the learning curve when using the library and reuse existing code. It can create PDF files in two ways: PDF files can be created directly using jPDFWriter's very simple API (simply create a PDFDocument object, create as many PDFPage objects as necessary, draw strings, graphics, or any other elements supported by Graphics2D to the pages, and save the document), or jPDFWriter can extend the standard Java PrinterJob to create PDF files as though printing to a physical printer. This allows reuse of existing printing code and lets an application decide, at runtime, whether to send the output to a printer or to a PDF file. PDF files can be saved to files on a disk, written to a java.io.OutputStream, or written directly to a javax.servlet.ServletOutputStream to show in a browser when working within a J2EE application server. jPDFWriter is written entirely in Java, so application portability and operating system independence are not compromised.