Main > Free Download Search >

Free donu0027t fear the reaper software for linux

donu0027t fear the reaper

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 241
Rippy the Aggregator 0.13

Rippy the Aggregator 0.13


Rippy the Aggregator is a lightweight RSS aggregator written in vanilla PHP. more>>
Rippy the Aggregator project is a lightweight RSS aggregator written in vanilla PHP.
There are several Web sites (Slashdot, for instance) that I visit regularly or semi-regularly to check for the latest news; there are also several more (like, say, the EFF) that post regular updates and that Id like to visit regularly, or that would like to have me visit regularly, but which I dont visit regularly because its just too much work to keep track of all of them, and too disappointing when I remember to check and find nothing new. I even run a Web site of my own which Id like to have people check regularly - but since I dont spend time making the rounds of my friends similar sites, I cant expect them to visit mine. Rippy the Aggregator aims to solve all these problems.
There is a standard called RSS, for Web sites to publish their updates in a machine-readable format. An appropriate client can quickly visit all the Web sites youre interested in, download their updates, and present you with a customized list of all the newest items. Most "blogging", "portal", and "content management" software already generates RSS files (although its operators may be unaware of that!), and there are services like Syndic8 that compile lists of RSS "feeds". So it only remains to get an appropriate client.
That presents a problem. I hacked an RSS output onto my Web-site updating scripts, so I had that aspect covered, but then I wanted to start reading others RSS feeds, and I discovered that the client programs you can get on the Web mostly suck. Some of them are Windows-only, so those are right out. I saw one in Java that looked pretty good, but its Web site didnt provide a way to download it except through some kind of weird Hot-Buzzy-Java-Scripted-Auto-Virus-Install-Plugin-Thing - there was no actual file. I did eventually find its source code, but it required third-party libraries.
Then I looked at several RSS readers that were written in Perl or PHP and designed to run as scripts on a Web site. Those had possibilities, but they required multiple third-party libraries (Perl) or an SQL server and compiled-in PHP modules that most people dont have (PHP).
The best attempt I found was one written in Python, but in order to make it run I had to start not one but two background server daemons, which would make it tricky to use on my office computer at school. There are Web sites that provide the service of RSS reading, but they all require registration, cookies, JavaScript, etc. I couldnt find an RSS reader (or "aggregator", as theyre called) that I could just download and have it work. Thus, it was necessary to create one: enter Rippy!
The name "Rippy the Aggregator" refers to an Arrogant Worms song about a cute, cuddly little alligator who goes "chomp, chomp, chomp," down in the bottom of the swamp, swamp, swamp. Abram Hindle has suggested that Rippy the Aggregator should go "grep, grep, grep," down in the bottom of the net, net, net. Anyone wanna write the rest of the song?
Main features:
- Cute name
- Written in PHP (needs 4.3.0 or above)
- Doesnt require any compiled-in optional libraries that dont ship with PHP
- Stores its cached data in flat files, no database needed
- Freely licensed and customizable under the GNU GPL version 2
Enhancements:
- Parser ruggedness and general stability were improved, and support was added for setting options like user agent and proxying when acting as an HTTP client.
<<less
Download (0.053MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1411 downloads
The Examiner 0.5

The Examiner 0.5


The Examiner is a forensic tool to disassemble binary executables. more>>
The Examiner is an application that utilizes the objdump command to disassemble and comment foreign executable binaries. This app was designed to analyze static compiled binaries but works ok with others. The intention is for forensic research but could also be used in general reverse engineering.
This program can only handle basic dissassembly. If the binary has been modified to resist debugging then the Examinier probably will not be able to analyze the code. Also the Examiner will not analyze live running code. This can be a good thing but if you need to look at code when it runs or deal with complicated disassembly you should probably use Fenris.
Main features:
- Automates objdump usage
- Can generate cross-reference files of functions, interrupts and other useful things
- Locates functions within the binary
- Understands the stack and comments on its state
- Can parse and understand the contents of the .rodata section
- Cross references .rodata calls and comments on them
- Locates .data pointer references to .rodata
- Provides an easy to read CALL syntax for comments
- Understands and looks up interrupts calls
- Utilizes Linux source headers to determine function names based on what interrupt is called
- Can differentiate all of the socketcall functions
- Can comment on some C like constants for function calls
- Separates functions based on ret calls
- Can recognize and attempts to decode UPX compressed binaries
- Works with TCT and Fenris dress utility
- Can detect crippled ELF executables and burneye executables
- Recognizes symbols and will cross-reference dynamic libraries
Enhancements:
- Has rudementary detection of burneye via 7350 sig.
- Can detect crippled ELF header files (optionally uncripple)
- Added a TUTORIAL file
- Modified default working dir to $HOMEexaminer-data
- Can cross-reference .data pointers to .rodata sections
- Now records pushl calls
- Fixed -H to dump headers instead of -R
- Added -o to specify an output file or STDOUT with -
- Added -c to specify a comment character
- Added a new util xhierarchy to print function call hierarchy
<<less
Download (0.033MB)
Added: 2005-03-07 License: GPL (GNU General Public License) Price:
1696 downloads
The Romalizer 0.61

The Romalizer 0.61


The Romalizer project is a Tcl script to analyze your MAME roms and report errors. more>>
The Romalizer project is a Tcl script to analyze your MAME roms and report errors.
The ROMalizer is a Tcl script that examines your .zip files for MAME ROMs and lets you know if you have any extra data in them. It can also report incorrect filenames, CRCs, etc.
Enhancements:
- romalizer will no longer move the zipfiles it has fixed into your roms directory unless you specify the -M option. This will allow you to run romalizer as a normal user on a roms filesystem that is only writable by root or some other games administrator. If you use the -M option, romalzier will back up your old roms into the working directory as usual, if the -M option is not used, the new (fixed) roms will be located in the working directory.
- romalizer now fully supports two new styles of merging your roms. You may now use the -g or -G options to tell romalizer to use one of these new merging formats. When -g is used, romalizer will merge all clones into a single zip file. When -G is used, romalizer will create clone zip files that are capable of being run independantly of the parent romset. I have tested these new merging features on my pacman romset and it works beautifully, however more testing probably needs to be done on a complete romset for these options.
- neogeo games are now supported, romalizer will just ignore any CRC that matches 354029fc (ng-sfix.rom), 9036d879 (neo-geo.rom), and 97cf998b (ng-sm1.rom). Thus neogeo roms are now fully supported except for these 3 which should be placed in a file called neogeo.zip.
- romalizer requires usage of UnZip version 5.41 or higher due to a Y2K bug in UnZip. This patch will now check your unzip version and abort if you do not have a recent version of UnZip.
<<less
Download (0.008MB)
Added: 2006-11-20 License: Freeware Price:
624 downloads
The streak plug-in

The streak plug-in


The streak plug-in is a Gimp plug-in that makes simulation of a streak camera. more>>
The streak plug-in is a Gimp plug-in that makes simulation of a streak camera.

A streak camera images an object through a slit - thus getting a kind of "one dimensional image". This image is propagated along the second dimension of the image plane at a constant speed. The result is a picture of the time dependency of the object.

The plug-in takes a film (multilayer image), cuts a slice of selectable width and position out of each layer and puts the slices together to the streak image.

<<less
Download (0.016MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1134 downloads
Elgg: the Learning Landscape 0.8

Elgg: the Learning Landscape 0.8


Elgg is a community building platform written in PHP for Apache and MySQL. more>>
Elgg: the Learning Landscape is a community building platform written in PHP for MySQL and Apache.
It gives you the tools to create active and vibrant learning communities, featuring Weblogging, podcasting, social networking, file storage, tag searching, customised user themes, gettext multi-language support, and more.
Users can control exactly who has access to each bit of their profile, each blog post, file, etc., and then search using tags to find other resources and people related to the same topic.
Although originally designed for education, it has a broad range of uses in a variety of different settings.
Enhancements:
- Generalised comments
- Bugfixes, efficiency improvements
<<less
Download (6.1MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
844 downloads
The Spider 1.71

The Spider 1.71


The Spider project is a complete object-oriented environment for machine learning in Matlab. more>>
The Spider project is a complete object-oriented environment for machine learning in Matlab.
Aside from ease of use for base learning algorithms, algorithms can be plugged together and can be compared with, for example, model selection, statistical tests, and visual plots.
This gives all the power of objects (reusability, the ability to plug together, sharing of code), but also all the power of Matlab for machine learning research.
Enhancements:
- A WEKA interface was added, supporting decision trees.
- Additional code, documentation, and demos were added.
<<less
Download (4.2MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1185 downloads
Fear Stats 1.1.8

Fear Stats 1.1.8


Fear Stats generates player stats from F.E.A.R. server log files, and stores them in a MySQL database. more>>
Fear Stats project generates player stats from F.E.A.R. server log files, and stores them in a MySQL database.
Enhancements:
- Improved Scoring Calculations for all game modes
- Created new Sub to handle checking for existing records.
- Transactoins now fully supported for InnoDB
- Corrected Players Objective Score not calculating into total session score.
<<less
Download (0.085MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
971 downloads
The Gallery 2.2.2

The Gallery 2.2.2


The Gallery is a slick Web-based photo album written using PHP. more>>
Gallery is a web based software product that lets you manage your photos on your own website. You must have your own website with PHP support in order to install and use it.
With Gallery you can easily create and maintain albums of photos via an intuitive interface. The function photo management includes automatic thumbnail creation, image resizing, rotation, ordering, captioning, searching and more.
Albums can have read, write and caption permissions per individual authenticated user for an additional level of privacy. Give accounts to your friends and family and let them upload and manage their own photos on your website!
Main features:
- Image Magick or NetPBM - pick which image manipulation package you have on your server or want to use.
- Auto Rotate Images - Gallery can look at information in pictures from digital cameras and automatically rotate them as needed.
- Image Quality and Size Defaults - You can limit the quality and size of images so that when images are uploaded, Gallery will resize them to save space.
- Main Gallery Page Settings - The configuration wizard contains all of the settings for how the main Gallery page looks and acts including showing or hiding the album tree, search engine, or album owner, and what frames to show around albums.
- Optional Binaries: zip, jhead, jpegtran - If you have these programs on your webserver, you can enable them to make gallery work better and be more flexible.
- Languages - Choose which languages you want your Gallery to support and how the user is presented with the choice.
- Email Support - Set up email support to have your Gallery email users when their accounts are created or when they forget their password, email you copies, email people when the Gallery is updated, and more!
- Gallery-wide Slideshow - enable or disable a slideshow that includes all pictures in the gallery
- Commenting - turn off or on the public commenting system and configure it.
- Logging - enable logging with syslog or the Windows logger
- RSS publishing - publish your Gallery with RSS![1]
- Album Defaults - set defaults for the way that all new albums will originally look.
<<less
Download (11.5MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
857 downloads
 
Other version of The Gallery
The Gallery 1.6 Alpha 3languages you want your Gallery to support and how the user is presented with the choice. - Email ... the Gallery code and given that some things were going to break, we decided to clean up the code in
License:GPL (GNU General Public License)
Download (2.1MB)
965 downloads
Added: 2007-03-03
The Gallery 1.5.6Defaults - You can limit the quality and size of images so that when images are uploaded, Gallery ... languages you want your Gallery to support and how the user is presented with the choice. - Email
License:GPL (GNU General Public License)
Download (2.1MB)
928 downloads
Added: 2007-04-10
RubyStack for Linux 1.2 beta 0

RubyStack for Linux 1.2 beta 0


an installer that greatly simplifies the installation of Ruby on Rails more>> Ruby on Rails is a full-stack MVC framework for database-backed web applications that is optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration.
The BitNami RubyStack is an installer that greatly simplifies the installationof Ruby on Rails and its runtime dependencies. It includes ready-to-run versions ofRuby, Rails, MySQL and Subversion. RubyStack is distributed for free under theApache 2.0 license. Please see the appendix for the specific licenses of allopen source components included.
FEATURES
- Easy to Install
BitNami Stacks are built with one goal in mind: to make it as easy aspossible to install open source software. Our installers completely automatethe process of installing and configuring all of the software included ineach Stack, so you can have everything up and running in just a few clicks.
- Independent
BitNami Stacks are completely self-contained, and therefore do not interferewith any software already installed on your system. For example, you canupgrade your systems MySQL or Apache Tomcat without fear of breaking yourBitNami Stack.
- Integrated
By the time you click the finish button on the installer, the whole stackwill be integrated, configured and ready to go.
- Relocatable
BitNami Stacks can be installed in any directory. This allows you to havemultiple instances.
<<less
Download (152.03MB)
Added: 2009-04-10 License: Freeware Price: Free
196 downloads
The poster plug-in

The poster plug-in


The poster plug-in is a Gimp plug-in that combines image layers by attaching them in rows and columns. more>>
The poster plug-in is a Gimp plug-in that combines image layers by attaching them in rows and columns. This is useful especially for films.

The plug-in attaches the layers of a RGB or grayscale image row by row from the left to the right. The frames are separated by lines of selectable width in the current foreground color. If the row/column matrix is too small for all layers, the last layers are skipped. If the row/column matrix is too huge for the layers, additional slots are filled with the current background color.

Now, how does this look like???

Lets take the well-known high-speed film of an oscillating cavitation bubble... For a better visibility we choose a red foreground and a blue background color and select "< Image >/Filters/Animation/Poster" afterwards.

<<less
Download (0.018MB)
Added: 2006-09-14 License: GPL (GNU General Public License) Price:
1136 downloads
The JGenerator 2.2

The JGenerator 2.2


The JGenerator is a generator of dynamic Flash content. more>> <<less
Download (10.5MB)
Added: 2005-05-04 License: The Apache License Price:
1634 downloads
The Freeduc-cd 1.5

The Freeduc-cd 1.5


Freeduc is a run-from-CD Linux distribution based on Knoppix and created by OFSET in France. more>> <<less
Download (700MB)
Added: 2005-05-16 License: GPL (GNU General Public License) Price:
1635 downloads
Reaper 0.98.2

Reaper 0.98.2


Reaper project is a fly around and shoot stuff 3D game. more>>
Reaper project is a fly around and shoot stuff 3D game.
Reaper is a graphics-intensive 3D-game where you fly a spaceship over a planet completing combat missions.
Apart from being a creature that tends to consume all free time of those involved, leaving them robbed of the chance of ever living a normal life, it is a 3D-game.
To clarify some more, it could be classified as a space combat simulator (well, you dont fly in space, you fly much closer to the ground, but you do pilot spaceships, so.
Enhancements:
- Cleanup of shadow system (could be even better)
- BUGFIX: Incorrect handling of textures larger than GL_MAX_TEXTURE_SIZE
- Removed glsdk from src/ext-directory (not used)
- Added glh (gl helper library)
- Added nvparse (nvidia parser library)
- Add extgen (gl extension definition file generator)
- Changed OpenGL extensions handling from homegrown to glh/extgen
- Dynamic environment mapping on the players ship
- The autoconf setup is a bit less hackish
- Added GL-headers in src/GL - eliminates the need to adapt to broken headers on various systems.
- Fixed a time leak in the mainloop
- Improved network-startup, better synchronization
- Compiles cleanly with gcc and -ansi -pedantic -Wall -W -Wno-sign-compare -Wno-unused
- Changed use_texture to an int (texture_level), allowing a textured hud while object textures are turned off.
<<less
Download (20.5MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1022 downloads
The Blowfish cipher

The Blowfish cipher


The Blowfish cipher in C and i386 assembler. more>>
The Blowfish cipher in C and i386 assembler.

In cryptography, Blowfish is a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier and included in a large number of cipher suites and encryption products. While no effective cryptanalysis of Blowfish has been found to date, more attention is now given to block ciphers with a larger block size, such as AES or Twofish.

Schneier designed Blowfish as a general-purpose algorithm, intended as a replacement for the aging DES and free of the problems associated with other algorithms. At the time, many other designs were proprietary, encumbered by patents or kept as government secrets. Schneier has stated that, "Blowfish is unpatented, and will remain so in all countries. The algorithm is hereby placed in the public domain, and can be freely used by anyone."
<<less
Download (0.012MB)
Added: 2007-01-25 License: Public Domain Price:
1012 downloads
FEAR::API 0.489

FEAR::API 0.489


FEAR::API is a tool that helps reduce the time you spend creating site scraping scripts. more>>
FEAR::API is a tool that helps reduce the time you spend creating site scraping scripts and helps you do it in a much more elegant way.
FEAR::API combines many strong and powerful features from various CPAN modules, such as LWP::UserAgent, Template::Extract, WWW::Mechanize, Encode, HTML::Parser, etc.
Enhancements:
- This release adds allow_domains() and deny_domains().
<<less
Download (0.068MB)
Added: 2006-06-27 License: Perl Artistic License Price:
1222 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5