RSS 512 projects tagged "Linux"

Download Website Updated 17 May 2013 TXR

Screenshot
Pop 266.76
Vit 119.39

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 642.25
Vit 93.26

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 261.48
Vit 88.03

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,031.05
Vit 74.15

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 219.02
Vit 73.09

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 279.82
Vit 58.95

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.75
Vit 56.27

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 20 May 2005 San Angeles Observation OpenGL ES version

Screenshot
Pop 114.28
Vit 54.07

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.12
Vit 53.83

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.

No download No website Updated 02 May 2013 Objeck Programming Language

Screenshot
Pop 279.17
Vit 53.11

The Objeck computer language is an object-oriented computing language with functional features that has ties with Java, C#, and Pascal. In this language, all data types are treated as objects. The language consists of a compiler and VM with an accompanying memory management and JIT compiler.

Screenshot

Project Spotlight

NBit

A tool that computes CRCs with standard as well as custom polynomials.

Screenshot

Project Spotlight

Kamailio

A robust and flexible SIP server.