july 2007
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 211
Alien Arena 2007 6.05
Alien Arena 2006 is the ultimate freeware deathmatch game. more>>
Alien Arena 2006 is the ultimate freeware deathmatch game!
Included are 25 total levels, 9 detailed characters, 8 weapons, 2 vehicles, 5 gameplay modes(DM, TDM, CTF, All Out Assault, Deathball), and much more!
New for Alien Arena 2006 are five mutators(instagib, regeneration, vampire, rocket arena, and low grav), and Deathball, a mode in which you get points by capturing a ball and firing in into a goal.
Eight new levels have been added, as well as alternate firing modes for several of the weapons. The game now runs on version 4.03 of the CRX engine, based on the id Software GPL source codes, and adding nextgen features such as reflective water, shaders, light bloom, improved lighting, and much more, while optimizations allow it to still run extremely fast even on modest systems.
The game now features colored names, an improved console, and an enhanced in-game server browser.
Also available is the "Nightmare Bots" patch, which adds a fourth skill level to the in-game bots, which will challenge even the best players.
<<lessIncluded are 25 total levels, 9 detailed characters, 8 weapons, 2 vehicles, 5 gameplay modes(DM, TDM, CTF, All Out Assault, Deathball), and much more!
New for Alien Arena 2006 are five mutators(instagib, regeneration, vampire, rocket arena, and low grav), and Deathball, a mode in which you get points by capturing a ball and firing in into a goal.
Eight new levels have been added, as well as alternate firing modes for several of the weapons. The game now runs on version 4.03 of the CRX engine, based on the id Software GPL source codes, and adding nextgen features such as reflective water, shaders, light bloom, improved lighting, and much more, while optimizations allow it to still run extremely fast even on modest systems.
The game now features colored names, an improved console, and an enhanced in-game server browser.
Also available is the "Nightmare Bots" patch, which adds a fourth skill level to the in-game bots, which will challenge even the best players.
Download (208.33MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
866 downloads
Genoa Active Message MAchine 13-July-2007
Genoa Active Message MAchine is a low-latency, high-throughput driver wrapper for the Linux kernel. more>>
Genoa Active Message MAchine is a low-latency, high-throughput driver wrapper for the Linux kernel, using Active Ports (a version of Active Messages).
Genoa Active Message MAchine runs parallel to the IP stack and is designed for LANs only.
Main features:
- A low latency, high throughput communication system for clusters of PCs
- Supports both single and dual CPU processing nodes (Intel IA-32 or x86_64)
- Runs on Gigabit Ethernet
- SPMD parallel processing with message passing
- Can run IP traffic when not in use
- Good programmability thanks to fairly high abstraction level
- Reliable thanks to mechanisms for retransmission of missing packets
- Implemented as a network device driver for Linux 2.6, and released under GNU GPL
Network Of Workstations (NOWs) and clusters of PCs interconnected by modern, industry-standard LAN fabrics (Gigabit Ethernet, Myrinet, SCI) and running the Linux operating system, have became an attractive and cost-effective architecture for parallel and distributed applications. The usual drawback of a standard PC cluster is the poor performance of the support to inter-process communication over the interconnect. Current implementations of industry-standard communication primitives, APIs, and protocols, usually show high communication latencies and low communication throughput.
We have developed a system for inter-process communication, called the Genoa Active Message MAchine (GAMMA). GAMMA runs on Linux clusters of PCs with Intel IA-32 processors (Intel Pentium, AMD K6, and superior models), or x86_64 processors (AMD Athlon64, AMD Opteron, Intel EMT-64), networked by a Gigabit Ethernet.
The core of GAMMA is a custom Linux network device driver, which operates the Network Interface Card (NIC). The GAMMA driver delivers low latency, high throughput communication services based on Active Ports, a mechanism derived from Active Messages. Both point-to-point and broadcast communications are provided. Broadcast communication exploits the Ethernet broadcast directly.
The GAMMA driver is able to manage standard IP traffic as long as no parallel job is running. Therefore, all IP services are up and running whenever the cluster is not in use by any parallel job.
The communication mechanisms implemented in the GAMMA driver are made available to application writers through the GAMMA user library. The GAMMA library provides support to application launch, process grouping, point-to-point/broadcast communications based on the Active Ports mechanisms, and some collective routines (barrier synchronization, and broadcast).
GAMMA provides two levels of QoS. The lower one, corresponding to the fastest communications, is a best-effort service. With this service, network congestion and ``hot spots may cause the receiver NIC or even the LAN switch to loose packets by overrun. The other QoS level provides flow-controlled communication, ensuring reliability up to hardware faults, at a negligible performance penalty.
Installing the GAMMA driver requires only two small and marginal patches to the original Linux kernel. The Linux kernel extended by the GAMMA driver must be installed on each PC in the cluster.
A porting of MPI atop GAMMA is available, called MPI/GAMMA.
<<lessGenoa Active Message MAchine runs parallel to the IP stack and is designed for LANs only.
Main features:
- A low latency, high throughput communication system for clusters of PCs
- Supports both single and dual CPU processing nodes (Intel IA-32 or x86_64)
- Runs on Gigabit Ethernet
- SPMD parallel processing with message passing
- Can run IP traffic when not in use
- Good programmability thanks to fairly high abstraction level
- Reliable thanks to mechanisms for retransmission of missing packets
- Implemented as a network device driver for Linux 2.6, and released under GNU GPL
Network Of Workstations (NOWs) and clusters of PCs interconnected by modern, industry-standard LAN fabrics (Gigabit Ethernet, Myrinet, SCI) and running the Linux operating system, have became an attractive and cost-effective architecture for parallel and distributed applications. The usual drawback of a standard PC cluster is the poor performance of the support to inter-process communication over the interconnect. Current implementations of industry-standard communication primitives, APIs, and protocols, usually show high communication latencies and low communication throughput.
We have developed a system for inter-process communication, called the Genoa Active Message MAchine (GAMMA). GAMMA runs on Linux clusters of PCs with Intel IA-32 processors (Intel Pentium, AMD K6, and superior models), or x86_64 processors (AMD Athlon64, AMD Opteron, Intel EMT-64), networked by a Gigabit Ethernet.
The core of GAMMA is a custom Linux network device driver, which operates the Network Interface Card (NIC). The GAMMA driver delivers low latency, high throughput communication services based on Active Ports, a mechanism derived from Active Messages. Both point-to-point and broadcast communications are provided. Broadcast communication exploits the Ethernet broadcast directly.
The GAMMA driver is able to manage standard IP traffic as long as no parallel job is running. Therefore, all IP services are up and running whenever the cluster is not in use by any parallel job.
The communication mechanisms implemented in the GAMMA driver are made available to application writers through the GAMMA user library. The GAMMA library provides support to application launch, process grouping, point-to-point/broadcast communications based on the Active Ports mechanisms, and some collective routines (barrier synchronization, and broadcast).
GAMMA provides two levels of QoS. The lower one, corresponding to the fastest communications, is a best-effort service. With this service, network congestion and ``hot spots may cause the receiver NIC or even the LAN switch to loose packets by overrun. The other QoS level provides flow-controlled communication, ensuring reliability up to hardware faults, at a negligible performance penalty.
Installing the GAMMA driver requires only two small and marginal patches to the original Linux kernel. The Linux kernel extended by the GAMMA driver must be installed on each PC in the cluster.
A porting of MPI atop GAMMA is available, called MPI/GAMMA.
Download (0.58MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
807 downloads
Apalogretrieve 0.9.2
Apalogretrieve program retrieves data from an Apache logfile with a syntax, that is derived (a subset of) the SQL language. more>>
Apalogretrieve program retrieves data from an Apache logfile with a syntax, that is derived (a subset of) the SQL language.
The idea to make such an implementation came up at 17th of July 2007. I just started it then.
The basic idea of using an SQL-like dialect for logfile-analysis I had many years ago, but as there was no necessity, I didnt started a project like this.
The reason why I started to implement it now is, that the idea about SQL-querying of a logfile was now of interest to me, because I hated the way, how webalizer does it: you have graphical results very easy, but how to make detailed lookups to certain information? And: what about the delay until the (averaging) data can be seen in the graphs, and other problems, when changing a webalizer.conf-file?
So, this was the reason to start it.
As I not every day have the time to implement it, and only do it in a spare time window, it might need some time to make it ready, but reading Apaches common logfile-format as well as parsing simple SQL-like SELECT statements already works (19th of July 2007).
Usage Example:
SELECT host,date FROM "apache-commonlog.log" where size > 2000;
SELECT host,date,client,referrer FROM "apache-commonlog.log" where host = "foobar.host.net";
<<lessThe idea to make such an implementation came up at 17th of July 2007. I just started it then.
The basic idea of using an SQL-like dialect for logfile-analysis I had many years ago, but as there was no necessity, I didnt started a project like this.
The reason why I started to implement it now is, that the idea about SQL-querying of a logfile was now of interest to me, because I hated the way, how webalizer does it: you have graphical results very easy, but how to make detailed lookups to certain information? And: what about the delay until the (averaging) data can be seen in the graphs, and other problems, when changing a webalizer.conf-file?
So, this was the reason to start it.
As I not every day have the time to implement it, and only do it in a spare time window, it might need some time to make it ready, but reading Apaches common logfile-format as well as parsing simple SQL-like SELECT statements already works (19th of July 2007).
Usage Example:
SELECT host,date FROM "apache-commonlog.log" where size > 2000;
SELECT host,date,client,referrer FROM "apache-commonlog.log" where host = "foobar.host.net";
Download (0.012MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
801 downloads
ZIG 2.0.0
ZIG is a client-server game networking engine. more>>
ZIG is a client-server game networking engine. The current main version is "2", and it was launched in July, 2007 with ZIG 2.0.0. This software is free and it is licensed under a BSD-like license.
From the standpoint of ZIG, the graphics renderer, the sound engine and the input handler are all extensions you must provide. You will be able to plug your Allegro, SDL, DirectX, OpenGL etc. stuff into ZIG with ease. ZIG is a cross-platform C/C++ library which depends only on HawkNL versions 1.7 beta 1 or later.
Enhancements:
- This release brings about two years of bugfixes and enhancements, plus documentation rewritten from scratch.
- It includes SCTP-like transport of multiple message streams through a single ZIG client-server connection.
- Each stream enforces a message ordering that is independent of other streams.
- The ZIG streams also allow you to control bandwidth use (if you want to) and to mix reliable and unreliable messages on the same stream.
<<lessFrom the standpoint of ZIG, the graphics renderer, the sound engine and the input handler are all extensions you must provide. You will be able to plug your Allegro, SDL, DirectX, OpenGL etc. stuff into ZIG with ease. ZIG is a cross-platform C/C++ library which depends only on HawkNL versions 1.7 beta 1 or later.
Enhancements:
- This release brings about two years of bugfixes and enhancements, plus documentation rewritten from scratch.
- It includes SCTP-like transport of multiple message streams through a single ZIG client-server connection.
- Each stream enforces a message ordering that is independent of other streams.
- The ZIG streams also allow you to control bandwidth use (if you want to) and to mix reliable and unreliable messages on the same stream.
Download (0.30MB)
Added: 2007-07-31 License: BSD License Price:
842 downloads
Yeanpypa 2007-02-10
Yeanpypa is a parsing framework in Python, similar to pyparsing and boost::spirit. more>>
Yeanpypa is a parsing framework in Python, similar to pyparsing and boost::spirit.
Parsers are created by writing an EBNF-like grammar as Python expressions.
<<lessParsers are created by writing an EBNF-like grammar as Python expressions.
Download (0.031MB)
Added: 2007-02-16 License: Public Domain Price:
982 downloads
KIO Slave sysinfo:/ for PCLinuxOS 2007 1.5
KIO Slave sysinfo:/ for PCLinuxOS 2007 is the PCLinuxOS 2007 package of openSUSEs KIO Slave sysinfo:/. more>>
KIO Slave sysinfo:/ for PCLinuxOS 2007 is the PCLinuxOS 2007 package of openSUSEs KIO Slave sysinfo:/.
<<less Download (MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
866 downloads
metacafe-dl 2007.03.27
metacafe-dl project is a small command line program for downloading videos from metacafe.com. more>>
metacafe-dl project is a small command line program for downloading videos from metacafe.com. Hence, it has the same requirements and features, and its syntax is very similar.
<<less Download (0.008MB)
Added: 2007-03-28 License: MIT/X Consortium License Price:
952 downloads
Causes and Symptoms 2007-08-14
Causes and Symptoms program helps you deduce the causes causes of your medical symptoms. more>>
Causes and Symptoms program helps you deduce the causes causes of your medical symptoms that may be related to nutritional deficiencies.
<<less Download (0.20MB)
Added: 2007-08-21 License: Public Domain Price:
794 downloads
Wikepage Wiki 2007.2
Wikepage Wiki is a 25kb small wiki/personal site builder. more>>
Wikepage is a 25kb small wiki/personal site builder.
Wikepage Wiki project has i18n support, multi-language site support, password protected pages, table support, CSS styling, file upload, and a lot of other features.
<<lessWikepage Wiki project has i18n support, multi-language site support, password protected pages, table support, CSS styling, file upload, and a lot of other features.
Download (0.030MB)
Added: 2007-05-18 License: GPL (GNU General Public License) Price:
890 downloads
KomiksSinfest 15.03.2007
KomiksSinfest is a small SuperKaramba theme based on Comics theme by darius. more>>
KomiksSinfest is a small SuperKaramba theme based on Comics theme by darius. Ive modified it so it shows Sinfest comics, and made some minor improvements.
This is addressed for all Sinfest fans .
Run: superkaramba comics.theme
<<lessThis is addressed for all Sinfest fans .
Run: superkaramba comics.theme
Download (0.019MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
933 downloads
rss4admins 2007.05.16
rss4admins generates an RSS feed from your (log) files. more>>
rss4admins generates an RSS feed from your (log) files. The project is easy to configure, and supports multiple channels (multiple logs).
Enhancements:
- A small bugfix: now the daemon reads the last line of the file.
- One more example channel has been added in the config to show the filter_out usage.
<<lessEnhancements:
- A small bugfix: now the daemon reads the last line of the file.
- One more example channel has been added in the config to show the filter_out usage.
Download (MB)
Added: 2007-05-17 License: Public Domain Price:
892 downloads
The Mango Library August 2007
The Mango Library is a Java library consisting of a number of iterators, algorithms and functions. more>>
The Mango Library is a Java library consisting of a number of iterators, algorithms and functions, loosely inspired by the C++ Standard Template Library.
Enhancements:
- This release adds a further two iterators.
<<lessEnhancements:
- This release adds a further two iterators.
Download (0.021MB)
Added: 2007-08-21 License: LGPL (GNU Lesser General Public License) Price:
796 downloads
bankconvert 2007-06-01
bankconvert project is a Web script that is able to convert various bank statement formats into the Czech GPC bank statement... more>>
bankconvert project is a Web script that is able to convert various bank statement formats into the Czech GPC bank statement format.
Supported input formats include Paypal QIF, RaiffeisenBank XML, and eBanka (a Czech statement in HTML).
<<lessSupported input formats include Paypal QIF, RaiffeisenBank XML, and eBanka (a Czech statement in HTML).
Download (0.006MB)
Added: 2007-06-09 License: GPL (GNU General Public License) Price:
867 downloads
CastCluster 2007-05-14
CastCluster provides access to additional content on iTunes, Apple TV, iPod, or a random podcast viewer. more>>
CastCluster provides access to additional content on iTunes, Apple TV, iPod, or a random podcast viewer.
The project currently supports YouTube, Google Video, local disks, and RSS feeds as sources of content. CastCluster uses ffmpeg for video conversion.
<<lessThe project currently supports YouTube, Google Video, local disks, and RSS feeds as sources of content. CastCluster uses ffmpeg for video conversion.
Download (MB)
Added: 2007-05-15 License: Free To Use But Restricted Price:
893 downloads
HTTPSock 2007-01-18
HTTPSock is a PHP class that uses pure sockets to compile HTTP Headers and sends them to the specified host. more>>
HTTPSock is a PHP class that uses pure sockets to compile HTTP Headers and sends them to the specified host.
It also reads back the host’s reply and parses any header and cookie information. Supports GZIP encoding as well. The source can be seen here. Feel free to use it, just don’t take any credit for yourself.
<<lessIt also reads back the host’s reply and parses any header and cookie information. Supports GZIP encoding as well. The source can be seen here. Feel free to use it, just don’t take any credit for yourself.
Download (MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1003 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 july 2007 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