Main > Free Download Search >

Free pile up software for linux

pile up

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 38
Falling Up 004

Falling Up 004


Falling Up its another tetris clone. more>>
Falling Up its another tetris clone. No, Im not trying to make any money off of it or claim it as particularly unique. It is fun. Try it. Its evil. Im told that frequently.
People have even praised it. I wrote it as a precursor to other games, a way to learn new technologies (GLUT, OpenGL, OpenAL, NSIS, ...), and to brush up on old ones (c, for that matter).
The source code is essentially free to do with as you please, if you like. If you "steal" most of it, Id prefer you give credit back to here, but really... whatever. I learned from lots of places and anything I can do to pay that back is cool.
The game is... tetris. You have the same old blocks, and they fall down. You use left and right to move blocks left and right, up to rotate, down to move down a line, and spacebar to drop.
Theres a next item (optional), sound (optional), and... stuff like that. Please, just download it and play it already! Geeze! Youd think I was just rambling...
Enhancements:
- The score file was adding 1 to the "level" the score was attained at every time a new high score was made, give or take; that is fixed.
- I added a background image (doesnt work with trails, may slow down on slower systems), and made F4 quit out of playing the game.
<<less
Download (0.45MB)
Added: 2005-12-06 License: GPL (GNU General Public License) Price:
1422 downloads
Dial-Up Bot 0.3

Dial-Up Bot 0.3


