0.3.2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 85
x10 0.3.2
X10 is a new object-oriented, type-safe programming language for programming the next generation of high performance systems. more>>
X10 project is a new object-oriented, type-safe programming language for programming the next generation of high performance systems. X10 is designed and developed by IBM.
While developed in close contact with the designers of X10 at IBM there are significant differences in syntax and semantics between the (current) IBM prototype and language specification. Those differences arise primarily from the fact that the X10-XTC compiler attempts to implement what might be close to the (non-existant) 0.5 specification of the language, whereas the IBM reference implementation targets the 0.41 specification.
We hope that 0.5 will add operator overloading, generics and region types and thus the X10-XTC compiler is build trying to support these concepts.
Another key difference is that the current X10-XTC compiler does not support close integration of X10 code (however, Java code can be called using classes that are declared to be extern). On the technical side, the IBM compiler compiles X10 code to Java source code which is then compiled to Java bytecode by javac.
The XTC-X10 compiler produces Tucson IR which is currently interpreted by an interpreter written in Java (but is supposed to be compiled to C or native code in the future). The reason is that Tucson IR will hopefully be easier to compile and optimize compared with Java ASTs. As a result, equivalent X10 code should run slower with XTC-X10 today, but might run as fast as UPC code once we are a bit further along.
Enhancements:
- This release fixes some minor bugs in the code generator for atomic sections.
- The type checker was improved substantially and now works for simple distribution operations.
- In addition to the X10 compiler front-end and interpreter backend, a new backend that generates C code was started.
- The new C backend already supports constants, (virtual) calls, exceptions, branches, allocation, and get/put operations.
<<lessWhile developed in close contact with the designers of X10 at IBM there are significant differences in syntax and semantics between the (current) IBM prototype and language specification. Those differences arise primarily from the fact that the X10-XTC compiler attempts to implement what might be close to the (non-existant) 0.5 specification of the language, whereas the IBM reference implementation targets the 0.41 specification.
We hope that 0.5 will add operator overloading, generics and region types and thus the X10-XTC compiler is build trying to support these concepts.
Another key difference is that the current X10-XTC compiler does not support close integration of X10 code (however, Java code can be called using classes that are declared to be extern). On the technical side, the IBM compiler compiles X10 code to Java source code which is then compiled to Java bytecode by javac.
The XTC-X10 compiler produces Tucson IR which is currently interpreted by an interpreter written in Java (but is supposed to be compiled to C or native code in the future). The reason is that Tucson IR will hopefully be easier to compile and optimize compared with Java ASTs. As a result, equivalent X10 code should run slower with XTC-X10 today, but might run as fast as UPC code once we are a bit further along.
Enhancements:
- This release fixes some minor bugs in the code generator for atomic sections.
- The type checker was improved substantially and now works for simple distribution operations.
- In addition to the X10 compiler front-end and interpreter backend, a new backend that generates C code was started.
- The new C backend already supports constants, (virtual) calls, exceptions, branches, allocation, and get/put operations.
Download (8.1MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1347 downloads
Quh 0.3.2
Quh is an audio player that cultivates many APIs into a very simple and file operations inspired framework. more>>
Quh is an audio player that cultivates many APIs into a very simple and file operations inspired framework. The poject aims to play everything that makes noise (including reading different text formats using speech synthesis).
Usage: quh [OPTION]... [PLAYLIST|FILE|-]... [FILTER]...
Option
--start=MS define start of playback in MS (milliseconds (1/1000 s))
MS=15000 play from 15 s
MS=min=1000 play from rnd pos between 1 s and eof INPUT
MS=max=2500 play from rnd pos between 0 s and 2.5 s
--start min=1000:max=2500 would start
playing from random pos between 1 s and 2.5 s
--len=MS define length of playback in MS
MS=15000 play for 15 s
MS=min=1000 play for random time between 1 s and eof INPUT
MS=max=2500 play for random time between 0 s and 2.5 s
--len min=1000:max=2500 would play for
random time between 1 s and 2.5 s
--bpm=BPM define BPM (Beats Per Minute) of playback
exactly like --len but takes BPM instead of MS
and turns them into MS internally
--shuffle shuffle song-list before playing
--random random choice from song-list while playing
--loop[=N] loops song playback N times (default: 0 (forever))
--intro play only 10 s of every song
same as --start=60000 and --len=10000
--rr[=MAX[:MIN]] Random Radio (idea by Benno Hoelle)
MAX segment length in ms (default: 1500)
MIN segment length in ms (default: 500)
same as --start=min=0:max=eof --len=min=MIN:max=MAX
--random --loop
-R play subdirectories recursively
-q be quiet
-v be more verbose
--version output version information and exit
-s output supported formats information and exit
--help display this help and exit
Filter
--new start a new filter chain with read and demux, only
--cache enable cache for smooth playback (default: enabled)
--demux[=CODEC] demux file format (default: auto)
CODEC=0 mp3
CODEC=1 vorbis
CODEC=2 wav
--dec decode (default: enabled)
--console[=UNITS] enable console (default: enabled)
UNITS=0 show time as a clock (default)
UNITS=1 count time in milliseconds (1/1000 s)
UNITS=2 count time in Bytes
UNITS=3 count time in kBits
--id3 read and show ID3 tag
--raw[=FILE] write as raw (1:1) FILE (default: audiodump.raw)
--wav[=FILE] write as wav FILE (default: audiodump.wav)
--stdout write to stdout
--oss[=DEVICE] write to soundcard DEVICE using OSS (default: /dev/dsp)
Enhancements:
- This release supports more than 30 new formats and filters.
- The --ao[=DRIVER] option was added to write to the soundcard using the specified libao driver.
- Support for reading with libaudiofile and libsndfile was added.
- Support for (cable-free) CDDA playback was added.
- The --cddb option was added to read CDDB info from freedb.org.
- The --esd option was added to write to the soundcard using EsounD.
<<lessUsage: quh [OPTION]... [PLAYLIST|FILE|-]... [FILTER]...
Option
--start=MS define start of playback in MS (milliseconds (1/1000 s))
MS=15000 play from 15 s
MS=min=1000 play from rnd pos between 1 s and eof INPUT
MS=max=2500 play from rnd pos between 0 s and 2.5 s
--start min=1000:max=2500 would start
playing from random pos between 1 s and 2.5 s
--len=MS define length of playback in MS
MS=15000 play for 15 s
MS=min=1000 play for random time between 1 s and eof INPUT
MS=max=2500 play for random time between 0 s and 2.5 s
--len min=1000:max=2500 would play for
random time between 1 s and 2.5 s
--bpm=BPM define BPM (Beats Per Minute) of playback
exactly like --len but takes BPM instead of MS
and turns them into MS internally
--shuffle shuffle song-list before playing
--random random choice from song-list while playing
--loop[=N] loops song playback N times (default: 0 (forever))
--intro play only 10 s of every song
same as --start=60000 and --len=10000
--rr[=MAX[:MIN]] Random Radio (idea by Benno Hoelle)
MAX segment length in ms (default: 1500)
MIN segment length in ms (default: 500)
same as --start=min=0:max=eof --len=min=MIN:max=MAX
--random --loop
-R play subdirectories recursively
-q be quiet
-v be more verbose
--version output version information and exit
-s output supported formats information and exit
--help display this help and exit
Filter
--new start a new filter chain with read and demux, only
--cache enable cache for smooth playback (default: enabled)
--demux[=CODEC] demux file format (default: auto)
CODEC=0 mp3
CODEC=1 vorbis
CODEC=2 wav
--dec decode (default: enabled)
--console[=UNITS] enable console (default: enabled)
UNITS=0 show time as a clock (default)
UNITS=1 count time in milliseconds (1/1000 s)
UNITS=2 count time in Bytes
UNITS=3 count time in kBits
--id3 read and show ID3 tag
--raw[=FILE] write as raw (1:1) FILE (default: audiodump.raw)
--wav[=FILE] write as wav FILE (default: audiodump.wav)
--stdout write to stdout
--oss[=DEVICE] write to soundcard DEVICE using OSS (default: /dev/dsp)
Enhancements:
- This release supports more than 30 new formats and filters.
- The --ao[=DRIVER] option was added to write to the soundcard using the specified libao driver.
- Support for reading with libaudiofile and libsndfile was added.
- Support for (cable-free) CDDA playback was added.
- The --cddb option was added to read CDDB info from freedb.org.
- The --esd option was added to write to the soundcard using EsounD.
Download (0.19MB)
Added: 2006-11-26 License: GPL (GNU General Public License) Price:
1062 downloads
TA3D 0.3.2
TA3D is a Total Annihilation engine. more>>
TA3D is a remake of Total Annihilations engine in full 3D with OpenGl&Allegro. Installing TA3D over Total Annihilation will port Total Annihilation to full 3D!!
TA3D loads maps,units,and more directly from Total Annihilation content. It adds some graphical effects like advanced particle effects for explosions,smoke,... and lots of things you would expect from a 3D engine.
<<lessTA3D loads maps,units,and more directly from Total Annihilation content. It adds some graphical effects like advanced particle effects for explosions,smoke,... and lots of things you would expect from a 3D engine.
Download (1.1MB)
Added: 2007-06-25 License: Freeware Price:
861 downloads
Mesk 0.3.2
Mesk is a media player for GTK+. more>>
Mesk is a media player for GTK+.
Main features:
- The basics; play, pause, stop, next, previous (mp3 only at the moment)
- Playlist supports shuffle, repeat, and queueing
- Playlist supports drag-and-drop for adding files and row reordering
- Saved playlist including state (shuffle, queue, current, etc.)
- Normal and compact window modes
- Album cover display when the cover image file exists in same directory as audio file
- Playlist search. Use / to open and Esc to close search UI
- Simple plugin API
- Audioscrobbler (last.fm) plugin with queue-file support
- Gajim (a Gtk+ Jabber client) status plugin
- Preferences window for plugin management
- Internationalization support including a Spanish (es) Babelfish translation (i.e., needs work)
<<lessMain features:
- The basics; play, pause, stop, next, previous (mp3 only at the moment)
- Playlist supports shuffle, repeat, and queueing
- Playlist supports drag-and-drop for adding files and row reordering
- Saved playlist including state (shuffle, queue, current, etc.)
- Normal and compact window modes
- Album cover display when the cover image file exists in same directory as audio file
- Playlist search. Use / to open and Esc to close search UI
- Simple plugin API
- Audioscrobbler (last.fm) plugin with queue-file support
- Gajim (a Gtk+ Jabber client) status plugin
- Preferences window for plugin management
- Internationalization support including a Spanish (es) Babelfish translation (i.e., needs work)
Download (0.40MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
833 downloads
KLog 0.3.2
KLog is a ham radio logging program for KDE. more>>
KLog is a Ham radio logging program for KDE. This is my very first KDE program so it has many bugs, please help to correct them.
All your ideas and suggestions will be appreciated. Why another logging program? There are many logging programs and some of them are quite good but i wanted to make another one.
KLog is a LiNUX program.
Main features:
- DXCC award support
- Basic IOTA support
- Importing from TLF
- Adding/Editing QSOs
- Save/read to/from disk file the log - ADIF format by default
- English/Spanish/Portuguese support
- QSL sent/recv support
- Read/Write ADIF
- Delete QSOs
Enhancements:
- Improved the gui: The "entity state" LED has been moved to a always seen zone.
- Improved the gui: The way to edit QSO.
- Fixed bug: When searching it showed a wrong name and a qth.
- New feature: Basic DX-Cluster support.
- New feature: It is possible to add a log file to the current log.
- New feature: QSO deletion.
- New feature: QSO selections data is shown in the show box.
- New feature: You can delete qso & manage qsl from the list with righ button quickly & easily.
<<lessAll your ideas and suggestions will be appreciated. Why another logging program? There are many logging programs and some of them are quite good but i wanted to make another one.
KLog is a LiNUX program.
Main features:
- DXCC award support
- Basic IOTA support
- Importing from TLF
- Adding/Editing QSOs
- Save/read to/from disk file the log - ADIF format by default
- English/Spanish/Portuguese support
- QSL sent/recv support
- Read/Write ADIF
- Delete QSOs
Enhancements:
- Improved the gui: The "entity state" LED has been moved to a always seen zone.
- Improved the gui: The way to edit QSO.
- Fixed bug: When searching it showed a wrong name and a qth.
- New feature: Basic DX-Cluster support.
- New feature: It is possible to add a log file to the current log.
- New feature: QSO deletion.
- New feature: QSO selections data is shown in the show box.
- New feature: You can delete qso & manage qsl from the list with righ button quickly & easily.
Download (0.52MB)
Added: 2005-06-17 License: GPL (GNU General Public License) Price:
1659 downloads
Dopi 0.3.2
Dopi is an application that allows you to update the songs stored on your Apple iPod®, similar to gtkpod. more>>
Dopi is an application that allows you to update the songs stored on your Apple iPod, similar to gtkpod. Dopi project relies on my ipod-sharp library.
Installation:
The simplest way to compile this package is:
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:
The simplest way to compile this package is:
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.38MB)
Added: 2006-02-14 License: GPL (GNU General Public License) Price:
1380 downloads
Anki 0.3.2
Anki project was designed to help you remember fact as easily, quickly and efficiently as possible. more>>
Anki project was designed to help you remember facts (such as words and phrases in a foreign language) as easily, quickly and efficiently as possible. To do this, it tracks how well you remember each fact, and uses that information to optimally schedule review times. With a minimal amount of effort, you can greatly increase the amount of material you remember, making study more productive, and more fun.
Anki is based on a theory called spaced repetition. In simple terms, it means that each time you review some material, you should wait longer than last time before reviewing it again. This maximizes the time spent studying difficult material and minimizes the time spent reviewing things you already know. The concept is simple, but the vast majority of memory trainers and flashcard programs out there either avoid the concept all together, or implement inflexible and suboptimal methods that were originally designed for pen and paper.
Ankis primary target is people studying Japanese, and Japanese native speakers studying English. However, it can be used to remember anything at all, and there are some users who are studying Chinese and possibly other languages with it.
Enhancements:
- This release has a display bugfix for Qt 4.3, and a number of new features.
<<lessAnki is based on a theory called spaced repetition. In simple terms, it means that each time you review some material, you should wait longer than last time before reviewing it again. This maximizes the time spent studying difficult material and minimizes the time spent reviewing things you already know. The concept is simple, but the vast majority of memory trainers and flashcard programs out there either avoid the concept all together, or implement inflexible and suboptimal methods that were originally designed for pen and paper.
Ankis primary target is people studying Japanese, and Japanese native speakers studying English. However, it can be used to remember anything at all, and there are some users who are studying Chinese and possibly other languages with it.
Enhancements:
- This release has a display bugfix for Qt 4.3, and a number of new features.
Download (0.52MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
808 downloads
yawl 0.3.2
yawl is a word gamers dictionary for Linux. more>>
yawl project is a word gamers dictionary for Linux.
This is a comprehensive "word game" word list for UNIX/Linux. It is a superset of the authors ENABLE list, the "OSW", and various lists researched by the authors colleague, Alan Beale.
At 264,057 words, it is the largest list of its kind, suitable for use in all manners of crossword-type board games and word construction games, as well as for a spell checker dictionary.
The YAWL package now includes two anagramming utilities (supplied as source code, handled by the included Makefile).
There is also a shell script that extends the UNIX "strings" system command.
Enhancements:
- Another set of bugfixes.
- The "install" part of the Makefile now works.
- The man pages have been updated.
<<lessThis is a comprehensive "word game" word list for UNIX/Linux. It is a superset of the authors ENABLE list, the "OSW", and various lists researched by the authors colleague, Alan Beale.
At 264,057 words, it is the largest list of its kind, suitable for use in all manners of crossword-type board games and word construction games, as well as for a spell checker dictionary.
The YAWL package now includes two anagramming utilities (supplied as source code, handled by the included Makefile).
There is also a shell script that extends the UNIX "strings" system command.
Enhancements:
- Another set of bugfixes.
- The "install" part of the Makefile now works.
- The man pages have been updated.
Download (0.68MB)
Added: 2006-12-20 License: Public Domain Price:
1039 downloads
GNUfo 0.3.2
GNUfo project is a GNUfo is a shootem up game similar to galaga more>>
GNUfo project is a GNUfo is a shootem up game similar to galaga
GNUfo is a shootem up game which is similar to galaga.
Scenarios for the game are specified in a text file which describes the moves made by the enemies.
<<lessGNUfo is a shootem up game which is similar to galaga.
Scenarios for the game are specified in a text file which describes the moves made by the enemies.
Download (0.12MB)
Added: 2006-11-25 License: GPL (GNU General Public License) Price:
1064 downloads
Ezail 0.3.2
Ezail provides an application for securely transferring files of any size. more>>
Ezail provides an application for securely transferring files of any size.
ezail is an application for securely transferring files of any size through the Internet.
Files are sent directly from senders to recipients without servers, with no limits on attachment sizes, no mailbox quotas, and no bounced messages.
Unlike email, the identity of senders and recipients is authenticated by signed certificates. Files sent are encrypted end-to-end with the Triple-DES algorithm.
<<lessezail is an application for securely transferring files of any size through the Internet.
Files are sent directly from senders to recipients without servers, with no limits on attachment sizes, no mailbox quotas, and no bounced messages.
Unlike email, the identity of senders and recipients is authenticated by signed certificates. Files sent are encrypted end-to-end with the Triple-DES algorithm.
Download (0.58MB)
Added: 2007-04-27 License: Freeware Price:
910 downloads
ickle 0.3.2
ickle is an ICQ2000 Client using the GTK+ graphical toolkit. more>>
ickle is an ICQ2000 Client using the GTK+ graphical toolkit. It aims to bring all the useful features of ICQ2000 to non-windows usersand also SMS messaging.
Main features:
- Message sending/receiving
- URL sending/receiving
- SMS sending/receiving, including delivery reports
- Status changes
- Fetching user info from server
- Fetching/setting away messages
- Custom away messages
- Authorisation Requests
- "User Added You" messages
- Autoconnect, autoreconnect and retries
- Easy history browsing
- GNOME applet
- Command-line control (through ickle_control)
- Autoaway on timer
- Executing shell-commands on events
<<lessMain features:
- Message sending/receiving
- URL sending/receiving
- SMS sending/receiving, including delivery reports
- Status changes
- Fetching user info from server
- Fetching/setting away messages
- Custom away messages
- Authorisation Requests
- "User Added You" messages
- Autoconnect, autoreconnect and retries
- Easy history browsing
- GNOME applet
- Command-line control (through ickle_control)
- Autoaway on timer
- Executing shell-commands on events
Download (0.37MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1227 downloads
Sigit 0.3.2
Sigit is a customisable signature creator that can be run either as a daemon or as a normal foreground process. more>>
Sigit is a customisable signature creator that can be run either as a daemon or as a normal foreground process.
It allows you to have a changing signature. If its configured correctly, it will also change the information displayed when someone fingers you.
It also supports multiple signature files for different newsgroups, and NFS-mounted $HOME shares.
Enhancements:
- his is a release toward making Sigit completely system independant, it introduces several checks against what is support on the target system.
- It also introduces some fixes which solves problems against gcc-4.
- Due to problems, with accessing an rpm based system, there wont be any rpm packages, neither src.rpm nor i386.rpm, in order to install it on an rpm based system you would need to get the tar.gz package, and use rpm-build in order to get the src and i386 packages.
<<lessIt allows you to have a changing signature. If its configured correctly, it will also change the information displayed when someone fingers you.
It also supports multiple signature files for different newsgroups, and NFS-mounted $HOME shares.
Enhancements:
- his is a release toward making Sigit completely system independant, it introduces several checks against what is support on the target system.
- It also introduces some fixes which solves problems against gcc-4.
- Due to problems, with accessing an rpm based system, there wont be any rpm packages, neither src.rpm nor i386.rpm, in order to install it on an rpm based system you would need to get the tar.gz package, and use rpm-build in order to get the src and i386 packages.
Download (0.13MB)
Added: 2005-10-27 License: GPL (GNU General Public License) Price:
1461 downloads
pungi 0.3.2
pungi is a free opensource tool to spin Fedora installation trees / isos. more>>
pungi project is two things:
1. pungi is a free opensource tool to spin Fedora installation trees / isos. It will be used to produce Fedora releases from Fedora 7 on until it is replaced by something better.
2. pungi is a set of python libraries to build various compose like tools on top of. Pungi provides a library with various funtions to find, depsolve, and gather packages into a given location. It provides a second library with various functions to run various Anaconda tools on the gathered packages and create isos from the results.
Enhancements:
- Dont quote ISO label, not running mkisofs in shell
- Apply sparc patches (spot)
- Fix cached downloads comparing correctly
- Shorten development to devel in default config, more space for mkisofs
- Handle config file missing better (jgranado)
- Fix comments in default config file
<<less1. pungi is a free opensource tool to spin Fedora installation trees / isos. It will be used to produce Fedora releases from Fedora 7 on until it is replaced by something better.
2. pungi is a set of python libraries to build various compose like tools on top of. Pungi provides a library with various funtions to find, depsolve, and gather packages into a given location. It provides a second library with various functions to run various Anaconda tools on the gathered packages and create isos from the results.
Enhancements:
- Dont quote ISO label, not running mkisofs in shell
- Apply sparc patches (spot)
- Fix cached downloads comparing correctly
- Shorten development to devel in default config, more space for mkisofs
- Handle config file missing better (jgranado)
- Fix comments in default config file
Download (0.27MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
878 downloads
GDHCPD 0.3.2
GDHCPD is an easy to use GTK+ frontend for ISC DHCPD. more>>
GDHCPD project is an easy to use GTK+ frontend for ISC DHCPD.
Main features:
- dynamic scopes
- hosts
- ranges
- settings
<<lessMain features:
- dynamic scopes
- hosts
- ranges
- settings
Download (0.058MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
867 downloads
Download (0.37MB)
Added: 2007-07-15 License: GPL (GNU General Public License) Price:
507 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 0.3.2 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