10 projects tagged "English"
di is a disk information utility that displays everything that df does and more. It features the ability to display your disk usage in whatever format you prefer. It also checks the user and group quotas, so that the user sees the space available for their use, not the system wide disk space. It is designed to be highly portable across many platforms and is great for heterogenous networks.
rgxg (ReGular eXpression Generator) is a C library and a command-line tool that generate (extended) regular expressions. It can be useful for generating expressions that match, for example, a specific number range (e.g. 0 to 31 or 00 to FF) or all addresses in a CIDR block (e.g. 192.168.0.0/24 or 2001:db8:aaaa::/64).
nc-cms is a simple, fast, easy-to-use content management system (CMS). As you may know, these systems are traditionally very large, complex, and can take many weeks to integrate into a Web site. nc-cms can be integrated within an hour. It's great for managing a site with a set amount of pages.
Poezio is a console-based client for XMPP, the protocol on which the Jabber IM network is built. Its goal is to let you connect to the network very easily (without having to create an account) and join various chatrooms immediately. It tries to look like the most famous IRC clients (such as weechat and irssi). Many commands are identical and you won't be lost if you already know these clients. Configuration can be done in a configuration file or directly from the client. It embodies the light, fast, geeky, and anonymous spirit of IRC while using a new, powerful, standard, and open protocol.
Intlize allows the developer to use catgets without its normally bulky syntax and without having to mind the details of correct indices. Catgets is the built-in internationalization suite of C compilers. Alternatively, Intlize can produce a compact file format optimized for fast access. Intermediate files are in gettext po format, so there are many comfortable tools available to do the translations. Runtime files are provided for C and C++ and for both catgets and intlize native support.