Dial-Up Bot project aims to be a fully functional automated replacement for the /etc/ppp/ip-{up,down}.d hierarchy. more>>
Dial-Up Bot project aims to be a fully functional automated replacement for the /etc/ppp/ip-{up,down}.d hierarchy. Its supposed to be started by cron at night. It cant satisfy the requirements of impatient roots. Its not designed for hosts with a permanent Internet connection.
Enhancements:
- This is the first public release since dubot reached minimal useful functionality and stability. Installation mech is minimally stable (at least for install in /usr/local hierarchy).
<<less
Download (MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
883 downloads
Pizza Game 0.02a

Pizza Game 0.02a


Pizza Game is a 3D, real-time game in which you manage a pizza restaurant. more>>
Pizza Game project is a 3D, real-time game in which you manage a pizza restaurant.
As manager, you must build a restaurant, buy the various objects and furniture that the restaurant requires, hire/fire/manage your employees, buy advertising, buy ingredients, set prices, and make sure your restaurant keeps your customers happy.
You start out with nothing more than an empty lot and a loan. Will you transform that lot into a thriving pizza business or fail to attract customers and watch your debt pile up?
Main features:
- Build your restaurant by placing walls, putting in doorways, installing windows.
- Decorate your restaurant by choosing from numerous paint colors and wallpaper designs.
- Put in tiles for your floors by choosing from a large selection of colors and designs.
- Buy the items and objects that your restaurant needs: tables, chairs, ovens, lights, and various miscellaneous objects that can make your restaurant the pizza parlor of choice for customers.
- Hire (and fire) the right employees that will perform the necessary tasks for running a pizza restaurant.
- Manage advertising for your pizza business.
- Buy the necessary ingredients for making pizzas and selling money-making side orders.
- Choose the opening and closing times for your restaurant in order to have your restaurant operate most efficiently.
Linux users: if you downloaded the binary version, and get an error when attempting to run the game that is related to Plugin_GuiElements.so, perform the following steps to remedy it:
1) create an OGRE subdirectory in /usr/lib
2) copy the Plugin_GuiElements.so in the libs subdirectory in the pizzagame directory to the OGRE subdirectory you just created
<<less
Download (27.9MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1023 downloads
Net::UPS 0.04

Net::UPS 0.04


Net::UPS is an implementation of UPS Online Tools API in Perl.v more>>
Net::UPS is an implementation of UPS Online Tools API in Perl.

SYNOPSIS

use Net::UPS;
$ups = Net::UPS->new($userid, $password, $accesskey);
$rate = $ups->rate($from_zip, $to_zip, $package);
printf("Shipping this package $from_zip => $to_zip will cost you $.2fn", $rate->total_charges);

Net::UPS implements UPS Online Tools API in Perl. In a nutshell, Net::UPS knows how to retrieve rates and service information for shipping packages using UPS, as well as for validating U.S. addresses.

This manual is optimized to be used as a quick reference. If youre knew to Net::UPS, and this manual doesnt seem to help, youre encouraged to read Net::UPS::Tutorial first.

<<less
Download (0.020MB)
Added: 2006-10-24 License: Perl Artistic License Price:
1097 downloads
Openrdate 1.1.2

Openrdate 1.1.2


Openrdate is an rdate date and time-setting program that implements RFC 868 (inetd time) and RFC 2030 (SNTP/NTP) protocols. more>>
Openrdate is an rdate date and time-setting program that implements RFC 868 (inetd time) and RFC 2030 (SNTP/NTP) protocols. Openrdate is an independent package of the OpenBSDs rdate program.
Enhancements:
- Updated the arc4random.c file to the latest OpenBSD version. 20060928
- Ok, Ive gotten around to restructuring the source directory structure. I know its a bit of an overkill for such a small project, I wanted to try it. 20060918
- Finally updated the package to the latest OpenBSD rdate version. I know I should have done it sooner, but, you know, things pile up. The primary difference is that ntp.c has been set to handle ntp responses with ALARM status. 20050211
- First packaging and deployment of openrdate. Added configuration and makefile files. Defined a SA_LEN macro in ntp.c. Added an inclusion of config.h and changed an #ifdef in rdate.c
<<less
Download (0.083MB)
Added: 2006-10-05 License: BSD License Price:
1115 downloads
UIM Isnt Mock-up 1.0.0

UIM Isnt Mock-up 1.0.0


UIM Isnt Mock-up is a multilingual input method library. more>>
Uim is a multilingual input method library. Uims project goal is to provide secure and useful input method for all languages.
Main features:
Portable
- Uim works in many environments. Uim supports of course general desktop system such as GNOME or KDE, but also supports Linux Zaurus, Mac OS X.
Just a library
- Many input method frameworks such as XIM is implemented as a client/server system. But uim is a library, not a client/server system. Most of users dont need input method system at all or need simple table based input method system. Such users wouldnt install complex input method system, so we want keep our input method simple. Now uim may not be simple so much, but we have a will to make uim as simple as we can.
Applications that can be used with UIM:
- All X applications. (You can use them with uim-xim.)
- Gtk+ applications such as gedit. There are two way to use uim. Through uim gtk-immodule directly, or through xim immodule. We recommend using uim through gtk immodule directly.
- All qt applications. There are two way to use uim. Through XIM or qt-immodule. If you want to uim with qt-immodule, you will need a patch now.
- All console applications. (You can use them with uim-fep.)
Enhancements:
- A bridge for Emacs (uim.el), a Hangul input suite (byeoru), and yet another Japanese input method (mana) were added.
- Many bugfixes were made.
<<less
Download (1.8MB)
Added: 2005-12-23 License: GPL (GNU General Public License) Price:
1401 downloads
SpamBayes 1.1a3

SpamBayes 1.1a3


SpamBayes is a Bayesian anti-spam classifier written in Python. more>>
SpamBayes is a Bayesian anti-spam classifier written in Python. The major difference between this and other, similar projects is the emphasis on testing newer approaches to scoring messages.

While most anti-spam projects are still working with the original graham algorithm, we found that a number of alternate methods yielded a more useful response.

Thats great, but whats SpamBayes?

SpamBayes will attempt to classify incoming email messages as spam, ham (good, non-spam email) or unsure. This means you can have spam or unsure messages automatically filed away in a different mail folder, where it wont interrupt your email reading. First SpamBayes must be trained by each user to identify spam and ham. Essentially, you show SpamBayes a pile of email that you like (ham) and a pile you dont like (spam). SpamBayes will then analyze the piles for clues as to what makes the spam and ham different. For example; different words, differences in the mailer headers and content style. The system then uses these clues to examine new messages.

For instance, the word "Nigeria" appears often in spam, so you could use a spam filter which identifies anything with that word in it as spam. But what if your business involves writing a guidebook on Nigerian Wildlife Conservation? Clearly a more flexible approach is necessary. Additionally spammers will adapt their content over time and will no longer use the word "Nigeria" (or the words "Lose Weight Fast", or any number of other common lines). Ideally the software will be able to adapt as the spam changes.

So, that is what SpamBayes does. It compares the spam and the ham and calculates probabilities. For instance, for me, the word "weight" almost never occurs in legitimate email, but it occurs all the time in lose weight fast spam. SpamBayes can then look at incoming email, extract the most significant clues and combine the probabilities to produce an overall rating of "spamminess". It flags the messages so that your mailer can handle the different message types. You might set it up so that ham goes straight through untouched, spam goes to a folder that you ignore (or delete without checking) and the unsure messages go to another folder which you can review for errors.

<<less
Download (0.81MB)
Added: 2006-08-25 License: Python License Price:
1156 downloads
KPhotoAlbum 3.0

KPhotoAlbum 3.0


KPhotoAlbum is a tool for annotating, searching, and viewing images. more>>
KPhotoAlbum program (formerly known as KimDaBa, KDE Image Database) is a tool for indexing, searching, and viewing images. The indexing is done by telling KPhotoAlbum who is on the images, where the images were taken, and (optionally) adding descriptions.
It is highly optimized for easy indexing of images, so that it is possible to use it with thousands of images. It also allows you to browse your images easily, based on the properties (person, location, keywords) you specified when indexing.
I personally realized that this was not possible anymore, and especially for my digital images - but also for my paper images - I needed a tool to help me describe my images, and to search in the pile of images. This is exactly what KPhotoAlbum is all about.
With KPhotoAlbum it is today possible for me to find any image I have in less than 5 seconds, let that be an image with a special person, an image from a special place, or even both.
There is of course no such thing as free lunch - with KPhotoAlbum this means that you have to annotate all your images before you are set. KPhotoAlbum is, however, highly optimized for annotating images, so annotating 100 images in 10 minutes are no way impossible.
Enhancements:
- Video Support
- Much improved subcategory support.
<<less
Download (11.6MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
1027 downloads
Speedometer 2.4

Speedometer 2.4


Speedometer is a console bandwidth and file download progress monitor. more>>
Speedometer project is a console bandwidth and file download progress monitor with a logarithmic bandwidth display and a simple command-line interface.

Usage:

speedometer [options] tap [[-c] tap]... Monitor network traffic or speed/progress of a file transfer. At least one tap must be entered. -c starts a new column, otherwise taps are piled vertically.

Taps: filename [expected-size] display download speed [with progress bar] -rx network-interface display bytes received on network-interface -tx network-interface display bytes transmitted on network-interface

Options: -i interval-in-seconds eg. "5" or "0.25" default: "1" -p use plain-text display (one tap only)

<<less
Download (0.021MB)
Added: 2006-04-10 License: LGPL (GNU Lesser General Public License) Price:
1312 downloads
tidy 1.0

tidy 1.0


tidy is a software to tidy up log file(s) created by syslogd and do statistics on it. more>>
tidy is a software to tidy up log file(s) created by syslogd and do statistics on it.
Tidy cleans up the log file(s) created by the syslogd daemon. For a system operator it is a bothersome job to sort out the interesting (sometimes alarming) entries from a pile of standard entries. Tidy distinguishes different services (telnet, finger, etc.) and removes standard entries.
Furthermore tidy tries to extract a remote host from the messages. These remote hosts are added to a statistics database. The number of contacts of each service is saved together with the time/date stamp of the last contact. The statistics can be printed out as simple ASCII or HTML.
Main features:
- Configuration of the action of tidy moved entirely to a configuration file tidy.conf, thereby making customization a lot easier.
- Tidy now keeps statistics data in a separate database file. Different output can hereby be produced from one database.
- HTML output format added. Produces neat tables. ASCII output enhanced.
- Added a lot of options to customize the output.
- Added progress indicator. Can be turned off with the -q switch.
- Added sorting by number of connections and by Internet domains.
- Added host name aliasing.
- Added utilities for installation and more verbose documentation.
- Tidy is now distributed under the GNU Public License.
<<less
Download (0.021MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
856 downloads
Network UPS Tools 2.2.0

Network UPS Tools 2.2.0


Network UPS Tools is an extremely powerful and versatile client/server based approach to UPS monitoring. more>>
Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS hardware. Network UPS Tools uses a layered approach to connect all of the parts.
Drivers are provided for a wide assortment of equipment. They understand the specific language of each UPS and map it back to a compatibility layer.
This means both an expensive "smart" protocol UPS and a simple "power strip" model can be handled transparently.
This information is cached by the network server upsd, which then answers queries from the clients. upsd contains a number of access control features to limit the abilities of the clients. Only authorized hosts may monitor or control your UPS hardware if you wish.
Since the notion of monitoring over the network is built into the software, you can hang many systems off one large UPS and they will all shut down together.
Clients such as upsmon check on the status of the hardware and do things when necessary. The most important task is shutting down the operating system cleanly before the UPS runs out of power.
Other programs are also provided to log UPS status regularly, monitor status through your web browser, and more.
Enhancements:
- HAL support. IPv6 support.
- Support for many new devices.
- Many driver improvements.
- This release uses automake.
<<less
Download (0.64MB)
Added: 2007-07-06 License: GPL (GNU General Public License) Price:
847 downloads
Tess 0.40

Tess 0.40


Tess is a C++ library that helps automate final assembly of tedious graphic design tasks. more>>
Tess is a C++ library that helps automate final assembly of tedious graphic design tasks (e.g. from photoshop or gimp), such as conjuring piles of web page-specific navigation features.

The project can composite an arbitrary stack of RGBA images, draw antialiased TrueType text (via FreeType), and generate a few shapes and effects. It groks PPM and PAM files, and includes a Perl binding.

<<less
Download (0.028MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
866 downloads
ISIC 0.06

ISIC 0.06


ISIC is a suite of utilities to exercise the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.). more>>
ISIC is a suite of utilities to exercise the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.). It generates piles of pseudo random packets of the target protocol.

The packets be given tendancies to conform to. Ie 50% of the packets generated can have IP Options. 25% of the packets can be IP fragments... But the percentages are arbitrary and most of the packet fields have a configurable tendancy.

The packets are then sent against the target machine to either penetrate its firewall rules or find bugs in the IP stack.

It also contains a utility generate raw ether frames to examine hardware implementations.

Other novel uses people have found for ISIC include IDS testing, stack fingerprinting, breaking sniffers and barraging the IRC kiddie.

<<less
Download (0.027MB)
Added: 2006-03-09 License: GPL (GNU General Public License) Price:
1334 downloads
Image Database 2.1

Image Database 2.1


KDE Image Database (KimDaBa) is a tool for indexing, searching, and viewing images. more>>
If you are like me you have hundreds or even thousands of images ever since you got your first camera, some taken with a normal camera other with a digital camera.
Through all the years you believed that until eternity you would be able to remember the story behind every single picture, you would be able to remember the names of all the persons on your images, and you would be able to remember the exact date of every single image.
I personally realized that this was not possible anymore, and especially for my digital images - but also for my paper images - I needed a tool to help me describe my images, and to search in the pile of images. This is exactly what KimDaba is all about.
With KimDaBa it is today possible for me to find any image I have in less than 5 seconds, let that be an image with a special person, an image from a special place, or even both.
There is of course no such thing as free lunch - with KimDaBa this means that you have to annotate all your images before you are set. KimDaBa is, however, highly optimized for annotating images, so annotating 100 images in 10 minutes are no way impossible.
Enhancements:
- BUGFIX: Using kapp->invokeHelp to show help rather than kapp->invokeBrowser, as the later doesnt work unless your default browser is konqueror.
- BUGFIX: the category was sometimes shown twice in the status bar
- BUGFIX: remove tokens didnt work for KDE 3.4
-
<<less
Download (11.98MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1501 downloads
WMMenu 1.2

WMMenu 1.2


WMMenu project provide a popup menu of icons for WindowMaker like in AfterStep, as a dockable application. more>>
WMMenu project provide a popup menu of icons for WindowMaker like in AfterStep, as a dockable application. It is not as powerful as there is only one menu level, but I think it is sufficient, since you can make multiple separate menus.

The program can be run more than once at the same time, which allows as much different menus, each one described in a separate file. The description simply consists in a suite of lines containing the pixmap name and the shell command to run, with the first line giving the dock image and the menus title (will be used later). The menu automatically pops up to the right or left depending on the on-screen position.

Why:

More functional to organize program launchers when you have lots, rather than pile them around the screen like we can see on some screenshots... (I conceive its less appealing).

Usage:

wmmenu [< options >...]

-h
show help message
-m MENUNAME (mandatory)
set the name of the menu file to load from ~/.wmmenu
-g WxH
set width and height of tile
-t XPMFILE
set the pixmap used as tile
-l XPMFILE
set the pixmap used as highlight to track pointer
-O oldleaving
use old behavior for hiding the button bar: hide only when
leaving the bar, not when leaving the tile.
-O click
activate the button bar only when clicking on the tile, not
when the mouse moves in and out.
-O noautoscale
disable automatic scaling of pixmaps, that makes them fit
inside specified tile size.
-O behind
draw highlight pixmap behind icon, not above.
-O hide=N
set the time delay necessary for the bar to close after the
cursor has left wmmenu. N is specified as a strictly positive
integer in milliseconds. 1 is used by default.
-r ROWS
arrange icons in the bar on multiple rows (specified as the
number ROWS). The default is one. Icons are arranged leftmost
from upper left corner.

<<less
Download (0.032MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
849 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3