Main > Free Download Search >

Free fx repton software for linux

fx repton

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 31
FX-Repton 0.6

FX-Repton 0.6


FX-Repton is a portable Repton 3 clone game. more>>
FX-Repton project is a portable Repton 3 clone game.
t uses the portable FOX Toolkit library. The original Repton 3 game was produced on the BBC Micro and was the third hit Repton game for Superior Software.
This game is available with sources for UNIX and Windows.
The only keys you need to use are the four arrow keys. The objective of the game is to collect all the diamonds (in the Repton 3 episodes, in the others the objects may change) and get the bomb before the time out.
The key bindings
Key Description
F2 Restart the level
P Pause the game
ESC Minimize the game
Alt-X Quit the game
Up Move Repton up
Down Move Repton down
Left Move Repton left
Right Move Repton right
Hints:
- If you wish to know what a single object is, you might find a brief description in the Legend Window, from the Help ? menu.
- The Map Window may give you some help during playing (in the Help ? menu, too).
- Please remember to annotate the password, once you have finished a level.
- If you do not like the graphics of a certain episode and/or you are more familiar with another scheme, during playing you can load the graphics from another episode by choosing it from the Episodes menu while keeping down the SHIFT key.
<<less
Download (0.63MB)
Added: 2006-12-24 License: GPL (GNU General Public License) Price:
1040 downloads
KRepton 4.0

KRepton 4.0


KRepton is an implementation of the classic Repton 3 game. more>>
KRepton project is an implementation of the classic Repton 3 game, which was originally produced for the BBC Micro and was the third successful Repton game for Superior Software. KRepton brings the original game to the KDE desktop, and can be used on any of its supported platforms.
The game and editor are released under the GNU General Public Licence, although I would suggest that, if you make any improvements or modifications, that you send me a copy so that they can be incorporated into updated versions.
The current version 4.0 integrates the game player and editor into a single seamless application, so there is now of course only one download. An episode can be selected using a graphical preview list, and immediately played or edited, without having to switch between two separate applications.
If you have fond memories of the original Repton games then you wont need to be told any more; download and play the game now! If you dont know anything about them but would like to find out more then there is far more information online than I could list here; the best site by far is the Repton Appreciation Society with plenty of Repton information and downloads, including games and emulators for many other platforms.
Enhancements:
- Version 4 integrates the game player and editor into a single seamless application.
- An episode can be selected using a graphical preview list, and immediately played or edited, without having to switch between two separate applications as was the case with version 3.
<<less
Download (1.1MB)
Added: 2005-06-17 License: GPL (GNU General Public License) Price:
1590 downloads
Chkrecov 1.2

Chkrecov 1.2


Checks for basic recoverability on a SGI. more>> A application for very basic checking of recoverability on a SGI. It checks for the existence of "sash" and "fx" within the /stand directory and the volume header as well as a "unix.bak" file in the root directory. Note: some people make a copy of kernel with other names so "unix.bak" may not exist. To install: use inst-packaged installer on the SGI you wish to check and then execute it to run. To run(if /usr/local is in your path): type chkrecov at prompt. (or use full path: /usr/local/bin/chkrecov). Requires super-user access.<<less
Download (30KB)
Added: 2009-04-18 License: Freeware Price: Free
188 downloads
GNOME-Fx 1.0.1

GNOME-Fx 1.0.1


GNOME-Fx is a set of themes for Mozilla Firefox which tries to let Firefox look like a native GNOME application. more>>
GNOME-Fx is a set of themes for Mozilla Firefox which tries to let Firefox look like a native GNOME application.
There are five different flavors of GNOME-Fx, which are intented to blend in with different GNOME themes.
If the GNOME theme you are using is not listed above you can opt for using either the GNOME-Fx or GNOME-Fx-blue theme, because most of the widgets automatically adapt to the them. You can also change the themes to adapt it to your GNOME theme. Ill be happy to host your variaton on GNOME-Fx
The themes are based on the GNOME icons which are part the GNOME desktop, Epiphany (the standard GNOME web browser), the Industrial theme of Garrett LeSage and GNOME for Firefox of Marcel Hoffs.
Main features:
- GNOME-Fx: Blends in well with for example the GNOME 2.4 Default Theme. Uses the default green GTK icons.
- GNOME-Fx-blue: Blends in well with for example the Glider / SmoothGNOME Theme. Uses the blue GTK icons.
- GNOME-Fx-Simple: designed for the Simple GNOME theme
- GNOME-Fx-Human: designed for the Ubuntu Human theme
- GNOME-Fx-Industrial: designed for the Industrial and Indubstrial GNOME theme
<<less
Download (MB)
Added: 2005-08-05 License: GPL (GNU General Public License) Price:
1546 downloads
Firefox Extension Backup Extension 4.0.5

