Main > Free Download Search >

Free guessword 0.15 software for linux

guessword 0.15

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 101
Games::GuessWord 0.15

Games::GuessWord 0.15


Games::GuessWord is a guess the letters in a word (ie Hangman). more>>
Games::GuessWord is a guess the letters in a word (ie Hangman).

SYNOPSIS

use Games::GuessWord;

my $g = Games::GuessWord->new(file => "/path/to/wordlist");
print "Score: " . $g->score . "n";
print "Chances: " . $g->chances . "n";
print "Answer: " . $g->answer . "n";
my @guesses = $g->guesses;
$g->guess("t");
# ...
if ($g->won) {
print "You won!n";
$g->new_word;
}

This module is a simple wrapper around a word guessing game. You have to guess the word by guessing letters in the word, and is otherwise known as Hangman.

<<less
Download (0.004MB)
Added: 2007-01-06 License: Perl Artistic License Price:
1024 downloads
Gunroar 0.15

Gunroar 0.15


Gunroar is a 360-degree gunboat shooter. more>>
Gunroar is a 360-degree gunboat shooter. An abstract shooter; Shoot in any direction, as you race through the levels.
Keep near the top of the screen to increase your score. Destroy the enemy fleet. Comes with a soundtrack and effects.
Enhancements:
- Added -enableaxis5 option. (for xbox 360 wired controller)
- Added mouse mode.
- Changed a drawing method of a game field.
- Fixed a problem with a score reel size in a double play mode.
- Increased the number of smoke particles.
<<less
Download (5.0MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1253 downloads
whouses 0.15

whouses 0.15


whouses Perl module is an impact analysis in a clearmake build environment. more>>
whouses Perl module is an impact analysis in a clearmake build environment.

SYNOPSIS

Run this script with the -help option for usage details. Here are some additional sample usages with explanations:

whouses foobar.h

Shows all DOs that make use of any file matching /foobar.h/.

whouses -recurse foobar.h

Same as above but follows the chain of derived files recursively.

whouses -exact foobar.h

Shows all DOs that make use of the specified file. The -exact flag suppresses pattern matching and shows only DOs which reference the exact file.

Whouses provides a limited form of "impact analysis" in a clearmake build environment. This is different from traditional impact analysis (see TRUE CODE ANALYSIS COMPARED below for details). In particular, it operates at the granularity of files rather than language elements.

Whouses is best described by example. Imagine you have a VOB /vobs_sw in which you build the incredibly simple application foo from foo.c. You have a Makefile which compiles foo.c to foo.o and then links it to produce foo. And lets further assume youve just done a build using clearmake.

Thus, foo is a derived object (DO) which has a config record (CR) showing how it was made. Whouses analyzes that CR and prints the data in easy-to-read indented textual format. For instance:

% whouses -do foo foo.c
/vobs_sw/src/foo.c =>
/vobs_sw/src/foo.o

The -do foo points to the derived object from which to extract and analyze the CR; it will be implicit in the remaining examples. The output indicates that foo.o uses foo.c, or in other words that foo.c is a contributor to foo.o. If we add the -recurse flag:

% whouses -r foo.c
/vobs_sw/src/foo.c =>
/vobs_sw/src/foo.o
/vobs_sw/src/foo

We see all files to which foo.c contributes, indented according to how many generations removed they are. If we now add -terminals

% whouses -r -t foo.c
/vobs_sw/src/foo.c =>
/vobs_sw/src/foo

Intermediate targets such as foo.o are suppressed so we see only the "final" targets descended from foo.c.

We can also go in the other direction using -backward:

% whouses -b -e foo
/vobs_sw/src/foo<<less
Download (0.021MB)
Added: 2007-06-08 License: Perl Artistic License Price:
868 downloads
Universe 0.15

Universe 0.15


Universe project is a Open Source Master Of Orion-like game. more>>
Universe project is a Open Source Master Of Orion-like game.

Universe is an Open-Source game which resembles Master Of Orion. It is written in Java.

The goal is to have as few arbitrary limits as possible, allowing games as large as you wish. It also supports a concept called "Schemes" which allows programmers to develop distinct rule sets and extensions.

<<less
Download (0.48MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1176 downloads
Geo::Gpx 0.15

Geo::Gpx 0.15


Geo::Gpx is a Perl module to create and parse GPX files. more>>
Geo::Gpx is a Perl module to create and parse GPX files.

SYNOPSIS

# Version 0.10 compatibility
use Geo::Gpx;
my $gpx = Geo::Gpx->new( @waypoints );
my $xml = $gpx->xml;

# New API, generate GPX
my $gpx = Geo::Gpx->new();
$gpx->waypoints(@wpt);
my $xml = $gpx->xml(1.0);

# Parse GPX
my $gpx = Geo::Gpx->new( xml => $xml );
my $waypoints = $gpx->waypoints();
my $tracks = $gpx->tracks();

# Parse GPX from open file
my $gpx = Geo::Gpx->new( input => $fh );
my $waypoints = $gpx->waypoints();
my $tracks = $gpx->tracks();

The original goal of this module was to produce GPX/XML files which were parseable by both GPX Spinner and EasyGPS. As of version 0.13 it has been extended to support general parsing and generation of GPX data. GPX 1.0 and 1.1 are supported.

<<less
Download (0.012MB)
Added: 2007-01-13 License: Perl Artistic License Price:
1021 downloads
Gnomoradio 0.15.1

Gnomoradio 0.15.1


Gnomoradio is a program that can find, fetch, share, and play music that is freely available for file sharing. more>>
Gnomoradio is a program that can find, fetch, share, and play music that is freely available for file sharing.

Gnomoradio is free software, licensed under the terms of the GNU General Public License, which permits modifications and distribution of the source code to the program. It currently runs on GNU/Linux and other UNIX-compatible systems.

<<less
Download (0.47MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1560 downloads
fuseisomount 0.15

fuseisomount 0.15


fuseisomount service menu that allows you to mount ISOs to ~/iso via FUSEISO. more>>
fuseisomount service menu that allows you to mount ISOs to ~/iso via FUSEISO.

Obviously needs FUSE and FUSEISO installed.

<<less
Download (MB)
Added: 2006-09-30 License: GPL (GNU General Public License) Price:
1122 downloads
NumExp 0.15

NumExp 0.15


NumExp is a family of open-source applications for numeric computation. more>>
NumExp is a family of open-source applications for numeric computation. When it was created, the idea was to make a powerfull tool like Mathematica.

Now, we know this is almost impossible without more open-source hackers. Meanwhile, we are trying to make, at least, an usefull tool!

NumExp is based on a server with the NumExp core functionalities. This server comunicates with potencial clients using a simple Corba interface

Whats New in This Release:

A new parser has been done. We have new syntaxes with it:
* f() and f(a) are recognized as functions.
* Expressions can be separated by a semi-colon or a new line,
so we can enter a=2;++a on a command line.
* Matrices are now delimited by {}.
* The star is now needed for a product.
- New instruction:
* "if" has also the structure
if a>0 then [
print["coucou"]
] else [
print["hibou"]
]
* while works also like this
while toto<<less
Download (1.0MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
862 downloads
whohas 0.15

whohas 0.15


whohas is a command line tool that allows querying several package lists at once. more>>
whohas is a command line tool that allows querying several package lists at once - currently supported are Arch, Debian, Fedora, Gentoo, Slackware (and linuxpackages.net), Source Mage, FreeBSD, NetBSD, OpenBSD, Fink and DarwinPorts.
whohas is written in Perl and was designed to help package maintainers find ebuilds, pkgbuilds and similar package definitions from other distributions to learn from. However, it can also be used by normal users who want to know:
- Which distribution provides packages on which the user depends.
- What version of a given package is in use in each distribution, or in each release of a distribution (implemented only for Debian).
It is suggested you use Unix command line tools to enhance your search results. whohas is optimised for fast execution. This is done by threading, and the order of results cannot be guaranteed. To nonetheless get a standardised output, alphabetically sorted by distribution, use the sort tool:
whohas gimp | sort
You can use grep to improve your search results. Depending on whether you want only packages whose names begin with your search term, end with your search term, or exactly match, you would use a space before, after or on both sides of your search term, respectively:
whohas gimp | sort | grep " gimp"
whohas vim | sort | grep "vim "
whohas gimp | sort | grep " gimp "
The spaces will ensure that only results for the package gimp are displayed, not for gimp-print etc.
If you want results for a particular distribution only, do
whohas arch | grep "^Arch"
Output for each module will still be ordered, so you dont need to sort results in this case, although you may wish to do so for some distributions. Distribution names are abbreviated as "Arch", "Debian", "Fedora", "Gentoo", "Slackware", "SMGL" (Source Mage Linux) and FreeBSD, NetBSD and OpenBSD.
Output in version 0.1 looked like this. The first column is the name of the distribution, the second the name of the package, the third the version number, then the date, repository name and a url linking to more information about the package. Future versions will have package size information, too. Column lengths are fixed, so you can use cut:
whohas vim | grep " vim " | cut -b 36-45
The first bytes of the data fields at the time of writing are 11, 37, 48, 53, 64 and 76.
Debian refers to the binary distribution. Slackware queries Current only. Binary sizes for Fedora are package sizes - space needed on disk will be greater by about factor 2. Binary sizes for Debian are unpacked sizes. All details (including availability, version numbers and binary sizes) are for the x86 architecture.
Debian version numbers in rare cases may not be for x86 (will be fixed). Gentoo version availability may not be for x86 (will be fixed). I recommend you consult the URLs provided in the output, which give detailed and accurate information about each package. You may want to use a terminal that recognises hyperlinks and allows easy access through the browser, such as gnome-terminal.
For Fedora, only release 4 is enabled by default, and only the most up to date package will be listed if different versions are available.
I would like to encourage distributors at this time to provide web query interfaces to package lists, and specifically provide the following information: package name, version, date, size and a url to further information (maintainer, build information etc.)
<<less
Download (0.018MB)
Added: 2005-11-06 License: GPL (GNU General Public License) Price:
1447 downloads
StormWar 0.15.1

StormWar 0.15.1


StormWar is a 3D realtime strategy game inspired by a quite unknown but great old game: NetStorm, Islands at War. more>>
StormWar is (actually, will be) a 3D realtime strategy game inspired by a quite unknown but great old game: NetStorm, Islands at war.
Game and datas are released under the GPL license.
Strictely speaking, StormWar will not really be a game, but rather a game engine. StormWar projects goal is to make a game engine with many limitations so that it is easy to edit or create a mod.
A frequent error in game engines projects (that often lead them to a sudden death) is to make the engine too general, so that only developers are able to make games around them.
As much as possible, some limitations will be removed in the future, with the same condition in mind: keep it easy.
A mod contains all the modifiable datas used by the engine in comprehensive data files. These files are mainly based on variables, which is even much simplier than an integrated scripting language.
So every people with a few computer skills would be able to make (or at least modify) a mod.
The StormWar official release will include:
- The StormWar engine, written in C.
- The default mod, namely the StormWar mod, which will tend to look like NetStorm.
- Maybe other interesting mods and/or testing mods.
The goal will be to play against bots handled by the computer or human opponents over a network. The games will be automatically generated. It will be possible to play tournaments where the players will evolve by learning new knowledge.
Main features:
- Quite portable source written in C.
- Many debugging options for developers and mod makers.
Core engine:
- Mods support based on files.
- Powerful variable system.
- In-game shell with runtime functions.
- Virtual modules with shell functions, preferences and shared ressources.
Game engine:
- Automatic ground generation.
- Bridges.
Graphical engine:
- OpenGL rendering.
- 3D objects organized in parts.
- 3D animation by keyframes.
- 2D on-screen objects.
- Graphical user interface management.
- Flexible architecture (many things can be changed on-the-fly).
- Bitmap font rendering.
- Basic 3D texturing by 2D textures.
- Bilinear, mip-mapped and trilinear texture filterings.
- Lighting.
- Simple materials.
- Fast motion blur emulation.
- Simple fog.
- Gamma correction.
- Manual camera positioning : scrolling, rotation around a point, panning.
Graphical user interface:
- Widget tree.
- Menubar and menus.
- Game panel.
- Graphical shell.
- Dialogs.
Sound engine:
- Music support.
- Stereo sound samples mixing.
- 3-dimensional sound positioning.
Predefined environmental effects:
- Cubic skybox.
- Cloud layers.
- Flocking (to simulate birds for example).
- Lightnings with thunder sound.
- Fog.
<<less
Download (5.0MB)
Added: 2005-11-27 License: GPL (GNU General Public License) Price:
1427 downloads
SIBsim4 0.15

SIBsim4 0.15


SIBsim4 project is based on sim4, which is a program designed to align an expressed DNA sequence with a genomic sequence. more>>
SIBsim4 project is based on sim4, which is a program designed to align an expressed DNA sequence with a genomic sequence, allowing for introns.
SIBsim4 is an extensive rewrite of the sim4 program to improve execution speed and provide more informative output.
The name was chosen to denote the fact the SIBsim4 is a derivative work from sim4. SIB stands for the Swiss Institute of Bioinformatics. Some code modifications were written by Claudio Lottaz, while working at SIB.
SIBsim4 is currently developed and maintained by Christian Iseli, from the Ludwig Institute for Cancer Research LICR, Information Technology Office in Lausanne. LICR is a SIB partner.
Main features:
- speed improvement
- allow large, chromosome scale, DNA sequences to be used
- provide more detailed output about splice types
- provide more detailed output about polyA sites
- misc code cleanups and fixes
Enhancements:
- This release add a -s option to control how potential duplicated genes aer detected, instead of abusing the -f option.
<<less
Download (0.029MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
914 downloads
Audiotag 0.15

Audiotag 0.15


Audiotag is a command-line tool for mass tagging/renaming of audio files. more>>
Audiotag is a command-line tool for mass tagging/renaming of audio files. The application was written because i really dont like any of the id3/ogg tag managers found on freshmeat, most are inadequate, only support one format, or have a poorly designed/unnecessary GUI.

Originally, i wrote this in a pinch only intending to fix up my own music collection, but my collection was such a mess that the program had to become a fairly useful tool.

<<less
Download (0.014MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1184 downloads
Intercom 0.15

Intercom 0.15


Intercom is a simple voice over IP (VOIP) utility. more>>
Intercom is a simple voice over IP (VOIP) utility. It supports various audio codecs and sample rates enabling the user to choose between high quality audio or lower speed data transfers. Intercom is a console utility with a command-line interface.

The primary reason I wrote Intercom was because though the VOIP solutions available were quite flexible and useful, most if not all only supported 8k audio conversations. Though this is adequate for lower speed connections, a high-speed connection can usually do much better and the quality improvement is quite substantial.

If you are not familiar with installing a GNU utility, please read through the INSTALL file located in this directory. If you are familiar with the standard UNIX install procedure, the following steps should get you up and running.

./configure
make
su
make install

Whats New in This Release:

NEWS, configure.ac: Version 0.15 release

<<less
Download (0.30MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1201 downloads
Scrinchy 0.15

Scrinchy 0.15


Scrinchy is a tiny HTTP multitasking webserver. more>>
Scrinchy is a tiny HTTP multitasking webserver that I wrote for my own purposes, but which is also a fitting response to the now fairly bloated Apache.
Its name derives from an obscure English verb "to scrinch" which generally means to willfully compress a thing which is not very large into a smaller size. For instance "to scrinch your eyes". This is apt, because Scrinchy is a project where the goal is constantly to make it smaller but yet as feature-rich as possible.
Scrinchy is capable of serving HTML, JPG, GIF, TIFF, PNG, and various other file types, as well as running Perl, Python and (theoretically) PHP scripts externally and passing GET params and cookies to those scripts. At this stage, Scrinchy does not support POST but it will later.
Scrinchy also has some anti-hacker features, described in the README file. The more I use the server myself and observe all the hair-brained things attackers and infected computers do, the more amusement I find in squashing their pitiful efforts.
Enhancements:
- This release improves the internal stack-based interpretive language.
<<less
Download (0.047MB)
Added: 2006-03-14 License: GPL (GNU General Public License) Price:
1320 downloads
Modem.pl 0.15

Modem.pl 0.15


Modem.pl is a small script that scrapes the web interface of a Motorola SURFboard cable modem for various status conditions more>>
Modem.pl is a small script that scrapes the web interface of a Motorola SURFboard cable modem for various status conditions like signal strength and signal to noise.
The results are sent to STDOUT where they can be easily piped into a log file. The modem values are also checked for reasonable operating ranges.
If the modem values are outside of reasonable operating ranges, results are also sent to STDERR. When run from a cron job, modem.pl can be used to monitor the condition of the cable service and notify someone before conditions cause service interruptions.
Main features:
- Captures operating conditions of a Motorola SURFboard cable modem.
- Runs interactively or from a scheduled job (cron)
- Output is formatted with a standard log time stamp when scheduled.
- Checks modem values for reasonable operating ranges.
- Errors and warnings are duplicated to STDERR.
<<less
Download (0.011MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
967 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5