mp3resizer 1.7
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 194
newslite 1.7
newslite is a UNIX/LINUX command line tool to download from newsgroup. more>>
newslite is a UNIX/LINUX command line tool to download from newsgroup and decode multipart and monopart yENC and UU (Unix-to-Unix) encoded files.
Main features:
- threads XOVER command for faster group message header retrieval
- threads file download for faster download
- builds full list of groups hosted by the server
- resumes download session in case of connection loss program interruption
- makes use of configuration file to simplify user command interface
- builds "title" and "file" lists from article headers for quicker group content analysis
- decodes yEnc and UU multi and mono-part encoded files
- supports news server authentication
- supports NZB file processing (check the newzbin site for further information)
- allows connection to news server through any TCP port (i.e. not only using NNTP 119)
Enhancements:
- This release adds a group Search option.
- The MAC binary is now universal (PPC and Intel).
<<lessMain features:
- threads XOVER command for faster group message header retrieval
- threads file download for faster download
- builds full list of groups hosted by the server
- resumes download session in case of connection loss program interruption
- makes use of configuration file to simplify user command interface
- builds "title" and "file" lists from article headers for quicker group content analysis
- decodes yEnc and UU multi and mono-part encoded files
- supports news server authentication
- supports NZB file processing (check the newzbin site for further information)
- allows connection to news server through any TCP port (i.e. not only using NNTP 119)
Enhancements:
- This release adds a group Search option.
- The MAC binary is now universal (PPC and Intel).
Download (0.039MB)
Added: 2006-10-09 License: Freeware Price:
1110 downloads
ivrescue 1.1.7
ivrescue is a small Linux rescue CD, suitable for booting systems that have become unbootable due to filesystem corruption. more>>
ivrescue is a small Linux rescue CD, suitable for booting systems that have become unbootable due to filesystem corruption or whatever. As an added bonus, everything is loaded into RAM - once the machine has booted, you can remove the CD from the drive.
It lies somewhere between minimalist boot floppies and large full-featured rescue CDs, and as such is suitable for putting on CDs wherever space is tight - for instance if you have 7Mb spare on your business card CD, you can add this package to it, and have a rescue CD that you can carry in your wallet.
Note that there are other, leaner, ways of doing this. For instance there is "busybox", which puts the most critical things (sh, ifconfig, that sort of thing) into one small executable; "uClibc", which is a tiny, slimmed-down C library; and so on.
However, they involve more effort, and the system you get at the end has fewer features because of the space saving. The idea of this project is to allow you to quickly put together a reasonably featureful rescue disk on leftover space on a CD without needing any source code other than the Linux kernel source.
To compile it you will need:
ImageMagick
dosfstools [dosfstools RPMs]
SysLinux (at least v2.00)
bzip2
losetup [losetup RPMs]
netcat (nc)
ash
isapnptools
Pipe Viewer (pv)
The tar.bz2 of a 2.4.x Linux kernel
...and the usual GNU/Linux build environment.
Enhancements:
- upgraded to kernel 2.4.25
- added sample bochsrc (for testing with Bochs)
<<lessIt lies somewhere between minimalist boot floppies and large full-featured rescue CDs, and as such is suitable for putting on CDs wherever space is tight - for instance if you have 7Mb spare on your business card CD, you can add this package to it, and have a rescue CD that you can carry in your wallet.
Note that there are other, leaner, ways of doing this. For instance there is "busybox", which puts the most critical things (sh, ifconfig, that sort of thing) into one small executable; "uClibc", which is a tiny, slimmed-down C library; and so on.
However, they involve more effort, and the system you get at the end has fewer features because of the space saving. The idea of this project is to allow you to quickly put together a reasonably featureful rescue disk on leftover space on a CD without needing any source code other than the Linux kernel source.
To compile it you will need:
ImageMagick
dosfstools [dosfstools RPMs]
SysLinux (at least v2.00)
bzip2
losetup [losetup RPMs]
netcat (nc)
ash
isapnptools
Pipe Viewer (pv)
The tar.bz2 of a 2.4.x Linux kernel
...and the usual GNU/Linux build environment.
Enhancements:
- upgraded to kernel 2.4.25
- added sample bochsrc (for testing with Bochs)
Download (6.7MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1471 downloads
OpenSign 1.7.0
OpenSign is a collection of Java applets providing client-side digital signing functionality using x.509 certificates. more>>
OpenSign is a java applet for signing text in a webbrowser using PKCS-12 key-files or keys accessible through Microsoft CryptoAPI CSPs in a Win32 environment.
The applet is based on code kindly provided by IT-Practice and everyone is encouraged to submit code, suggestions or bugfixes through the mailinglists. OpenSign is a FREE software and it is licensed under the GNU LGPL licence.
OpenSign is a client side applet which generates xmldsig signatures. It is NOT in the scope of this project to develop a serverside validation service for the signatures.
OpenSign also has an option to work as a logon in the application layer. In this case OpenSign is referred as OpenLogon.
Enhancements:
- This release enables access to certificates accessed through CryptoAPI on Microsoft Vista when running in protected mode.
- It also introduces certificates available through the Sun Java control panel as a new keystore.
<<lessThe applet is based on code kindly provided by IT-Practice and everyone is encouraged to submit code, suggestions or bugfixes through the mailinglists. OpenSign is a FREE software and it is licensed under the GNU LGPL licence.
OpenSign is a client side applet which generates xmldsig signatures. It is NOT in the scope of this project to develop a serverside validation service for the signatures.
OpenSign also has an option to work as a logon in the application layer. In this case OpenSign is referred as OpenLogon.
Enhancements:
- This release enables access to certificates accessed through CryptoAPI on Microsoft Vista when running in protected mode.
- It also introduces certificates available through the Sun Java control panel as a new keystore.
Download (0.41MB)
Added: 2007-05-09 License: LGPL (GNU Lesser General Public License) Price:
901 downloads
SCZ 1.7
SCZ is a set of simple, portable, light-weight file compression and decompression utilities. more>>
SCZ application is a simple set of compression routines for compressing and decompressing arbitrary data. The initial set of routines implement new lossless compression algorithms. Restoration (decompression) is perfect. It is called SCZ, for simple compression format. SCZ is intended as a subroutine for incorporation within your own applications without legal or technical encumberances. It was developed because the standard compression routines, such as gzip, Zlib, etc., are fairly large, complex, and difficult to integrate-with, maintain, or understand.
SCZ is intended to fill a nitch: simple lightweight data-compress/decompress routines that can be included within other applications, and that permit the applications to compress or decompress data on-the-fly, during read-in or write-out with a simple call. This nitch applies to you, if the existing compression libraries are larger and more complex than your applications themselves. Other compression utilities do not appear to be intended for embedding within other applications.
SCZ typically achieves 3:1 compression. On binary PPM image files it often achieves a 10:1 compression. On some text files, I have seen 25:1. On difficult files, it may achieve roughly 2:1 reduction. Although zip and gzip usually achieve slightly higher ratios, SCZ makes tradeoffs for simplicity, memory footprint, and runtime speed, - in that order -, with note to diminishing returns.
For example, when compresing a particular 10-MB file, gzip saved 8.2-MB, while SCZ saved 7.8-MB. Either way, thats a lot of space saved! Sure, we could go after that last 0.4-MB of compression, but that is where diminishing returns sets in. To compress that extra bit would more than double the complexity and runtime of SCZ. SCZs core compression and decomp routines are only 178 and 45 lines of code, respectively. The balance of the files provide convenient access methods for files and buffers. (In contrast, the light-weight and very commendable zlib has 3,360 source lines in 25 files.)
Although the scz routines are intended for compiling (or linking) into your own applications, the package includes two self-contained application programs that can be used as stand-alone compress/decompress utilities:
- Readme.txt - Info.
- scz.h - Common header file.
- scz_compress_lib.c - Base compression functions.
- scz_decompress_lib.c - Base decompression functions.
- scz_streams.c - Convenience routines for stream-like access.
- scz_compress.c - Application program to compress files.
- scz_decompress.c - Application program to decompresses files.
The application programs work similar to gzip and gunzip. See the header comments. The application utilities also serve as examples for how to call the scz compression routines from your own applications, and are useful for testing and validation.
To use the scz routines in your programs, just include or link to the lib file(s). You can use SCZ either as command-line utilities or as the raw routines.
See How It Works for information about the SCZ architecture and file format. You should find the SCZ commenting and code structures somewhat understandable.
The SCZ routines work interchangably across all platforms. This makes portable and self-contained compression available to all applications.
In the future, I would like to add a similar set of simple routines for lossy compression of specific kinds of data, such as images or audio files.
Enhancements:
- A comment error in scz.h was fixed.
- An API document was added to the Web page.
<<lessSCZ is intended to fill a nitch: simple lightweight data-compress/decompress routines that can be included within other applications, and that permit the applications to compress or decompress data on-the-fly, during read-in or write-out with a simple call. This nitch applies to you, if the existing compression libraries are larger and more complex than your applications themselves. Other compression utilities do not appear to be intended for embedding within other applications.
SCZ typically achieves 3:1 compression. On binary PPM image files it often achieves a 10:1 compression. On some text files, I have seen 25:1. On difficult files, it may achieve roughly 2:1 reduction. Although zip and gzip usually achieve slightly higher ratios, SCZ makes tradeoffs for simplicity, memory footprint, and runtime speed, - in that order -, with note to diminishing returns.
For example, when compresing a particular 10-MB file, gzip saved 8.2-MB, while SCZ saved 7.8-MB. Either way, thats a lot of space saved! Sure, we could go after that last 0.4-MB of compression, but that is where diminishing returns sets in. To compress that extra bit would more than double the complexity and runtime of SCZ. SCZs core compression and decomp routines are only 178 and 45 lines of code, respectively. The balance of the files provide convenient access methods for files and buffers. (In contrast, the light-weight and very commendable zlib has 3,360 source lines in 25 files.)
Although the scz routines are intended for compiling (or linking) into your own applications, the package includes two self-contained application programs that can be used as stand-alone compress/decompress utilities:
- Readme.txt - Info.
- scz.h - Common header file.
- scz_compress_lib.c - Base compression functions.
- scz_decompress_lib.c - Base decompression functions.
- scz_streams.c - Convenience routines for stream-like access.
- scz_compress.c - Application program to compress files.
- scz_decompress.c - Application program to decompresses files.
The application programs work similar to gzip and gunzip. See the header comments. The application utilities also serve as examples for how to call the scz compression routines from your own applications, and are useful for testing and validation.
To use the scz routines in your programs, just include or link to the lib file(s). You can use SCZ either as command-line utilities or as the raw routines.
See How It Works for information about the SCZ architecture and file format. You should find the SCZ commenting and code structures somewhat understandable.
The SCZ routines work interchangably across all platforms. This makes portable and self-contained compression available to all applications.
In the future, I would like to add a similar set of simple routines for lossy compression of specific kinds of data, such as images or audio files.
Enhancements:
- A comment error in scz.h was fixed.
- An API document was added to the Web page.
Download (0.014MB)
Added: 2007-05-25 License: LGPL (GNU Lesser General Public License) Price:
885 downloads
chkperm 1.7
chkperm is a tool that lets you automatically check and set the permissions and ownership of files and directories. more>>
chkperm is a tool that lets you automatically check and set the permissions and ownership of files and directories.
Installation:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<lessInstallation:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Download (0.11MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1470 downloads
KMid 1.7
KMid is a midi/karaoke player with many features. more>>
KMid is a X11 / KDE based midi player for Linux and FreeBSD.
KMid displays the text of karaoke files and change its colour as it is being played so that the tune can be easily followed !
It uses /dev/sequencer as output device supporting external synths, AWE , GUS and now also FM cards (such as sb16 or sbpro).
Main features:
- KMid has a nice interface to display karaoke lyrics.
- A channel view to see what notes is each instrument playing.
- Supports external midi synths, AWE cards, FM output, and GUS (for the later, needs the Linux Ultrasound Project driver and gusd installed).
- Powerful Midi Mapper that will make people with no general midi synths happier than ever :-).
- Collections with unlimited number of songs !
- Drag & drop so you can drop in KMid any midi file from a kfm window.
- Customizable fonts for karaoke text to be displayed.
- Supports the two standards to introduce lyrics in midi files, that is, lyrics or text events (and guess which one a song uses automatically)
- Session Management. If a song is playing while you logout from KDE, the next time you login, the same song will start playing !
- Can play some broken midi files which make other players core dump !
- Can open gzipped files just as any other midi file.
- A Volume bar to change the volume of the song.
- Consumes approximately 0.1% of my CPU (depends on the complexity of the song)
- Runs on Linux and FreeBSD (perhaps also other unices ...)
Enhancements:
- KMid current version has support for midi mappers, karaoke, playlists, and much more.
<<lessKMid displays the text of karaoke files and change its colour as it is being played so that the tune can be easily followed !
It uses /dev/sequencer as output device supporting external synths, AWE , GUS and now also FM cards (such as sb16 or sbpro).
Main features:
- KMid has a nice interface to display karaoke lyrics.
- A channel view to see what notes is each instrument playing.
- Supports external midi synths, AWE cards, FM output, and GUS (for the later, needs the Linux Ultrasound Project driver and gusd installed).
- Powerful Midi Mapper that will make people with no general midi synths happier than ever :-).
- Collections with unlimited number of songs !
- Drag & drop so you can drop in KMid any midi file from a kfm window.
- Customizable fonts for karaoke text to be displayed.
- Supports the two standards to introduce lyrics in midi files, that is, lyrics or text events (and guess which one a song uses automatically)
- Session Management. If a song is playing while you logout from KDE, the next time you login, the same song will start playing !
- Can play some broken midi files which make other players core dump !
- Can open gzipped files just as any other midi file.
- A Volume bar to change the volume of the song.
- Consumes approximately 0.1% of my CPU (depends on the complexity of the song)
- Runs on Linux and FreeBSD (perhaps also other unices ...)
Enhancements:
- KMid current version has support for midi mappers, karaoke, playlists, and much more.
Download (0.28MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1632 downloads
Tsinvest 1.7
Tsinvest computes the optimal gains of multiple equity investments. more>>
Tsinvest project computes the optimal gains of multiple equity investments. The program decides which of all available equities to invest in at any single time, by calculating the instantaneous Shannon probability of all equities, and using statistical estimation techniques to estimate the accuracy of the calculated Shannon probability.
Entropic techniques are used throughout. A tutorial is presented in the man(1) pages and a companion equity market simulation program is included. Additionally, there is a fragment of the US exchange daily closes for demonstration.
Enhancements:
- This release adds an option for Laplacian density distribution of intraday market dynamics.
<<lessEntropic techniques are used throughout. A tutorial is presented in the man(1) pages and a companion equity market simulation program is included. Additionally, there is a fragment of the US exchange daily closes for demonstration.
Enhancements:
- This release adds an option for Laplacian density distribution of intraday market dynamics.
Download (1.3MB)
Added: 2006-08-18 License: Free for non-commercial use Price:
1162 downloads
Freevo 1.7.3
Freevo is a standalone Linux digital VCR/PVR. more>>
Freevo project is a Linux application that turns a PC with a TV capture card and/or TV-out into a standalone multimedia jukebox/VCR/PVR/HTPC/DVR/set-top box.
It uses MPlayer and other apps to play and record audio and video. It is optimized for use with a TV and remote, but can be used with a monitor and keyboard. It is very easy to install since the binary release package has no external dependencies.
Main features:
- SDL
- Pygame
- Python Imaging Library
- Mplayer
- Python
- Python Twisted
- Xine
Enhancements:
- New audio scrobbler plug-in
- New Chinese translation
- New Greek translation
- Updates the Apple trailers plug-in
- Updates to recordings manager
- Updates to button bar plug-ins
- Updated French translation
- Updated Spanish translation
- Changes to MPlayer field dominance and interlacing
- Many bug fixes
<<lessIt uses MPlayer and other apps to play and record audio and video. It is optimized for use with a TV and remote, but can be used with a monitor and keyboard. It is very easy to install since the binary release package has no external dependencies.
Main features:
- SDL
- Pygame
- Python Imaging Library
- Mplayer
- Python
- Python Twisted
- Xine
Enhancements:
- New audio scrobbler plug-in
- New Chinese translation
- New Greek translation
- Updates the Apple trailers plug-in
- Updates to recordings manager
- Updates to button bar plug-ins
- Updated French translation
- Updated Spanish translation
- Changes to MPlayer field dominance and interlacing
- Many bug fixes
Download (16.1MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
817 downloads
MP3val 0.1.7
MP3val is a tool for MPEG audio files validation and (optionally) fixing problems. more>>
MP3val is a tool for MPEG audio files validation and (optionally) fixing problems.
It was primarily designed for MPEG 1 Layer III (MP3) files, but supports also other MPEG versions and layers.
MP3val can be useful for finding corrupted files (e.g. incompletely downloaded).
MP3val supports:
- MPEG-1, 2, 2.5; Layers I, II, III
- ID3v1 tags (must be at the very end of the file)
- ID3v2 tags (must be at the very beginning of the file)
- APEv2 tags
Enhancements:
- More precise report about CRC.
- A new option added to keep file timestamps.
- Added more accurate handling of write errors (Debian #413946).
- Attributes are now correctly preserved.
<<lessIt was primarily designed for MPEG 1 Layer III (MP3) files, but supports also other MPEG versions and layers.
MP3val can be useful for finding corrupted files (e.g. incompletely downloaded).
MP3val supports:
- MPEG-1, 2, 2.5; Layers I, II, III
- ID3v1 tags (must be at the very end of the file)
- ID3v2 tags (must be at the very beginning of the file)
- APEv2 tags
Enhancements:
- More precise report about CRC.
- A new option added to keep file timestamps.
- Added more accurate handling of write errors (Debian #413946).
- Attributes are now correctly preserved.
Download (0.018MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
912 downloads
LibMPEG3 1.7
LibMPEG3 is a library for MP3, MP2, AC3, MPEG-1, and MPEG-2 video decoding. more>>
Libmpeg3 supports advanced editing and manipulation of MPEG streams. MPEG is normally a last mile distribution format but with libmpeg3 you can edit it like a production format. Unless you have a need for MPEG editing and copying, youre better off using a consumer library like FFMPEG.
Libmpeg3 is primarily a supporting library for Cinelerra. It supports all of the nonstandard operations Cinelerra needs. Libmpeg3 provides a uniform front end for a large number of the MPEG formats used in HDTV broadcasting. It decodes:
- MPEG-1 Layer II Audio
- MPEG-1 Layer III Audio
- MPEG-2 Layer III Audio
- MPEG-1 program streams
- MPEG-2 program streams
- MPEG-2 transport streams
- AC3 Audio
- MPEG-2 Video
- MPEG-1 Video
- IFO files
- VOB files
Now the good news. It can read the MPEG exports from Cinelerra.
A table of contents feature allows it to seek with frame accuracy regardless of whether the footage has timecode or not, or whether the timecode is contiguous. Also included are utilities for stream extraction, format querying, and copying.
Enhancements:
- Table of contents sample count improvements.
- Migration to GCC 4.1.
<<lessLibmpeg3 is primarily a supporting library for Cinelerra. It supports all of the nonstandard operations Cinelerra needs. Libmpeg3 provides a uniform front end for a large number of the MPEG formats used in HDTV broadcasting. It decodes:
- MPEG-1 Layer II Audio
- MPEG-1 Layer III Audio
- MPEG-2 Layer III Audio
- MPEG-1 program streams
- MPEG-2 program streams
- MPEG-2 transport streams
- AC3 Audio
- MPEG-2 Video
- MPEG-1 Video
- IFO files
- VOB files
Now the good news. It can read the MPEG exports from Cinelerra.
A table of contents feature allows it to seek with frame accuracy regardless of whether the footage has timecode or not, or whether the timecode is contiguous. Also included are utilities for stream extraction, format querying, and copying.
Enhancements:
- Table of contents sample count improvements.
- Migration to GCC 4.1.
Download (0.61MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1217 downloads
PowerTop 1.7
PowerTop detects which Linux programs and kernel tunables are resulting in the largest power consumption and use of battery time more>>
PowerTop project detects which Linux programs and kernel tunables are resulting in the largest power consumption and use of battery time.
Power usage is a hot topic for computer users everywhere. For some, its a matter of how long a laptop lasts without being plugged in. For others, its controlling the temperature of hundreds of systems within a datacenter. For all of us, its about keeping the electricity bill under control and being kind to the environment.
Getting your computer to use the least amount of power can be problematic. This site provides information on reducing power usage, tips, and tricks for Intel-based computers running Linux*.
As a first step, Intel is releasing PowerTOP, a tool that helps you find what software is using the most power. By fixing (or closing) these applications or processes, you can immediately see the power savings in the tool. Youll also see the estimated time left for battery power if you are running a laptop. The Tips&Tricks page has fixes for a lot of the issues that are already found. Join our mailing list to participate in this effort to get Linux to use less power.
Building:
Just type make and then run the program...
tar -zxf powertop-1.1.tar.gz
cd powertop
make
./powertop
Enhancements:
- This release shows P-states (frequencies).
- A suggestion to disable TV-out and to disable Wake-On-LAN for unused ethernet has been added.
<<lessPower usage is a hot topic for computer users everywhere. For some, its a matter of how long a laptop lasts without being plugged in. For others, its controlling the temperature of hundreds of systems within a datacenter. For all of us, its about keeping the electricity bill under control and being kind to the environment.
Getting your computer to use the least amount of power can be problematic. This site provides information on reducing power usage, tips, and tricks for Intel-based computers running Linux*.
As a first step, Intel is releasing PowerTOP, a tool that helps you find what software is using the most power. By fixing (or closing) these applications or processes, you can immediately see the power savings in the tool. Youll also see the estimated time left for battery power if you are running a laptop. The Tips&Tricks page has fixes for a lot of the issues that are already found. Join our mailing list to participate in this effort to get Linux to use less power.
Building:
Just type make and then run the program...
tar -zxf powertop-1.1.tar.gz
cd powertop
make
./powertop
Enhancements:
- This release shows P-states (frequencies).
- A suggestion to disable TV-out and to disable Wake-On-LAN for unused ethernet has been added.
Download (0.055MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
856 downloads
Pauker 1.7.5
Pauker is a generic flashcard program written in Java. more>>
Pauker is a generic flashcard program written in Java. Pauker uses a combination of ultra-shortterm, shortterm, and longterm memory.
You can use it to learn all the things you never want to forget, like vocabulary, capitals, important dates, etc.
Pauker uses a combination of ultra-shortterm, shortterm, and longterm memory. You can use it to learn all the things efficiently you never want to forget, like vocabulary, capitals, important dates, etc.
Main features:
- completely free (OpenSource, GPL)
- flash card based,
- learning application,
- written in java
- using the leitner cardfile system,
- and works offline without the need of an internet connection.
Enhancements:
- Pauker works now with accidently unpacked lesson files.
- The French translation was updated.
- Wrong newline characters are shown when an answer was mistyped.
- The chosen repeating method when inserting new cards is now saved between program starts.
- An unobtrusive button for donations was added.
- The internal search engine was updated to Apache Lucene v2.1.
- The internal keyboard focus and default button handling was cleaned up.
<<lessYou can use it to learn all the things you never want to forget, like vocabulary, capitals, important dates, etc.
Pauker uses a combination of ultra-shortterm, shortterm, and longterm memory. You can use it to learn all the things efficiently you never want to forget, like vocabulary, capitals, important dates, etc.
Main features:
- completely free (OpenSource, GPL)
- flash card based,
- learning application,
- written in java
- using the leitner cardfile system,
- and works offline without the need of an internet connection.
Enhancements:
- Pauker works now with accidently unpacked lesson files.
- The French translation was updated.
- Wrong newline characters are shown when an answer was mistyped.
- The chosen repeating method when inserting new cards is now saved between program starts.
- An unobtrusive button for donations was added.
- The internal search engine was updated to Apache Lucene v2.1.
- The internal keyboard focus and default button handling was cleaned up.
Download (2.9MB)
Added: 2007-05-16 License: GPL (GNU General Public License) Price:
898 downloads
PPSkit 2.1.7
PPSkit is an implementation of nanosecond time and a PPS API for the Linux kernel, as described by RFC-1589 and RFC-2783. more>>
PPSkit is an implementation of nanosecond time and a PPS API for the Linux kernel, as described by RFC-1589 and RFC-2783.
This collection contains:
0) A new kernel that keeps time in nanoseconds (instead of microseconds). These changes come along with several other improvements and cleanups.
1) Extensions and bugfixes for adjtimex() to adjust the value of `tickadj (defaults to 500/HZ). This can be useful when the adjtime() doesnt work at all or is too slow (1ms on Alpha architecture, 0.5ms per second by default on i386 architecture).
2) New code to support PPS (pulse-per-second) clock synchronization in the kernel (also known as ``nanokernel #4).
3) Example implementation for the serial driver (implements detection of pulse on DCD pin). The implementation uses the new PPS API for portability and nanosecond accuracy.
4) Some utilities and documentation files (like this).
Enhancements:
- The kernel patches were updated to support more recent 2.4 kernels.
- GCC 4.0.x support was fixed.
<<lessThis collection contains:
0) A new kernel that keeps time in nanoseconds (instead of microseconds). These changes come along with several other improvements and cleanups.
1) Extensions and bugfixes for adjtimex() to adjust the value of `tickadj (defaults to 500/HZ). This can be useful when the adjtime() doesnt work at all or is too slow (1ms on Alpha architecture, 0.5ms per second by default on i386 architecture).
2) New code to support PPS (pulse-per-second) clock synchronization in the kernel (also known as ``nanokernel #4).
3) Example implementation for the serial driver (implements detection of pulse on DCD pin). The implementation uses the new PPS API for portability and nanosecond accuracy.
4) Some utilities and documentation files (like this).
Enhancements:
- The kernel patches were updated to support more recent 2.4 kernels.
- GCC 4.0.x support was fixed.
Download (0.11MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
1005 downloads
Greymatter 1.7.1
Greymatter is a Web-based tool for the creation of weblogs. more>>
Greymatter project is a Web-based tool for the creation of weblogs (regularly-updated news- or journal-type sites) or online journals, allowing complete control over your weblog/journal.
Main features:
- the ability for users to post comments to your entries or cast "karma" votes on them
- no database used or required whatsoever
- a template-based system that allows you to fully customise every aspect of your sites look and function, great or small
- support for multiple weblog/journal authors, with fully-controllable individual access
- a ban system for preventing malicious users from voting or posting on your site
- nearly a hundred template variables that allow for extremely flexible styles and setups
- easy and complete editing of any entry (including its comments) at any time
- runs completely on your own account and is thus under your full control at all times
- and, of course, "more"!
Enhancements:
- New spam controls were added.
- A handful of bugs were fixed.
- Refactoring of core code has continued.
<<lessMain features:
- the ability for users to post comments to your entries or cast "karma" votes on them
- no database used or required whatsoever
- a template-based system that allows you to fully customise every aspect of your sites look and function, great or small
- support for multiple weblog/journal authors, with fully-controllable individual access
- a ban system for preventing malicious users from voting or posting on your site
- nearly a hundred template variables that allow for extremely flexible styles and setups
- easy and complete editing of any entry (including its comments) at any time
- runs completely on your own account and is thus under your full control at all times
- and, of course, "more"!
Enhancements:
- New spam controls were added.
- A handful of bugs were fixed.
- Refactoring of core code has continued.
Download (0.18MB)
Added: 2007-01-04 License: Free for non-commercial use Price:
1597 downloads
MinML 1.7
MinML provides a small XML parser. more>>
MinML provides a small XML parser.
MinML is an XML parser written in Java which implements nearly all of the XML language (it ignores DTDs).
It was developed for use in small embedded systems and has a code footprint of less than 10Kb.
It is designed to minimise the amount of heap space consumed when parsing a document. MinML implements the SAX1 interface.
We support SAX1 and have added a simple extension (by subclassing org.xml.sax.DocumentHandler and org.xml.sax.Parser) that allows character data to be processed by a user supplied subclass of java.io.Reader.
Enhancements:
- A fix for a bug in parsing an empty element in mixed content.
<<lessMinML is an XML parser written in Java which implements nearly all of the XML language (it ignores DTDs).
It was developed for use in small embedded systems and has a code footprint of less than 10Kb.
It is designed to minimise the amount of heap space consumed when parsing a document. MinML implements the SAX1 interface.
We support SAX1 and have added a simple extension (by subclassing org.xml.sax.DocumentHandler and org.xml.sax.Parser) that allows character data to be processed by a user supplied subclass of java.io.Reader.
Enhancements:
- A fix for a bug in parsing an empty element in mixed content.
Download (0.049MB)
Added: 2007-04-06 License: BSD License Price:
931 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mp3resizer 1.7 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed