Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.448 Times

Elf Bowling software
Filter: All | Freeware | Demo
 

Elf Bowling

< 1 2 3 4 5 
Added: August 10, 2008 | Visits: 828

SS Mystery Forest - Animated Desktop Screensaver Have you ever been in a Magic Wood? How it is wonderful to wander among trees at pre-dawn o clock, to listen to a rustle of the foliage on trees, early trill of a nightingale and silent rustle of the butterflies who have risen before all in the Wood! After instant wood is filled with solar light.... Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 2.23 KB Download (89): SS Mystery Forest - Animated Desktop Screensaver Download

Added: January 18, 2010 | Visits: 1.116

bicl bicl is a tool for editing the built-in command line boot arguments in binary files like the PPC64 Linux compressed kernel image and the PPC64 Xen compressed hypervisor boot image. he boot argument processing for powerpc Xen is much less complex than it may appear. Assuming that the Simplify... Platforms: *nix

License: Freeware Size: 3.07 KB Download (108): bicl Download

Added: January 18, 2010 | Visits: 2.049

The Contiki Operating System The Contiki Operating System is mostly known as an operating system for networked embedded systems. A few years ago, however, Contikis primary claim to fame was its Commodore 64 port. With the help of JAC64, a Java-based C64 emulator developed by my colleague and fellow Contiki developer Joakim... Platforms: *nix

License: Freeware Size: 1.7 MB Download (137): The Contiki Operating System Download

Added: January 18, 2010 | Visits: 1.070

CATSRunner CATSRunner is a unit testing framework. C Automated Testing System (CATS) and its associated test runner (Catsrunner) implement a unit testing framework that provides developers of C-based systems, including embedded systems, the capability to use the popular test driven development approach.... Platforms: *nix

License: Freeware Size: 2.2 MB Download (95): CATSRunner Download

Added: February 13, 2010 | Visits: 1.191

Advanced Assembler Aasm is an advanced assembler designed to support several target architectures. It has been designed to be easily extended and, should be considered as a good alternative to monolithic assembler development for each new target CPUs and binary file formats. Aasm should make assembly programming... Platforms: *nix

License: Freeware Size: 30.72 KB Download (136): Advanced Assembler Download

Added: June 22, 2010 | Visits: 1.183

