RSS 12796 projects tagged "Linux"

Download No website Updated 19 Jun 2013 Loadbars

Screenshot
Pop 108.83
Vit 219.36

Loadbars is a small script that can be used to observe CPU loads of several remote servers at once in real time. It connects with SSH (using SSH public/private key auth) to several servers at once and vizualizes all server CPUs and memory statistics right next each other (either summarized or each core separately). Loadbars is not a tool for collecting CPU loads and drawing graphs for later analysis. However, since such tools require a significant amount of time before producing results, Loadbars lets you observe the current state immediately. Loadbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does.

Download No website Updated 19 Jun 2013 SFLphone

Screenshot
Pop 388.15
Vit 419.46

SFLphone is an SIP/IAX2 compatible softphone. The goal is to create a robust enterprise-class desktop phone. While it can serve home users very well, it is designed for intensive corporate use.

Download No website Updated 19 Jun 2013 Pidgeon

Screenshot
Pop 81.26
Vit 42.44

Pidgeon is an IRC client which supports various bouncers, including its own bouncer which is able to synchronize timestamps (pidgeon sv), supports the quassel core, and supports the tcl scripting engine.

Download Website Updated 19 Jun 2013 YB.ORM

Screenshot
Pop 92.71
Vit 44.97

The YB.ORM library aims to simplify writing C++ code that has to deal with SQL databases. The goal is to provide a convenient interface like SQLAlchemy (Python) or Hibernate (Java). The library itself is cross-platform and supports a variety of SQL dialects: SQLite3, MySQL, Postgres, Oracle, and Firebird. Integration with Boost, Qt4, and wxWidgets is built-in. In a typical usage scenario, you would describe your database schema and table relationships in a simple XML-based format, generate SQL code to populate database schema with tables, generate C++ classes, add application-specific logic to the classes, and use these classes in cooperation with the Session object to query objects from the database, create new or modify/delete existing objects, or link and unlink objects using relations. Simple serialization to XML is supported along with connection pooling.

No download No website Updated 19 Jun 2013 JunkieTheSniffer

Screenshot
Pop 339.59
Vit 137.99

Junkie is a real-time packet sniffer and analyzer. It is modular enough to accomplish many different tasks. It can be a helpful companion to the modern network administrator and analyst. Compared to previously available tools, junkie lies in between tcpdump and wireshark. Unlike tcpdump, its purpose is to parse protocols of any depth; unlike wireshark, though, it is designed to analyze traffic in real-time and so cannot parse traffic as completely as wireshark does. In addition, its design encompasses extendability and speed. It has a plug-in system and high-level extension language that eases the development and combination of new functionalities; threaded packet capture and analysis for handling of high bandwidth networks; and a modular architecture to ease the addition of any protocol layer. It is based on libpcap for portability, and well-tested on professional settings.

No download Website Updated 19 Jun 2013 rpi_gpio_ntp

Screenshot
Pop 4.00

rpi_gpio_ntp enables you to connect a GPS module with a PPS signal (or any other PPS source) to a Raspberry Pi, then sync the local clock using NTP. This can give you very accurate timekeeping. When you use this program, you do not need to patch the kernel to get PPS support, and do not need to patch the NTP program.

Download No website Updated 19 Jun 2013 OSOL Mutlicaptcha

Screenshot
Pop 4.00

OSOL Mutlicaptcha helps you create captcha for your forms with multiple options. The available options are: background color, text color, noise in background, noise in text, letter type (plane or distorted), allowed symbols(characters), font, and letter size.

Download Website Updated 19 Jun 2013 Nav Doc

Screenshot
Pop 9.27
Vit 1.12

Nav Doc is a simple navigation documentation script which lets you easily create beautiful multilingual documentation for your software and add documentation files very easily.

Download No website Updated 19 Jun 2013 FVWM-Crystal

Screenshot
Pop 366.55
Vit 187.62

FVWM-Crystal aims to create an easy to use, pretty, but also powerful desktop environment for Linux or other Unix-like operating systems. It uses the following programs: FVWM as a window manager and "main core"; different ways to provide icons on the desktop including support for many file managers and custom commands; xterm, aterm, mrxvt, or urxvt as terminal emulators; MPD or XMMS2 as music players (there's built-in support for controlling these programs), and several other tools for different functions, like setting a wallpaper or taking screenshots.

No download Website Updated 19 Jun 2013 Continuation Passing C

Screenshot
Pop 116.82
Vit 73.66

CPC (Continuation Passing C) is a programming language designed for writing concurrent systems. The CPC programmer manipulates very lightweight threads, choosing whether they should be cooperatively or preemptively scheduled at any given point; the CPC program is then processed by the CPC translator, which produces highly efficient event-loop code. This approach gives the best both worlds: the relative convenience of programming with threads, and the low memory usage of event-loop code. The semantics of CPC is defined as a source-to-source translation from CPC into plain C using a technique known as conversion into Continuation Passing Style. The current implementation of CPC has been used to write Hekate, a BitTorrent seeder designed to handle millions of simultaneous torrents and tens of thousands of simultaneously connected peers.

Screenshot

Project Spotlight

Legion of the Bouncy Castle Java Cryptography API

A light weight API, clean room JCE, JCE/JCA provider for Java cryptography.

Screenshot

Project Spotlight

Bitcoin

A peer-to-peer network-based digital currency.