Main > Free Download Search >

Free massive software for linux

massive

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 70
Kopete Massive Messenger 0.1

Kopete Massive Messenger 0.1


Kopete Massive Messenger is a Kommander script that lets you send repetitive messages to your Kopete contacts. more>>
Kopete Massive Messenger is a Kommander script that lets you send repetitive messages to your Kopete contacts.

<<less
Download (0.016MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1355 downloads
Maven 1.1

Maven 1.1


Maven is a software project management and comprehension tool. more>>
Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a projects build, reporting and documentation from a central piece of information.
Main features:
Model based builds
- Maven is able to build any number of projects into predefined output types such as a JAR, WAR, or distribution based on metadata about the project, without any need to do any scripting in most cases.
Coherent site of project information
- Using the same metadata as for the build process, Maven is able to generate a web site or PDF including any documentation you care to add, and adds to that standard reports about the state of development of the project. Examples of this information can be seen at the bottom of the left-hand navigation of this site under the "Project Information" and "Project Reports" submenus.
Release management and distribution publication
- Without much additional configuration, Maven will integrate with your source control system such as CVS and manage the release of a project based on a certain tag. It can also publish this to a distribution location for use by other projects. Maven is able to publish individual outputs such as a JAR, an archive including other dependencies and documentation, or as a source distribution.
Dependency management
- Maven encourages the use of a central repository of JARs and other dependencies. Maven comes with a mechanism that your projects clients can use to download any JARs required for building your project from a central JAR repository much like Perls CPAN. This allows users of Maven to reuse JARs across projects and encourages communication between projects to ensure backward compatibility issues are dealt with. We are collaborating with the folks at Ibiblio who have graciously allowed the central repository to live on their servers.
Gump integration
- Integration with Gump. For those who are not familiar with Gump it is a tool used at Apache to help projects maintain backward compatibility with their clients. If you have a Maven project descriptor then you can easily participate in nightly Gump builds that will help your project stay abreast of the impact your changes actually have in Java developer community. We are working on our own massive build tool but integration with Gump comes at no cost to Maven users.
<<less
Download (4.9MB)
Added: 2005-10-05 License: The Apache License 2.0 Price:
1483 downloads
bMail PR11

bMail PR11


bMail is Mailing List/Newsletter software written in PHP. more>>
bMail is Mailing List/Newsletter software written in PHP.
Main features:
Subscribers:
- Import and Export Subscribers
- Subscribers can update their own information or unsubscribe
- Subscriber Demographics
- Ability to collect customizable demographics from subscribers
- Ability to create and mail groups/subsets of your subscribers based off of filtering criteria
Mailings:
- HTML Mailings
- Integrated WYSIWYG Editor for HTML Mailings
- Advanced sending routine
- Ability to pause, resume, and cancel a mailing
- Mailing will continue if internet connection is lost or browser closes
Enhancements:
[CHANGES]
- Look and feel now controlled by Smarty Templates. (Allows for easy customization of subscribe form, user, and admin pages using templates devoid of PHP)
- Added i18n support through gettext
- Massive reogranization of file structure:
- !!! config.php is now in root directory. See the sample !!!
- Generation of subscription form greatly enhanced. Now supports 3 modes: Default Form, Embedded Form(s), Plain HTML
[ENHANCEMENTS]
- Added a work directory to store cached templates
- Drag and Drop ordering of demographics
- Debugging is more verbose
- Improved logging mechanism
- French and German Translation
[BUG FIXES]
- Fixed configuration of SMTP servers
- Many small cleanups and bugfixes
- Migration away from old HTML form class
<<less
Download (0.49MB)
Added: 2006-04-29 License: GPL (GNU General Public License) Price:
1274 downloads
Yasper 1.04

Yasper 1.04


Yasper (Yet Another Smart Pointer) is a sweet and simple single-header smart pointer for C++. more>>
Yasper (Yet Another Smart Pointer) is a sweet and simple single-header smart pointer for C++.

Why write another C++ smart pointer?

There are two high quality libraries that include smart pointers: Loki and Boost. Alexandrescus Loki SmartPtr is customizable to a fault. I find policy templates unspeakably ugly and dont need the extra options. Boosts shared_ptr is quite nice, but is too restrictive and introduces undesirable dependency on the massive Boost library. What I need is a small, simple smart pointer: yasper.

Philosophy

small (contained in single header)
simple (nothing fancy in the code, easy to understand)
maximum compatibility (drop in replacement for dumb pointers)

The last point can be dangerous, since yasper permits risky (yet useful) actions (such as assignment to raw pointers and manual release) disallowed by other implementations. Be careful, only use those features if you know what youre doing!
<<less
Download (0.002MB)
Added: 2007-05-25 License: zlib/libpng License Price:
885 downloads
MOS 6502 Simulator

MOS 6502 Simulator


MOS 6502 Simulator is sort of an emulator for a 6502 chip. more>>
MOS 6502 Simulator is sort of an emulator for a 6502 chip. Theres virtually nothing apart from the CPU (minus BCD operations). It also bears no heed to instruction timings.

Whilst (apart from those two things) it successfully simulates the CPU there were a few design flaws, which led me not to continue with it:

- I wrote it in C++.

As the 6502 had no dedicated IO bus, everything was done via memory. I had the idea of having a pure virtual class which provided a generic interface, then as I wrote devices to sit in the memory space, they could just override portions of it, or trap on writes or something.

Whilst writing this, I kept getting the feeling I should have written it in asm instead Especially for manipulating flags and rotates and stuff. (as I could have just rotated AL, for example, rather than the mess I have in the C++ code.

- Sloppy instruction decoding.

I originally set out to decode the instructions properly, but there were lots of exceptions to the system used (esp. if I intended to support the 65C02 for example). This decended into a massive switch statement. I almost considered splitting it up to smaller files, and just #include them in the middle, just to make it more managable.

Also, as they are not in numerical order (grouped according to type, or addressing mode, cant remember atm) it wouldnt compile to a jump table. Does with optimisation on though.

The main thing that prompted me to write this was I found my BBC-B in the loft, and felt a pang of nostalgia for the hours wasted hunched over it in the lowest resolution text mode (IIRC mode 7 to save ram). I had the idea of writing a NES or BBC emulator, however it didnt get that far.

It has a pretty simple image format. The file must be >= 65536 bytes (64k) and that is simply the memory image for the system (16-bit address bus). There is a strange sort of ASCII text display at 0x200, which is ok enough for spewing a string to. As it was just thrown together in the space of 6 hours or so (took a long time to do the switch statement) its not very thouroughly documented, but hey.
<<less
Download (0.046MB)
Added: 2007-03-05 License: BSD License Price:
972 downloads
Transvn 0.15

Transvn 0.15


Transvn allows to maintain several or more separate patches to third-party source tree. more>>
Transvn allows to maintain several or more separate patches to third-party source tree.
Transvn is primarily targeted at middle-scale and large-scale contributors to Open Source software projects.
Transvn allows:
- to easily maintain several (or many) non-trivial patches to third-party source tree
- to improve your communication with maintainer of that tree by making your changes more self-contained and reviewable
- to use all facilities of your version control system (currently only Subversion backend is implemented, but underlying idea could easily be ported to most modern version control systems)
Transvn is like Andrew Mortons patch-scripts, but explicitly bound to your version control system.
Enhancements:
- massive code refactoring
- transvn pull-start and transvn pull-next mostly implemented
- updated to work with Subversion up to 0.33
- clean up generated patches
<<less
Download (0.017MB)
Added: 2005-09-21 License: GPL (GNU General Public License) Price:
1493 downloads
HTMLatex 1.3

HTMLatex 1.3


HTMLatex does on-the-fly rendering of LaTeX source to HTML documents. more>>
HTMLatex is a mod_python application that uses memcached to reduce the massive overhead of repeatedly rendering the same equation. It has an option to sanitize the latex source removing any potentially dangerous code. Currently it is only tested on Apache 2 + mod_python with python 2.3 and py-memcached-1.2. It is fairly generous about the HTML and latex it accepts.
Im unsure if this will work on Windows as I paid zero attention to interoperability.
HTMLatex has two main goals: first, I wanted to avoid preprocessing; I wanted to be able to type the raw latex into an HTML document and be finished. Second, I wanted the HTML/Latex file to remain untouched.
There is one option: DEBUG. If DEBUG is set, the intermediate files are maintained on disk in /tmp/htmlatex -- this is the only method available for helping to troubleshoot latex errors. Oddly enough, performance should theoretically *increase* if debug mode is on as it doesnt require repeated filesystem access to delete files.
There used to be another option: SANITIZE, which checked the latex source for dangerous code and replaces it with a sanitized graphic. I decidd that giving people the option to auto-render latex code over the web that could do arbitrary things to their PC was a bad idea.
All latex code is sanitized now. If you want to turn it off, just comment out all of the _sanitize() calls in Equation._translateToTex().
Enhancements:
- Internet Explorer users can now see the rendered equations.
- Memcached is no longer used. Instead, images are served from the filesystem.
<<less
Download (0.038MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1286 downloads
Tsombie 1.1.2

Tsombie 1.1.2


Tsombie is an arcade game that features a good combination of tactics and action. more>>
Tsombie is an arcade game that features a good combination of tactics and action. On each level there are many paths to success.
In multiplayer mode it can handle a large number of concurrent players, who play together rather than against each other.
Main features:
- Many bugs have been fixed.
- The halls (levels) are now interconnected.
- The single-player mode is now very easy to start.
- Improvements in graphics
- New halls
- Performance and stability improved in multi-player-mode
- New online help for keys (press F1)
Enhancements:
- some bugs fixed
- a couple of new game features (pick, bow, eggs, replicator)
- massive speedup in client rendering
- resizing of client window
- new halls
- a couple of further minor improvements
<<less
Download (2.9MB)
Added: 2006-06-25 License: GPL (GNU General Public License) Price:
1216 downloads
SRESI 0.19.10

SRESI 0.19.10


SRESI is a smart bookmarks manager: from a list of tagged bookmarks. more>>
SRESI is a smart bookmarks manager: from a list of tagged bookmarks, it can generate an exhaustive tree or a portal, where each bookmark is at every place in the hierarchy you can expect to find it, and with absurd branches absorbed back in their saner versions.
An import function is provided for the most common formats (Delicious, Mozilla, Opera, XBEL).
SRESIs main interface is command-line based, but a set of PHP scripts now gives an easier access to most functions. Be aware, however, that these scripts are not safe enough for a public server
If, despite all warnings, you are still interested, be welcome.
Oh, by the way, SRESI stands for Stockage, Recherche et Export de Signets Internet (Storage, Search and Export of Internet Bookmarks). Not great, but the few good ideas I managed to scrounge up were already taken.
Enhancements:
- The tagged data module now requires a "hash" function instead of a "compare" one.
- The Tagging functions and functors are now perfectly generic from the set up to the portal.
- Bookmarks.ml is now built those generic functors.
- The massive refactoring left the code in a messy state.
- The APIs are currently quite raw and will change soon.
<<less
Download (0.22MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
810 downloads
Alien Flux 1.6

Alien Flux 1.6


Alien Flux is an arcade game where cute little Fluffies need YOUR help! more>>
Alien Flux is an arcade game where cute little Fluffies need YOUR help! Have you got what it takes to save them?
Defend the cutest, fluffiest little creatures in the Galaxy from a horde of evil aliens from the fifth dimension! With only fast reactions, animal cunning and a very big laser cannon to help you, you must rescue the Fluffies as malevolent Bubbles attempt to turn them into lime jelly.
Main features:
- 16 unique evil aliens from the 5th dimension
- 4 massive and fiendish bosses
- 8 cute fluffy friends that need your help
- 12 powerups to help you in your mission
- 100 levels of blistering arcade action in which to battle
- online hiscore table - be the best in the world and compete against your friends!
<<less
Download (MB)
Added: 2006-03-16 License: Freeware Price:
1318 downloads
Ultima Iris 2.0

Ultima Iris 2.0


Ultima Iris is a Ultima online client total 3D. more>>
Ultima Iris is a Ultima online client total 3D.

Iris2 is a 3D/2D game client for the popular Massive Multiplayer Role Playing Game "Ultima Online" (tm). Adding a third dimension to the well-known Ultima Online World, Iris2 allows the player to navigate the gaming environment just like any modern 3d rpg and still retain the unique roleplaying experience that only classic Ultima can provide. Moreover, being compatible with standard UO game servers, the player is not limited to play with only users of Iris but may also seamlessly interact with players using standard 2d clients.

<<less
Download (MB)
Added: 2007-05-24 License: Freeware Price:
894 downloads
SmartTagFix 0.1

SmartTagFix 0.1


SmartTagFix is a simple utility that fills in missing ID3 tags for all MP3s within a directory structure. more>>
SmartTagFix is a simple utility that fills in missing ID3 tags for all MP3s within a directory structure. It uses the file name, directory name, and a bit of "common sense" to guess the correct labels.

Most MP3 players depend on the id3 tag to categorise the song. However when you download music from the internet half the time the tag information is missing, or incomplete. On top of that the files are named in a variaty of different standards, for example:
Massive Attack-Mezzanine/02-Risingson.met
08 - Young Americans - Best of Bowie - David Bowie.mp3
King Afrika-La Bomba.mp3

There are many great MP3 organisers available, which can generate tag data from the file name, however they can only bulk update if your files are named consistantly. For the above case youd have to enter the tag data manually (and Im sure you can think of better ways to spend your free time!)

SmartTagFix uses both the wxWidgets and id3lib open source libraries. Firstly, you will need to download the wxWidgets souce http://prdownloads.sourceforge.net/wxwindows/wxGTK-2.4.2.tar.gz) and build and install it (you will need the GTK 1.2 development libraries and include files, read the installation instructions included with wxGTK for full details) Then you need to download and install id3lib (http://id3lib.sourceforge.net/), (either build the source or (easier) download the RPM). Check where you installed id3lib.la (by doing $locate id3lib.la). If its not in /usr/local/lib then you will need to modify tagfix/src/makefile.am to point to the correct location
To build the program use:
./configure
make
su
make install
ldconfig
exit
<<less
Download (0.35MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1187 downloads
Ethernet TAP driver 1.1

Ethernet TAP driver 1.1


TAP provides packet reception and transmission for user-space programs. more>>
TAP provides packet reception and transmission for user-space programs. It can be viewed as a simple Ethernet device, which instead of receiving packets from a physical medium, receives them from a user-space program and instead of sending packets via physical media, writes them to the user-space program.
When a program opens /dev/tunX or /dev/tapX, driver creates and registers corresponding net device tunX or tapX. After a program closed above devices, driver will automatically delete tunXX or tapXX device and all routes corresponding to it.
This package(http://vtun.sourceforge.net/tun) contains two simple example programs that shows you how to use tun and tap devices. Both programs work like bridge between two network interfaces. br_select.c - bridge based on select system call. br_sigio.c - bridge based on async io and SIGIO signal. However the best example is VTun http://vtun.sourceforge.net
Enhancements:
- Massive Linux driver update: 2.4.x kernel support. New cloning interface, protocol indication. Statistics counting fixes.
- Solaris driver update: Correct Ethernet header substitution.
- Configure and Makefile updates. RPM package update.
- Documentation update.
<<less
Download (0.006MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1215 downloads
Super Mario Clone FX 1.0

Super Mario Clone FX 1.0


Super Mario Clone FX is a jump-and-run game in the style of Super Mario World. more>>
Super Mario Clone FX is a jump-and-run game in the style of Super Mario World. Secret Maryo Chronicles is a two-dimensional, sidescrolling jump-and-run platform game which utilizes the platform independent multimedia library, SDL.
It features a built-in level editor which can be used to easily create your own levels.
Main features:
In-Game Level Editor
- Activated by F8 in the game. You can insert any graphic file as a background or massive sprite in the game.
- Many standart graphics like hedges and ground sprites are included. You can insert enemys, set the players start position on the level,
- insert active sprites, and create half-massive sprites which the player can jump through, but can not fall through.
Multiple Levels
- Each level ends with gate or pipe, press up or down to enter the next level.
Multiple Maryo Stages
- Includes small Maryo, normal Maryo, and fire Maryo. Advance to the next stage by getting mushrooms and fire plants.
- These items can be obtained by jumping into question mark boxes.
Overworld
- Get an aerial perspective between levels, just like the World Map in Super Mario World.
Great Sounds and Music
- High quality Ogg music and sounds for the EXTRA maryo game feeling.
Save and Load
- Save anytime from the game menu. Then load whenever you want.
Get Extra Lives
- By getting 100 coins or finding the Green Mushrooms.
<<less
Download (15.3MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
747 downloads
Wurm Online 1.3.8

Wurm Online 1.3.8


Wurm Online is 3D FPP MMORPG game. more>>
Wurm Online is 3D FPP MMORPG game.

Online multiplayer role-playing game, where players walk freely in a big 3D world chatting, gathering resources, building towns, making items, trading, fighting with other players and computer controlled creatures. Chose your path - crafting or PvP fighting. Join a village or live solo. Massive skill tree with skill affected by your actions.

<<less
Download (0.004MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1278 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5