enigma 1.01
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 131
Enigma 1.01
Enigma is a puzzle game inspired by Oxyd on the Atari ST and RocknRoll on the Amiga. more>>
Enigma project is a puzzle game inspired by Oxyd on the Atari ST and RocknRoll on the Amiga. The object of the game is to find uncover pairs of identically colored Oxyd stones.
Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones... If you are new to Enigma, you may want to take a look at a few screenshots.
Main features:
- Completely free!
- More than 700 different levels.
- High-resolution 2D graphics.
- Realistic physics simulation.
- More than 500 different game objects.
- Oxyd compatibility mode that lets you play roughly 500 additional levels.
<<lessSimple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones... If you are new to Enigma, you may want to take a look at a few screenshots.
Main features:
- Completely free!
- More than 700 different levels.
- High-resolution 2D graphics.
- Realistic physics simulation.
- More than 500 different game objects.
- Oxyd compatibility mode that lets you play roughly 500 additional levels.
Download (10MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
5723 downloads
KEnigma 1.2.1
KEnigma is a replica of the German enigma code machine used in WW2 written in ruby/kde. more>>
KEnigma is a replica of the German enigma code machine used in WW2 written in ruby and kde.
This is an exact copy of the real machine (You could encode a message on a real enigma and decode it using this.)
<<lessThis is an exact copy of the real machine (You could encode a message on a real enigma and decode it using this.)
Download (0.032MB)
Added: 2006-02-17 License: GPL (GNU General Public License) Price:
1344 downloads
Senigma 0.1.1
The Software Enigma is a little application that imitates the original behaviour of the Enigma, a cryptographic device. more>>
The Software Enigma is a little application that imitates the original behaviour of the Enigma, a cryptographic device that was used in World War II by the Germans. The cipher mechanism was cracked by several different parties (polish, english, ...) in the 40s.
The enigma uses a symmetrical encryption algorithm based on 3 wheels that carry letters in a random order and a reflector wheel also carring letters in random order. A letter passes the 3 wheels, the reflector wheel and then passes the wheels reverse. after each letter the position of the wheels is changed according to the Enigma specifications, see the links below.
The Software Enigma was designed in order to demonstrate the techniques used to crack this mechanism in a coding competition in summer 2000. The Software Enigma can work with more than 3 wheels and can handle more than 26 different characters.
In general you can examine the code and learn to understand the algorithm used to imitate the original Enigma. You can also try to crack encrypted enigma messages by following the procedures that the crackers used in the 40s. You can also use the Software Enigma for encrypting private messages, if you want to rely on an old already cracked cipher mechanism. In any case it is fun playing with it...
Enhancements:
- Corrected historical information inside the docs.
<<lessThe enigma uses a symmetrical encryption algorithm based on 3 wheels that carry letters in a random order and a reflector wheel also carring letters in random order. A letter passes the 3 wheels, the reflector wheel and then passes the wheels reverse. after each letter the position of the wheels is changed according to the Enigma specifications, see the links below.
The Software Enigma was designed in order to demonstrate the techniques used to crack this mechanism in a coding competition in summer 2000. The Software Enigma can work with more than 3 wheels and can handle more than 26 different characters.
In general you can examine the code and learn to understand the algorithm used to imitate the original Enigma. You can also try to crack encrypted enigma messages by following the procedures that the crackers used in the 40s. You can also use the Software Enigma for encrypting private messages, if you want to rely on an old already cracked cipher mechanism. In any case it is fun playing with it...
Enhancements:
- Corrected historical information inside the docs.
Download (0.005MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
1204 downloads
Crypt::Enigma 1.1
Crypt::Enigma is a Perl extension for emulating a World War II Enigma. more>>
Crypt::Enigma is a Perl extension for emulating a World War II Enigma.
SYNOPSIS
use Crypt::Enigma;
my($enigma) = Crypt::Enigma->new();
# Set the enigma to the proper rotor, ring, and initial setting.
$enigma->setup("312", "ABC", "ERZ");
# Plugboard a to b, and b to a.
$enigma->stekker("a", "b");
# Input a single letter, and get the encrypted letter.
my($output) = $enigma->input("A");
# Input another letter, and get the output.
$output = $enigma->input("W");
<<lessSYNOPSIS
use Crypt::Enigma;
my($enigma) = Crypt::Enigma->new();
# Set the enigma to the proper rotor, ring, and initial setting.
$enigma->setup("312", "ABC", "ERZ");
# Plugboard a to b, and b to a.
$enigma->stekker("a", "b");
# Input a single letter, and get the encrypted letter.
my($output) = $enigma->input("A");
# Input another letter, and get the output.
$output = $enigma->input("W");
Download (0.006MB)
Added: 2007-08-14 License: Perl Artistic License Price:
801 downloads
lupengo 1.01
lupengo project is a classic arcade game. more>>
lupengo project is a classic arcade game.
lupengo is the most famous arcade game involving penguins, now without penguins, for one or two players (team).
An Amiga version is also available.
<<lesslupengo is the most famous arcade game involving penguins, now without penguins, for one or two players (team).
An Amiga version is also available.
Download (0.21MB)
Added: 2006-11-30 License: LGPL (GNU Lesser General Public License) Price:
1058 downloads
eArea 1.01
eArea is a simple cross-browser WYSIWYG text editor. more>>
eArea is a simple cross-browser WYSIWYG text editor. It works on Explorer, Firefox/Mozila and Safari/Konqueror.
eArea project even with OS X Dashboard widgets! If eArea comes across a browser it doesnt support (like Opera), it will display an ordinary < textarea > instead.
How does it work?
Putting eArea onto a webpage is really simple. All you need to do is upload the eArea folder to your website and paste a snippet of code into your HTML.
Everything about eArea is customisable: from what buttons are shown to the size of the text area and the style of the text in it. All from within the snippet of code in your HTML! You can even have as many eAreas on you pages as you like!
<<lesseArea project even with OS X Dashboard widgets! If eArea comes across a browser it doesnt support (like Opera), it will display an ordinary < textarea > instead.
How does it work?
Putting eArea onto a webpage is really simple. All you need to do is upload the eArea folder to your website and paste a snippet of code into your HTML.
Everything about eArea is customisable: from what buttons are shown to the size of the text area and the style of the text in it. All from within the snippet of code in your HTML! You can even have as many eAreas on you pages as you like!
Download (0.030MB)
Added: 2006-05-05 License: LGPL (GNU Lesser General Public License) Price:
1268 downloads
MACTS 1.01
MACTS is a traffic shaper which uses MAC addresses which are associated with users to classify traffic. more>>
MACTS project is a traffic shaper that uses MAC addresses which are associated with users to classify traffic.
This allows fair usage of bandwidth among many machines. Additionally, there is a statistics monitor which displays current statistics on the terminal or stores them in round robin databases.
The stored data may then be used to generate graphs with the included Perl/CGI scripts. The configuration file is straight-forward and requires little knowledge of networking or the underlying traffic control mechanism. Setup should be easy.
Components:
macts - This clears the current traffic classifiers and sets up new ones, as directed by /etc/macts/macts.conf. It also stores some temporary state data in /etc/macts/handles.cache.
macts-stats - With no args, this displays statistics on a terminal, including data rate (kb/s), packet rate (packets/s), and backlog (packets) for each machine. Given the -r flag, it stores the statistics in round robin databases (one for each machine), located in /etc/macts/stats/.
macts-chart - This is a CLI chart generator which reads data from RRDs stored in /etc/macts/stats/.
macts-chart.cgi - This is a CGI wrapper for macts-chart.
Installation:
- mkdir /etc/macts
- mkdir /etc/macts/stats
- create /etc/macts/macts.conf
- add the following lines to /etc/sysctl.conf:
net.ipv4.conf.default.accept_source_route = 1 # is this necessary?
net.bridge.bridge-nf-filter-vlan-tagged = 0
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0
- move macts, macts-stats, and macts-chart to /usr/local/bin/.
- (optional) install rrdtools and the perl rrdtool interface
- (optional) add the following line to roots cron:
*/5 * * * * /usr/local/bin/macts-stats -r 2&> /dev/null
- (optional) move macts-chart.cgi to your web servers cgi directory.
Enhancements:
- Installation instructions have been fixed.
<<lessThis allows fair usage of bandwidth among many machines. Additionally, there is a statistics monitor which displays current statistics on the terminal or stores them in round robin databases.
The stored data may then be used to generate graphs with the included Perl/CGI scripts. The configuration file is straight-forward and requires little knowledge of networking or the underlying traffic control mechanism. Setup should be easy.
Components:
macts - This clears the current traffic classifiers and sets up new ones, as directed by /etc/macts/macts.conf. It also stores some temporary state data in /etc/macts/handles.cache.
macts-stats - With no args, this displays statistics on a terminal, including data rate (kb/s), packet rate (packets/s), and backlog (packets) for each machine. Given the -r flag, it stores the statistics in round robin databases (one for each machine), located in /etc/macts/stats/.
macts-chart - This is a CLI chart generator which reads data from RRDs stored in /etc/macts/stats/.
macts-chart.cgi - This is a CGI wrapper for macts-chart.
Installation:
- mkdir /etc/macts
- mkdir /etc/macts/stats
- create /etc/macts/macts.conf
- add the following lines to /etc/sysctl.conf:
net.ipv4.conf.default.accept_source_route = 1 # is this necessary?
net.bridge.bridge-nf-filter-vlan-tagged = 0
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0
- move macts, macts-stats, and macts-chart to /usr/local/bin/.
- (optional) install rrdtools and the perl rrdtool interface
- (optional) add the following line to roots cron:
*/5 * * * * /usr/local/bin/macts-stats -r 2&> /dev/null
- (optional) move macts-chart.cgi to your web servers cgi directory.
Enhancements:
- Installation instructions have been fixed.
Download (0.014MB)
Added: 2006-02-25 License: GPL (GNU General Public License) Price:
1337 downloads
openPlaG 1.01
openPlaG is an online function graph plotter, written in PHP. more>>
openPlaG is an online function graph plotter, written in PHP. This application can compute and plot a very high amount of functions, including many probability functions and is fairly good configurable.
Instructions:
To run the program, youll need access to a web server with PHP 4 or 5 and GDlib running. I dont know with which PHP4 versions it works, but at least with 4.4.1 it does. For lower versions just try it out.
The downloaded program is a zipped tarball, which contains these files:
- function.php the iframe content where the graph (png-image) is shown.
- gnu_gpl.txt GNU GENERAL PUBLIC LICENSE Version 2. Read it, dont change it.
- graph.css the used style sheet. This is very minimalistic.
- graph.php calculates the graph and draws the image.
- init.php security check and formulae (functions) definitions.
- instructions.html explains the use of the plotter.
- openPlaG.html start here when getting into the source code. This is the start page with the two iframes for the graph and the single value. You may want to change its name to index.html or something like that.
- single.php calculates a formula with a single value, not the whole graph. The result is shown in the second iframe.
Upload the files on your server. The program should work without problems, if server and PHP are configured properly. Make your changes as you want to, but dont forget to tell me if you make something really amazing or useful.
<<lessInstructions:
To run the program, youll need access to a web server with PHP 4 or 5 and GDlib running. I dont know with which PHP4 versions it works, but at least with 4.4.1 it does. For lower versions just try it out.
The downloaded program is a zipped tarball, which contains these files:
- function.php the iframe content where the graph (png-image) is shown.
- gnu_gpl.txt GNU GENERAL PUBLIC LICENSE Version 2. Read it, dont change it.
- graph.css the used style sheet. This is very minimalistic.
- graph.php calculates the graph and draws the image.
- init.php security check and formulae (functions) definitions.
- instructions.html explains the use of the plotter.
- openPlaG.html start here when getting into the source code. This is the start page with the two iframes for the graph and the single value. You may want to change its name to index.html or something like that.
- single.php calculates a formula with a single value, not the whole graph. The result is shown in the second iframe.
Upload the files on your server. The program should work without problems, if server and PHP are configured properly. Make your changes as you want to, but dont forget to tell me if you make something really amazing or useful.
Download (0.024MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
815 downloads
openWYSIWYG 1.01
openWYSIWYG is a cross-browser WYSIWYG editor. more>>
openWYSIWYG is a cross-browser WYSIWYG editor packed with every rich-text editing feature you need to make your content management system or custom Web application that much better.
openWYSIWYG project easy easy to set up, and you can quickly turn any text area into a powerful WYSIWYG editor with just a few simple lines of code.
Powerful Editing Environment
Loads extremely fast. Completely written in JavaScript and DHTML. No server side code (like PHP) required!
Easily view HTML source code and make "in code" adjustments.
Manage documents similar to Word. Bold, italicize, change the color of your text, and more.
Create numbered and bulleted lists.
Insert images, create tables, and link text.
Easily and quickly create tables, and customize them the way you want! With several properties to choose from, set the border style, border width, cell padding, shading color, table width, and much more.
Cross-Browser Compatible
Cross Browser openWYSIWYG is compatible with the most popular internet browsers, meaning your users will have no trouble making use of it. These browsers include: IE 5.5+ (Windows), Firefox 1.0+, Mozilla 1.3+ and Netscape 7+.
Coded Entirely in JavaScript
Regardless of what language you use to code your web applications, openWYSIWYG will work. openWYSIWYG is coded entirely in client side JavaScript, so it will work with any web programming language, including:
PHP
ASP
ASP.net
Perl
Java
Cold Fusion
Make no mistakes! See what your font type and font size looks like as youre selecting it. openWYSIWYGs dropdowns look great and will work without a hitch!
Open Source Software
openWYSIWYG is an open source application, meaning youll have access to the full source code to modify or customize it to your needs. Add new features, change the styles, or even optimize the code. Its entirely up to you.
Enhancements:
- A bizarre problem which occurred with certain version combinations of IE and Windows where the textarea wasnt properly hidden was fixed.
- The "Font Size" and "Font Select" buttons were fixed so that they are "unselectable" in IE 6+, so users cant drag and drop them into the editor anymore.
- The WYSIWYG widget should now always update the textarea on the users last command.
- Minor design changes were made to the toolbar so it displays better in various HTML doctypes.
- Undo/redo now works in Internet Explorer.
<<lessopenWYSIWYG project easy easy to set up, and you can quickly turn any text area into a powerful WYSIWYG editor with just a few simple lines of code.
Powerful Editing Environment
Loads extremely fast. Completely written in JavaScript and DHTML. No server side code (like PHP) required!
Easily view HTML source code and make "in code" adjustments.
Manage documents similar to Word. Bold, italicize, change the color of your text, and more.
Create numbered and bulleted lists.
Insert images, create tables, and link text.
Easily and quickly create tables, and customize them the way you want! With several properties to choose from, set the border style, border width, cell padding, shading color, table width, and much more.
Cross-Browser Compatible
Cross Browser openWYSIWYG is compatible with the most popular internet browsers, meaning your users will have no trouble making use of it. These browsers include: IE 5.5+ (Windows), Firefox 1.0+, Mozilla 1.3+ and Netscape 7+.
Coded Entirely in JavaScript
Regardless of what language you use to code your web applications, openWYSIWYG will work. openWYSIWYG is coded entirely in client side JavaScript, so it will work with any web programming language, including:
PHP
ASP
ASP.net
Perl
Java
Cold Fusion
Make no mistakes! See what your font type and font size looks like as youre selecting it. openWYSIWYGs dropdowns look great and will work without a hitch!
Open Source Software
openWYSIWYG is an open source application, meaning youll have access to the full source code to modify or customize it to your needs. Add new features, change the styles, or even optimize the code. Its entirely up to you.
Enhancements:
- A bizarre problem which occurred with certain version combinations of IE and Windows where the textarea wasnt properly hidden was fixed.
- The "Font Size" and "Font Select" buttons were fixed so that they are "unselectable" in IE 6+, so users cant drag and drop them into the editor anymore.
- The WYSIWYG widget should now always update the textarea on the users last command.
- Minor design changes were made to the toolbar so it displays better in various HTML doctypes.
- Undo/redo now works in Internet Explorer.
Download (0.076MB)
Added: 2006-04-10 License: LGPL (GNU Lesser General Public License) Price:
1391 downloads
Kom 1.01
Kom stores old email messages in a database with browsing and statistics facilities. more>>
Kom stands for "Keep old mails". It imports emails in a MySQL database and provides a frontend in gtk2 to search and browse the archived emails. Some options can be used to incrementally import mails (do to it each month for example).
Kom project can also export mails stored in the database, in mbox format or one-message-per-file format, and generate some statistics.
<<lessKom project can also export mails stored in the database, in mbox format or one-message-per-file format, and generate some statistics.
Download (0.078MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1200 downloads
LongPlayer 1.01
LongPlayer extends the functionality of a traditional MP3 player. more>>
LongPlayer extends the functionality of a traditional MP3 player and is meant for people with a large MP3 or Ogg Vorbis collection who want to listen to it all day. LongPlayer chooses from dynamically generated collections of music to fill the MP3 players playlist.
It does this in a more advanced way than a traditional player, taking into account the rating of the song and the time that has passed since the song was last listened to. The GUI allows you to view, rate, replay, and delete songs previously listened to. It works with XMMS, WinAmp, and iTunes.
Enhancements:
- fixed crashes when there are no playlists
<<lessIt does this in a more advanced way than a traditional player, taking into account the rating of the song and the time that has passed since the song was last listened to. The GUI allows you to view, rate, replay, and delete songs previously listened to. It works with XMMS, WinAmp, and iTunes.
Enhancements:
- fixed crashes when there are no playlists
Download (0.44MB)
Added: 2006-05-12 License: GPL (GNU General Public License) Price:
1261 downloads
AmaKode 1.01
Amakode is a script for Amarok to transcode music. more>>
Amakode is a script for Amarok to transcode music. AmaKode project is written purely in Python and uses various external executables to do the grunt work.
Currently there is no configuration except via editing the source.
Also it doesnt check that you have the executables it uses installed or anything and Im sure it needs more error checking.
<<lessCurrently there is no configuration except via editing the source.
Also it doesnt check that you have the executables it uses installed or anything and Im sure it needs more error checking.
Download (0.004MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
795 downloads
plugmon 1.01
plugmon is a basic system monitoring utility with minimal configuration requirements. more>>
plugmon is a basic system monitoring utility with minimal configuration requirements.
Filesystems, kernel messages, and daemons are monitored from a standalone binary that only requires an email address as configuration.
plugmon project can be started from an init script or a cronjob. No central service is needed. It aims to give a minimum of false alarms.
Usage:
Install plugmon program.
Call "plugmon --mailto my.mail@address" from an rc script.
Or call it from a cronjob. Plugmon will check if its already running.
<<lessFilesystems, kernel messages, and daemons are monitored from a standalone binary that only requires an email address as configuration.
plugmon project can be started from an init script or a cronjob. No central service is needed. It aims to give a minimum of false alarms.
Usage:
Install plugmon program.
Call "plugmon --mailto my.mail@address" from an rc script.
Or call it from a cronjob. Plugmon will check if its already running.
Download (0.043MB)
Added: 2005-11-24 License: GPL (GNU General Public License) Price:
1429 downloads
What 1.01
What is a Perl module to find out about running services. more>>
What is a Perl module to find out about running services.
SYNOPSIS
$what = What->new(
Host => my.domain.org,
Port => 28,
);
$what->mta;
$what->mta_version;
$what->mta_banner;
The What class is interface to classes providing information about running services. What::MTA is the only implementation so far.
What::MTA
MTAs supported are: Exim, Postfix (version only on localhost), Sendmail, Courier (name only), XMail, MasqMail.
See What::MTA for details.
METHODS
new
$obj = What->new( Host => "10.10.10.1", Port => 25 )
mta()
Returns the name of the MTA running.
mta_banner()
Returns the banner message.
mta_version()
Returns the MTA version.
<<lessSYNOPSIS
$what = What->new(
Host => my.domain.org,
Port => 28,
);
$what->mta;
$what->mta_version;
$what->mta_banner;
The What class is interface to classes providing information about running services. What::MTA is the only implementation so far.
What::MTA
MTAs supported are: Exim, Postfix (version only on localhost), Sendmail, Courier (name only), XMail, MasqMail.
See What::MTA for details.
METHODS
new
$obj = What->new( Host => "10.10.10.1", Port => 25 )
mta()
Returns the name of the MTA running.
mta_banner()
Returns the banner message.
mta_version()
Returns the MTA version.
Download (0.027MB)
Added: 2007-05-11 License: Perl Artistic License Price:
897 downloads
Luca 1.01
Luca is a Web-based based accounting (double-entry ledger) application. more>>
Luca is our new accounting software project. Luca is meant to be a rewritten version of CTB. The main development framework is Python+TurboGears.
Luca is named after Luca Pacioli, the man invented the double-entry accounting method.
Luca is still in early stages of development. Thanks for your patience.
The main framework is TurboGears, so a fair amount of Lucas architecture comes directly from TurboGears stack: Javascript+Mochikit for client-side trickery and AJAX; Kid for HTML templating; CherryPy as controller framework, and SQLObject as database-neutral model.
It was decided long ago (from 2000) that the base development language would be Python, since it has been the best interpreted language around. The next question was which Web framework to use (or go solo and create a mini-framework from scratch). The framework should be free, unobtrusive, "Pythonic" and have a fair learning curve.
Before TurboGears, Zope was considered for Luca. It has really being pushed by the Python community as the "Python on Rails". Zope proved to be too bureucractic (too much typing for too little work) and difficult to learn. However, some specific Zope components e.g. ZODB are really of great value and could be reconsidered for Luca adoption in the future.
Enhancements:
- The code was updated to Turbogears 1.0.2.2 and Python 2.5.
- A ton of bugfixes and many improvements were made.
<<lessLuca is named after Luca Pacioli, the man invented the double-entry accounting method.
Luca is still in early stages of development. Thanks for your patience.
The main framework is TurboGears, so a fair amount of Lucas architecture comes directly from TurboGears stack: Javascript+Mochikit for client-side trickery and AJAX; Kid for HTML templating; CherryPy as controller framework, and SQLObject as database-neutral model.
It was decided long ago (from 2000) that the base development language would be Python, since it has been the best interpreted language around. The next question was which Web framework to use (or go solo and create a mini-framework from scratch). The framework should be free, unobtrusive, "Pythonic" and have a fair learning curve.
Before TurboGears, Zope was considered for Luca. It has really being pushed by the Python community as the "Python on Rails". Zope proved to be too bureucractic (too much typing for too little work) and difficult to learn. However, some specific Zope components e.g. ZODB are really of great value and could be reconsidered for Luca adoption in the future.
Enhancements:
- The code was updated to Turbogears 1.0.2.2 and Python 2.5.
- A ton of bugfixes and many improvements were made.
Download (0.28MB)
Added: 2007-06-13 License: LGPL (GNU Lesser General Public License) Price:
863 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 enigma 1.01 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