Main > Free Download Search >

Free heavy software for linux

heavy

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 167
cheapskate 0.0.1

cheapskate 0.0.1


cheapskate is a simple Ruby on Rails application for personal budgeting. more>>
cheapskate is a simple Ruby on Rails application for personal budgeting.

Rails is a web-application and persistence framework that includes everything needed to create database-backed web-applications according to the Model-View-Control pattern of separation. This pattern splits the view (also called the presentation) into "dumb" templates that are primarily responsible for inserting pre-built data in between HTML tags. The model contains the
"smart" domain objects (such as Account, Product, Person, Post) that holds all the business logic and knows how to persist themselves to a database. The controller handles the incoming requests (such as Save New Account, Update Product, Show Post) by manipulating the model and directing data to the view.

In Rails, the model is handled by whats called an object-relational mapping layer entitled Active Record. This layer allows you to present the data from database rows as objects and embellish these data objects with business logic methods. You can read more about Active Record in
link:files/vendor/rails/activerecord/README.html.

The controller and view are handled by the Action Pack, which handles both layers by its two parts: Action View and Action Controller. These two layers are bundled in a single package due to their heavy interdependence. This is unlike the relationship between the Active Record and Action Pack that is much more separate. Each of these packages can be used independently outside of Rails. You can read more about Action Pack in link:files/vendor/rails/actionpack/README.html.

