kworld mce tv 200 2.1.59.4
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 377
PDA Maze 2001.10.05
PDA Maze project is a first-person 3D maze game with PDAs in mind. more>>
PDA Maze project is a first-person 3D maze game with PDAs in mind.
PDA Maze is a first-person 3D maze game written in Xlib. Its small and fast and runs nicely on the Agenda VR3 Linux-based PDA. It has options for game timers, maze sizes, and different map modes.
Main features:
- 3D, first-perspective view (prerendered for speed)
- Screen scrolls when you rotate
- Walls colored differently on different sides
- Four background (skyline) photos
- Button (keyboard) and stylus (mouse) controls
- Game timer
- Different maze sizes
- Modes for partial (build as you go), total and no overview maps
- Sound effects
Enhancements:
- Added "input" windowmanager hint and title, so program will appear in VRSM window lists (VR->Windows menu, and Statusbar app windowlist). This works around a current bug in VRSM.
<<lessPDA Maze is a first-person 3D maze game written in Xlib. Its small and fast and runs nicely on the Agenda VR3 Linux-based PDA. It has options for game timers, maze sizes, and different map modes.
Main features:
- 3D, first-perspective view (prerendered for speed)
- Screen scrolls when you rotate
- Walls colored differently on different sides
- Four background (skyline) photos
- Button (keyboard) and stylus (mouse) controls
- Game timer
- Different maze sizes
- Modes for partial (build as you go), total and no overview maps
- Sound effects
Enhancements:
- Added "input" windowmanager hint and title, so program will appear in VRSM window lists (VR->Windows menu, and Statusbar app windowlist). This works around a current bug in VRSM.
Download (0.16MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1032 downloads
Sparklet 0.9.7
Sparklet is a multiplayer networking game. more>>
Sparklet is a multiplayer networking game. Sparklet is multiplatform, real-time, 2D, top-down view, 3rd person space shooting game. It is released under GPL license.
At the moment there are no known bugs, but the game has not been deeply tested yet.
<<lessAt the moment there are no known bugs, but the game has not been deeply tested yet.
Download (6.3MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1048 downloads
Tilda 0.9.4
Tilda is a Linux terminal application taking likeness of many popular first person shooter consoles. more>>
Tilda project is a Linux terminal taking after the likeness of many classic terminals from first person shooter games, Quake, Doom and Half-Life to name a few, where the terminal has no border and is hidden from the desktop till a key or keys is hit.
<<less Download (0.12MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1068 downloads
clist 0.1.0
clist is a text-based directory browser and file manager. more>>
clist is a text-based directory browser and file manager. clist uses the curses library for graphics and the keyboard for interaction.
The current release is an alpha release v0.1.0. There are a lot of features still to be added but I think youll find it useful in your day-to-day operations already if your a command line person.
This program is similar to the single pane directory browser LIST program written for DOS by Vernon Buerg. Its key binding are also heavily enfluenced by vi.
This project is just getting off the ground but your encourged to try it out and start contributing. Even if your not a programmer, documentation and web page additions would be most welcomed.
<<lessThe current release is an alpha release v0.1.0. There are a lot of features still to be added but I think youll find it useful in your day-to-day operations already if your a command line person.
This program is similar to the single pane directory browser LIST program written for DOS by Vernon Buerg. Its key binding are also heavily enfluenced by vi.
This project is just getting off the ground but your encourged to try it out and start contributing. Even if your not a programmer, documentation and web page additions would be most welcomed.
Download (0.039MB)
Added: 2006-08-15 License: GPL (GNU General Public License) Price:
1169 downloads
fdmf 0.0.9r
fdmf is portable perl/C software for finding pairs of music files in a collection that are likely to contain the same music. more>>
fdmf is portable perl/C software for finding pairs of music files in a collection that are likely to contain the same music. It works on the music itself, not on the filename, tags, or headers. The project uses an audio fingerprint, or perceptual hash to recognize the duplicate files. It is currently under heavy development, so it might be buggy, broken, or otherwise bad. But it works for me. Please email me and tell me if it works for you. Bug reports are appreciated.
It would help the development of this software if I had a larger set of files to test it on. If you feel like lending music files to this effort, it would be greatly appreciated. The optimal form would be a CD or DVD of MP3 or OGG files which could be sent via postal mail. The media will be mailed back to you after it has been used, along with some extra disks of music for your testing purposes. Please email me if you are interested in lending files.
USAGE:
fdmf < music_dir >
vector_pairs
USAGE EXAMPLE:
./fdmf /home/bob/music/
./vector_pairs
vector_pairs will print on stdout a list of pairs of files that may contain the same music.
NOTE: The first time you run this program it will do a lot of processing. It takes 10 minutes to process a music_dir containing 140 mp3 files on my Apple G4. It will attempt to cache the result so that subsequent runs are faster. You can interrupt it and your progress will not be lost.
ANOTHER NOTE: On my current development box, an IBM T20, mplayer is the fastest mp3 decoder. mpg123 is also quite fast, much faster than mpg321. Some Linux distros come with mpg123 being a symbolic link to mpg321 since mpg123 is not under GPL. Bottom line: you can use any program for decoding if it can take the name of a music file as a command line arg and write the raw decoded 44100/stereo/16-bit stream on stdout. You might want to take some measurements on your system to see which decoder is fastest.
<<lessIt would help the development of this software if I had a larger set of files to test it on. If you feel like lending music files to this effort, it would be greatly appreciated. The optimal form would be a CD or DVD of MP3 or OGG files which could be sent via postal mail. The media will be mailed back to you after it has been used, along with some extra disks of music for your testing purposes. Please email me if you are interested in lending files.
USAGE:
fdmf < music_dir >
vector_pairs
USAGE EXAMPLE:
./fdmf /home/bob/music/
./vector_pairs
vector_pairs will print on stdout a list of pairs of files that may contain the same music.
NOTE: The first time you run this program it will do a lot of processing. It takes 10 minutes to process a music_dir containing 140 mp3 files on my Apple G4. It will attempt to cache the result so that subsequent runs are faster. You can interrupt it and your progress will not be lost.
ANOTHER NOTE: On my current development box, an IBM T20, mplayer is the fastest mp3 decoder. mpg123 is also quite fast, much faster than mpg321. Some Linux distros come with mpg123 being a symbolic link to mpg321 since mpg123 is not under GPL. Bottom line: you can use any program for decoding if it can take the name of a music file as a command line arg and write the raw decoded 44100/stereo/16-bit stream on stdout. You might want to take some measurements on your system to see which decoder is fastest.
Download (0.023MB)
Added: 2006-12-20 License: GPL (GNU General Public License) Price:
1040 downloads
midget 0.99
midget is a small SMB-share based backup script. more>>
midget is a small SMB-share based backup script intended for use in unattended environments where finding a person to create backups is next to impossible.
midget project is designed to allow the deployment of a file server with a built-in DVD-R drive at a clients site and subsequently perform completely automated backups.
The backup server is configured through a CSV file stored on one of the servers shares.
<<lessmidget project is designed to allow the deployment of a file server with a built-in DVD-R drive at a clients site and subsequently perform completely automated backups.
The backup server is configured through a CSV file stored on one of the servers shares.
Download (0.026MB)
Added: 2006-03-22 License: BSD License Price:
1312 downloads
KBoxes! 1.4
KBoxes! project is a little mind game. more>>
KBoxes! project is a little mind game.
You can play against another human or the computer. The object is to wipe out boxes from a set of 1, 3, 5, and 7 boxes. The person who wipes the last one loses the game.
Enhancements:
- Now kboxes! can be compiled with the latest QT
<<lessYou can play against another human or the computer. The object is to wipe out boxes from a set of 1, 3, 5, and 7 boxes. The person who wipes the last one loses the game.
Enhancements:
- Now kboxes! can be compiled with the latest QT
Download (0.43MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1064 downloads
Accelerator 0.1.1
Fast, first person shoot-em-up. more>>
Accelerator is a 3D shoot-em-up in which you pilot a craft through a tunnel, avoiding or destroying anything that gets in your way, whilst getting steadily faster and faster.
Currently lacking vast amounts of polish - a side effect of having originally been developed in a week, for a programming challenge - but it is playable.
<<lessCurrently lacking vast amounts of polish - a side effect of having originally been developed in a week, for a programming challenge - but it is playable.
Download (0.44MB)
Added: 2005-12-26 License: GPL (GNU General Public License) Price:
1403 downloads
Loose Cannon 0.5.0
Loose Cannon is a 3rd Person Action Game. more>>
Loose Cannon is a 3rd Person Action Game.
Demo campaign that comes with game has couple of monsters and elevator between levels.
<<lessDemo campaign that comes with game has couple of monsters and elevator between levels.
Download (3.4MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1200 downloads
Reft 1.2
Reft stands for Ridiculously Easy File Transfer, and is a file transfer program without hassles. more>>
Reft comes from "Ridiculously Easy File Transfer", and is a file transfer program without hassles.
All thats required is for two parties to load Reft. One person sends a file, the other person accepts the file, and thats it
Usage:
java -jar reft-0.1.jar
<<lessAll thats required is for two parties to load Reft. One person sends a file, the other person accepts the file, and thats it
Usage:
java -jar reft-0.1.jar
Download (0.051MB)
Added: 2007-05-13 License: LGPL (GNU Lesser General Public License) Price:
894 downloads
Relations 0.95
Relations is a Perl module with functions to use with databases and queries. more>>
Relations is a Perl module with functions to use with databases and queries.
SYNOPSIS
use Relations;
$as_clause = as_clause({full_name => "concat(f_name, ,l_name)",
{status => "if(married,Married,Single)"})
$query = "select $as_clause from person";
$avoid = to_hash("virustbug","t");
if ($avoid->{bug}) {
print "Avoiding the bug...";
}
unless ($avoid->{code}) {
print "Not avoiding the code...";
}
<<lessSYNOPSIS
use Relations;
$as_clause = as_clause({full_name => "concat(f_name, ,l_name)",
{status => "if(married,Married,Single)"})
$query = "select $as_clause from person";
$avoid = to_hash("virustbug","t");
if ($avoid->{bug}) {
print "Avoiding the bug...";
}
unless ($avoid->{code}) {
print "Not avoiding the code...";
}
Download (0.018MB)
Added: 2007-05-16 License: Perl Artistic License Price:
891 downloads
OMnAdren 0.7.3
OMnAdren is a scripting language that resembles C. more>>
OMnAdren is a scripting language that resembles C.
Computer languages are created for varying purposes and tasks — different kinds and styles of programming. One common programming task is known as scripting, or connecting diverse pre-existing components to accomplish a new related task. Those languages which are suited to scripting are typically called scripting languages. Many languages for this purpose have common properties: they favor rapid development over efficiency of execution; they are often implemented with interpreters rather than compilers; and they are strong at communication with program components written in other languages.
Many scripting languages emerged as tools for executing one-off tasks, particularly in system administration. One way of looking at scripts is as "glue" that puts several components together; thus they are widely used for creating graphical user interfaces or executing a series of commands that might otherwise have to be entered interactively through keyboard at the command prompt. The operating system usually offers some type of scripting language by default, widely known as a shell script language.
Scripts are typically stored only in their plain text form (as ASCII) and interpreted, or compiled each time prior to being invoked.
Some scripting languages are designed for a specific domain, but often it is possible to write more general programs in that language. In many large-scale projects, a scripting language and a lower level programming language are used together, each lending its particular strengths to solve specific problems. Scripting languages are often designed for interactive use, having many commands that can execute individually, and often have very high level operations (for example, in the classic UNIX shell (sh), most operations are programs themselves).
Such high level commands simplify the process of writing code. Programming features such as automatic memory management and bounds checking can be taken for granted. In a lower level or non-scripting language, managing memory and variables and creating data structures tends to consume more programmer effort and lines of code to complete a given task. In some situations this is well worth it for the resulting fine-grained control. The scripter typically has less flexibility to optimize a program for speed or to conserve memory.
For the reasons noted above, it is usually faster to program in a scripting language, and script files are typically much smaller than, say, equivalent C program files. The flip side can be a performance penalty: scripting languages, often interpreted, may be significantly slower to execute and may consume more memory when running. In many relevant cases, however, e.g. with small scripts of some tens of lines, the write-time advantage far outweighs the run-time disadvantage. Also, this argument gets stronger with rising programmer salaries and falling hardware costs.
However, the boundary between scripting languages and regular programming languages tends to be vague, and is blurring ever more with the emergence of new languages and integrations in this fast-changing area. In some scripting languages, an experienced programmer can accomplish a good deal of optimization if they choose. And in general, it is possible to write a script in any language (including C or assembly language). In most modern systems, the latter case is very seldom recommendable, since one or more suitable script languages is usually available.
<<lessComputer languages are created for varying purposes and tasks — different kinds and styles of programming. One common programming task is known as scripting, or connecting diverse pre-existing components to accomplish a new related task. Those languages which are suited to scripting are typically called scripting languages. Many languages for this purpose have common properties: they favor rapid development over efficiency of execution; they are often implemented with interpreters rather than compilers; and they are strong at communication with program components written in other languages.
Many scripting languages emerged as tools for executing one-off tasks, particularly in system administration. One way of looking at scripts is as "glue" that puts several components together; thus they are widely used for creating graphical user interfaces or executing a series of commands that might otherwise have to be entered interactively through keyboard at the command prompt. The operating system usually offers some type of scripting language by default, widely known as a shell script language.
Scripts are typically stored only in their plain text form (as ASCII) and interpreted, or compiled each time prior to being invoked.
Some scripting languages are designed for a specific domain, but often it is possible to write more general programs in that language. In many large-scale projects, a scripting language and a lower level programming language are used together, each lending its particular strengths to solve specific problems. Scripting languages are often designed for interactive use, having many commands that can execute individually, and often have very high level operations (for example, in the classic UNIX shell (sh), most operations are programs themselves).
Such high level commands simplify the process of writing code. Programming features such as automatic memory management and bounds checking can be taken for granted. In a lower level or non-scripting language, managing memory and variables and creating data structures tends to consume more programmer effort and lines of code to complete a given task. In some situations this is well worth it for the resulting fine-grained control. The scripter typically has less flexibility to optimize a program for speed or to conserve memory.
For the reasons noted above, it is usually faster to program in a scripting language, and script files are typically much smaller than, say, equivalent C program files. The flip side can be a performance penalty: scripting languages, often interpreted, may be significantly slower to execute and may consume more memory when running. In many relevant cases, however, e.g. with small scripts of some tens of lines, the write-time advantage far outweighs the run-time disadvantage. Also, this argument gets stronger with rising programmer salaries and falling hardware costs.
However, the boundary between scripting languages and regular programming languages tends to be vague, and is blurring ever more with the emergence of new languages and integrations in this fast-changing area. In some scripting languages, an experienced programmer can accomplish a good deal of optimization if they choose. And in general, it is possible to write a script in any language (including C or assembly language). In most modern systems, the latter case is very seldom recommendable, since one or more suitable script languages is usually available.
Download (0.076MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1466 downloads
Source Speak 1.0 RC2
Source Speak is a PHP program which enables a person to display their programs source code. more>>
Source Speak is a PHP program which enables a person to display their programs source code. If you are wondering why someone would want to share their code, there are many reasons.
displaying code for a potential employer
showing other developers your algorithms
developers on add to your code
This program is easy to use. Just copy the program to your web server that has PHP installed. The next step is to copy your project into the projects directory.
<<lessdisplaying code for a potential employer
showing other developers your algorithms
developers on add to your code
This program is easy to use. Just copy the program to your web server that has PHP installed. The next step is to copy your project into the projects directory.
Download (MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
933 downloads
KBirthday 0.7.3
Kbirthday is a kicker-applet that reminds you of birthdays and anniversaries from your KDE addressbook. more>>
Kbirthday is a kicker-applet that reminds you of birthdays and anniversaries from your KDE addressbook.
It uses the KDE addressbook API to access the addressbook data. So you can use your favourite addressbook frontend to manage your friends addresses, birthdays and anniversaries.
Main features:
- support for birthdays and anniversaries from kaddressbook
- configurable notification time (past and future events supported)
- highlighting of most urgent events with configurable color
- shows remaining days to every event
- shows age of a person having birthday or years of anniversary
<<lessIt uses the KDE addressbook API to access the addressbook data. So you can use your favourite addressbook frontend to manage your friends addresses, birthdays and anniversaries.
Main features:
- support for birthdays and anniversaries from kaddressbook
- configurable notification time (past and future events supported)
- highlighting of most urgent events with configurable color
- shows remaining days to every event
- shows age of a person having birthday or years of anniversary
Download (0.54MB)
Added: 2005-05-25 License: GPL (GNU General Public License) Price:
1613 downloads
kamibroke 0.3.7
Kamibroke is a double entry accounting application. more>>
Kamibroke will (hopefully) be a double entry accounting program for use with KDE.
Just to make it clear, this is a basic double entry accounting program, designed to used by one person at a time. It is NOT intended to be an accounting solution for anything but small business. It is NOT specifically designed to comply with any known governmental or any other regulatory business accounting standards.
Enhancements:
- implement - database interfaces for atleast one of the GPLed databases
- bug fixes
- new project - start the networked multi-user Kamibroke project
- improve - the single-user Kamibroke project and create new journals/reports, taking user wish-lists for guidance
<<lessJust to make it clear, this is a basic double entry accounting program, designed to used by one person at a time. It is NOT intended to be an accounting solution for anything but small business. It is NOT specifically designed to comply with any known governmental or any other regulatory business accounting standards.
Enhancements:
- implement - database interfaces for atleast one of the GPLed databases
- bug fixes
- new project - start the networked multi-user Kamibroke project
- improve - the single-user Kamibroke project and create new journals/reports, taking user wish-lists for guidance
Download (1.4MB)
Added: 2005-05-25 License: GPL (GNU General Public License) Price:
1613 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above kworld mce tv 200 2.1.59.4 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed