key master 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3311
ISO Master 1.0
ISO Master is an open-source, graphical CD image editor that runs on Linux. more>>
ISO Master is an open-source, graphical CD image editor that runs on Linux; and bkisofs, the underlying library used for reading, modifying and writing ISO images.
The hard part of this project is the library for working with ISOs (bkisofs). My hope is that people will like this library enough to make their own GUIs using it. So my choice of widget set (GTK, that is) will not necessarily annoy too many people.
Main features:
- Display file/directory contents of the image and and the regular filesystem in two panels and be able to navigate them.
- Display file sizes for files on image/filesystem.
- Sort by name or by size
- Select any number of items in the file browsers.
- Extract selected from image to the filesystem
- Delete selected from image.
- Add selected from filesystem to image.
- Save modified image.
- Create image from scratch.
Enhancements:
- Usability and performance improvements.
- 10 new translations.
- A bug that sometimes caused corrupt ISOs to be written has been fixed.
<<lessThe hard part of this project is the library for working with ISOs (bkisofs). My hope is that people will like this library enough to make their own GUIs using it. So my choice of widget set (GTK, that is) will not necessarily annoy too many people.
Main features:
- Display file/directory contents of the image and and the regular filesystem in two panels and be able to navigate them.
- Display file sizes for files on image/filesystem.
- Sort by name or by size
- Select any number of items in the file browsers.
- Extract selected from image to the filesystem
- Delete selected from image.
- Add selected from filesystem to image.
- Save modified image.
- Create image from scratch.
Enhancements:
- Usability and performance improvements.
- 10 new translations.
- A bug that sometimes caused corrupt ISOs to be written has been fixed.
Download (0.20MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
1093 downloads
Q3Master 1.0
Q3Master project is a Quake3Arena master server. more>>
Q3Master project is a Quake3Arena master server.
Q3Master is a standalone master server for Quake3Arena (and derived games, like RTCW).
It is intended for local networks without Internet connections (or firewalls which block Q3A). It can also be used for larger private networks on which more than one Q3A server exists.
Q3Master can also be used to query servers in a local subnet, using broadcasts.
The found servers can then be sent to another (or a central) master server to collect data from multiple subnets.
Enhancements:
- enhanced documenation
- all supported games and versions
- installation and usage
- performance
- protocols
- wrote a load test suite
- performance enhancements
- added UDP proxy used for testing
<<lessQ3Master is a standalone master server for Quake3Arena (and derived games, like RTCW).
It is intended for local networks without Internet connections (or firewalls which block Q3A). It can also be used for larger private networks on which more than one Q3A server exists.
Q3Master can also be used to query servers in a local subnet, using broadcasts.
The found servers can then be sent to another (or a central) master server to collect data from multiple subnets.
Enhancements:
- enhanced documenation
- all supported games and versions
- installation and usage
- performance
- protocols
- wrote a load test suite
- performance enhancements
- added UDP proxy used for testing
Download (0.43MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1082 downloads
Hanzi Master 1.3
Hanzi Master project is a visual, interactive Chinese character and word dictionary. more>>
Hanzi Master project is a visual, interactive Chinese character and word dictionary.
Hanzim ("Hanzi Master") is an interactive visual dictionary for learning and seeing relationships between Chinese radicals, characters, and compounds.
All the characters with a given radical, phonetic component, or pronunciation can be displayed, and all words containing a character, with English meanings.
All data is stored locally. Either simplified or traditional characters can be used.
Main features:
- typing in pinyin gives list of characters and definitions with that pronunciation
- clicking on a radical gives list of characters and definitions with that radical
- clicking on any character in any list displays that character along with the compounds it occurs in as the first or second character.
<<lessHanzim ("Hanzi Master") is an interactive visual dictionary for learning and seeing relationships between Chinese radicals, characters, and compounds.
All the characters with a given radical, phonetic component, or pronunciation can be displayed, and all words containing a character, with English meanings.
All data is stored locally. Either simplified or traditional characters can be used.
Main features:
- typing in pinyin gives list of characters and definitions with that pronunciation
- clicking on a radical gives list of characters and definitions with that radical
- clicking on any character in any list displays that character along with the compounds it occurs in as the first or second character.
Download (0.57MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1117 downloads
Research Master 1.2c
ResearchMaster has been designed to make working a little easier. more>>
ResearchMaster project has been designed to make working a little easier. Specifically, the application can be either a storage facility for all of your precious, miscellaneous digital information, or for just some of it. The project began as a way for the author to [1] have a centralized library for all the papers and various snippets he collects, and [2] to have some powerful, built-in support for BibTeX, the LaTeX bibliography system ( The LaTeX bibliography system, as described in the Leslie Lamport book. ISBN 0-201-52983-1).
When the application starts up, it creates a virtual filesystem (vfs) from information contained in records. Each record appends itself under at least one folder in the vfs, and the vfs is represented by a tree-widget system of folders and records. The application is divided into folder controls (left) and record controls (right).
Each record is actually a set of three python dictionaries, stored in a flat ascii text file. The three dictionaries correspond to [1] BibTex information corresponding to the record, [2] Meta information (eg. isbn, call number, url, membership) and [3] an endless notes file. When a record is selected from the tree widget, the corresponding three dictionaries are presented in a three-tabbed notebook widget on the right side of the application.
New records are created via a button on the records toolbar. When you create a new record the application pops a filechooser and you are given the opportunity to import a single file. Perhaps the imported file is a pdf copy of a research paper that you dont want to lose. ResearchMaster is a good place to store it. First, the record and the imported file now have each other. Now you can keep a log of your involvement with the file in the notes portion of the record. The Meta portion of the record contains non-BibTex information, such as which folders the record is a member of. The application accesses the records BibTex information whenever the record has membership within the subtree of a particular folder for which a recursive bibliography is being generated.
Heres a typical example: Say you create a folder for some project. Lets say that after six months your folder now has several subtrees of folders and records, all arranged according to the scheme that happened. Now imagine there are twenty records with BibTex information strewn throughout the projects subtree, side-by-side with other records that dont have BibTex information (notes, whatever). By pushing the Create Bibliography button on the left toolbar the application will produce a perfectly formatted BibTex file with all twenty records.
Each record can be made a member of any folder simply by adding the folders path to the membership list in the Meta portion of the record. The tree widget is dynamically constructed by recursively examining a directory tree (corresponding to the folders of the tree-widget) and the membership list contained in each record. This is done so that we only have one physical copy of each record, despite the fact that the record might show up in fifty different places throughout the tree widget.
The file that gets imported with a record can be any file of any format. You can tell ResearchMaster to launch the file as an argument to any external application, based on the filenames suffix (.gif, .avi, .mpg, .mp3). Then, select the record from the tree, push the launch button (on the records toolbar), and voila! The associated application brings up your file. Thats one feature that makes working a little easier.
Enhancements:
- Small correction was needed on line 1140 of ResearchMaster_wxuser.py, where "researchmaster" needed to be "ReseaerchMaster" for preferences initialization.
<<lessWhen the application starts up, it creates a virtual filesystem (vfs) from information contained in records. Each record appends itself under at least one folder in the vfs, and the vfs is represented by a tree-widget system of folders and records. The application is divided into folder controls (left) and record controls (right).
Each record is actually a set of three python dictionaries, stored in a flat ascii text file. The three dictionaries correspond to [1] BibTex information corresponding to the record, [2] Meta information (eg. isbn, call number, url, membership) and [3] an endless notes file. When a record is selected from the tree widget, the corresponding three dictionaries are presented in a three-tabbed notebook widget on the right side of the application.
New records are created via a button on the records toolbar. When you create a new record the application pops a filechooser and you are given the opportunity to import a single file. Perhaps the imported file is a pdf copy of a research paper that you dont want to lose. ResearchMaster is a good place to store it. First, the record and the imported file now have each other. Now you can keep a log of your involvement with the file in the notes portion of the record. The Meta portion of the record contains non-BibTex information, such as which folders the record is a member of. The application accesses the records BibTex information whenever the record has membership within the subtree of a particular folder for which a recursive bibliography is being generated.
Heres a typical example: Say you create a folder for some project. Lets say that after six months your folder now has several subtrees of folders and records, all arranged according to the scheme that happened. Now imagine there are twenty records with BibTex information strewn throughout the projects subtree, side-by-side with other records that dont have BibTex information (notes, whatever). By pushing the Create Bibliography button on the left toolbar the application will produce a perfectly formatted BibTex file with all twenty records.
Each record can be made a member of any folder simply by adding the folders path to the membership list in the Meta portion of the record. The tree widget is dynamically constructed by recursively examining a directory tree (corresponding to the folders of the tree-widget) and the membership list contained in each record. This is done so that we only have one physical copy of each record, despite the fact that the record might show up in fifty different places throughout the tree widget.
The file that gets imported with a record can be any file of any format. You can tell ResearchMaster to launch the file as an argument to any external application, based on the filenames suffix (.gif, .avi, .mpg, .mp3). Then, select the record from the tree, push the launch button (on the records toolbar), and voila! The associated application brings up your file. Thats one feature that makes working a little easier.
Enhancements:
- Small correction was needed on line 1140 of ResearchMaster_wxuser.py, where "researchmaster" needed to be "ReseaerchMaster" for preferences initialization.
Download (2.1MB)
Added: 2006-11-29 License: GPL (GNU General Public License) Price:
1061 downloads
Othello Master 0.7.8
Othello Master project is a 3-D Othello (Reversi) gaming environment. more>> <<less
Download (1.9MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
635 downloads
Download (0.25MB)
Added: 2007-07-18 License: GPL v3 Price:
831 downloads
The Ur-Quan Masters 0.5.0
The Ur-Quan Masters is a port of the 3DO version of the classic space game StarControl II. more>>
The Ur-Quan Masters is a port of the 3DO version of the classic space game StarControl II.
The game is currently fully playable, though it crashes or locks every now and then. The play experience is also far from perfect; many graphical and control glitches remain to be fixed.
That said, its possible to get all the way to the final battle if you save often to protect against the occasional crash.
<<lessThe game is currently fully playable, though it crashes or locks every now and then. The play experience is also far from perfect; many graphical and control glitches remain to be fixed.
That said, its possible to get all the way to the final battle if you save often to protect against the occasional crash.
Download (1.2MB)
Added: 2006-02-14 License: GPL (GNU General Public License) Price:
11488 downloads
pgmixer 1.0
pgmixer project is a gnome applet for controlling a mixer you specify. more>>
pgmixer project is a gnome applet for controlling a mixer you specify (from back when GNOME programs were actually useful for something).
The mixer that comes with gnome only controls the master volume. If you need a volume control for one or more other mixers, you could give this a go. Alternatively if you use gkrellm you could try its volume plugin.
You will need aumix and Gtk-Perl (if you use mandrake linux I think the package name is perl-gtk).
How to use it:
Run it like
pgmixer [channel option]
where [channel option] is a single character which specifies the mixer to use - use pgmixer -help to get a list.
If you dont like the default orientation of the applet you can flip it by adding a "-flip" argument - for example
pgmixer w -flip
creates an applet for the PCM mixer, with the default orientation flipped around.
You can run more than one of these and the panel should remember their positions correctly.
<<lessThe mixer that comes with gnome only controls the master volume. If you need a volume control for one or more other mixers, you could give this a go. Alternatively if you use gkrellm you could try its volume plugin.
You will need aumix and Gtk-Perl (if you use mandrake linux I think the package name is perl-gtk).
How to use it:
Run it like
pgmixer [channel option]
where [channel option] is a single character which specifies the mixer to use - use pgmixer -help to get a list.
If you dont like the default orientation of the applet you can flip it by adding a "-flip" argument - for example
pgmixer w -flip
creates an applet for the PCM mixer, with the default orientation flipped around.
You can run more than one of these and the panel should remember their positions correctly.
Download (0.007MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
970 downloads
q3ctrl 1.0
q3ctrl is a Quake 3 Arena server management script. more>>
q3ctrl project is a Quake 3 Arena server management script.
q3ctrl is an implementation of the Quake 3 Arena server communication protocol, running as a command line utility. It is handy for sending commands (or command scripts) to your dedicated server, or checking its status.
It is also able to query the master servers.
It is handy for sending commands to your dedicated server, or just want to check its status.
Call q3ctrl with --status, --info, or --cmd for sending rcon commands.
You can also send a list of rcon commands from a text file or from stdin.
Host defaults to localhost, port defaults to 27960, timeout to 10s. The host parameter may be of the form "host:port", which takes precedence over the port parameter.
<<lessq3ctrl is an implementation of the Quake 3 Arena server communication protocol, running as a command line utility. It is handy for sending commands (or command scripts) to your dedicated server, or checking its status.
It is also able to query the master servers.
It is handy for sending commands to your dedicated server, or just want to check its status.
Call q3ctrl with --status, --info, or --cmd for sending rcon commands.
You can also send a list of rcon commands from a text file or from stdin.
Host defaults to localhost, port defaults to 27960, timeout to 10s. The host parameter may be of the form "host:port", which takes precedence over the port parameter.
Download (MB)
Added: 2006-12-12 License: GPL (GNU General Public License) Price:
1057 downloads
PwManager 1.2.4
PwManager is a secure password manager. more>>
PwManager is a secure password manager.
With PwManager you can easily manage your passwords. PwManager saves your passwords blowfish-encrypted in one file, so you have to remember only one master-password instead of all. Instead of the master-password you can use a chipcard, so you dont have to remember a password to access the list.
Main features:
- Manage passwords the convenient way with the support of password categories, five information columns and an additional comment field.
- Locking mechanism to prevent strangers from looking at your passwords while you are away and not using PwManager.
- Deep-Locking mechanism to encrypt all security critical data, write it to disk and delete it in memory. This enables you to enjoy maximum security with almost no loss of useability.
- The integrated KWallet emulation enables all applications on your KDE Desktop to access the PwManager database in an easy, flexible and secure way.
- A fairly good seaching and sorting mechanism to find entries very fast.
- Chipcard (smartcard) interface. With the chipcard you can replace the "master-password" to easily access all your passwords with a "key-card".
- Printing support to easily print out a complete list of all your passwords.
- System-Tray (kicker) icon to enable the user to access PwManager very fast.
- GPasman and KPasman interface to import and export your data to and from these file formats.
<<lessWith PwManager you can easily manage your passwords. PwManager saves your passwords blowfish-encrypted in one file, so you have to remember only one master-password instead of all. Instead of the master-password you can use a chipcard, so you dont have to remember a password to access the list.
Main features:
- Manage passwords the convenient way with the support of password categories, five information columns and an additional comment field.
- Locking mechanism to prevent strangers from looking at your passwords while you are away and not using PwManager.
- Deep-Locking mechanism to encrypt all security critical data, write it to disk and delete it in memory. This enables you to enjoy maximum security with almost no loss of useability.
- The integrated KWallet emulation enables all applications on your KDE Desktop to access the PwManager database in an easy, flexible and secure way.
- A fairly good seaching and sorting mechanism to find entries very fast.
- Chipcard (smartcard) interface. With the chipcard you can replace the "master-password" to easily access all your passwords with a "key-card".
- Printing support to easily print out a complete list of all your passwords.
- System-Tray (kicker) icon to enable the user to access PwManager very fast.
- GPasman and KPasman interface to import and export your data to and from these file formats.
Download (0.54MB)
Added: 2005-11-06 License: GPL (GNU General Public License) Price:
1448 downloads
Fedora Directory Server 1.0.4
Fedora Directory Server is a full-featured LDAPv3 compliant server. more>>
Fedora Directory Server is a full-featured LDAPv3 compliant server.
In addition to the standard LDAPv3 operations, Fedora Directory Server supports multi-master replication, fully online configuration and administration, chaining, virtual attributes, access control directives in the data, Virtual List View, server-side sorting, SASL, TLS/SSL, and many other features.
The transactional Berkeley DB 4.2 is used as its data store and a full plug-in API allows developers to extend the the functionality of the server in many ways, and many of the core features of the server are already implemented using this API.
The server is very mature, having started out as Netscape Directory Server.
<<lessIn addition to the standard LDAPv3 operations, Fedora Directory Server supports multi-master replication, fully online configuration and administration, chaining, virtual attributes, access control directives in the data, Virtual List View, server-side sorting, SASL, TLS/SSL, and many other features.
The transactional Berkeley DB 4.2 is used as its data store and a full plug-in API allows developers to extend the the functionality of the server in many ways, and many of the core features of the server are already implemented using this API.
The server is very mature, having started out as Netscape Directory Server.
Download (31.2MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1082 downloads
Password Hasher 1.0.4
Password Hasher enables a good security practice. more>>
Password Hasher enables a good security practice.
What good security practice demands:
- Strong passwords that are hard to guess.
- Different passwords at each site.
- Periodically changing existing passwords.
Why you probably arent practicing good security:
- Strong passwords are difficult to remember.
- Juggling a multitude of passwords is a pain.
- Updating passwords compounds the memorization problem.
Main features:
- Automatically generates strong passwords.
- One master key produces different passwords at many sites.
- Quickly upgrade passwords by "bumping" the site tag.
- Upgrade a master key without updating all sites at once.
- Supports different length passwords.
- Supports special requirements, such as digits and punctuation.
- Supports restricting a hash word to not use special characters. (New!)
- Saves all data to the browsers secure password database.
- Generates a portable HTML page with your site tags and option settings that allows you to generate your hash words in any browser on any machine without the extension installed. (New!)
- Can add marker buttons to unmask passwords on any web site. (New!)
- Extremely simple to use!
<<lessWhat good security practice demands:
- Strong passwords that are hard to guess.
- Different passwords at each site.
- Periodically changing existing passwords.
Why you probably arent practicing good security:
- Strong passwords are difficult to remember.
- Juggling a multitude of passwords is a pain.
- Updating passwords compounds the memorization problem.
Main features:
- Automatically generates strong passwords.
- One master key produces different passwords at many sites.
- Quickly upgrade passwords by "bumping" the site tag.
- Upgrade a master key without updating all sites at once.
- Supports different length passwords.
- Supports special requirements, such as digits and punctuation.
- Supports restricting a hash word to not use special characters. (New!)
- Saves all data to the browsers secure password database.
- Generates a portable HTML page with your site tags and option settings that allows you to generate your hash words in any browser on any machine without the extension installed. (New!)
- Can add marker buttons to unmask passwords on any web site. (New!)
- Extremely simple to use!
Download (0.058MB)
Added: 2007-04-07 License: MPL (Mozilla Public License) Price:
1028 downloads
TONG 1.0
TONG project is a Tetris and Pong in the same place at the same time. more>>
TONG project is a Tetris and Pong in the same place at the same time.
TONG is Tetris and Pong in the same place at the same time. Think youre an old-school game master? Have at two classics at once!
Rules governing what happens when pong balls hit Tetris pieces change on-the-fly and are wildly customizable.
Set up your game your way, tuning all game settings to your liking.
Enhancements:
- bugfixes
<<lessTONG is Tetris and Pong in the same place at the same time. Think youre an old-school game master? Have at two classics at once!
Rules governing what happens when pong balls hit Tetris pieces change on-the-fly and are wildly customizable.
Set up your game your way, tuning all game settings to your liking.
Enhancements:
- bugfixes
Download (31.1MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1522 downloads
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.
<<lessSYNOPSIS
# 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.
Download (0.004MB)
Added: 2007-01-03 License: Perl Artistic License Price:
1040 downloads
AutoDNS 1.0.0
AutoDNS is an easy way to enable configuration of secondary DNS via email. more>>
AutoDNS is an easy way to enable configuration of secondary DNS via email. It allows addition, deletion and listing of secondaried domains. Its used by the author in conjuction with BIND but with minimal effort this should work with any DNS server.
AutoDNS accepts GPG signed emails instructing it to setup secondary DNS for domains and adds appropriate entries to the BIND configuration file in order to make this happen.
The principle is simple. AutoDNS accepts a GPG clear signed email on stdin, so can simply be added to a .forward file or whatever. You configure it to know about the key IDs of all the people you wish to be able to setup secondaries on your server and add their keys to the GPG keyring for the user it runs under.
Most of the configuration options are at the top of autodns.pl, just after where VERSION is defined. The other bit of config thats needed is a users file.
Youll also need a way for the script to be able to do a "ndc reconfig" to load the info about the new secondary domains - I do this using sudo.
Enhancements:
- Waiting for GPG termination was tidied up.
- The MASTER command was added for setting the master server to slave from.
- Longer TLDs are now allowed (6 characters instead of 4).
- The ADDUSER command was added to allow new user creation via email.
- Various minor code cleanups were done.
- The code is reasonably mature now.
<<lessAutoDNS accepts GPG signed emails instructing it to setup secondary DNS for domains and adds appropriate entries to the BIND configuration file in order to make this happen.
The principle is simple. AutoDNS accepts a GPG clear signed email on stdin, so can simply be added to a .forward file or whatever. You configure it to know about the key IDs of all the people you wish to be able to setup secondaries on your server and add their keys to the GPG keyring for the user it runs under.
Most of the configuration options are at the top of autodns.pl, just after where VERSION is defined. The other bit of config thats needed is a users file.
Youll also need a way for the script to be able to do a "ndc reconfig" to load the info about the new secondary domains - I do this using sudo.
Enhancements:
- Waiting for GPG termination was tidied up.
- The MASTER command was added for setting the master server to slave from.
- Longer TLDs are now allowed (6 characters instead of 4).
- The ADDUSER command was added to allow new user creation via email.
- Various minor code cleanups were done.
- The code is reasonably mature now.
Download (0.016MB)
Added: 2006-11-02 License: GPL (GNU General Public License) Price:
1088 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 key master 1.0 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