RSS 66 projects tagged "OS Independent"

No download Website Updated 16 Jan 2011 bash programmable completion

Screenshot
Pop 1,437.18
Vit 24.88

Since v2.04, bash has allowed you to intelligently program and extend its standard completion behavior to achieve complex command lines with just a few keystrokes. Imagine typing ssh [Tab] and being able to complete on hosts from your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and getting a list of all string handling functions in the UNIX manual. mount system: [Tab] would complete on all exported file-systems from the host called system, while make [Tab] would complete on all targets in Makefile. This project was conceived to produce programmable completion routines for the most common Linux/UNIX commands, reducing the amount of typing sysadmins and programmers need to do on a daily basis.

No download Website Updated 30 Oct 2012 FreeNAS

Screenshot
Pop 404.29
Vit 16.58

FreeNAS is a NAS (network attached storage) server OS based on FreeBSD 8.0. It supports a wide range of technologies: Web GUI, ZFS filesystem, snapshot, thin provisioning, iSCSI, NFS, and more.

Download Website Updated 29 Jan 2012 DIY Zoning

Screenshot
Pop 233.98
Vit 14.88

DIY Zoning is a set of tools and instructions for controlling a state-of-the-art HVAC (Heating, Ventilation, and Air Conditioning) system. It covers airflow balancing, temperature control and zoning, energy conservation measures, remote access, 1-wire devices, and home automation.

Download Website Updated 03 May 2013 translate word

Screenshot
Pop 225.10
Vit 49.59

translate word is a commandline program which translates words into different languages. It uses internal dictionaries and connects online to the Google Translation and the FreeTranslation engines.

Download Website Updated 03 Feb 2013 GNU Autoconf Macro Archive

Screenshot
Pop 224.66
Vit 40.38

The GNU Autoconf Archive is a collection of more than 450 macros for GNU Autoconf. They can be re-used without imposing any restrictions on the licensing of the generated configure script. In particular, it is possible to use them in configure scripts that are meant for non-free software.

Download Website Updated 19 Sep 2004 GPP

Screenshot
Pop 224.37
Vit 4.15

GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks. Its independence from any programming language makes it much more versatile than cpp, while its syntax is lighter and more flexible than that of m4. The syntax is fully customizable, which makes it possible to process text files, HTML, or source code equally efficiently in a variety of languages.

Download Website Updated 04 Feb 2013 _smake

Screenshot
Pop 177.83
Vit 39.12

smake is a highly portable 'make' program that makes commands up to date based on rules in Makefiles and on the timestamps of the related files. It implements a complete superset of the features of the classical POSIX/Unix make program. It warns about typical misuse of dynamic macros that prevent portability of makefiles. Its automake features allow you to run scripts to automatically create rules for unknown platforms.

Download Website Updated 29 Apr 2013 command

Screenshot
Pop 156.99
Vit 9.86

command is a commandline application which wraps bash functions into a command. It automates handling of the options of a command and includes --help, --version, and --man options.

Download Website Updated 25 Dec 2012 make project

Screenshot
Pop 156.29
Vit 12.05

make project is a command line program which makes project skeletons. It automates the task of starting a new project with the information provided from the commandline. The package created by default is a "hello world" project of the selected skeleton which is managed with autotools. There are skeletons for bash, C, C library, Python, C++, C++ library, and Perl.

Download Website Updated 28 Sep 2004 ^txt2regex$

Screenshot
Pop 143.67
Vit 3.57

^txt2regex$ is a Regular Expression "wizard", written with bash2 builtins, that converts human sentences to regular expressions. With a simple interface, you just answer questions and build your own regexp for a large variety of programs, such as awk, ed, emacs, grep, Perl, PHP, procmail, Python, sed, and vim (there are more than 20 supported programs). As it is written in bash, no compilation is required.

Screenshot

Project Spotlight

FeResPost

A .NET assembly, COM component, and Ruby extension for finite element results post-processing.

Screenshot

Project Spotlight

pynag

A Nagios plug-in and configuration library for Python.