kit
Developer Kit for Linux 1.18
A stable, high-performance implementation of Java on Linux. more>>
fastcgi++ 1.2
fastcgi++ provides you with an excellent and easy-to-use fastcgi++. more>>
fastcgi++ 1.2 provides you with an excellent and easy-to-use fastcgi++ library started out as a C++ alternative to the official FastCGI developers kit. It is released under the GNU Lesser General Public License.
Although the official developers kit provided some degree of C++ interface, it was very limited. The goal of this project was to provide a framework that offered all the facilities that the C++ language has to offer. Over time the scope broadened to the point that it became more than just a simple protocol library, but a platform to develop web application under C++.
To the dismay of many, this library has zero support for the old CGI protocol. The consensus was that if one were to be developing web applications under C++, efficient memory management and CPU usage would be a top priority, not CGI compatibility.
Major Features:
- Effective management of simultaneous requests without the need for multiple threads is something that fastcgi++ does best.
- Session data is organized into meaningful data types as opposed to a series of text strings. Internationalization and Unicode support is another top priority.
- The library is templated to allow internal wide character use for efficient text processing while code converting down to utf-8 upon transmission to the client.
Enhancements:
- Fixed bug in parsing post data
- Fixed buffer flushing bug
TSKmount-Fuse 0.03
TSKmount-Fuse is the filesystem of deleted files. more>>
TSKmount, is a free Fuse filesystem written in perl and based on The Sleuth Kit tools. It is intended to provide an easy way to recover deleted files over ext2, fat and ntfs filesystems.
Short HowTo:
Mounting device /dev/hda5 on /tmp/fuse empty directory:
tskmount /dev/hda5 /tmp/fuse
### wait the "Ready" message before going to /tmp/fuse ###
Unmounting filesystem:
fusermount -u /tmp/fuse
See common options:
tskmount --help
libwnck 2.18.3 / 2.19.90
libwnck is Window Navigator Construction Kit, i.e. a library to use for writing pagers and taskslists and stuff. more>>
libwnck isnt supported in the devel platform, which means OS vendors wont guarantee the API/ABI long-term, but authors of open source apps should feel free to use libwnck as users can always recompile against a new version. (And the API/ABI has historically changed very little, Im not changing it gratuitously or without soname increments.)
There are API docs in the source code, and API documentation can be generated by configuring --enable-gtk-doc. Also tasklist.c and pager.c make good sample code.
Whats New in 2.18.3 Stable Release:
- Fix a crash when dragging a window to somewhere like another workspace/viewport (Vincent) [#420713]
- Fix crash on multihead setups (Vincent)
- Improve a bit the drawing of the workspaces in the pager (Vincent)
Kits JavaScript Brainf*ck Interpreter 0.01
Kits JavaScript Brainf*ck Interpreter is a rather fast interpreter for the Brainf*ck esoteric programming language. more>>
Greensocs 2007.03-1 (GSPM)
Greensocs is a development kit for producing systems on a chip using SystemC. more>>
GreenSocs mission is to encourage SystemC to be used by designers. It will do this by engineering SystemC infrastructure to compliment the capabilities developed by OSCI and commercial EDA providers, promoting and utilising academic research. The aim is to extend the use and applicability of SystemC, by co-ordinating and promoting collaboratively developed models, methods and utilities, prioritised by designers needs.
The principle benefits are:
- To lower infrastructure development, training and adoption costs.
- To enable higher degrees of IP reuse and interchange.
- To enable EDA companies to build tools in support of the standards.
GreenSocs runs a SourceForge project called the GreenSocs project. Its aims are to develop SystemC infrastructure, basic IP, patches and add on library code for eventual standardisation. The GreenSocs project is made up of a number of contributions (sub projects).
In order to facilitate the use of SystemC and the infrastructure, patches and extensions that GreenSocs develops, pre-built binary packages including all of the stable GreenSocs patches and basic building blocks are available from the downloads area.
Enhancements:
- Assorted minor updates and bugfixes.
Internet DJ Console 0.7.0
Internet DJ console is a graphical shoutcast/icecast client that runs under GTK+ and the JACK audio connection kit. more>>
Features include two main media players with a crossfader, a jingle player, microphone signal processing (compressor and noise gate), IRC track announcements with X-Chat, an automatic stream shut-off timer, MP3 or Ogg streaming at various bit rates, aux input for connecting any audio app that is compatible with JACK, and various audio level meters.
Enhancements:
- A new, more powerful streaming architecture has been implemented with multiple streams possible, greater control over quality settings, ability to change the bitrate live on air, and the ability to stream from a prerecorded file with the metadata preserved.
- The MP3=UTF8 option has been removed, and CPU load is now reduced when the microphone is off.
Gnu Privacy Assistant 0.7.6
GNU Privacy Assistant aka GPA, is a graphical user interface for the GnuPG (GNU Privacy Guard). more>>
GPA utilizes GTK (the GIMP Tool Kit) and compiles for various platforms. You can have a look at some screenshots . You can learn more about GPA icons , as well.
GLPK 4.19
The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming, mixed integer program. more>>
GLPK supports the GNU MathProg language, which is a subset of the AMPL language.
The GLPK package includes the following main modules:
- Revised simplex method.
- Primal-dual interior point method.
- Branch-and-bound method.
- Translator for GNU MathProg.
- Application program interface (API).
- Stand-alone LP/MIP solver.
Qtractor 0.0.4.675
Qtractor project is an Audio/MIDI multi-track sequencer application written in C++ around the Qt4 toolkit using Qt Designer. more>>
The initial target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux Desktop Audio Workstation GUI, specially dedicated to the personal home-studio.
CUPS Driver Development Kit 1.2.0
CUPS Driver Development Kit is used to develop printer drivers for CUPS. more>> <<less
Chemistry Development Kit 1.0.1
Chemistry Development Kit is a Java classes for chemo- and bioinformatics. more>>
They are a complete re-write of the CompChem classes that were the basis of JChemPaint, a Java Editor for 2D chemical structures, and of JMDraw, a Java package for the graphical layout of 2D chemical structures.
The CDK project was started in September 2000 to replace the CompChem libraries used by JChemPaint, Jmol and SENECA. It no longer is in its initial stage, but is slowly getting a solid state.
The people involved in setting up the project are Christoph Steinbeck then at the Chemoinformatics Group at the Max Planck Institute of Chemical Ecology in Jena, as well as Egon Willighagen from the University of Nijmegen, The Netherlands, who is also involved with JChemPaint and many other Java Chemoinformatics programs, and Dan Gezelter from Notre Dame University, South Bend, USA, the initiator of Jmol, a 3D viewer and analyzer for molecules .
Now, the rewrite of these CompChem/CDK library classes do somehow effect all of our projects. All of our code relies to some extend on the so-called CompChem classes for computational chemistry.
Christoph Steinbeck started this chemistry library when he started programming SENECA, a system for Computer Assisted Structure Elucidation. It turned out that some of the code had design flaws that prevented others, like the authors of (Jmol) to use it.
Enhancements:
- This release consists of mostly some bugfixes, but also solves a few Java 1.4.2 compile problems and adds more functionality to the SMARTS parser.
MUSOO 0.23
MUSOO is a free online music environment kit. more>>
Main features:
- Manage your numerous fine works ( mp3 and images files ) on the Web.
- Masu-up and compose your musics, pictures and lyrics as your feeling dectates.
- Visitors will listen to your musics just as you compose. The music player provides visitors with the listening environment like fine radio with visual effects.
- MUSOO generates your composing information as RSS2.0 document that is backward compatible with Podcasting.
- Podcast clients are available like iTunes that allow visitors to subscribe to your RSS feed and automatically download your playing to their portable audio devices.
The Object Oriented Database Kit 0.5.8.1
The Object Oriented Database Kit is a set of tools to help database applications developers to handle database communication. more>>
Bioclipse 1.0.1 / 1.1.3 Beta
Bioclipse is a rich-client platform chemistry and biology workbench. more>>
General:
Based on Eclipse
Platform independent
Automated update via plugin server
Supported entities:
small molecules
proteins
RNA
DNA
sequences
alignments