2895 projects tagged "Windows"
cipra is a simple, TAP-compatible Unit Testing Framework for C++. It's written in 100% standard C++11 and is only a couple of header files, making it easy to include in your C++11 project. TAP, the Test Anything Protocol, is a standard output format for software unit test frameworks which was originally designed for Perl, but can serve other languages. It has a rich number of tools ("harnesses") which parse TAP-formatted output and do useful things with it. TAP, however, is equally human-readable. The name cipra (pronounced /ˈʃi.pɾaː/ "SHEE-prah") comes from the lojban phrase "lo cipra", which means "the test". It is properly written with an initial minuscule "c", even when at the start of a sentence.
osis2epub is a a program that converts a Bible text stored in Open Scripture Information Standard (OSIS) format to an EPUB book. The resulting eBook can then be read on various eReaders or converted to another format. Conversion to a simple text format and to a collection of HTML files with an accompanying stylesheet and file list (for direct viewing or subsequent conversion) is also supported.
jEncrypt is a commandline file encryption archiver. Files are encrypted with the AES-CTR mode, which was recommended by the National Institute of Standards and Technology in 2001 (NIST SP 800-38A). AES-CTR mode only provides confidentiality. It requires a message authentication code such as CBC-MAC to ensure an encrypted message is not accidentally modified or maliciously tampered with, which jEncrypt currently does not provide.
Multi-Level Menu Creator is an AJAX Script to create multiple level menus. The menu lists (categories, sub-categories, link URLs) are defined on the client-side with JavaScript and can be saved with PHP to TXT files (in JSON format) and/or in a MySQL database. The script comes with three predefined types of menu styles, a horizontal-vertical menu and two vertical-horizontal menus. you can load a saved menu to continue editing it, to add, delete, and modify lists /links. The menu can be included in HTML and PHP files.
SQL::Yapp is a Perl module which embeds SQL completely into Perl. It checks SQL syntax at compile time and fully parses SQL to allow usage of any Perl scalars, arrays, and hashes in an intuitive and safe way. It makes SQL injections virtually impossible while making you feel as if SQL syntax were native to Perl.
MetaPath is a tool for the analysis of metabolic pathways and associated visualization of experimental data. Built on the MetaCyc database, it provides an interactive map in which multiple pathways can be simultaneously visualized. Multiple annotations from the MetaCyc database are available, including synonyms, associated reactions and pathways, and database unification links. Metabolomics change data can be imported via simple CSV formats for visualization on targeted pathways. Pathways can be mined and removed algorithmically to identify key regulated pathways within a given dataset, providing a simper route to metabolic functions.
sydep is a tool for simple deployment over rsync. In combination GIT it is very powerful instrument. It provides three actions: init, push, and pull. init creates config files for sydep in the current directory. These are sydep.cfg, which contains connection details, and .sydepignore, which specifies files to ignore. push uploads files from the working directory to the server. pull downloads existing files from the server. It downloads only those files which are already in the working directory.