ada 2.4
Units of measurement for Ada 2.4
Units of measurement for Ada library provides an implementation of dimensioned values for Ada. more>> <<less
domo 2.4
Domo is a music organizer which indexes digital audio sources, extracts all information and inserts into a database. more>>
Domo is in the first place a music organizer. Domo indexes audio sources, extracts all possible information (mpeg headers, ID3 tags, MusicBrainz,...) and inserts everything into a relational database. In this database you can then query, export and compare with other sources (playlist, music cd, ...).
Main features:
- Song based comparison of 2 input sources (see compare page)
- Convertion between different playlist formats
- mp3, ogg meta data extraction & setting
- Retrieval of meta information for unknown songs through TRM audio fingerprints
- Retrieval of Audio CD meta information through the MusicBrainz service
- Maintaining of a wishlist
- Specify your own album format (eg: %genre/%artist - %title (%year))
- Specify your own custom track format (eg: %artist - %trackno - %title)
- Query tracks and albums on artist, title, filename, album title,...
- Easy interface to the internet or other applications through a relational database (MySQL, PostgreSQL, ODBC, SQLITE...)
- Create a backup copy of the music database
- Powerfull song filename/metatag cleanup
- Generate statistics like "top 10 artists", "number of duplicate songs", etc
- Group songs in the database into collections (per user)
- Platform independent
- Assign a mood to tracks (eg: happy, sad, in love, ...)
- Give tracks, albums, ... a score out of 10
- Easy browsing of your collection per Genre or per CD
Enhancements:
- replaced id3lib with taglib
- added and integrated settings which allow choosing metainfo preference (filename or metatag) and which allow the user to specify a custom track format
- writing of metatags is now supported
- bugfixes
- added right-click context menu to score tracks, set mood, delete CDs & rename
- albums
- increased possible query fields
- possible to query albums
- consistency dialog much, much improved (supports genre, album, etc...)
- finally fixed mysql database/account creation permission issues, newly created account
- should be fairly restricted.
- added a genre-centric browse list (in addition to the CD centric one)
- updated statistics to reflect mood popularity and best scoring artists
Playmidi 2.4
Playmidi is a curses and X11-based MIDI file player for Linux. more>>
To install playmidi, just "make install"
make install will automatically configure playmidi based on your answers to a few simple questions.
NOTE: the Makefile is optimized for a recent RedHat setup. If you have an old or poorly installed ncurses, you might have to make some changes to compile. X11R6 is reqired for xplaymidi. If there is an object you dont care to make, or cant make, see the makefile
for additional installation options.
If youre having trouble with playmidi, please feel free to send email. If youve discovered any bugs, feel free to email your bug fixes.
Options for usage:
[x]playmidi [options] file1.mid [file2.mid ...]
There are a lot of command line options to change things like which device to playback to and what channels to play with what patch, etc. There are also compile-in options you will find in "playmidi.h"
Pause 2.4
Pause determines the location of silences in an audio file for use in fragmentation of large recordings. more>>
Pause project generates both a nicely formatted table intended to be read by people and a simple tab-delimited file that is easily parsed by software.
AVR-Ada 0.4.1
AVR-Ada aims to make the Ada part of gcc usable on AVR microcontrollers. more>>
KMemAid 0.2.4
MemAid is like a traditional flash-card program to help you memorise question/answer pairs. more>>
Difficult items that you tend to forget quickly will be scheduled more often, while MemAid wont waste your time on things you remember well. This means your learning process becomes much more efficient, also because the neural network gradually adapts to your personal memory model.
Enhancements:
- A small bug in item scheduling code was fixed.
- A category corruption when switching databases or doing XML import/export was fixed.
- The font setting is honored in the input and edit dialogs.
- The code was updated to work with Superkaramba 0.36.
- Unicode is still a problem, though. XML importing and exporting was improved.
- Pressing the "find" button repeatedly will scroll through all occurrences of the string in the list now. pre-0.2.3 databases are automatically imported.
MathWar 0.2.4
MathWar project is a flashcard math game for kids. more>>
MathWar is a flashcard math game in which the child plays against the computer to solve simple addition, subtraction, and multiplication problems before the computer player answers.
MathWar is aimed at kids who are just learning their math facts, and can easily be tailored to fit different skill levels.
GDM 2.4.13
GDM is the GNOME Display Manager is the graphical login manager. more>>
The GNOME Display Manager is a reimplementation of the well known xdm program. GDM consists of a daemon and a graphical login application which runs as an unpriviledged user.
The login GUI features a face browser, an optional logo, and language/session type selection support. The daemon includes an XDMCP implementation for managing remote displays. Access control relies on TCPWrappers.
Enhancements:
- Fix for CVE-2007-3381, a denial of service attack where the user can crash the GDM daemon with a carefuly crafted GDM sockets command and cause GDM to stop managing future displays. GDM now is much better about safegarding against NULL values returned from g_strsplit calls. (Brian Cameron)
- Translation updates (Christophe Merlet)
XdTV 2.4.0
XdTV is a software that allows you to watch TV. more>>
It uses the video4linux API. XdTV can use deinterlacing filters and record video files with the ffmpeg, divx, and xvid codecs.
mudFTP 2.4
mudFTP is a protocol used for transfer of text files between a MUD server and a mudFTP client program. more>>
In order to install mudFTP on your server, your server must have a centralized mechanism for editing text entries. In case of most MERC derivatives, this happens via the function string_append which takes a char** and takes over the control over input from the user, reallocating the text string as necessary. In any case, a fair knowledge of the C programming language and your MUD server is required in order to install mudFTP.
Once installed on the server side, mudFTP will listen on another port - typically youd wand this to be 6 higher than the normal port (e.g. if your mud is on port 4444, your mudFTP port would be on port 4450).
You users then use the mudFTP client program to connect. The client program identifies itself to the server with the MUD username/password and then waits for a request.
When a user with mudFTP enabled then edits a text using the text editing mechanism, it notices that there is a mudFTP connection and sends the text there instead of to the normal user screen. The users mudFTP client reads the text, saves it to a temporary file and spawns an editor. The user edits the file, and when satisfied, exits the editor. This causes the mudFTP client to send the text back to the server - which in turn replaces the text the user was editing with the new text from the client.
The server source code is ported to following platforms:
* Diku-like servers:
o Envy 2.2 with ILAB OLC
o Mythran 3.1.6b
o ROM 2.4b6 with Ivans OLC 1.72 (by Jessica Boyd)
o ROT 1.4 (by Dominic J. Eidson)
o Circle 3.0 (by George Greer)
* Non-Diku
o LDMUD (by Markus Peter) - should be portable to any LP [New!]
Ports under development:
If you are interested in porting to a new server platform, please email me. mudFTP should be portable to your server as long as your server has some central mechanism for editing text strings.
The C version of the client code works under the following platforms:
* Linux (libc5 as well as glibc)
* Any UNIX (untested, but the code is fairly compatible)
* Windows 95 and NT (port by Cath Allen)
* Windows 98 (untested)
The Java version of the client will work on any Java-capable platform.
Id very much like someone to port the client to the Macintosh platform
PyAudioPlay 0.2.4
PyAudioPlay is a set of Python classes which tie together the pyao, pymad, aifc and wav modules into a single media player. more>>
PyAudioPlay is written in Python. PyAudioPlay now supports Ogg Vorbis because it uses the pyogg library.
A beta version 0.2.4 is available for download. Dont expect the API to be stable. AudioPlay requires Python >= 2.3 and pyao. Pymad is required for MP3 playback (optional). pyogg+pyvorbis is required for Vorbis playback (optional).
Basic documentation exists for playback in the audioplay.player module. A simple playback example exists in the player.py module, which can be used as a standalone command line player.
Enhancements:
- Some MP3 files are misdetected by the MAD library as having really weird sample rates (i.e., 24000 Hz). These files are now rectified to 44.1kHz automatically.
lyteRAD CE 2.4
With lyteRAD you can build desktop & mobile database applications easily. Create, share and sell your own solutions. Contains an Embedded DB for maintenance free simplicity, use visualizers for better insights, and even choose industry standard database servers as the backend. more>>
lyteRAD CE - With lyteRAD you can build desktop & mobile database applications easily. Create, share and sell your own solutions. Contains an Embedded DB for maintenance free simplicity, use visualizers for better insights, and even choose industry standard database servers as the backend. Build complete business solutions with zero code, Mobilize your applications and take it with you, Use visualizers to get deeper insights into your information, Create graphs and charts with just a few clicks, Use industry standard JDBC compliant databases for higher robustness, Available for Windows & linux. Build share and sell your applications at your own terms.
Enhancements:
Version 2.4
Table templates,one click web service, MultiItem datatype, Enhanced application widgets, many bug fixes and enhancements.
Version 2.3
Derived Fields in Reports, Enhanced UI, Statistics module, Math Triggers
Version 2.2
Row Markers, More Powerful Reports, Application Store
Version 2.1
System Requirements:<<less
Ecasound 2.4.6
Ecasound is a software package designed for multitrack audio processing. more>>
It supports a wide range of audio inputs, outputs, and effect algorithms. Effects and audio objects can be combined in various ways, and their parameters can be controlled by operator objects like oscillators and MIDI-CCs. A versatile console-mode user interface is included in the package.
Enhancements:
- The ability to specify a custom configuration resource file has been added.
- Several long-standing bugs have been fixed.
- The licensing of rubyecasound has been changed.
Neos 2.4
Neos is a port of the original theme for Gnome. more>>
BVCs "Alien" theme was used for modifications. Window decorations code was compiled in Alien. And toolbar icons from Alien theme of BVC. Thanx to good working of BVC ;).
You may wonder why is not exactly the same as the orginal one even though, this is neos theme port. The answer is simple: When you look at Gnome/Gtk as whole screen, some of the graphics looks disjointed. According to my personal taste i customized some of graphics.
Enhancements:
- Neos Improved Series Has been added.
- Improved Blue Gtk style 24x and 48x (sized panel presets), Neos 1 Style Win decoration , Neos 2 Win decoration has been added.
- Improved Lime Gtk style 24x and 48x (sized panel presets), Neos 1 Style Win decoration , Neos 2 Win decoration has been added.
- Improved White Gtk styles 24x and 48x (sized panel presets), Neos 1 Style Win decoration , Neos 2 Win decoration
- Please use 24x or 48x size panel. And choose to 24x or 48x Gtk Style preset depend on your using size panel. Dont use to any Panel Background texture. Gtk styles includes to default looking textures. On the next versions will be add other sizes (32,64,76...) presets.
- Improved style is indepent version of orginal Neos.
- Improved styles includes Gradient Graphics: Gradient Notebook border, Small sized 4 color menubackground, imrpoved tab styles etc... (in my opinion it looks very good).
- Improved to Orginal Neos ports graphics. But it hasnt gradient Notebook borders.
- Neos 1 and Neos 2 Window Decoration problems has been resolved and improved its graphics.From now not need to Gnome Configurator Os X like window decoration settings. Because windows buttons and titles positions changed to right side. So, dont use to Os X like windows placement with Gnome Configurator!
- Some of gtk-stock and toolbars icons has been added. Blue, Lime and White style...
- It may seems no different between improved theme and original theme.
- One of the reasons of this Original Neos theme is also taken, almost every property of the improved theme.it has not only gradient notebook borders. Actually improved versions are consisting of my personal edition. And these are the sets that will be effected by the changes in the future. Original neos wouldnt be effected by these developments. Actually there is detailed worked in Gtk Graphics and window decoration graphics. For understand about difference you can download it.
Pigs 2.4
Pigs is a desktop notes program. more>>
Main features:
- In four years, pigs hasnt changed its file format and hasnt lost my notes. Pigs is for people who DONT want to lose their notes. If anything, it creates too many backups.
- You can store your notes in a file you specify. I consider my desktop notes to be data, not configuration - I dont want them stored in my configuration directory which I may delete or forget to back up.
- You can import notes from goats - in fact it does this by default if you have a goats configuration and you havent run it before - Note this was the fact when I wrote pigs many years ago but I have no idea how the goats application has moved on since then. It is possible that it will not successfully import notes from the current version of goats.
- Each time it runs, it backs up your notes file before running (you can turn this feature off or specify your own backup path.)
- It should NOT lose your data just from a crash for example. Goats does not lose data either, however the default gnome notes program gnotes does frequently. With pigs, each second, if youve made any changes, they will be saved.
- It has a few more options to do with deleting notes.
- You can have the delete function just mark the notes as deleted, like throwing them in the trash, you can restore them later, unless you have specifically told pigs to forget all marked notes.
- You can import notes from the backup files.
- It has an option to discard all empty notes.
- You can easily set up your default note style by configuring one note and then selecting Use as default from its popup menu.
- Like goats, it can run in applet mode, or with its main window as a separate toplevel window which you can move around and resize (in which case the icon is resized to fit the window).
- From the summary window (which shows a table of all your notes), you can double-click on a note to show or hide it.
- The summary window is easily accessed by double-clicking on the main window (or applet), or from the popup menu from any note.
- You can specify the icons it should use for the main window or applet.
- You can easily shade notes using your mouse wheel.
- You can easily run multiple instance of pigs, with totally separate sets of notes; just create a link to the script with a different name, for example pigs2. If you run pigs2, it will use ~/.pigs2/ as its configuration directory.
- You can change the default font, and the next time pigs is started, all notes which have not had a custom font set will use the new default font. You can turn this feature off, in which case each note will use whatever font was the default at the time the note was created. The same option exists for the note colour options.