Main > Free Download Search >

Free mastermind 0.03 software for linux

mastermind 0.03

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 219
Games::Mastermind 0.03

Games::Mastermind 0.03


Games::Mastermind is a simple framework for MasterMind games. more>>
Games::Mastermind is a simple framework for MasterMind games.

SYNOPSIS

use Games::Mastermind;

# the classic game
$mm = Games::Mastermind->new;

# make a guess
$marks = $game->play(qw( Y C W R ));

# results
print "You win!n" if $marks->[0] == $mm->holes();

# the game history is available at all times
$history = $mm->history();
$last_turn = $mm->history()->[-1];

# reset the game
$mm->reset();

Games::Mastermind is a very simple framework for running Mastermind games.

<<less
Download (0.014MB)
Added: 2007-01-04 License: Perl Artistic License Price:
1024 downloads
GNOME Mastermind 0.3

GNOME Mastermind 0.3


GNOME Mastermind is a Mastermind clone for GNOME Desktop. more>>
GNOME Mastermind is a Mastermind clone for GNOME Desktop.

GNOME Mastermind is a simple mastermind-like game that ive written mainly for fun and with learning purposes in spare time. Now it became quite stable and i decided to distribute it. Try it and give me some feedback.

<<less
Download (0.54MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
877 downloads
KMasterMind 2.2

KMasterMind 2.2


KMasterMind is a mastermind game designed for K Desktop Environment. more>>
KMasterMind is a mastermind game designed for K Desktop Environment. KMasterMind game is written using Qt & KDE libraries.
KMasterMind is an intuitive game using the drag and drop mechanism for placing the pieces on site.
Enhancements:
- I added numerical labels to locate the position of the pieces and the ticks
- Tooltips for the toolbar buttons with the useful shortcuts
<<less
Download (0.59MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1121 downloads
XmlAutoIndex 0.03

XmlAutoIndex 0.03


XmlAutoIndex (xai) is a module forApache written in perl that browses your directories and outputs it into Xml. more>>
XmlAutoIndex (xai) is a module for Apache written in perl that browses your directories and outputs it into Xml.

The aim of this project is to replace mod_autoindex in Apache:
I would like to separate data from design, that is why I have made a xml output.

After that, using Xslt you can translate it into Html, Svg or Xul for example (you can make your own theme by updating xsl style sheet and with never touching the core engine).

Each plugins are indepentant and are here to generate thumbnails, previews, etc... Each previews, meta-data are cached in a cache directory to accelerate http queries. bonus: I have included in engine a handler that allows you to add comments per file, this behaviour does not require SQL server because comments are saved in files caches meta-data.

<<less
Download (1.3MB)
Added: 2006-09-06 License: GPL (GNU General Public License) Price:
1143 downloads
Siren 0.03

Siren 0.03


Siren is a music player for GNOME with an extremely minimalist interface. more>>
Siren is a music player for GNOME with an extremely minimalist interface. It is written in Perl and uses the GTK2-Perl libraries, and GStreamer.

<<less
Download (0.015MB)
Added: 2005-08-08 License: GPL (GNU General Public License) Price:
1547 downloads
Games::Mastermind::Solver 0.02

Games::Mastermind::Solver 0.02


Games::Mastermind::Solver is a Master Mind puzzle solver. more>>
Games::Mastermind::Solver is a Master Mind puzzle solver.

SYNOPSIS

# a trivial Mastermind solver

use Games::Mastermind;
use Games::Mastermind::Solver::BruteForce;

my $player = Games::Mastermind::Solver::BruteForce
->new( Games::Mastermind->new );
my $try;

print join( , @{$player->game->code} ), "nn";

until( $player->won || ++$try > 10 ) {
my( $win, $guess, $result ) = $player->move;

print join( , @$guess ),
,
B x $result->[0], W x $result->[1],
"n";
}

Games::Mastermind::Solver is a base class for Master Mind solvers.

<<less
Download (0.004MB)
Added: 2007-01-03 License: Perl Artistic License Price:
1040 downloads
Streamsniff 0.03

Streamsniff 0.03


Streamsniff is a small command line tool that sniffs network traffic for stream URLs. more>>
Streamsniff is a command line tool that sniffs network traffic for stream urls. I built it because I got tired chasing stream urls hidden behind loads of html and javascript.

Run it as root, fire up your browser and start the stream you want to "expose". Streamsniff detects the initiation of rtsp, mms, icy and http streams, and performs a backtrace on http traffic to detect "playlist"-urls (stream metafiles).

Sample output showing ICY, RTSP and MMS urls and their playlist urls:

ICY : http://212.92.28.98:2002/
: http://real1.radio.hu/BartokG2.ram

RTSP: rtsp://rmlivev8.bbc.net.uk:554/farm/*/ev7/live24/6music/live/6music_dsat_g2.ra
: http://www.bbc.co.uk/6music/ram/dsatg2.ram

MMS : mms://wm05.nm.cbc.ca/cbcr2-toronto
: http://origin.www.cbc.ca/mrl2/livemedia/cbcr2-toronto.asx

Streamsniff is experimental. It runs on little-endian (Intel/AMD), Linux and Windows XP SP2. I want to be less specific about the platform. Help with ports (big-endian, FreeBSD) is appreciated.

Detects:

MMS
RTSP
ICY
HTTP (with Content-Type: audio.. , video.. , ..wms-hdr..)
<<less
Download (0.020MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1493 downloads
Memlockd 0.03

Memlockd 0.03


Memlockd project locks a list of files into RAM so that if the system starts paging excessively the sysadmin will still recover. more>>
Memlockd project locks a list of files into RAM so that if the system starts paging excessively (as the result of a DOS attack or buggy program), the sysadmin will still be able to login to recover it.
The project will lock regular files as well as programs in memory, and for programs, it can optionally lock all shared objects that they are linked against.
Enhancements:
- The daemon now writes a PID file.
- The restart option of the init.d script now starts a new instance unconditionally so that the new instance can kill the old one.
- This means that there is no time window when memlockd is not running.
<<less
Download (0.007MB)
Added: 2007-03-14 License: GPL (GNU General Public License) Price:
954 downloads
Math::ODE 0.03

Math::ODE 0.03


Math::ODE Perl module allows you to solve N-th Order Ordinary Differential Equations with as little pain as possible. more>>
Math::ODE Perl module allows you to solve N-th Order Ordinary Differential Equations with as little pain as possible.

Currently, only IVPs (initial value problems) are supported, but native support for BVPs (boundary value problems) may be added in the future. To solve N-th order equations, you must first turn it into a system of N first order equations, as in MATLAB.

<<less
Download (0.005MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
867 downloads
Tk::Menustrip 0.03

Tk::Menustrip 0.03


Tk::Menustrip is another menubar with help menu support, etc. more>>
Tk::Menustrip is another menubar with help menu support, etc.

SYNOPSIS

use Tk::Menustrip;
use Tk;

my $MainWindow = MainWindow->new();

my $l_Menubar = $this->Menustrip();

$l_Menubar->MenuLabel (File),
$l_Menubar->MenuEntry (File, Save, sub {Save();});
$l_Menubar->MenuSeparator (File);
$l_Menubar->MenuEntry (File, Exit, sub {Exit();});

$l_Menubar->MenuLabel (Help, -right);
$l_Menubar->MenuEntry (Help, About...);
$l_Menubar->MenuSeparator (Help);
$l_Menubar->MenuEntry (Help, Help On...);

$l_Menubar->pack(-fill => x);

Tk::MainLoop;

<<less
Download (0.050MB)
Added: 2006-11-01 License: Perl Artistic License Price:
1087 downloads
Iterator::Misc 0.03

Iterator::Misc 0.03


Iterator::Misc Perl module package contains miscellaneous iterator functions. more>>
Iterator::Misc Perl module package contains miscellaneous iterator functions.

SYNOPSIS

use Iterator::Misc;

# Permute the elements of a list:
$iter = ipermute (@items);

# Select only every nth value of an iterator
$iter = inth ($n, $another_iterator);

# Randomly select iterator values with 1/$n probability
$iter = irand_nth ($n, $another_iterator);

# Fibonacci sequence
$ifib = ifibonacci(); # default sequence starts with 1,1
$ifib = ifibonacci($a, $b); # or specify alternate starting pair

# Geometric sequence
$iter = igeometric ($start, $end, $multiplier);

This module contains miscellaneous iterator utility functions that I think arent as broadly useful as the ones in Iterator::Util. They are here to keep the size of Iterator::Util down.

For more information on iterators and how to use them, see the Iterator module documentation.

<<less
Download (0.012MB)
Added: 2007-05-18 License: Perl Artistic License Price:
889 downloads
App::Manager 0.03

App::Manager 0.03


App::Manager is a Perl module for installing, managing and uninstalling software packages. more>>
App::Manager is a Perl module for installing, managing and uninstalling software packages.

SYNOPSIS

use App::Manager; # use appman instead

<<less
Download (0.017MB)
Added: 2007-01-11 License: Perl Artistic License Price:
1023 downloads
Findwild 0.03

Findwild 0.03


Findwild is a program to search for files. more>>
Findwild is (yet another) program to search for files. It works quite differently from the other programs you may have used.
This software offers the following search criteria:
- directory path to search, with multiple wildcards placed anywhere
- file name(s) to search for, with multiple wildcards anywhere
- file name(s) to exclude, with multiple wildcards anywhere
- file content string(s) to search for, with multiple wildcards anywhere
- file content string(s) to exclude, with multiple wildcards anywhere
- file modification date within a desired range
- your choice of delimiters that define the file strings to be searched
Search criteria can be saved and recalled. It is relatively easy to modify a query incrementally, to zero-in on the results you need.
Performance Indicators:
+ Search /usr/share/* (69000 files) for all files containing the string thumb* 193 files found, 89 seconds
+ Modify the query to search only files named *.html 51 files found, 12 seconds
<<less
Download (MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
811 downloads
uvlan 0.03

uvlan 0.03


uvlan is a project consisting of a User-space Virtual Local Area Network. more>>
uvlan is a project consisting of a User-space Virtual Local Area Network.
In other words, uvlan peers act as nodes on a network switch. Ethernet traffic is routed between peers intelligently. This allows for multiple networks to share resources and even IP address space.
Some may call it a VPN (Virtual Private Network) application, but its much more powerful: it is peer-to-peer, is much simpler, and operates at layer 2 (ethernet). VPNs generally operate at layer-3 (IP), and layer 2 applications like gaming cant be supported with layer 3 tunneling.
Differences with traditional VPN technology:
- It is peer-to-peer
- It doesnt require licensing
- It is much simpler
- It operates at Layer-2 (Ethernet), VPNs generally operate at Layer-3 (IP) Layer-2 applications like gaming cant be supported with Layer-3 tunneling.
<<less
Download (0.11MB)
Added: 2007-01-20 License: Public Domain Price:
1007 downloads
etvis 0.03

etvis 0.03


etvis is a demo viewer/commenter for Wolfenstein: Enemy Territory FPS game. more>>
etvis is a demo viewer/commenter for Wolfenstein: Enemy Territory FPS game.
Demos recorded with ET can be sorted, renamed, deleted, and viewed. Comments can be stored for each demo individually.
Comments will remain no matter if a demo-file gets renamed by etvis or by another application.
For now you have to edit some things by hand before compiling, this will be changed in a later release:
Edit src/main.h EXECPARAMS for options to give to ET
src/main.c line 174 for the dir that is filled with your demos
src/main.c line 184 for your ET executable
Usage:
double-click on the filename to rename it
delete-key to delete the selected demo files
double-click views the selected demo in ET
Enhancements:
- A demo file can now be given as a command line parameter to omit the GUI, which is nice for associating etvis with .dm_84 files in your favorite file manager.
- In addition, basic gettext functionality was added.
<<less
Download (0.089MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1267 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5