Main > Free Download Search >

Free create your own software for linux

create your own

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7126
Create Your Own Adventure 0.4 Beta

Create Your Own Adventure 0.4 Beta


Create Your Own Adventure project is an interactive adventure in which the users themselves write the adventure. more>>
Create Your Own Adventure project is an interactive adventure in which the users themselves write the adventure. When the user reaches the end of the adventure, the user will be given the option to continue writing the next part of the adventure.

The user can upload a picture (in any format supported by Web browsers) and define how many choices the player will have. Its possible to connect choices to other parts of the story simply by selecting the chapter number from the dropdown list next to the choice.

<<less
Download (0.014MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
851 downloads
ThemeKreator 0.3

ThemeKreator 0.3


ThemeKreator is a program to create and preview theme files (.thm) for SonyEricsson mobile phones. more>>
ThemeKreator project can to create and preview theme files (.thm) for SonyEricsson mobile phones. Currently it is limited to create only themes for the K700 phone.
You can change the appearance of your mobile completely by creating you own display theme with this program.
Main features:
- Create, open, load, save themes
- Preview themes
- Validation of themes (color distance checks, etc.)
- Extract preview images of theme
- Detailed list of files in theme
Enhancements:
- Added French (complete) and Polish (partial) translations (thanks to both
- translators!)
- finished German translation
- K600i, K750i and W800i support
- New model selection dialog
- Support for inplace editing of images (with automatic refresh)
- Minor UI other enhancements
- Added dialog with all previews visible in one place
- Previews display transparent PNGs and animated GIFs now
- Improved detection and notification of broken themes
- Bugfix: fixed opening of themes created with the SonyEricsson "Themes Creator"
<<less
Download (0.95MB)
Added: 2006-03-04 License: GPL (GNU General Public License) Price:
755 downloads
RegexSR for liunx 1.0.0

RegexSR for liunx 1.0.0


A tool to create and test complex regular expressions. more>> RegexSR is a very easy-to-use and powerful tool (written in Java) to create and test complex regular expressions.
The plugin system provides extra functionalities, such as transforming expressions into Java code, and allows the user to create his own extensions.
Features include testing regular expressions, handling text through regular expressions or plugins, renaming files, developing plugins, and managing expressions in the repository.
<<less
Download (502KB)
Added: 2009-04-10 License: Freeware Price: Free
196 downloads
BruteFIR 1.0f

BruteFIR 1.0f


BruteFIR is a software convolution engine. more>>
BruteFIR is a software convolution engine, a program for applying long FIR filters to multi-channel digital audio, either offline or in realtime. BruteFIRs basic operation is specified through a configuration file, and filters, attenuation and delay can be changed in runtime through a simple command line interface.
The FIR filter algorithm used is an optimised frequency domain algorithm, partly implemented in hand-coded assembler, thus throughput is extremely high. In realtime, a standard computer can typically run more than 10 channels with more than 60000 filter taps each.
Through its highly modular design, things like adaptive filtering, signal generators and sample I/O are easily added, extended and modified, without the need to alter the program itself.
Main features:
- Designed for realtime filtering of HiFi quality digital audio
- Up to 256 inputs and 256 outputs
- Input/output provided by external modules for maximum flexibility
- Default I/O modules provide support for sound cards and files
- Access multiple I/O modules (= several sound cards / files) at the same time
- 8 - 24 bit audio at any rate supported by sound cards
- Easy-to-use C language API to create your own I/O modules, for example to support more file formats, other sound card APIs, or generate test signals
- Mix/copy channels before and/or after filtering
- Cascade filters or build complex filter networks
- Simple C language API to create logic modules, to add new functionality
- Create your own logic module, for example to do adaptive filtering
- Provided is a logic module which implements a CLI accessible through telnet to manage runtime settings, and a dynamic equalier.
- Toggle/change filter in runtime
- Alter attenuation for each individual input and output in runtime
- Alter delay for each individual input and output in runtime
- Filter length limited only by processor power and memory
- Typical filter lengths are in the range 2048 - 262144 taps
- Reasonable low I/O-delay (typically 200 ms)
- Fixed I/O-delay, thus possible to sample-align with other processors
- Cross-fade for seamless filter coefficient changes.
- Redithering of outputs (HP TPDF)
- Overflow protection and monitoring
- 32 or 64 bit floating point internal resolution.
- Supports multiple processors
A few examples of applications where BruteFIR could be a central component:
- Digital crossover filters
- Room equalisation
- Cross-talk cancellation
- Wavefield synthesis
- Auralisation
- Ambiophonics
- Ambisonics
Among these, room equalisation and auralisation needs the longest FIR filters in the common case. Many applications can do with quite short filters actually, but the thing is that you will probably not need to compromise on the filter lengths when you use BruteFIR, even when sample rates go up.
However, BruteFIR is pretty useless by itself, since it is only a FIR filter engine. It does not provide any filter coefficients, thus it is not a filter design program. Also, due to its relatively high I/O-delay, BruteFIR is most suited for applications when the input signal is not live.
<<less
Download (0.23MB)
Added: 2006-02-03 License: GPL (GNU General Public License) Price:
1363 downloads
Mega Mario 1.3

Mega Mario 1.3


Mega Mario is a Mario clone + blood. more>>
Mega Mario is a Mario clone + blood. In the game you play Mario and your task is to free his brother Luigi, who was captured by the evil Bowser. Mario is controlled by Keyboard or Gamepad using the Arrowkeys to walk, Space / A to jump and CTRL / B to run/fire. After reaching a castle the game is saved and can be continued at any time by clicking on "Load Game".

Mega Mario also features a blood-mode, which makes killed enemies spread their blood all over the level! And if you have fun to create your own levels after completing the game, you can use the Level-Editor (read "Editor.txt"). For example you can send me your best levels and perhaps Ill build them into the game!

<<less
Download (3.8MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1808 downloads
RealTimeBattle 1.0.8

RealTimeBattle 1.0.8


RealTimeBattle project is a a robot programming game for Unix. more>>
RealTimeBattle project is a a robot programming game for Unix.
RealTimeBattle is a programming game, in which robots controlled by programs are fighting each other.
The goal is to destroy the enemies, using the radar to examine the environment and the cannon to shoot.
Main features:
- Game progresses in real time, with the robot programs running as child processes to RealTimeBattle.
- The robots communicate with the main program using the standard input and output.
- Robots can be constructed in almost any programming language.
- Any number of robots can compete simultaneously if allowed by your operating system.
- A simple messaging language is used for communication, which makes it easy to start constructing robots.
- Robots behave like real physical object.
- You can create your own arenas.
- Highly configurable.
Enhancements:
- Added BroadCast class for new logging system
- Added ClientInterface class for experimental network support
- Changed ArenaRealTime to use BroadCast singleton for logfiles
- Created working autoconf / automake / autoheader structure
- Imported some configuration data out of older versions and modified them so thatyou can install RealTime Battle on a modern system
<<less
Download (1.2MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1082 downloads
LBreakout2 2.6 Beta 7

LBreakout2 2.6 Beta 7


LBreakout2 is the successor to LBreakout. more>>
The successor to LBreakout offers you a new challenge in more than 50 levels with loads of new bonuses (goldshower, joker, explosive balls, bonus magnet ...), maluses (chaos, darkness, weak balls, malus magnet ...) and special bricks (growing bricks, explosive bricks, regenerative bricks ...). If you are still hungry for more after that you can create your own levelsets with the integrated level editor.

LBreakout2 won the No Starch Press SDL Game Contest and since 2.5beta there is an internet test server available at petersdtp.net:8000.

<<less
Download (3.1MB)
Added: 2006-08-28 License: GPL (GNU General Public License) Price:
1157 downloads
B::Generate 1.06

B::Generate 1.06


B::Generate is a Perl module which you can create your own op trees. more>>
B::Generate is a Perl module which you can create your own op trees.


SYNOPSIS

use B::Generate;
# Do nothing, slowly.
CHECK {
my $null = new B::OP("null",0);
my $enter = new B::OP("enter",0);
my $cop = new B::COP(0, "hiya", 0);
my $leave = new B::LISTOP("leave", 0, $enter, $null);
$leave->children(3);
$enter->sibling($cop);
$enter->next($cop);
$cop->sibling($null);
$null->next($leave);
$cop->next($leave);

# Tell Perl where to find our tree.
B::main_root($leave);
B::main_start($enter);
}

WARNING

This module will create segmentation faults if you dont know how to use it properly. Further warning: sometimes I dont know how to use it properly.

There are lots of other methods and utility functions, but they are not documented here. This is deliberate, rather than just through laziness. You are expected to have read the Perl and XS sources to this module before attempting to do anything with it.
Patches welcome.

Malcolm Beatties B module allows you to examine the Perl op tree at runtime, in Perl space; its the basis of the Perl compiler. But what it doesnt let you do is manipulate that op tree: it wont let you create new ops, or modify old ones. Now you can.
Well, if youre intimately familiar with Perls internals, you can.

B::Generate turns Bs accessor methods into get-set methods. Hence, instead of merely saying

$op2 = $op->next;

you can now say

$op->next($op2);

to set the next op in the chain. It also adds constructor methods to create new ops. This is where it gets really hairy.

new B::OP ( type, flags )
new B::UNOP ( type, flags, first )
new B::BINOP ( type, flags, first, last )
new B::LOGOP ( type, flags, first, other )
new B::LISTOP ( type, flags, first, last )
new B::COP ( flags, name, first )

In all of the above constructors, type is either a numeric value representing the op type (62 is the addition operator, for instance) or the name of the op. ("add")
(Incidentally, if you know about custom ops and have registed them properly with the interpreter, you can create custom ops by name: new B::OP("mycustomop",0), or whatever.)

first, last and other are ops to be attached to the current op; these should be B::OP objects. If you havent created the ops yet, dont worry; give a false value, and fill them in later:

$x = new B::UNOP("negate", 0, undef);
# ... create some more ops ...
$x->first($y);

In addition, one may create a new nextstate operator with

newstate B::op ( flags, label, op)

in the same manner as B::COP::new - this will also, however, add the lineseq op.
Finally, you can set the main root and the starting op by passing ops to the B::main_root and B::main_start functions.

This module can obviously be used for all sorts of fun purposes. The best one will be in conjuction with source filters; have your source filter parse an input file in a foreign language, create an op tree for it and get Perl to execute it. Then email me and tell me how you did it. And why.

<<less
Download (0.012MB)
Added: 2006-07-04 License: Perl Artistic License Price:
1207 downloads
MyDBO Code Generator 2.1

MyDBO Code Generator 2.1


MyDBO is a powerful object-oriented code generator for PHP/MySQL Web application developers. more>>
MyDBO is a powerful object-oriented code generator for PHP/MySQL Web application developers.
It is designed to remove the hassle of implementing familiar database operations (select, update, insert, etc) over and over again when creating Web applications. MyDBO Code Generator creates code for accessing your database tables without you having to worry about connections or SQL queries.
It also allows you to approach your database in an object-oriented fashion, thus giving you real flexibility. It uses templates to generate code, so it is also possible to create your own templates.
Main features:
- Forget about accessing your database with SQL queries.
- Use the far more flexible object-oriented approach.
- Create logic foreign key links between your tables and navigate between your objects.
- Map the default MySQL date type to whatever you want.
- Create your own templates for unlimited possibilities.
- Fast and reliable.
- Should your database structure change, just re-generate the code.
- Easy to generate with the generation wizard.
- The generated code has standard comments for each class and functions.
- Free for personal and commercial use (GNU), Open source.
- Clean and tested code.
Enhancements:
- Boolean return values were added in API methods.
- A LIMIT argument was added in the tableCollector of the businessAPI plugin.
- The number of queries to execute when using Collector was reduced to 1.
- The use of database connections was optimized, and $DB is now a global variable.
- Memory is allowed increased to 16M.
- The ADOdb installation was customized to be minimal.
- instantAdmin was updated with a new API.
- Collector classes can now return the number of results only.
<<less
Download (0.12MB)
Added: 2006-02-17 License: LGPL (GNU Lesser General Public License) Price:
791 downloads
Tapestry JSCookMenu 2.30

Tapestry JSCookMenu 2.30


Tapestry JSCookMenu provides a component for the Apache Tapestry Web framework. more>>
Tapestry JSCookMenu provides a component for the Apache Tapestry Web framework that makes it possible to create JavaScript menus and navigation sidebars easily with an arbitrary number of hierarchical pop up sub menus.

The famous JavaScript "JSCookMenu", written by Heng Yuan, is encapsulated within the component. The component gives an easy Tapestry-like programming interface to the Web developer.

There are some built-in themes for the look of the menu. With Tapestry JSCookMenu is easy to create your own themes or to override some property of a given theme.

<<less
Download (0.40MB)
Added: 2007-01-23 License: The Apache License 2.0 Price:
1014 downloads
DataDrafter Personal Edition 1.1

DataDrafter Personal Edition 1.1


DataDrafter is a new and unique program that allows you to create your own interactive graphics applications. more>>
DataDrafter project is a new and unique program that allows you to create your own interactive graphics applications with data editing, navigation, search and reporting features built in. Use DataDrafter instead of Visio for example, to create diagrams, maps and technical drawings that are interactive and fully integrated with your data.

Your visualizations become real applications instead of just wall paper. You can even share your graphics and data as an application on the web or on your own intranet.
If you use a combination of drawings and spreadsheets to manage data, try using DataDrafter instead.

The Integrated Data/Graphics Environment ensures that both your data and graphics stay synchronized. With DataDrafter your drawings become an interactive part of your data management process. Why put all that effort into your drawings just to hang them on the wall? Put them to work for you and others while keeping them up to date with DataDrafter.

<<less
Download (MB)
Added: 2006-05-25 License: Freeware Price:
1263 downloads
Exam4Fun 0.5

Exam4Fun 0.5


Exam4Fun is a full-featured program that helps you learn new language/vocabulary. more>>

Exam4Fun 0.5 is a full-featured program that helps you learn new language/vocabulary. It is designed to be flexible and to fit to different kind of exam. You can create your own exam and take the exam in different ways(Identification, Flashcard, Multiple Choice).

Enhancements:

  • Added multiple choice exam
  • Updated the ordering of selected topics
  • Revised exam summary report
  • Fixed exam editor not displaying unknown word type in wrong choices table
  • Renamed "Hardcopy" Exam to "Print out"

Requirements: Java 5 is required.

<<less
Added: 2009-07-17 License: GPL Price: FREE
100 downloads
Jmatrix 0.93

Jmatrix 0.93


Jmatrix project generates the Matrix the movie eye candy thingy. more>>
Jmatrix project generates the Matrix the movie eye candy thingy.

jmatrix is a cute little non-ncurses green letter matrix-the-movie eye candy thingy.

It has about 20 things that you can configure to create your own matrix experience.

It is not just like the movie, though it could be fooled into being that way.

This project was inspired by Cmatrix (which you can also locate on freashmeat). My computer was just plain too slow to run the ncurses implementation of the matrix green letter thing.

Now... I went to see the movie again, and mine isnt very movie-correct. Neither is Cmatrix. They are both cool though.

In the movie, the letters dont scroll anywhere. They get poped in after a white & goes by... then they fade out. Dull eh?

Jmatrix has some pull_down() effects... and the white heads have a creap_back() method that creates some interesting effects.

Jmatrix is also very configurable. You can change almost everything.
<<less
Download (0.010MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1067 downloads
kEchoSub 0.2

kEchoSub 0.2


kEchoSub lets you create your own movie subtitles. more>>
kEchoSub is a small script lets You create subtitles "from scrath". When You want to make a translation for a movie and there are no subtitles available on the net even in other languages You can use this script.

Since version 0.2 it can also convert time stamps to hh:mm:ss with add zeros button. For example it can convert a timestamps like 1:22:3 to 01:22:03 format making it readable for some stupid video players which cant rad 1:22:3 format.

Since version 0.2 it can also add minumum time to read a subtitle line - different for long lines and short lines. You cna set the options "Characters per lon g line" to indicate how much characters doesn the line have to have to be considered LONG in Your opinion.

Ths script will then calculate the time spaces in seconds beteween the lines and it its too short itll put a | mark instead of timestampt so the video player will display the second time without erasing the preaviouse line from the screen.

<<less
Download (0.12MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
869 downloads
MkGallery 1.1

MkGallery 1.1


MkGallery allows you to create your own gallery for the Internet with HTML 4.0 and CSS support. more>>
MkGallery allows you to create your own gallery for the Internet with HTML 4.0 and CSS support.

MkGallery generates an image gallery with thumbnails for the Internet. All pages are HTML 4.0 and CSS compatible.

How it works: Enter in a folder with jpg files and choose a name for the gallery. You can also specify other option in the command line. See the help (mkgallery -h) for more information.

What we need: Basicly we need ImageMagic packages (convert and identify). The other utilities are essential in any Unix system.

Features: The script is divided in many functions to help we change anything without breaking other functions. In the files start_html and end_html we can put html code to be inserted in the top and bottom respectively. All pages are HTML 4.0 checked with the validadtor in the W3C website. With the CSS file is possible to change any color, font, style without changing all HTML pages. Also you can specify only one css file for all your pages. Comments can be added for any image.
<<less
Download (0.06MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
934 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5