Firefox Extension Backup Extension 4.0.5


Firefox Extension Backup Extension provides quickly and easily backup process of your Firefox extensions. more>>
https://addons.mozilla.org/en-US/firefox/downloads/file/14560/firefox_extension_backup_extension__febe_-4.0.5-fx.xpi
<<less
Download (0.36MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
950 downloads
PDL::Opt::NonLinear 0.02

PDL::Opt::NonLinear 0.02


PDL::Opt::NonLinear is a Perl module with non linear optimization routines. more>>
PDL::Opt::NonLinear is a Perl module with non linear optimization routines.

SYNOPSIS

use PDL::Opt::NonLinear;

$x = random(5);
$gx = rosen_grad($x);
$fx = rosen($x);

$xtol = pdl(1e-16);
$gtol = pdl(0.9);
$eps = pdl(1e-10);
$print = ones(2);
$maxit = pdl(long, 200);
$info = pdl(long,0);
sub fg_func{
my ($f, $g, $x) = @_;
$f .= rosen($x);
$g .= rosen_grad($x);
}
cgfam($fx, $gx, $x, $maxit, $eps, $xtol, $gtol,$print,$info,1,&fg_func);

<<less
Download (0.24MB)
Added: 2007-07-05 License: Perl Artistic License Price:
841 downloads
File::Xcopy 0.12

File::Xcopy 0.12


File::Xcopy can copy files after comparing them. more>>
File::Xcopy can copy files after comparing them.
SYNOPSIS
use File::Xcopy;
my $fx = new File::Xcopy;
$fx->from_dir("/from/dir");
$fx->to_dir("/to/dir");
$fx->fn_pat((.pl|.txt)$); # files with pl & txt extensions
$fx->param(s,1); # search recursively to sub dirs
$fx->param(verbose,1); # search recursively to sub dirs
$fx->param(log_file,/my/log/file.log);
my ($sr, $rr) = $fx->get_stat;
$fx->xcopy; # or
$fx->execute(copy);
# the same with short name
$fx->xcp("from_dir", "to_dir", "file_name_pattern");
The File::Xcopy module provides two basic functions, xcopy and xmove, which are useful for coping and/or moving a file or files in a directory from one place to another. It mimics some of behaviours of xcopy in DOS but with more functions and options.
The differences between xcopy and copy are:
- xcopy searches files based on file name pattern if the pattern is specified.
- xcopy compares the timestamp and size of a file before it copies.
- xcopy takes different actions if you tell it to.
The Constructor new(%arg)
Without any input, i.e., new(), the constructor generates an empty object with default values for its parameters.
If any argument is provided, the constructor expects them in the name and value pairs, i.e., in a hash array.
<<less
Download (0.015MB)
Added: 2007-08-07 License: Perl Artistic License Price:
810 downloads
Unix Amiga Delitracker Emulator 2.07

Unix Amiga Delitracker Emulator 2.07


Unix Amiga Delitracker Emulator (UADE) plays most Amiga music file formats by simulating Amiga hardware and software. more>>
Unix Amiga Delitracker Emulator (UADE) plays most Amiga music file formats by simulating Amiga hardware and software.
Unix Amiga Delitracker Emulator plays over 180 Amiga music file formats and has three frontends for playing: a command line tool, an XMMS plugin, and a Beep Media Player frontend.
Enhancements:
- An improved version of the Special FX replayer was added.
- A new Special FX ST replayer was added.
- Bugs in song length database handling were fixed.
- Audacious 1.3 is supported.
- 15 instrument soundtracker module detection is supported.
<<less
Download (0.74MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
918 downloads
Martian Memory 1.2

Martian Memory 1.2


Martian Memory project consists of a simple memory game. more>>
Martian Memory project consists of a simple memory game.
Martian Memory is a simple memory game oriented to kids, featuring the Pachi el marcianos world characters.
The goal of the game is to pick up two identical chips from a board that contains 32. The game contains very nice visual effects, sounds, and very nice music composed by Jonne Valtonen.
Installing
Just do:
./configure
make
make install (as root).
Enhancements:
- Added the -f or --fullscreen switch.
- Changed some chips (removed bloody ones) the game is now "child safe".
- program exits if close window or press [F10].
- if two scores are equal they are ordered by minor time.
- time stops during a combo FX.
- the hiscores screen displays a "press right mouse button to return" sign.
<<less
Download (MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1034 downloads
Snes9X 1.5

Snes9X 1.5


Snes9X is a Super Nintendo Entertainment System emulator. more>>
Snes9X is a Super Nintendo Entertainment System emulator.
Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator.
It basically allows you to play most games designed for the SNES and Super Famicom Nintendo game systems on your PC or Workstation; which includes some real gems that were only ever released in Japan.
Main features:
- ability to save in any location of the game, despite how the game was designed its amazingly useful when you dont want to redo the same level over and over.
- built-in peripherals. This is anything from multi-taps, to super scopes, to cheat devices.
- ability to rip sprites and music for your own personal use
- easier to organize and no stacks of cartridges that scare off non-nerdish women.
- filters can be used to enhance graphics on old games.
Snes9x is the result of well over three years worth of part-time hacking, coding, recoding, debugging, divorce, etc. (just kidding about the divorce bit). Snes9x is coded in C++, with three assembler CPU emulation cores on the i386 Linux and Windows ports.
Currently there are many ports of Snes9x available, please check the download page to see if a port exists for your system.
Enhancements:
- Pseudo-hires rendering flush, Old 2xsai endian fix
- Added oops auto-snapshot support
- Anomies control remapping patch
- Support for IPS patches in the zip file
- Config file for Unix/X11 and Unix/SVGA
- Rewrote the renderer. Enjoy!
- Add support for saner directory structures under Unix
- Added 4-point gaussian interpolation and proper envelopes.
- Speed adjustment of C++ Super FX emulation.
- Removed some game specific hacks.
- dded partial Satellaview (BS) emulation.
- dded the Katakana font for onscreen messages.
- Updated JMA to v1
- Fixed JMA options in config
- Removed --with(out)-asmcpu option in config because the i386 assembler CPU core is out of date.
- Changed the default settings in config.
- Ported Snes9x to AMD64.
- Completed DSP-1 code.
- Updated DSP-3 and DSP-4 code.
- Fixed a lot of bugs.
<<less
Download (0.51MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1286 downloads
Graidle 0.4

Graidle 0.4


Graidle (Graph aid), is a project that is proposed to create an application web for the realization of graph. more>>
Graidle (Graph aid), is a project that is proposed to create an application web for the realization of graph; it comes divided in four parts:
Graidle Fx proposed like didactic instrument for the visualization of diagrams of function to one variable;
Graidle SQL Friendly assists the creation of a graph starting from one query;
Graidle FrontEnd supplies to the user a graph personalized second every own requirement;
Graidle Class is the class that comes supplied for the development;
The realization of the site is apt to the demonstration of the operation of the same application, that it can be more complete visualizing sources releasable liberations in the appropriate Download section. We will have therefore one dedicated section to every part of the plan: In Function the customer will insert the number of functions to visualize, the interval and the quality of the curve and will come created a diagram to the flight; With the FronEnd they will be able to be inserted until to nine series give to you, choosing of the type, the name, the options like the colors, the title it, maximum and minimal, the lines grid etc... the customer will be able to save the just graphical one and to insert it in situated presentations or web; From SQL is a pure demonstrative and educational section, that it concurs to create given diagram of one query SQL; between the multiple usefullnesses there is that one of being able to visualize in realtime the graph of some give you present in database without or that one of being able to enclose to the tables of resultset a diagram that can clarify the visualization of gives to you; the handbook for who is available also wanted to externally use the class to this situated one;
The Graidle project is realized in PHP with the aid of GD2 library.
Enhancements:
- Introducing of Horizontal Histogram graph type;
- Introducing of Extended Legend for Horizontal Histogram;
- Introducing of new legend management system for a better visualization of all type of strings;
- Introducing of Selection standard CSS color on setValue function;
- New setMultiColor() to visualize different color on same value serie ;
- New setColors() to add one or more colors;
- New Bold Font type ;
- New setFontBD() method;
- Modified carry2file() for select patch and filename;
<<less
Download (0.012MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
844 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
KShaderDesigner preview2

KShaderDesigner preview2


KShaderDesigner is an Intergrated Development Environment for graphic vertex and fragment shaders. more>>
KShaderDesigner is an Intergrated Development Environment (IDE) for graphic vertex and fragment shaders. It supports the Cg programming language.
- It interfaces the NVIDIA Cg Compiler
- It allows to block Cg parameters from the scene and set them manually for debugging purpose
- Its architecture allows graphic developpers to add new complex OpenGL scenes to the program, and apply shaders on them
- It supports the latest hardware profiles, like VP40 et FP40 for GeForce 6 GPUs.
The released version is only a preview, it is not really usable. I would like testers to try compilation, project loading, and basic OpenGL rendering. An FX-class Nvidia card is needed for fragment shaders. Project creation and saving is not implemented yet.
An example project is also provided, it implements a shadow mapping algorithm as well as bump mapping.
Please report all compilation errors, feedback or whatever by email.
You will need the Nvidia Cg Toolkit (URL given in configure script).
Enhancements:
- Updated the build system to the latest bksys development version, using the new modules system
- The rendering window now redraws even when no project is running
- Added a per-pixel lighting example. This is an unoptimized implementation of the Blinn-Phong lighting model, using per-pixel calculation. Usefull for benchmarking.
<<less
Download (1.1MB)
Added: 2005-05-30 License: GPL (GNU General Public License) Price:
1611 downloads
Devel::Command::NewF 0.02

Devel::Command::NewF 0.02


Devel::Command::NewF is a Perl module with the extended f command for the debugger. more>>
Devel::Command::NewF is a Perl module with the extended f command for the debugger.

SYNOPSIS

# In .perldb (or perldb.ini on Windows)
use Devel::Command;

# Devel::Command::NewF loaded automatically

perl -de0
Patching with Devel::Command::DBSub::DB_5_8_5

Loading DB routines from perl5db.pl version 1.27
Editor support available.

Enter h or `h h for help, or `man perldebug for more help.

main::(-e:1): 0
DB< 1 > fx Test::More
Loaded Test::More
auto(-1) DB< 2 > f /home/y/lib/perl5/5.8/i386-freebsd-thread-multi/Test/More.pm
1 package Test::More;
2
3: use 5.004;
4
5: use strict;
6
7
8 # Cant use Carp because it might cause use_ok() to accidentally succeed 9 # even though the module being used forgot to use Carp. Yes, this
10 # actually happened.
DB< 3 >

This module extends the debuggers f command so that you can simply enter the standard module name to switch the debugger to it:

DB< 1 > fx My::Module

This would look for My::Module in %INC; if it was not found, we would attempt to use the module. If this also fails, we give up, with an error message.

<<less
Download (0.005MB)
Added: 2007-01-12 License: Perl Artistic License Price:
1015 downloads
DigikamImagePlugins 0.9.2

DigikamImagePlugins 0.9.2


DigikamImagePlugins are a collection of plugins for digiKam 0.7.3 Image Editor and ShowFoto 0.2.0. more>>
DigikamImagePlugins are a collection of plugins for digiKam 0.7.3 Image Editor and ShowFoto 0.2.0 (digiKam stand alone image editor implementation).
DigikamImagePlugins add new image treatment options like color management, filters or special effects.
Main features:
Image improvements:
- icon Adjust levels : a tool to adjust the photograph histogram levels manually.
- icon Adjust curves : a tool to adjust the photograph colors using curves.
- icon Noise Reduction : a photograph noise reduction filter.
- icon Unsharp : a photograph unsharp mask filter to unblur picture without increase noise.
- icon Lens Distortion : a tool for correct lens spherical aberration on photograph.
- icon Anti Vignetting : a tool for correct vignetting on photograph.
- icon Channel Mixer : a tool to mix the photograph color channels (CVS only).
- icon White Balance : a tool to adjust white color temperature balance of photograph (CVS only).
- icon Photograph Restoration : a tool to reduce photograph artefacts using CImg library (CVS only).
- icon Photograph Inpainting : a tool to remove unwanted photograph area using CImg library (CVS only).
Transformation tools:
- icon Free Rotation : a plugin to rotate a photograph with a free angle in degrees.
- icon Shear Tool : a plugin to shear a photograph horizontally and vertically.
- icon Perpective Tool : a plugin to adjust the photograph perpective.
- icon Blowup Photograph : a plugin to blowup a photograph without less image quality using CImg library (CVS only).
Image tools:
- icon Template Superimpose : a tool for superimpose a template on photograph.
- icon Add Border : a tool for add border around a photograph.
- icon Insert Text : a tool for insert text under a photograph (CVS only).
- icon Apply Texture : a tool to apply a decorative texture to a photograph (CVS only).
Special effects:
- icon Solarize : a plugin to solarize a photograph.
- icon Oil Paint : simulate oil painting on photograph (using Pieter Voloshyn algorithm).
- icon Emboss : an effect filter to emboss photograph (using Pieter Voloshyn algorithm).
- icon Rain Drops : adding the visual effect of raindrops on photograph (using Pieter Voloshyn algorithm).
- icon Charcoal : simulate charcoal drawing on photograph.
- icon FilmGrain : simulate film grain on photograph.
- icon Infrared : simulate infrared film effect on photograph (CVS only).
- icon Blur FX : apply bluring special effects on photograph (using Pieter Voloshyn algorithms - CVS only).
- icon Distortion FX : apply distortion special effects on photograph (using Pieter Voloshyn algorithms - CVS only).
Installation:
export WANT_AUTOCONF_2_5=1
export KDEDIR=KDE_installation_dir_on_your_system
make -f Makefile.cvs
./configure --enable-debug=full
make
su
make install
<<less
Download (3.5MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
860 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3