Main > Free Download Search >

Free stuffed mushrooms software for linux

stuffed mushrooms

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 490
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
Tubesock 0.2

Tubesock 0.2


Tubesock is a GTK/GNOME Shockwave player. more>>
Tubesock is a GTK/GNOME swf player released under the GPL. Currently the code right now is parsing SWF files, and can dump the contents, and can display some stuff.

Tubesock is written 100% in c, and depends on glib2 and gtk2.

Installation

./configure
make
cd src/tubesock
./tubesock PATH_TO_SWF_FILE.swf
<<less
Download (0.18MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1676 downloads
g3d Graphic Tools 1.2

g3d Graphic Tools 1.2


g3d Graphic Tools project consists of a XML file format and generic development tools for games. more>>
g3d Graphic Tools project consists of a XML file format and generic development tools for games.
The problem is that often as a games developer you need to work with many 3d editing tools and rendering engines, and there should be an easy and portable way to move objects, levels, etc. around.
By having a common intermediate file format, you only need to write one exporter per tool and one importer per graphics engine. Also, you can develop generic tools which are not tied to any particular engine.
Enhancements:
- Added the skeleton object (beginnings of animation ;)
- Added asset management info in the file header (ie date, time, author, source, description)
- Fixed exporter bugs (3dsmax) relating to heiarchy stuff
<<less
Download (2.3MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1092 downloads
Gtk2::Ex::Dialogs::ChooseFile 0.11

Gtk2::Ex::Dialogs::ChooseFile 0.11


Gtk2::Ex::Dialogs::ChooseFile is a Perl module that provides a file selection dialog. more>>
Gtk2::Ex::Dialogs::ChooseFile is a Perl module that provides a file selection dialog.

SYNOPSIS

use Gtk2::Ex::Dialogs::ChooseFile ( destroy_with_parent => TRUE,
modal => TRUE );

# do some stuff like creating your apps main $window then,
# to ensure that all messages use the right parent, set it:
$Gtk2::Ex::Dialogs::ChooseFile::parent_window = $window;

# now popup a new dialog for opening a file
my $file = ask_to_open
Gtk2::Ex::Dialogs::ChooseFile ( "/path/to/something" );

# ok, now we need to save (as...) a file
my $save = ask_to_save
Gtk2::Ex::Dialogs::ChooseFile ( "/path/to/something" );

This module provides a simple file chooser api that wraps Gtk2::FileChooser objectively. The objective is a simple ways to prompt a user to open or save a file.

<<less
Download (0.020MB)
Added: 2007-02-27 License: Perl Artistic License Price:
969 downloads
smultroNET 1.0.9

smultroNET 1.0.9


smultroNET is a multiplayer worm-tron-kinda game. more>>
smultroNET is a multiplayer worm-tron-kinda game.
Bored of nice looking games with no gameplay? Then smultronet is the game for you!
Even if smultronet isnt stuffed with fancy graphics, you will experience a very addicive gameplay. People have often said, "This game looks like any other worm game, why play this?". But after a few tries, they usually cant stop playing. Our biggest issue is therefore recruiting new players. Most people dont have time to try out all games that exist today, and therefore only try the best looking ones.
Main features:
- smultronet is easy to start and requires no installation.
- smultronet is a multiplayer game with a common lobby to meet other players.
- smultronet allows up to nine players simoultaneously playing.
- smultronet fits all ages.
- smultronet is free, of course.
- smultronet has versatile stats pages that show your progress.
- Personal statistics
- Game statistics
- Server statistics
- Mixed statistics
- More coming all the time. Just to satisfy your needs
<<less
Download (0.45MB)
Added: 2007-04-02 License: Freeware Price:
935 downloads
Autofs CD Changer 3.1.3

Autofs CD Changer 3.1.3


Autofs CD Changer is a patch for autofs. more>>
Autofs CD Changer is a patch for autofs. It automatically changes the slots and remounts cds as needed giving the impression that they are all simultaneously mounted. Its not for much use if you use multisession stuff, but works fine for mp3 lists that span many cds.
<<less
Download (0.008MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1185 downloads
Photocomments 0.1

Photocomments 0.1


Photocomments project convert various forms of comments / descriptions from digital photos. more>>
Photocomments project convert various forms of comments and descriptions from digital photos.
Supports descript.ion files (as used by ACDsee), jpeg internal comments and CSV files for use with gallery
Written in perl. Uses ImageMagick for the jpeg comment stuff.
Main features:
- Convert different forms of comments for jpeg photos.
- Why? One picture viewer is good for editing comments, another one is good for viewing the images and then theres my online gallery, which should also use the comments as captions.
- Can read descript.ion files (acdsee) and jpeg comments
- can write: descript.ion files, jpeg comments, gallery-csv-files (needed for import to gallery)
- Caveeat: Cannot handle filenames with spaces.
<<less
Download (0.010MB)
Added: 2006-01-26 License: GPL (GNU General Public License) Price:
1367 downloads
Gtk2::Ex::Dialogs::ChoosePreviewFile 0.11

Gtk2::Ex::Dialogs::ChoosePreviewFile 0.11


Gtk2::Ex::Dialogs::ChoosePreviewFile is a Perl module that provides a file selection dialog. more>>
Gtk2::Ex::Dialogs::ChoosePreviewFile is a Perl module that provides a file selection dialog.

SYNOPSIS

use Gtk2::Ex::Dialogs::ChoosePreviewFile ( destroy_with_parent => TRUE,
modal => TRUE );

# do some stuff like creating your apps main $window then,
# to ensure that all messages use the right parent, set it:
$Gtk2::Ex::Dialogs::ChoosePreviewFile::parent_window = $window;

# now popup a new dialog for opening a file
my $file = ask_to_open
Gtk2::Ex::Dialogs::ChoosePreviewFile ( "/path/to/something" );

# ok, now we need to save (as...) a file
my $save = ask_to_save
Gtk2::Ex::Dialogs::ChoosePreviewFile ( "/path/to/something" );

This module provides a simple file chooser api that wraps Gtk2::FileChooser objectively. The objective is a simple ways to prompt a user to open or save a file.

<<less
Download (0.020MB)
Added: 2007-02-23 License: Perl Artistic License Price:
973 downloads
Deepest Sender 0.8.0

Deepest Sender 0.8.0


Deepest Sender is a client that will allow you to post to blogs from directly within Firefox. more>>
Deepest Sender is a client that will allow you to post to blogs from directly within Firefox. The project is primarily a LiveJournal client, although it supports Blogger (GData) and WordPress (metaWeblog) too, with support for more stuff to come.

Note that the actual Deepest Sender website will always have the most up to date version.

If DS wont load for you in Firefox 2, and youre using a non-US English version (ie. British English or whatever), you will need to download a spellcheck dictionary in order for it to work. Non US English builds dont come with dictionaries.

If DS keeps loading in Russian and youre running SeaMonkey, check the LiveJournal group, it has a guide to solving the problem.

<<less
Download (0.30MB)
Added: 2007-05-08 License: MPL (Mozilla Public License) Price:
917 downloads
THC-Probe 4.1

THC-Probe 4.1


THC-Probe is the ultimate host scanner compilation for Linux, featuring nmap, snmpscan, netbios auditing tool. more>>
THC-Probe is the ultimate host scanner compilation for Linux, featuring nmap, snmpscan, netbios auditing tool and super-cool vh shell script.

INSTALL: just run "make install". Everything will be installed in /usr/local

RUN: just run "netprobe" and see the options.

Every host scanned will be saved as a "host.bla.com.probe" file in your current directory.

It does many stuff like snmp guessing, samba pw guessing and information gathering.

Nothing great and big, but it suits my needs.
<<less
Download (0.64MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
1333 downloads
Lemuria 1.2.2

Lemuria 1.2.2


Lemuria is an OpenGL visualization for xmms and gmerlin-visualizer. more>>
Lemuria is an OpenGL visualization for xmms and gmerlin-visualizer. Lemuria features animated textures, several backgrounds, and a lot of fun stuff.

It integrates the Xaos fractal engine for making background textures, and can open the goom DLL.

<<less
Download (0.67MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
847 downloads
Net::Delicious::Iterator 1.01

Net::Delicious::Iterator 1.01


Net::Delicious::Iterator is an iterator class for Net::Delicious thingies. more>>
Net::Delicious::Iterator is an iterator class for Net::Delicious thingies.

SYNOPSIS

use Net::Delicious::Iterator;

my @dates = ({...},{...});
my $it = Net::Delicious::Iterator->new("Date",@dates);

while (my $d = $it->next()) {

# Do stuff with $d here
}

NOTES

It isnt really expected that you will instantiate these objects outside of Net::Delicious itself.

PACKAGE METHODS

__PACKAGE__->new($foreign_class,@data)

Returns a Net::Delicious::Iterator object. Woot!

$it->count()

Return the number of available thingies.

$it->next()

Returns the next object in the list of available thingies. Woot!

<<less
Download (0.018MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1184 downloads
Linux Multimedia System 0.1.2

Linux Multimedia System 0.1.2


LMMS is a window manager written in Python/Pygame. more>>
LMMS is a project trying to create a gui for TV that can be used with a gamepad/joystick. In future there shall be various applications for playing audiofiles (Ogg-Vorbis, MP3, WMA, CD etc) and videofiles (DivX, MPEG, DVD, TV etc). Games and other stuff (recording TV etc) are planed too.

For now the whole project is written in python/pygame and there are some applications available:

Menu - for choosing another application
Image-Viewer - as the name says, it will allow you to watch some images
CD-Player - for playing Audio-CDs
Audio-Player - with support for Ogg and MP3

Actually the following gamepads/joysticks are supported:

Gravis Gamepad Pro
Microsofts X-Box pad
Nintendos SNES pad
<<less
Download (3.1MB)
Added: 2005-11-15 License: GPL (GNU General Public License) Price:
1439 downloads
Zepto CMS 0.9.6

Zepto CMS 0.9.6


Zepto CMS is a minimal CMS. more>>
Zepto CMS is a minimal CMS.

I wrote Zepto CMS for my personal use but figured that maybe others might make use of it too. It has its own rights management which consists of groups and member structures. With these one can control the whole site and give priviliges to friends.

This project is not near finished. The core is almost done but Zepto rely on modules for every task to be done. Since a lot of modules arent written yet, this software are not recomended for the average user. It may require some python knowlege to do some certain stuff. However, if that dont scare you off, then youre welcome to give it a try.
<<less
Download (0.015MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
867 downloads
tomsrtbt 2.0.103

tomsrtbt 2.0.103


tomsrtbt is the most GNU/Linux on one floppy disk. more>>
tomsrtbt software is "The most GNU/Linux on one floppy disk" for:

- rescue recovery panic & emergencies

- tools to keep in your shirt pockets

- whenever you cant use a hard drive

Tomsrtbt stands for: "Toms floppy which has a root filesystem and is also bootable."

Design goals:

- as much stuff as possible on 1 floppy disk

- keep it self contained, build under itself

- try to make it behave like a normal system

- rescue and recovery functions get priority
<<less
Download (1.7MB)
Added: 2005-05-11 License: GPL (GNU General Public License) Price:
1632 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5