Main > Free Download Search >

Free 0.8.0 software for linux

0.8.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 77
Dzen 0.8.0

Dzen 0.8.0


Dzen is a general purpose messaging and notification program for X11. more>>
Dzen is a general purpose messaging and notification program for X11. The project was desigend to be fully scriptable and integrate well with window managers like dwm and wmii.
Main features:
- Fully scriptable
- Language agnostic
- Supports user defined events and actions
- Hideable, Title area
- Autohiding multiline window (can be set sticky)
- tail -f functionality, updates the contents in real time
- Scrollable windows
<<less
Download (0.011MB)
Added: 2007-08-07 License: MIT/X Consortium License Price:
808 downloads
CATS 0.8.0

CATS 0.8.0


CATS is the industry’s leading open source Applicant Tracking System (ATS). more>>
CATS is the industry’s leading open source Applicant Tracking System (ATS).

CATS has a clean user-interface, is easy to use, and has all the bells and whistles of expensive proprietary commercial ATS packages.

Built on the LAMP platform (Linux, Apache, MySQL, and PHP), it can be installed and running in 5 minutes on a Unix or Windows platform. It features built-in applicant tracking, resume search, CRM, and a reporting dashboard for staffing agencies and corporate HR departments.
<<less
Download (0.37MB)
Added: 2007-08-02 License: MPL (Mozilla Public License) Price:
502 downloads
Fuse 0.8.0

Fuse 0.8.0