<<less
Download (0.072MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1104 downloads
Archiveopteryx 2.01

Archiveopteryx 2.01


Archiveopteryx is an Internet mail server, optimized to support heavy usage and long-term archiving. more>>
Archiveopteryx is an Internet mail server, optimized to support heavy usage and long-term archiving.
The project stores mail in a PostgreSQL database, and provides access to it through IMAP, POP, and more.
Enhancements:
- A very serious SMTP submit bug was fixed.
- A new feature to copy outgoing mail to the sender was added.
- Support for SMTP+TLS on port 465 was added for Outlook.
- HTTP archive display improvements were made.
- A few minor bugs were fixed.
<<less
Download (2.3MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
851 downloads
Klear 0.6.1

Klear 0.6.1


Klear is a KDE application for recording video streams from your DVB device. more>>
Klear is a KDE application for recording video streams from your DVB device and watching TV with all advantages of digital television (like EPG, OSD, and so on).
Klear project is developed for SWP lectured by Prof. Knabe at the TFH Berlin. We started in October 2004, so this program is currently under heavy development. Have a look at the features to know whats working and whats not.
Main features:
- DVB Playback
- nifty GUI with fullscreen and minimal mode
- Internal (and player-independant) Tuner for DVB-T and DVB-S
- screenshot capability
- Video-Deinterlacing
- Audio-muting
- system preferences
- complete graphical configuration system
- quick-recording system
- full featured scheduled recording
- recording formats: MPEG TS (raw) and MPEG PS (realtime conversion)
Enhancements:
- Added Gnome support
- Added support for recording to other partitions
<<less
Download (0.56MB)
Added: 2007-07-22 License: GPL (GNU General Public License) Price:
828 downloads
Keyano 0.1.5

Keyano 0.1.5


Keyano has the ability to turn your PC into a Musical Keyboard. more>>
Keyano is a graphical front end for popular Unix applications such as play, aplay, festival, and fortune. It has the ability to turn your PC into a audio/visual sampler that works similar to samplers now in use by DJs.

It also includes vocal dictionary and text reader capabilities, as well as a spelling Tutorial (alphabet mode: type "A B C" and it says them out loud while it shows letters on screen).

Keyano is a toy, a musical instrument and an educational tool all rolled into one. yet it remains simple enough to be used by people of all ages.

Keyano is currently under heavy development with new features added with each release. We still have several features planned for future releases so stay tuned for updates.

<<less
Download (3.2MB)
Added: 2005-07-26 License: GPL (GNU General Public License) Price:
1550 downloads
Halberd 0.2.1

Halberd 0.2.1


Halberd discovers HTTP load balancers. more>>
Halberd discovers HTTP load balancers. Halberd is useful for web application security auditing and for load balancer configuration testing.
To cope with heavy traffic loads, web site administrators often install load balancer devices. These machines hide (possibly) many real web servers behind a virtual IP.
They receive HTTP requests and redirect them to the real web servers in order to share the traffic between them. Halberd is a tool aimed at discovering real servers behind virtual IPs.
Installation:
To install the program you need to execute:
python setup.py install
Enhancements:
- A corner case in the analysis phase was worked around.
- The documentation was improved.
<<less
Download (0.12MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1155 downloads
SquidClamAv 3.0

SquidClamAv 3.0


SquidClamAv is a dedicated ClamAV antivirus redirector for Squid. more>>
SquidClamAv is a dedicated ClamAV antivirus redirector for Squid. SquidClamAv script can run antivirus checks based on filename regex, content-type regex, and more. It is easy to install and works even with heavy Squid access.

<<less
Download (0.31MB)
Added: 2006-08-29 License: GPL (GNU General Public License) Price:
1156 downloads
Gecko Media Player 0.0.7

Gecko Media Player 0.0.7


Gecko Media Player is a browser plugin that uses GNOME MPlayer to play media in a browser. more>>
Gecko Media Player is a browser plugin that uses GNOME MPlayer to play media in a browser.

The project should work with all browsers on Unix-ish systems(Linux, BSD, Solaris) and use the NS4 API (Mozilla, Firefox, Opera, etc.).

Gecko Media Player is in heavy development, but I wanted to get some code drops out there so that people can start using and testing it.

<<less
Download (0.14MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
846 downloads
hk_classes 0.8.3

hk_classes 0.8.3


hk_classes is a C++ library for rapid development of database applications. more>>
hk_classes is C++ library which allows rapid development of database applications with all features a modern database application should have like forms an reports.
hk_classes project is database and GUI independent. In combination with hk_kdeclasses (which is part of the knoda package) it supports the rapid development of database applications for KDE.
hk_classes is under heavy development, but it already works pretty well.
hk_classes allows you to:
- connect to a database server (Mysql , Postgresql , SQLite or ODBC);
- create and delete databases;
- create, alter and delete tables and indices;
- add, change and delete data in tables;
- define, execute and store sql queries;
- import and export CSV data;
- define and use forms; and
- define and print reports
- write your own scripts in Python
- use reports and queries in your own scripts with the command line tools
o hk_actionquery
o hk_exportcsv
o hk_exportxml
o hk_importcsv
o hk_report
hk_kdeclasses offers you data widgets for KDE:
high-level widgets
- hk_kdetable
display and alter data in a grid and the possibility to alter the table structure
- hk_kdequery
allows you to define and execute a query
- hk_kdeform
allows you to design and view forms
- hk_kdereport
allows you to design and preview reports
low-level widgets
- hk_kdelineedit
a data sensitive standard field
- hk_kdememo
a data sensitive multiline field
- hk_kdeboolean
a data sensitive bool field
- hk_kdecombobox
a data sensitive combobox field
- hk_kdegrid
a data sensitive grid
- hk_kderowselector
a row selector to browse a table
Enhancements:
- bugfix release
<<less
Download (1.0MB)
Added: 2006-12-18 License: LGPL (GNU Lesser General Public License) Price:
1040 downloads
Wormux 0.8 Beta 1

Wormux 0.8 Beta 1


Wormux is free software clone of the Worms game. more>>
Wormux project is free software clone of this game concept. Though currently under heavy development, it is already very playable, with lots of weapons (Dynamite, Baseball Bat, Teleportation, etc.).

There are also lots of maps available for your battling pleasure! Wormux takes the genre to the next level, with great customisation options leading to great gameplay.

There is a wide selection of teams, from the Aliens to the Chickens. Also, new battlefields can be downloaded from the Internet, making strategy an important part of each battle.

Though two human players are currently needed to play (unless you have a split personality) the creation of artificial players and network play are future goals. So, start downloading today, and fight to become king of the garden!

<<less
Download (MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
865 downloads
PeaceMaker 0.3-10

PeaceMaker 0.3-10


PeaceMaker is a fully functional failover/clustering engine system working on Linux and other Unix/POSIX like OSs. more>>
PeaceMaker is a fully functional failover/clustering engine system working on Linux and other Unix/POSIX like OSs.

It is entirely written in Perl Interpreted Language, it’s based on a message passing protocol system over TCP/IP beteween 2 or more nodes. It can monitor node fault based on, interfaces polling status, health sanity node status and message passed through an external plugin attached to plugin module.

Node Fault / State Changed events can be handled through external program exec or TCP/IP notify.

At this time ByPass is used in a heavy Italian Public Administration production system (but there are some little bugs to fix!)
<<less
Download (0.017MB)
Added: 2007-07-18 License: GPL v3 Price:
829 downloads
BullDog Firewall 7

BullDog Firewall 7


BullDog is a powerful but lightweight firewall for heavy use systems. more>>
BullDog is a powerful but lightweight firewall for heavy use systems. With many features, this firewall can be used by anyone who wants to protect his/her systems. This system allow dynamic and static rules sets for maximum protection and has several advance features.

This firewall will work for the hobbyist or a military base. Generation 7 is a complete rewrite of its predecesors and is redesigned from scratch and still evolving.

Be prepared to spend some time setting this up. If you are looking for a "quick fix", then you are on the wrong site. BullDog is NOT a quick fix, but rather one step in a complete security policy.

Its is covered by the GPL and is FREE and always will be. I encourage and welcome anyone who wants to port and/or provide ideas/code to better this software.

I would like to see this software developed into a new breed of firewall that provides the best of security with ease of use.

This software was developed on Linux v2.2.16-17 and v2.4 with 64 megs to 1 Gig of RAM and supports iptables via the ip_queue kernel module. Bulldog will NOT run on Windows systems.
<<less
Download (0.032MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1209 downloads
Term::ShellUI 0.85

Term::ShellUI 0.85


Term::ShellUI is a fully-featured shell-like command line environment. more>>
Term::ShellUI is a fully-featured shell-like command line environment.

SYNOPSIS

use Term::ShellUI;
my $term = new Term::ShellUI(
commands => {
"cd" => {
desc => "Change to directory DIR",
maxargs => 1, args => sub { shift->complete_onlydirs(@_); },
proc => sub { chdir($_[0] || $ENV{HOME} || $ENV{LOGDIR}); },
},
"pwd" => {
desc => "Print the current working directory",
maxargs => 0, proc => sub { system(pwd); },
},
"quit" => {
desc => "Quit using Fileman", maxargs => 0,
method => sub { shift->exit_requested(1); },
}},
history_file => ~/.gdbui-synopsis-history,
);
print Using .$term->{term}->ReadLine."n";
$term->run();

Term::ShellUI uses the history and autocompletion features of Term::ReadLine to present a sophisticated command-line interface to the user. It tries to make every feature that one would expect to see in a fully interactive shell trivial to implement. You simply declare your command set and let ShellUI take care of the heavy lifting.
This module was previously called Term::GDBUI.

<<less
Download (0.042MB)
Added: 2006-06-16 License: Perl Artistic License Price:
1225 downloads
PrimeBase XT 0.9.86

PrimeBase XT 0.9.86


PrimeBase XT (PBXT) is a transactional storage engine for MySQL. more>>
PrimeBase XT (PBXT) is a transactional storage engine for MySQL. The project has been designed for modern, web-based, high concurrency environments and heavy update loads. PBXT uses a number of new techniques to achieve its goals.
Enhancements:
- This release makes changes to enable PBXT to handle databases containing thousands of tables.
- It also fixes a number of concurrency problems with operations like TRUNCATE TABLE, ALTER and REPAIR table when used in conjunction with other DML.
<<less
Download (2.7MB)
Added: 2007-04-17 License: LGPL (GNU Lesser General Public License) Price:
922 downloads
Geekbench Preview 2

Geekbench Preview 2


Geekbench is a cross-platform benchmark for Mac OS X, Windows, and Linux. more>>
Geekbench is a cross-platform benchmark for Linux, Mac OS X and Windows. While Geekbench is still under heavy development, we think it’s useful enough that other people might be interested in running it.

Geekbench tries to measure the performance an average application can expect from the computer being benchmarked. As such, all of the benchmarks in Geekbench are written in platform-neutral C and C++, and have no platform-specific optimizations, and Geekbench is compiled with what we consider the de-facto standard compiler for each platform, with the compiler switches suggested by the compiler for release code.

<<less
Download (0.070MB)
Added: 2006-03-02 License: Freeware Price:
1332 downloads
KGentooConf 0.0201a

KGentooConf 0.0201a


KGentooConf is a QT configuration tool for Gentoo Linux. more>>
KGentooConf is a global configuration tool to edit configuration text files from Gentoo Linux. KGentooConf offers a simple and elegant KDE GUI.
This project is currently in heavy development so... maybe has a lot of bugs ;) Send all bugs and suggestions to a developer, thanx! Any way, KGentooConf backups all your configuration files before you save the new values. For exemple, /etc/make.conf is saved as /etc/make.conf.kgentooconf
KGentooConf needs root privileges to save data in configuration files. This privileges arent necessary to read data. So if you want to save your changes, run KGentooConf as root.
Version restrictions:
- KGentooConf not verify data format from form before save it.
- Stephen Leaf suggested code structure changes and I think that is right so... I will implement this changes in the next release... if I can.
Enhancements:
- Fix a bug with plugin directory.
<<less
Download (0.66MB)
Added: 2005-09-08 License: GPL (GNU General Public License) Price:
1506 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5