RSS 533 projects tagged "Linux"

Download Website Updated 17 May 2013 TXR

Screenshot
Pop 271.64
Vit 101.13

TXR is a new data munging language to replace the likes of awk and Perl. TXR's special pattern language provides template-based matching of entire documents or large sections of documents. It also contains a language for functional and imperative programming. It is written in C and takes the form of a utility that is portable to Unix-like platforms and Windows.

Download Website Updated 03 Mar 2013 Botan

Screenshot
Pop 644.50
Vit 92.14

Botan is a crypto library written in C++. It provides a variety of cryptographic algorithms, including common ones such as AES, MD5, SHA, HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that are more obscure or specialized. It also offers SSL/TLS (client and server), X.509v3 certificates and CRLs, and PKCS #10 certificate requests. A message processing system that uses a filter/pipeline metaphor allows for many common cryptographic tasks to be completed with just a few lines of code. Assembly and SIMD optimizations for common CPUs offers speedups for critical algorithms like AES and SHA-1.

No download Website Updated 03 May 2013 RText

Screenshot
Pop 262.79
Vit 83.75

RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Download Website Updated 12 Mar 2013 Tor

Screenshot
Pop 1,028.43
Vit 73.14

Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. It also enables software developers to create new communication tools with built-in privacy features. It provides the foundation for a range of applications that allow organizations and individuals to share information over public networks without compromising their privacy. Individuals can use it to keep remote Websites from tracking them and their family members. They can also use it to connect to resources such as news sites or instant messaging services that are blocked by their local Internet service providers (ISPs).

No download Website Updated 06 May 2013 unifdef

Screenshot
Pop 220.07
Vit 68.76

Unifdef is useful for removing #ifdef'ed lines from a file while otherwise leaving the file alone. You specify which symbols are defined or undefined with -D and -U flags, and unifdef removes the corresponding ifdefs, and the enclosed code if appropriate. It's especially useful for removing those "#ifdef BROKEN" and "#ifdef PRIVATE" clauses from code before you release it. Unifdef acts on #if, #ifdef, #ifndef, #elif, #else, and #en­dif lines, and it knows only enough about C and C++ to know when one of these is inactive because it is inside a comment or a single or double quote.

Download Website Updated 25 Apr 2013 passwdqc

Screenshot
Pop 281.05
Vit 56.96

passwdqc is a password/passphrase strength checking and policy enforcement tool set, including an optional PAM module (pam_passwdqc), command-line programs (pwqcheck and pwqgen), and a library (libpasswdqc). On systems with PAM, pam_passwdqc is normally invoked on password changes by programs such as passwd(1). It is capable of checking password or passphrase strength, enforcing a policy, and offering randomly-generated passphrases, with all of these features being optional and easily (re-)configurable. pwqcheck and pwqgen are standalone password/passphrase strength checking and random passphrase generator programs, respectively, and are usable from scripts. libpasswdqc is the underlying library, which may also be used from third-party programs.

No download Website Updated 20 Sep 2004 The PKSampler Project

Screenshot
Pop 29.50
Vit 56.28

The PKSampler is a live DJ tool. It is different from other "live DJ tools" in that it focuses on allowing the user to mix many samples at once. The focus is on a simple touchscreen interface that allows quick access to user-supplied loops and samples. The user interface is driven by Python and Qt, and uses 3d POV-ray images for widget animations.

Download Website Updated 13 May 2005 cerberus services

Screenshot
Pop 22.67
Vit 54.15

cerberus is a modular and robust network operator and drone monitoring service designed to protect IRC networks from common threats that plague the community. It uses a BIND9-style configuration file with a mix of Perl syntax. It includes a map module that displays a server map along with basic information, stats/protocol for core protocol support, sql, an interface to DBI, modcontrol for controlling modules in use via IRC, login, operlist for displaying a list of all operators on the network, and more. It was designed for use with pure TS6 networks such as ircd-ratbox and ircd-hybrid.

Download Website Updated 20 May 2005 San Angeles Observation OpenGL ES version

Screenshot
Pop 114.32
Vit 54.09

San Angeles Observation OpenGL ES version is an OpenGL ES version of "San Angeles Observation", which won the Assembly 2004 4 KB intro competition. Commented source code is included.

No download Website Updated 15 Jun 2005 fcbanner

Screenshot
Pop 16.03
Vit 53.85

fcbanner is a variant on the banner program that uses fontconfig and Freetype to draw its characters. Thus, it can easily draw using various fonts -- any font you can get in Gnome or Mozilla, for example -- and handles non-ASCII characters if they are present in the font.

Screenshot

Project Spotlight

Babel Router

A distance-vector routing protocol for IPv6 and IPv4.

Screenshot

Project Spotlight

Hilbert II

A collection of mathematical knowledge in a formal, correct form.