Fuse project (the Free Unix Spectrum Emulator) was originally, and somewhat unsurprisingly, a Spectrum emulator for Unix. more>>
Fuse project (the Free Unix Spectrum Emulator) was originally, and somewhat unsurprisingly, a Spectrum emulator for Unix. However, it has now also been ported to Mac OS X, which may or may not count as a Unix variant depending on your advocacy position.
Main features:
- Working 16K, 48K, 128K, +2, +2A, +3, +3e, SE, TC2048, TC2068, TS2068, Pentagon 128 and Scorpion ZS 256 emulation, running at true Speccy speed on any computer youre likely to try it on.
- Support for loading from .tzx files.
- Sound (on systems supporting the Open Sound System, SDL or OpenBSD/Solariss /dev/audio).
- Kempston joystick emulation.
- Emulation of the various printers you could attach to the Spectrum.
- Support for the RZX input recording file format, including competition mode.
- Emulation of the DivIDE, Interface I, Kempston mouse, Spectrum +3e, ZXATASP and ZXCF interfaces.
<<less
Download (1.2MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
920 downloads
KuFtp 0.8.0

KuFtp 0.8.0


KuFtp is a graphical FTP client for the K Desktop Environment. more>>
KuFtp is a graphical FTP client for the K Desktop Environment. The project is written in C++ using the QT/KDE libraries.

It implements many features required for usable FTP interaction. Most notable features is Tab Sessions like Konqueror or Firefox, that is,you can have multiple simultaneous FTP session in separate tabs.

Other features like bookmark manager,history recording,queue manager and some small nifty features are currently available in the latest version.

<<less
Download (0.15MB)
Added: 2007-05-25 License: GPL (GNU General Public License) Price:
884 downloads
VMime 0.8.0

VMime 0.8.0


VMime is a powerful C++ class library for parsing, generating, or editing Internet RFC-[2]822 and MIME messages. more>>
VMime is a powerful C++ class library for parsing, generating, or editing Internet RFC-[2]822 and MIME messages. VMime is designed to provide a fast and an easy way to manipulate Internet mail messages.
The recent releases of VMime also include support for using messaging protocols (POP3, IMAP, SMTP and maildir) with a lot of features supported: listing folders, downloading and adding messages to folders, extracting parts from message, getting and setting message flags, and a lot more.
Main features:
- it is free software! (GNU GPL license)
- object-oriented design
- strict standard-compliance (RFCs)
- very modular (easily add features or extend current ones)
- platform-independant: UNIX, Windows...
- a lot of features
- easy-to-use
- well documented code
<<less
Download (0.44MB)
Added: 2005-11-08 License: GPL (GNU General Public License) Price:
1447 downloads
pucko 0.8.0

pucko 0.8.0


Pucko is an ncurses music player. more>>
Pucko is a ncursed music player released under the GPL license. This is free software use it on you own risk.
Currently support the following audio formats MikMod MOD, Timidity MIDI, Ogg Vorbis, and MP3.
Read the INSTALL file to get more information on how to compile this application.
Enhancements:
- Makefile fix
- Included a ID3 lib (mplib)
- ID3 interface
- Gui to show ID3 iformation about a track
- Playlist now show ID3 information if and found
- Speed improvments in ID3 information loader and list preview
- Search based on ID3 information
- Search GUI show ID3 information
- Queue GUI show ID3 information
- Possible to move songs up and down the queue
- Code clean up
- Dont select the menu button if you are using the short cuts
- Repeat works correcty when next is pressed
- Gui updated after filebrowser has been used
- Rename function in playlist manager implemented
- Bug fix, playlist order songs after order in directory
- Bug fix, queued song in wrong order
- Bug fix, list selection bug in queue
- Bug fix, possible to move songs out of the queue
- Bug fix, jump to song by index in playlist
- Bug fix, mute activated at start but player play anyway
- Bug fix, double free or corruption error temporary resolved by ignoring it
- Bug fix, removing last element from a list make the selection disapear
- Bug fix, search hanged if song had no id3 information.
- Bug fix, player dont stop playing after queue is cleared
<<less
Download (0.43MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1522 downloads
OBPkg 0.8.0

OBPkg 0.8.0


OBPkg is a GTK2+ based frontend for the OpenBSD ports/package system. more>>
OBPkg is a GTK2+ based frontend for the OpenBSD ports/package system. It is like Ubuntus synaptic.
OBPkg program supports local ports and packages, as well as packages located on FTP servers. It also supports universe packages (unofficial packages produced by other people).
OBPkg is easy to use. You can setup your configuration in the config file /etc/obpkg.conf. You specify all package sources in this file.
- To use an local directory (e.g. from your OpenBSD CD-ROM or NFS), use the pkg_local keyword followed by the path. For Example:
pkg_local=/mnt/cdrom/packages
- To mount a FTP directory use official_pkg_ftp for official package mirrors and universe_pkg_ftp for inofficial package mirrors. The syntax is keyword=Host,Path,Username,Password
For example, if you want to add the OpenBSD-3.9 packages for i386, use:
official_pkg_ftp=ftp.openbsd.org,/pub/OpenBSD/3.9/packages/i386,ftp,nobody
Here is another example:
universe_pkg_ftp=my.great.server.dyndns.org,/pkg,ftp,ftp
NOTE: This release does not support login+password for the package adding. It only supports downloading packages with user+password. But since pkg_add does not support authentication, the adding does not work and I still work on the additional code.
<<less
Download (0.018MB)
Added: 2006-03-26 License: BSD License Price:
1310 downloads
Esper 0.8.0

Esper 0.8.0


Esper is a 100% Java component for CEP and ESP applications. more>>
Esper project is a 100% Java component for CEP and ESP applications.
Main features:
- Event Pattern Matching
- Logical and temporal event correlation
- Crontab-like timer at operator
- Lifecyle of pattern can be controlled by timer and via operators
- Pattern-matched events provided to listeners
- Event Stream Processing
- Time-based, interval-based and lenght-based event windows
- Grouping, aggregation, sorting, filtering
- Tailored SQL-like query language using select and where clause
- Inner-Join of two or more event streams, outer joins
- Dynamically generated indexes
- Supports both listener (push) and consumer (pull) model
- Supports event-type inheritance and polymorphism as provided by the Java language
- Event properties can be simple, indexed, mapped or nested
- Supports externally-supplied time as well as Java system time
- Supports multiple independent Esper engines per JavaVM. Each engine instance itself is NOT multithread-safe, requiring workload structuring per engine if necessary (also see FAQ on multithread-safety).
Version restrictions:
- Esper requires a Java Virtual Machine version 5.0 runtime, or above.
- Esper will not work with JavaVM versions 1.4.2 or below.
- A Esper engine instance itself is NOT multithread-safe, i.e. 2 or more threads sending events to the same engine instance is not supported. However multiple engine instances with a maximum of one thread per engine instance is supported.
<<less
Download (4.6MB)
Added: 2006-03-27 License: LGPL (GNU Lesser General Public License) Price:
1309 downloads
Thunar 0.8.0

Thunar 0.8.0


Thunar is a new modern file manager for the Xfce Desktop Environment. more>>
Thunar application is a new modern file manager for the Xfce Desktop Environment. Thunar has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options.

Thunar is fast and responsive with a good start up time and directory load time. Thunar is accessible using Assistive Technologies and is fully standards compliant.

<<less
Download (7.3MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
1007 downloads
demexp 0.8.0

demexp 0.8.0


demexp is a client/server system for direct democracies. more>>
demexp is a client/server system for direct democracies. demexp makes it possible to ask questions in the system, add new answers to those questions, and vote on proposed answers.
The voting procedure used is Condorcet voting. Questions are classified, and a delegation system allows ones vote for certain questions to be assigned to a chosen delegate.
The software is tailored to the needs of the Democratic Experience project.
Enhancements:
- A new configuration file that supports version upgrading.
- Support for client internationalization. Translations of the (English) client into French and Esperanto.
- An experimental Web client in OCaml (using WDialog). Improvement of the Windows installer.
- Simplification of the clients interface.
- Tooltips on column titles.
- Various bugfixes in the client and the server.
<<less
Download (0.17MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1109 downloads
phpRPG 0.8.0

phpRPG 0.8.0


phpRPG is a Web-based multiplayer fantasy RPG. more>>
phpRPG project is a Web-based multiplayer fantasy RPG.
phpRPG is a multiplayer fantasy role-playing game driven by PHP and MySQL, with aims to develop a Web-based game engine which shares common qualities between multiple user dungeons (MUDs), paper & pen RPGs, and computer RPGs.
Enhancements:
- With this release, the code was reviewed and tidied up to comply with the coding standards, the need for cookies was eliminated
- all of the images were changed to .png or .jpg format
- the dynamic hexagonal grid image is now replaced by image tiles
- JavaScript was incorporated to provide better player control
- an event processor was implemented
- the map editor was advanced and database structures reorganised
- the chat system was improved (but emotions are disabled for the moment)
- there are new items-related functions such as take, drop, identify, and equip
- there is now a rough but functional and playable combat system.
<<less
Download (MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1032 downloads
Sirius 0.8.0

Sirius 0.8.0


Sirius is a program for playing the game of othello. more>>
Sirius is a program for playing the game of othello. The program includes an AI (Artificial Intelligence) opponent which plays at a very challenging level and is actually quite hard to beat. The AI opponents strength can therefore be adjusted in several ways to give you a suitable opponent.
The AI opponent uses a plain alpha-beta search with hashing to figure out which move to make. To be able to tell a god position from a bad one, it uses a pattern based evaluation function.
The pattern used is the 9 discs surrounding each corner and the 8 discs creating the edge of the board. The evaluation function also takes mobility, potential mobility and parity into count. For the initial 9 moves the AI opponent optionally uses a simple opening book.
During midgame it searches and evaluates about 200.000 nodes per second on a PIII 750 MHz, in the endgame this number is significantly higher due to more transpositions and a less expensive evaluation function.
Enhancements:
- Russian translation. (Alexandre Prokoudine)
- Fixed problem with non-latin UTF-8 characters. (Vyacheslav Sdiconov)
- Trippled the size of the opening book.
- Made the hints unsensitive at startup.
- Man page for Debian.
<<less
Download (0.60MB)
Added: 2005-07-22 License: GPL (GNU General Public License) Price:
1554 downloads
Sh 0.8.0 RC1

Sh 0.8.0 RC1


Sh is a programming language built on top of C++. more>>
Sh is a programming language built on top of C++. It can be used to write shaders that run on top of modern graphics processing units (GPUs), or write stream programs that run on GPUs or CPUs.
Sh project is implemented as a C++ library, and allows programs to be generated at run-time using a number of metaprogramming techniques. Variants of programs for different cases can easily be generated, or programs can be generated entirely at run-time from some input data. The system is cleanly separated into a frontend and backend, and is hence portable.
Whats New in 0.7.10 Release:
- Shrike has been updated for Sh 0.8.0rc0.
Whats New in 0.8.0 RC1 Release:
- This is the second release candidate for the stable release of Sh.
- It fixes most issues related to 64-bit operating systems, ATI GPUs, Visual Studio 2005, and Mac OS X.
- Aside from a number of small bugfixes, two memory leaks have also been eliminated and the dead code remover has been improved.
- An SDL example is now available in the examples directory along with Visual Studio project files for all other examples.
<<less
Download (0.37MB)
Added: 2006-02-17 License: GPL (GNU General Public License) Price:
1349 downloads
acrotsr 0.8.0

acrotsr 0.8.0


acrotsr is an IRC game in which players are given an acronym and they have to guess what the acronym stands for. more>>
acrotsr is a small IRC game in which players are given an acronym.

The players have a certain amount of time to think of what the acronym should stand for, then the people in the channel vote for the one they like most.

<<less
Download (0.051MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1134 downloads
pymssql 0.8.0

pymssql 0.8.0


pymssql module provides access to MS SQL Servers from Python scripts. more>>
pymssql module provides access to MS SQL Servers from Python scripts.
Its the most efficient method of accessing MS SQL Servers data from Python scripts. If you care about performance, you can give it a try.
Supported Platforms
pymssql 0.7.4 has been tested on FreeBSD 6.0, NetBSD 2.1, 3.0, Linux with kernel 2.6, and Windows XP. It should also run on other platforms.
pymssql 0.7.1 has been tested on FreeBSD 5.4 and 6.0, NetBSD 2.0.2, Linux with kernel 2.6, Solaris 10/x86, Mac OS X (thanks Joseph Kocherhans) and Windows XP. It should also run on other platforms.
If you have any experience with other platforms, just let me know and Ill add the info here.
Supported SQL Server versions
pymssql 0.7.4 on *BSD, Linux was successfully tested with SQL Server 2000, all service pack levels.
pymssql 0.7.4 on Windows was successfully tested with SQL Server 2000 RTM, SP3a and SP4, and with SQL Server 2005 RTM (9.00.1399.06).
Main features:
- Supports connecting to MS SQL 2000 and SQL 2005 servers, all editions and service pack levels.
- Supports named instances and non-standard port numbers.
- Great performance: it uses MS SQL DB-Library for C instead of Win32 ODBC.
- Multiple Query/Multiple Result.
- Supports "almost all" of the DB-API 2.0.
<<less
Download (0.15MB)
Added: 2006-09-25 License: LGPL (GNU Lesser General Public License) Price:
1132 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5