HTTPD::Log::Filter HTTPD::Log::Filter is a Perl module to filter entries out of an httpd log. SYNOPSIS my $hlf = HTTPD::Log::Filter->new( exclusions_file => $exclusions_file, agent_re => .*Mozilla.*, format => ELF, ); while( <> ) { my $ret = $hlf->filter( $_ ); die "Error at line $.: invalid log... Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): HTTPD::Log::Filter Download

Added: May 24, 2010 | Visits: 684

binutils GNU Binutils package is a collection of binary tools. The main ones are: - ld - the GNU linker. - as - the GNU assembler. But they also include: - addr2line - Converts addresses into filenames and line numbers. - ar - A utility for creating, modifying and extracting from archives. -... Platforms: *nix

License: Freeware Size: 17.4 MB Download (100): binutils Download

Added: February 21, 2010 | Visits: 1.042

Jacksum KDE Konqueror Integration Jacksum KDE Konqueror Integration installs features of Jacksum 1.7.0 at the KDE Konqueror (and uninstalls it again if you like). Jacksum is a free and platform independent software for computing and verifying checksums, CRCs and message digests (known as hash values and fingerprints). "Jacksum"... Platforms: *nix

License: Freeware Size: 194.56 KB Download (96): Jacksum KDE Konqueror Integration Download

Added: March 17, 2010 | Visits: 1.390

Obfuscated Tiny C Obfuscated Tiny C Compiler (OTCC) is a very small C compiler I wrote in order to win the International Obfuscated C Code Contest (IOCCC) in 2002. My goal was to write the smallest C compiler which is able to compile itself. I choose a subset of C which was general enough to write a small C... Platforms: *nix

License: Freeware Size: 4.1 KB Download (131): Obfuscated Tiny C Download

Added: October 12, 2010 | Visits: 800

pmpkg pmpkg provides a script and definitions to build SysV style binary packages for Solaris from source tarballs in an automated way, somewhat similar to ports or ebuilds. pmpkg aims for reuse of system packages where possible and a minimalistic dependency set. Whats New in This Release: - This... Platforms: *nix

License: Freeware Size: 266.24 KB Download (93): pmpkg Download

Added: March 13, 2010 | Visits: 845

aLinux With aLinux OS you only have to download alinux.iso LiveCD(burn to a 650 Mb CD-R or CD-RW and boot it). aLinux is a configured Linux OS that has a most spectacular Graphical Interface, in our words, the most astounding, versatile, usable & stable operating system today! Especially made for... Platforms: *nix

License: Freeware Size: 760.6 MB Download (121): aLinux Download

Added: July 15, 2010 | Visits: 1.280

http-analyze http-analyze is a log analyzer for web servers. It analyzes the logfile of a web server and creates a comprehensive summary report from the information found there. http-analyze has been optimized to process large logfiles as fast as possible. http-analyze can be used with any web server... Platforms: *nix

License: Shareware Cost: $0.00 USD Download (158): http-analyze Download

Added: March 02, 2010 | Visits: 1.111

K Executable Viewer Kbview - also known as the K Executable viewer - is a program that is designed to allow you to browse most executable formats. At present only ELF is supported. This program is presently in pre-alpha state. While I have a general idea of how I want the development to proceed, and I am taking... Platforms: *nix

License: Freeware Size: 808.96 KB Download (120): K Executable Viewer Download

Added: October 11, 2010 | Visits: 829

Apache DSSI Apache DSSI is a SSI extention for calling Dynamic function. By using this extentions to mod_include, you can make your own function for SSI (Server Side Includes) and you can call your function with SSI directives. This solution is based on mod_so and mod_include. By using DSSI, you can... Platforms: *nix

License: Freeware Size: 19.46 KB Download (106): Apache DSSI Download

Added: August 25, 2010 | Visits: 611

Text::XLogfile Text::XLogfile module allows reading and writing xlogfiles. SYNOPSIS use Text::XLogfile :all; my @scores = read_xlogfile("scores.xlogfile"); for (@scores) { $_->{player} = lc $_->{player} } write_xlogfile(@scores, "scores.xlogfile.new"); my $xlogline = make_xlogline($scores[0], -1); my... Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): Text::XLogfile Download

Added: February 19, 2010 | Visits: 1.265

Fenris 0.07-m2 build Fenris is a suite of tools suitable for code analysis, debugging, protocol analysis, reverse engineering, forensics, diagnostics, security audits, vulnerability research and many other purposes. The main logical components are: - Fenris: high-level tracer, a tool that detects the logic used... Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): Fenris 0.07-m2 build Download

Added: August 11, 2010 | Visits: 1.193

nbench The benchmark program takes less than 10 minutes to run (on most machines) and compares the system it is run on to two benchmark systems (a Dell Pentium 90 with 256 KB cache running MSDOS and an AMD K6/233 with 512 KB cache running Linux). The archive contains the complete source,... Platforms: *nix

License: Freeware Size: 102.4 KB Download (115): nbench Download

Added: July 08, 2010 | Visits: 1.240

Missile of Holiday Cheer Missile of Holiday Cheer is a winter holiday vertically oriented flying finesse game. Missile of Holiday Cheer is a game that revolves around piloting missiles bearing presents from elves workshops up to Santas low-orbiting mothership. There are five elf groups and a number of powerups, and... Platforms: *nix

License: Freeware Size: 74.75 KB Download (112): Missile of Holiday Cheer Download

Added: January 25, 2010 | Visits: 1.009

Cricket 3D The latest version of Cricket 3D is now available and has packed in a great set of new and updated features: - Wagon Wheel display of all the runs scored by each batsman - Move the fielders around to cut off the runs - LBW decisions included - All the international teams updated with the latest... Platforms: Mac

License: Demo Cost: $0.00 USD Download (148): Cricket 3D Download

Added: January 25, 2010 | Visits: 1.115

The Two Towers Screensaver The Two Towers Screensaver contains a screensaver with shots from the upcoming Christmas 2002 movie release. Platforms: Mac

License: Freeware Size: 980 KB Download (95): The Two Towers Screensaver Download

< 1 2 3 4 5