epic records
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 849
Nethack Records 0.5.1
Nethack Records is a dynamic Nethack statistics generator for display on the Web. more>>
Nethack Records project is a dynamic Nethack statistics generator for display on the Web.
Nethack Records is an on-demand statistics generator for Nethack that is meant to be run on a Web server. It has several types of statistics, ranging from character info to daily and weekly stats.
It is implemented with a modern template system, and is very customizable. One can sort by most field-types, such as character class or gender. The code is separated from the XHTML by means of HTML::Template.
CSS is utilized to its fullest extent, allowing you to make it look however you like, without knowing Perl.
Main features:
- Top 10 players view
- All players view
- Sort by various criteria e.g. Class and Cause of death
- Various ranking possibilities
- Last five players view
- Todays games
- View per game statistics
Enhancements:
- Added quit and date-patches by Casey Zacek
- Fixed bug with empty logfile
- Added alternative css-file
- Added contact-person to options-file
- Fixed bug that appeared with<<less
Nethack Records is an on-demand statistics generator for Nethack that is meant to be run on a Web server. It has several types of statistics, ranging from character info to daily and weekly stats.
It is implemented with a modern template system, and is very customizable. One can sort by most field-types, such as character class or gender. The code is separated from the XHTML by means of HTML::Template.
CSS is utilized to its fullest extent, allowing you to make it look however you like, without knowing Perl.
Main features:
- Top 10 players view
- All players view
- Sort by various criteria e.g. Class and Cause of death
- Various ranking possibilities
- Last five players view
- Todays games
- View per game statistics
Enhancements:
- Added quit and date-patches by Casey Zacek
- Fixed bug with empty logfile
- Added alternative css-file
- Added contact-person to options-file
- Fixed bug that appeared with<<less
Download (0.068MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
870 downloads
XML::Records 0.12
XML::Records is a Perl module for perlish record-oriented interface to XML. more>>
XML::Records is a Perl module for perlish record-oriented interface to XML.
SYNOPSIS
use XML::Records;
my $p=XML::Records->new(data.lst);
$p->set_records(credit,debit);
my ($t,$r)
while ( (($t,$r)=$p->get_record()) && $t) {
my $amt=$r->{Amount};
if ($t eq debit) {
...
}
}
XML::Records provides a single interface for processing XML data on a stream-oriented, tree-oriented, or record-oriented basis. A subclass of XML::TokeParser, it adds methods to read "records" and tree fragments from XML documents.
In many documents, the immediate children of the root element form a sequence of identically-named and independent elements such as log entries, transactions, etc., each of which consists of "field" child elements or attributes. You can access each such "record" as a simple Perl hash.
You can also read any element and its children into a lightweight tree implemented as a Perl hash, or feed the contents of any element and its children into a SAX handler (making it possible to process "records" with modules like XML::DOM or XML::XPath).
<<lessSYNOPSIS
use XML::Records;
my $p=XML::Records->new(data.lst);
$p->set_records(credit,debit);
my ($t,$r)
while ( (($t,$r)=$p->get_record()) && $t) {
my $amt=$r->{Amount};
if ($t eq debit) {
...
}
}
XML::Records provides a single interface for processing XML data on a stream-oriented, tree-oriented, or record-oriented basis. A subclass of XML::TokeParser, it adds methods to read "records" and tree fragments from XML documents.
In many documents, the immediate children of the root element form a sequence of identically-named and independent elements such as log entries, transactions, etc., each of which consists of "field" child elements or attributes. You can access each such "record" as a simple Perl hash.
You can also read any element and its children into a lightweight tree implemented as a Perl hash, or feed the contents of any element and its children into a SAX handler (making it possible to process "records" with modules like XML::DOM or XML::XPath).
Download (0.007MB)
Added: 2006-09-19 License: Perl Artistic License Price:
1130 downloads
EPIC4 2.4
EPIC4 is a new direction in ircII development. more>>
EPIC4 is a new direction in ircII development. No longer is EPIC 100% backwards compatable with ircII, but instead we have chosen to find those things where compatability is undesirable, and fix them.
No gratuitous incompatabilities have been added, but lots of new code has been added to make EPIC the best ircII client we could make.
EPIC4 is derived directly from EPIC3, which was itself derived from IRC-II which is currently maintained by Matthew Green, and includes in whole all the additions included in the "plus" clients by Jeremy Nelson and all of the modifications in the "mod" clients by Jake Khuon.
EPIC is currently maintained by EPIC Software Labs (ESL), comprised of Jeremy Nelson, Jake Kuhon, Robert Chady, and a cast of a dozen others.
Main features:
- EPIC is completely safe: There are no hidden trap doors. We value your trust, and will not do anything to abuse it.
- EPIC is programmable: While ircII does contain a wide range of commands and functions, several glaring ommisions exist, which EPIC has attempted to fill, making the ircII language complete, precise, and efficient.
- EPIC supports bots: We do not agree with those who feel that script bots are all the evil of irc, and we feel that scripts bots must not be squelched by those who have the stranglehold of control on irc. EPIC will support bots for as long as we maintain it.
- EPIC is not anal retentive: EPIC allows you to do EVERYTHING that the irc protocol (RFC 1459) allows, and does not place any arbitrary restrictions upon you. EPIC *does* fully comply with the protocol as shipped and does not allow you to do anything that is deemed illegal by the protocol.
- EPIC is complete: EPIC supplies over 100 various functions and commands which allow you to do things very quickly that required very large or slow scripts in the past.
- EPIC is fully ANSI-compliant. Most current versions of the stock client do have full prototyping for all functions, which has the same net effect as the work we have done. We, however, chose to provide both a "old" style (k&r) function header and a "new" style (ansi) function header with every function and provide every extern function a prototype in a header file.
- EPIC is getting smaller and faster. Changes are continually underway to provide a faster client with more functionality while using less CPU cycles. While these may appear to be conflicting goals, the whole point of the EPIC project is to provide the best client that runs as well as can be managed.
Enhancements:
- Change the scary "ERROR --" messages to "INFO --" and hide for dcc and exec.
- Remove hardcoded limits on size of status expandos
- Built in history has been moved to a script implementation
- Translation support fixed for russian users
- Very many commands, functions, sets, moved from builtin to builtins script.
- A new "loadformats" script to use implied on hooks.
- Bug fixes and a multitude of smaller changes.
<<lessNo gratuitous incompatabilities have been added, but lots of new code has been added to make EPIC the best ircII client we could make.
EPIC4 is derived directly from EPIC3, which was itself derived from IRC-II which is currently maintained by Matthew Green, and includes in whole all the additions included in the "plus" clients by Jeremy Nelson and all of the modifications in the "mod" clients by Jake Khuon.
EPIC is currently maintained by EPIC Software Labs (ESL), comprised of Jeremy Nelson, Jake Kuhon, Robert Chady, and a cast of a dozen others.
Main features:
- EPIC is completely safe: There are no hidden trap doors. We value your trust, and will not do anything to abuse it.
- EPIC is programmable: While ircII does contain a wide range of commands and functions, several glaring ommisions exist, which EPIC has attempted to fill, making the ircII language complete, precise, and efficient.
- EPIC supports bots: We do not agree with those who feel that script bots are all the evil of irc, and we feel that scripts bots must not be squelched by those who have the stranglehold of control on irc. EPIC will support bots for as long as we maintain it.
- EPIC is not anal retentive: EPIC allows you to do EVERYTHING that the irc protocol (RFC 1459) allows, and does not place any arbitrary restrictions upon you. EPIC *does* fully comply with the protocol as shipped and does not allow you to do anything that is deemed illegal by the protocol.
- EPIC is complete: EPIC supplies over 100 various functions and commands which allow you to do things very quickly that required very large or slow scripts in the past.
- EPIC is fully ANSI-compliant. Most current versions of the stock client do have full prototyping for all functions, which has the same net effect as the work we have done. We, however, chose to provide both a "old" style (k&r) function header and a "new" style (ansi) function header with every function and provide every extern function a prototype in a header file.
- EPIC is getting smaller and faster. Changes are continually underway to provide a faster client with more functionality while using less CPU cycles. While these may appear to be conflicting goals, the whole point of the EPIC project is to provide the best client that runs as well as can be managed.
Enhancements:
- Change the scary "ERROR --" messages to "INFO --" and hide for dcc and exec.
- Remove hardcoded limits on size of status expandos
- Built in history has been moved to a script implementation
- Translation support fixed for russian users
- Very many commands, functions, sets, moved from builtin to builtins script.
- A new "loadformats" script to use implied on hooks.
- Bug fixes and a multitude of smaller changes.
Download (0.80MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1102 downloads
EPIC 0.6.13
EPIC is a Perl IDE based on the Eclipse platform. more>>
EPIC is a Perl IDE based on the Eclipse platform.
Features supported are syntax highlighting, on-the-fly syntax checking, content assistance, Perldoc support, a source formatter, templating support, and a Perl debugger.
A regular expression plugin and support for the eSpell spellchecker are also available.
Enhancements:
- The "testing" version 0.6.13 of EPIC is made available in the SourceForge download area, superseding the previously offered "stable" version 0.5.33. It contains mostly enhancements and fixes in the debugger, some of which cannot be provided in the "stable" version due to major differences in the code bases. The released version 0.6.13, which requires at least Eclipse 3.2, is not declared "stable" yet in order to maintain compatibility with Eclipse 3.1 in the "stable" branch.
<<lessFeatures supported are syntax highlighting, on-the-fly syntax checking, content assistance, Perldoc support, a source formatter, templating support, and a Perl debugger.
A regular expression plugin and support for the eSpell spellchecker are also available.
Enhancements:
- The "testing" version 0.6.13 of EPIC is made available in the SourceForge download area, superseding the previously offered "stable" version 0.5.33. It contains mostly enhancements and fixes in the debugger, some of which cannot be provided in the "stable" version due to major differences in the code bases. The released version 0.6.13, which requires at least Eclipse 3.2, is not declared "stable" yet in order to maintain compatibility with Eclipse 3.1 in the "stable" branch.
Download (3.4MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
503 downloads
jPicEdt 1.4.1
jPicEdt is a multi-platform vector-based graphic editor for LaTeX and related packages, including eepic and PsTricks. more>>
jPicEdt is a multi-platform vector-based graphic editor for LaTeX and related packages, including eepic and PsTricks.
The LaTeX picture environment is a special environment for inserting simple drawing commands into a LaTeX file.
This environment was obviously not intented to replace more sophisticated graphical formats such as Postscript or PDF (and their associated design tools: Adobe Illustrator, Macromedia Freehand,...), but was merely aimed at easily incorporating small and simple drawings (e.g. graphs, electrical schematics,...)
Yet picture commands are flexible enough to allow one to build rather complicated drawings, including circles, rectangles, lines and vectors, bezier splines.
Besides, using epic/eepic or PsTricks packages largely increases the set of available commands, and amongst other things, allows for shape-filling (and colours with PsTricks) and a better rendering of shapes.
Finally, one of the main benefits of using the picture environment is the ability to incorporate text containing any LaTeX command allowed in LR mode, e.g. equations, arrays or user-defined commands.
Main features:
- Every graphical element allowed by the picture environment commands: lines, arrows, circles, boxes.
- Emulated elements, for example lines of any slope (which LaTeX doesnt support natively), circles of any size, ellipses, arcs and polygons. This makes a strong use of the multiput command.
- Nearly every object allowed by the epic/eepic packages (excluding grids and textured filling): dashed lines, filled (whitened, blackened or shaded) ellipses or polygons, arcs,... Using this package is optional.
- Starting from version 1.3.2, nearly every object in the pstricks.sty package (this include : filling with colors, hatches, textures, setting various stroke parameters, rotating texts,...). Support for pst-node.sty and other related packages is either experimental (meaning that you must recompile with a boolean flag turned on) or simply underway.
<<lessThe LaTeX picture environment is a special environment for inserting simple drawing commands into a LaTeX file.
This environment was obviously not intented to replace more sophisticated graphical formats such as Postscript or PDF (and their associated design tools: Adobe Illustrator, Macromedia Freehand,...), but was merely aimed at easily incorporating small and simple drawings (e.g. graphs, electrical schematics,...)
Yet picture commands are flexible enough to allow one to build rather complicated drawings, including circles, rectangles, lines and vectors, bezier splines.
Besides, using epic/eepic or PsTricks packages largely increases the set of available commands, and amongst other things, allows for shape-filling (and colours with PsTricks) and a better rendering of shapes.
Finally, one of the main benefits of using the picture environment is the ability to incorporate text containing any LaTeX command allowed in LR mode, e.g. equations, arrays or user-defined commands.
Main features:
- Every graphical element allowed by the picture environment commands: lines, arrows, circles, boxes.
- Emulated elements, for example lines of any slope (which LaTeX doesnt support natively), circles of any size, ellipses, arcs and polygons. This makes a strong use of the multiput command.
- Nearly every object allowed by the epic/eepic packages (excluding grids and textured filling): dashed lines, filled (whitened, blackened or shaded) ellipses or polygons, arcs,... Using this package is optional.
- Starting from version 1.3.2, nearly every object in the pstricks.sty package (this include : filling with colors, hatches, textures, setting various stroke parameters, rotating texts,...). Support for pst-node.sty and other related packages is either experimental (meaning that you must recompile with a boolean flag turned on) or simply underway.
Download (5.3MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1030 downloads
Gtk2::Ex::RecordsFilter 0.03
Gtk2::Ex::RecordsFilter is a high level widget to browse reasonably large amounts of relational data. more>>
Gtk2::Ex::RecordsFilter is a high level widget to browse reasonably large amounts of relational data. This widget is inspired by the song browser of iTunes.
SYNOPSIS
use Gtk2 -init;
use Gtk2::Ex::RecordsFilter;
# Create a recordset
my $recordset = [
[Automobiles,Cars,Toyota,Camry],
[Automobiles,SUV,BMW,Xi],
[Automobiles,SUV,Toyota,Highlander],
[Automobiles,Cars,Mitsubishi,Lancer]
];
# Create the recordsfilter object
my $recordsfilter = Gtk2::Ex::RecordsFilter->new;
# Specify the headers for the columns
my $headers = [Category, Sub-Category, Brand, Model];
Gtk2::Ex::RecordsFilter->set_headers($headers);
# Inject data into the widget
Gtk2::Ex::RecordsFilter->set_data($recordset);
# Get a ref to its widget
my $recordsfilter_widget = $recordsfilter->get_widget();
# Create the root window
my $window = Gtk2::Window->new;
$window->signal_connect(destroy => sub { Gtk2->main_quit; });
$window->set_default_size(500, 300);
# Add the widget to the root window
$window->add($recordsfilter_widget);
$window->show_all;
Gtk2->main;
When working with large amounts of relational records (csv files, database records, music files index), a common task is to filter out a subset or records from a given set. For example, in a master-detail database design, the master recordset, which is typically smaller than the detail recordset, can be filtered out and the filtered subset of master records can then be used to perform additional tasks on the detail records that they point to.
A common example of this usage is the song browser in your own mp3 player application (for example, the iTunes application). This application will allow you to choose an mp3 file (the detail record) based on criteria such as Artist, Album, Song (the master record). Once the master record is choosen (i.e., the Artist, Album and Song) it then performs a task on the detail record (i.e., play the mp3 file).
This Gtk2::Ex::RecordsFilter widget is inspired by the iTunes song browser widget. But this widget carries certain functionality which is not present in the iTunes song browser. The iTunes song browser allows the user to choose one song (one master record) at a time and play it. However, a more general usage should allow the user to choose multiple master records at a time. One approach for such multiple selections is to enable the user to click on different records with the CTRL key pressed and then choose all the highlighted records in one shot. This widget takes a different approach, which I call the shopping cart approach. This is explained in the next section.
<<lessSYNOPSIS
use Gtk2 -init;
use Gtk2::Ex::RecordsFilter;
# Create a recordset
my $recordset = [
[Automobiles,Cars,Toyota,Camry],
[Automobiles,SUV,BMW,Xi],
[Automobiles,SUV,Toyota,Highlander],
[Automobiles,Cars,Mitsubishi,Lancer]
];
# Create the recordsfilter object
my $recordsfilter = Gtk2::Ex::RecordsFilter->new;
# Specify the headers for the columns
my $headers = [Category, Sub-Category, Brand, Model];
Gtk2::Ex::RecordsFilter->set_headers($headers);
# Inject data into the widget
Gtk2::Ex::RecordsFilter->set_data($recordset);
# Get a ref to its widget
my $recordsfilter_widget = $recordsfilter->get_widget();
# Create the root window
my $window = Gtk2::Window->new;
$window->signal_connect(destroy => sub { Gtk2->main_quit; });
$window->set_default_size(500, 300);
# Add the widget to the root window
$window->add($recordsfilter_widget);
$window->show_all;
Gtk2->main;
When working with large amounts of relational records (csv files, database records, music files index), a common task is to filter out a subset or records from a given set. For example, in a master-detail database design, the master recordset, which is typically smaller than the detail recordset, can be filtered out and the filtered subset of master records can then be used to perform additional tasks on the detail records that they point to.
A common example of this usage is the song browser in your own mp3 player application (for example, the iTunes application). This application will allow you to choose an mp3 file (the detail record) based on criteria such as Artist, Album, Song (the master record). Once the master record is choosen (i.e., the Artist, Album and Song) it then performs a task on the detail record (i.e., play the mp3 file).
This Gtk2::Ex::RecordsFilter widget is inspired by the iTunes song browser widget. But this widget carries certain functionality which is not present in the iTunes song browser. The iTunes song browser allows the user to choose one song (one master record) at a time and play it. However, a more general usage should allow the user to choose multiple master records at a time. One approach for such multiple selections is to enable the user to click on different records with the CTRL key pressed and then choose all the highlighted records in one shot. This widget takes a different approach, which I call the shopping cart approach. This is explained in the next section.
Download (0.008MB)
Added: 2006-11-11 License: Perl Artistic License Price:
1077 downloads
Geo::TigerLine::Record::B 0.02
Geo::TigerLine::Record::B is a TIGER/Line 2003 Polygon Geographic Entity Codes: Corrections. more>>
Geo::TigerLine::Record::B is a TIGER/Line 2003 Polygon Geographic Entity Codes: Corrections.
SYNOPSIS
use Geo::TigerLine::Record::B;
@records = Geo::TigerLine::Record::B->parse_file($fh);
@records = Geo::TigerLine::Record::B->parse_file($fh, &callback);
$record = Geo::TigerLine::Record::B->new(%fields);
$record->rt();
$record->version();
$record->file();
$record->cenid();
$record->polyid();
$record->statecq();
$record->countycq();
$record->tractcq();
$record->blockcq();
$record->aianhhfpcq();
$record->aianhhcq();
$record->aihhtlicq();
$record->aitscecq();
$record->aitscq();
$record->anrccq();
$record->concitcq();
$record->cousubcq();
$record->submcdcq();
$record->placecq();
$record->uacc();
$record->urcc();
$record->rs_b1();
This is a class representing record type B of the TIGER/Line 2003 census geographic database. Each object is one record. It also contains methods to parse TIGER/Line record type B files and turn them into objects.
This is intended as an intermediate format between pulling the raw data out of the simplistic TIGER/Line data files into something more sophisticated (a process you should only have to do once). As such, its not very fast, but its careful, easy to use and performs some verifications on the data being read.
As this class is autogenerated by mk_parsers, think before you modify this file. Its OO, so consider sub-classing instead.
<<lessSYNOPSIS
use Geo::TigerLine::Record::B;
@records = Geo::TigerLine::Record::B->parse_file($fh);
@records = Geo::TigerLine::Record::B->parse_file($fh, &callback);
$record = Geo::TigerLine::Record::B->new(%fields);
$record->rt();
$record->version();
$record->file();
$record->cenid();
$record->polyid();
$record->statecq();
$record->countycq();
$record->tractcq();
$record->blockcq();
$record->aianhhfpcq();
$record->aianhhcq();
$record->aihhtlicq();
$record->aitscecq();
$record->aitscq();
$record->anrccq();
$record->concitcq();
$record->cousubcq();
$record->submcdcq();
$record->placecq();
$record->uacc();
$record->urcc();
$record->rs_b1();
This is a class representing record type B of the TIGER/Line 2003 census geographic database. Each object is one record. It also contains methods to parse TIGER/Line record type B files and turn them into objects.
This is intended as an intermediate format between pulling the raw data out of the simplistic TIGER/Line data files into something more sophisticated (a process you should only have to do once). As such, its not very fast, but its careful, easy to use and performs some verifications on the data being read.
As this class is autogenerated by mk_parsers, think before you modify this file. Its OO, so consider sub-classing instead.
Download (0.040MB)
Added: 2006-07-04 License: Perl Artistic License Price:
1207 downloads
EnsEMBL::Web::Record 1.01
EnsEMBL::Web::Record is a family of modules used for managing a users persistant data in a database. more>>
EnsEMBL::Web::Record is a family of modules used for managing a users persistant data in a database.
SYNOPSIS
Many web sites now encourage users to register and login to access more advanced features, and to customise a site to their needs.
The EnsEMBL::Web::Record group of Perl modules is design to manage any arbitrary type of user created data in an SQL database. This module follows the Active Record design pattern, in that each new instantiated Record object represents a single row of a database.
That object can be manipulated programatically, and any changes made can be stored in the database with a single record->save function call.
Because arbitrary Perl data structures can be stored in this manner, EnsEMBL::Web::Record allows user preferences to be easily saved, and allows developers to implement new featurs quickly.
This module was first used (and has been abstracted from) the Ensembl genome browser (http://www.ensembl.org).
New user data can be added to the database:
use EnsEMBL::Web::Record;
my $bookmark = EnsEMBL::Web::Record->new();
$bookmark->url(http://www.ensembl.org);
$bookmark->name(Ensembl);
$bookmark->save;
...
The Record can be associated with an user id:
$record->user($id);
The same record can also be removed:
$bookmark->delete;
EnsEMBL::Web::Record also provides a number of methods for getting collections of records from the database, using a field selector.
EnsEMBL::Web::Record::find_bookmarks_by_user_id($id).
<<lessSYNOPSIS
Many web sites now encourage users to register and login to access more advanced features, and to customise a site to their needs.
The EnsEMBL::Web::Record group of Perl modules is design to manage any arbitrary type of user created data in an SQL database. This module follows the Active Record design pattern, in that each new instantiated Record object represents a single row of a database.
That object can be manipulated programatically, and any changes made can be stored in the database with a single record->save function call.
Because arbitrary Perl data structures can be stored in this manner, EnsEMBL::Web::Record allows user preferences to be easily saved, and allows developers to implement new featurs quickly.
This module was first used (and has been abstracted from) the Ensembl genome browser (http://www.ensembl.org).
New user data can be added to the database:
use EnsEMBL::Web::Record;
my $bookmark = EnsEMBL::Web::Record->new();
$bookmark->url(http://www.ensembl.org);
$bookmark->name(Ensembl);
$bookmark->save;
...
The Record can be associated with an user id:
$record->user($id);
The same record can also be removed:
$bookmark->delete;
EnsEMBL::Web::Record also provides a number of methods for getting collections of records from the database, using a field selector.
EnsEMBL::Web::Record::find_bookmarks_by_user_id($id).
Download (0.006MB)
Added: 2007-02-22 License: Perl Artistic License Price:
974 downloads
Quake 4 1.1 Point Release
Quake 4 is a highly appreciated FPS game. more>>
Earth is under siege by the Strogg, a barbaric alien race moving through the universe consuming, recycling and annihilating any civilization in their path. In a desperate attempt to survive, an armada of Earths finest warriors is sent to take the battle to the Strogg home planet.
You are Matthew Kane, an elite member of Rhino Squad and Earths valiant invasion force. Fight alone, with your squad, or in hover tanks and mechanized walkers as you engage in a heroic mission to the heart of the Strogg war machine.
Battle through the beginning of the game as a combat marine, then after your capture, as a marine-turned-Strogg with enhanced abilities and the power to turn the tide of the war.
Built on id Softwares revolutionary DOOM 3 technology, QUAKE 4 also features fast-paced multiplayer competition modeled after the speed, feel, and style of QUAKE III Arena.
Quake 4 DEMO is released by Id Software.
Main features:
- Highly anticipated sequel to id softwares award-winning QUAKE II.
- Diversity of combat. Fight through solo missions as well as buddy and squad-based operations; or pilot heavy walkers and hover tanks through outdoor battles and epic firefights.
- Being captured and converted to Strogg becomes Earths only hope for defeating the Strogg.
- Player is not alone - he and his squad are part of a massive invasion force.
- Utilizes the industry leading DOOM 3 technology to create an unparalleled visual and aural experience.
- Arena-style multiplayer that allows players to play as Strogg or Marine in deathmatch, team deathmatch and capture-the-flag modes.
Enhancements:
- n addition to a number of new changes and updates, this 1.1 Point Release also includes the changes from update 1.0.4.0, beta 1.0.5.0 and beta 1.0.5.2. If you have not previously updated QUAKE 4, this update will bring your installation completely up to date. If you have previously installed an earlier update, this update can be installed over the earlier update(s) without problems - there is no need to re-install previous updates released through the id Software website. Doing so may adversely affect the proper functionality of your installation.
<<lessYou are Matthew Kane, an elite member of Rhino Squad and Earths valiant invasion force. Fight alone, with your squad, or in hover tanks and mechanized walkers as you engage in a heroic mission to the heart of the Strogg war machine.
Battle through the beginning of the game as a combat marine, then after your capture, as a marine-turned-Strogg with enhanced abilities and the power to turn the tide of the war.
Built on id Softwares revolutionary DOOM 3 technology, QUAKE 4 also features fast-paced multiplayer competition modeled after the speed, feel, and style of QUAKE III Arena.
Quake 4 DEMO is released by Id Software.
Main features:
- Highly anticipated sequel to id softwares award-winning QUAKE II.
- Diversity of combat. Fight through solo missions as well as buddy and squad-based operations; or pilot heavy walkers and hover tanks through outdoor battles and epic firefights.
- Being captured and converted to Strogg becomes Earths only hope for defeating the Strogg.
- Player is not alone - he and his squad are part of a massive invasion force.
- Utilizes the industry leading DOOM 3 technology to create an unparalleled visual and aural experience.
- Arena-style multiplayer that allows players to play as Strogg or Marine in deathmatch, team deathmatch and capture-the-flag modes.
Enhancements:
- n addition to a number of new changes and updates, this 1.1 Point Release also includes the changes from update 1.0.4.0, beta 1.0.5.0 and beta 1.0.5.2. If you have not previously updated QUAKE 4, this update will bring your installation completely up to date. If you have previously installed an earlier update, this update can be installed over the earlier update(s) without problems - there is no need to re-install previous updates released through the id Software website. Doing so may adversely affect the proper functionality of your installation.
Download (321.7MB)
Added: 2006-03-29 License: Freeware Price:
1304 downloads
People Search and Public Record Toolbar 1.0
People Search and Public Record Toolbar is a Firefox extension is a handy menu tool for investigators, reporters, etc. more>>
People Search and Public Record Toolbar is a Firefox extension is a handy menu tool for investigators, reporters, legal professionals, real estate agents, online researchers and anyone interested in doing their own basic people searches and public record lookups as well as background research.
Find past friends, relatives, classmates, coworkers, military buddies or do background research on people and businesses.
This useful extension offers you the following free people and public record searches at the click of a mouse:
- Free People Searches: White Pages, 411, DA Plus, Zaba Search, Zoom Info, Google, International Phone Directories, Google Image Search and Riya photo search.
- Reverse Phone Numbers: White Pages, DA Plus, Google, Land Line or Cell Phone? Search, Reverse Payphone and Do Not Call List.
- Reverse Addresses: White Pages, DA Plus, Google, Mail Drop Search and Whois Lookup.
- Area Code, Zip Code and International Calling Code Searches.
- Yellow Pages & Local Searches: White Pages Yellow, DA Plus Yellow, Google Local and Yahoo Local.
- Public Record Searches: Skipease Public Record Directory, Search Systems Public Record Directory, Social Security Number Searches, NETRonline Property Records, Zillow Property Values, Trulia Real Estate Search, Yahoo Real Estate and NACO US County Information.
- Criminal Searches: Inmate Locators and National Sex Offender Registry.
- Maps & Satellites: Google Maps, Map Quest, Yahoo Maps, Google Earth, Terra Server.
- Government Phone Directories: US Blue Pages, Canada GEDS.
- US Government Search Engines: FirstGov and Google Government Search.
- News & Blog Searches: Google News, Yahoo News, Technorati, IceRocket and Google Blog Search.
- Business & Finance: Alibaba, Business.com, Thomas Registry, Google Finance, Yahoo Finance.
- Jobs & Classifieds: Indeed Meta Job Search, Simply Hired Meta Job Search, Dice Jobs, Hot Jobs, Monster Jobs, Craigslist Classifieds.
- Social Network Sites: Facebook, Friendster, MySpace, Tribe, Xanga.
This extension contains NO malicious scripts or code; no malware, spyware or adware of any kind. This extension does NOT record personal or surfing information from users. If you dont believe me, then check the source code on the extension after you download it. There is absolutely no Spyware or malware of any kind and the same person continues to attack this extension and defame it using numerous different logon ids.
<<lessFind past friends, relatives, classmates, coworkers, military buddies or do background research on people and businesses.
This useful extension offers you the following free people and public record searches at the click of a mouse:
- Free People Searches: White Pages, 411, DA Plus, Zaba Search, Zoom Info, Google, International Phone Directories, Google Image Search and Riya photo search.
- Reverse Phone Numbers: White Pages, DA Plus, Google, Land Line or Cell Phone? Search, Reverse Payphone and Do Not Call List.
- Reverse Addresses: White Pages, DA Plus, Google, Mail Drop Search and Whois Lookup.
- Area Code, Zip Code and International Calling Code Searches.
- Yellow Pages & Local Searches: White Pages Yellow, DA Plus Yellow, Google Local and Yahoo Local.
- Public Record Searches: Skipease Public Record Directory, Search Systems Public Record Directory, Social Security Number Searches, NETRonline Property Records, Zillow Property Values, Trulia Real Estate Search, Yahoo Real Estate and NACO US County Information.
- Criminal Searches: Inmate Locators and National Sex Offender Registry.
- Maps & Satellites: Google Maps, Map Quest, Yahoo Maps, Google Earth, Terra Server.
- Government Phone Directories: US Blue Pages, Canada GEDS.
- US Government Search Engines: FirstGov and Google Government Search.
- News & Blog Searches: Google News, Yahoo News, Technorati, IceRocket and Google Blog Search.
- Business & Finance: Alibaba, Business.com, Thomas Registry, Google Finance, Yahoo Finance.
- Jobs & Classifieds: Indeed Meta Job Search, Simply Hired Meta Job Search, Dice Jobs, Hot Jobs, Monster Jobs, Craigslist Classifieds.
- Social Network Sites: Facebook, Friendster, MySpace, Tribe, Xanga.
This extension contains NO malicious scripts or code; no malware, spyware or adware of any kind. This extension does NOT record personal or surfing information from users. If you dont believe me, then check the source code on the extension after you download it. There is absolutely no Spyware or malware of any kind and the same person continues to attack this extension and defame it using numerous different logon ids.
Download (0.033MB)
Added: 2007-06-27 License: MPL (Mozilla Public License) Price:
986 downloads
LivEPICS fc5 1.0
LivEPICS is a Linux Live CD that includes: Epics base, Extensions tools, introductory documents and manuals. more>>
LivEPICS is a Linux live CD that includes: Epics Base (release R3.14.7), Extensions tools, introductory documents and manuals. It has the complete functionality to develop a small control system, but it is mainly intended for training classes or to monitor and supervise an EPICS network.
The goal of LivEPICS is:
- Allows to use EPICS without installation on the hard disk.
- Automatic setup of environment variables to compile and test new applications from scratch.
- Includes the basic tools (MEDM, VDCT, etc.) with the related documentation.
<<lessThe goal of LivEPICS is:
- Allows to use EPICS without installation on the hard disk.
- Automatic setup of environment variables to compile and test new applications from scratch.
- Includes the basic tools (MEDM, VDCT, etc.) with the related documentation.
Download (684.4MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
990 downloads
XML::SAX::ByRecord 0.41
XML::SAX::ByRecord can record oriented processing of (data) documents. more>>
XML::SAX::ByRecord can record oriented processing of (data) documents.
SYNOPSIS
use XML::SAX::Machines qw( ByRecord ) ;
my $m = ByRecord(
"My::RecordFilter1",
"My::RecordFilter2",
...
{
Handler => $h, ## optional
}
);
$m->parse_uri( "foo.xml" );
XML::SAX::ByRecord is a SAX machine that treats a document as a series of records. Everything before and after the records is emitted as-is while the records are excerpted in to little mini-documents and run one at a time through the filter pipeline contained in ByRecord.
The output is a document that has the same exact things before, after, and between the records that the input document did, but which has run each record through a filter. So if a document has 10 records in it, the per-record filter pipeline will see 10 sets of ( start_document, body of record, end_document ) events. An example is below.
This has several use cases:
- Big, record oriented documents
Big documents can be treated a record at a time with various DOM oriented processors like XML::Filter::XSLT.
- Streaming XML
Small sections of an XML stream can be run through a document processor without holding up the stream.
- Record oriented style sheets / processors
Sometimes its just plain easier to write a style sheet or - SAX filter that applies to a single record at at time, rather than having to run through a series of records.
<<lessSYNOPSIS
use XML::SAX::Machines qw( ByRecord ) ;
my $m = ByRecord(
"My::RecordFilter1",
"My::RecordFilter2",
...
{
Handler => $h, ## optional
}
);
$m->parse_uri( "foo.xml" );
XML::SAX::ByRecord is a SAX machine that treats a document as a series of records. Everything before and after the records is emitted as-is while the records are excerpted in to little mini-documents and run one at a time through the filter pipeline contained in ByRecord.
The output is a document that has the same exact things before, after, and between the records that the input document did, but which has run each record through a filter. So if a document has 10 records in it, the per-record filter pipeline will see 10 sets of ( start_document, body of record, end_document ) events. An example is below.
This has several use cases:
- Big, record oriented documents
Big documents can be treated a record at a time with various DOM oriented processors like XML::Filter::XSLT.
- Streaming XML
Small sections of an XML stream can be run through a document processor without holding up the stream.
- Record oriented style sheets / processors
Sometimes its just plain easier to write a style sheet or - SAX filter that applies to a single record at at time, rather than having to run through a series of records.
Download (0.042MB)
Added: 2007-08-17 License: Perl Artistic License Price:
798 downloads
Membership Software 1.05c
Membership Software allows you to keep accurate and up-to-date membership records for an organization online. more>>
Membership project allows you to keep accurate and up to date membership records online.
Features membership import, to bring your membership in from another software package. Also features membership export feature for creating mailings.
Search your membership and store information and pictues about each member.
Enhancements:
- This release fixes a few minor bugs found in the authentication module.
<<lessFeatures membership import, to bring your membership in from another software package. Also features membership export feature for creating mailings.
Search your membership and store information and pictues about each member.
Enhancements:
- This release fixes a few minor bugs found in the authentication module.
Download (0.40MB)
Added: 2006-03-09 License: Other/Proprietary License with Source Price:
1326 downloads
OpenClinic 0.7
OpenClinic project is a easy to use, open source, medical records system. more>>
OpenClinic project is a easy to use, open source, medical records system.
It has been mainly developed for private clinics, surgeries, and private doctors.
It is platform independent and has a multi-language architecture.
Main features:
- Environment: Web Environment
- Intended Audience: Education, Healthcare industry
- License: GNU General Public License (GPL)
- Natural Language: English, Spanish, Bulgarian
- Operating System: OS Independent
- Programming Language: PHP
- Topic: Dynamic Content
<<lessIt has been mainly developed for private clinics, surgeries, and private doctors.
It is platform independent and has a multi-language architecture.
Main features:
- Environment: Web Environment
- Intended Audience: Education, Healthcare industry
- License: GNU General Public License (GPL)
- Natural Language: English, Spanish, Bulgarian
- Operating System: OS Independent
- Programming Language: PHP
- Topic: Dynamic Content
Download (0.30MB)
Added: 2006-10-07 License: GPL (GNU General Public License) Price:
1121 downloads
EnRus dictionary tools 1.1c
EnRus dictionary tools project is a set of Tcl/Tk scripts for manipulating textual (plain or gzipped) dictionary base. more>>
EnRus dictionary tools project is a set of Tcl/Tk scripts for manipulating textual (plain or gzipped) dictionary base.
Its also used for compiling new dictionary bases from plain text files.
It consists of a few TCL console scripts and a Tk interface to them.
It is configurable for different languages.
The dictionary base may contain proper formatting and output procedures.
Main features:
- Find tool - finds records starting with exact pattern.
- Look tool - looks for words, starting with pattern.
- View tool - lets you to view all records that start with words starting with pattern.
- Search tool - searchs in dictionary base for records that answer to request.
- Guess tool - tries to guess words similar to pattern.
- Wander tool - returns random word (records) from file (WANDERWORDS in dictionary base directory or .enruswords in $HOME).
Enhancements:
- Default settings changed for working with Tk 8.3.
<<lessIts also used for compiling new dictionary bases from plain text files.
It consists of a few TCL console scripts and a Tk interface to them.
It is configurable for different languages.
The dictionary base may contain proper formatting and output procedures.
Main features:
- Find tool - finds records starting with exact pattern.
- Look tool - looks for words, starting with pattern.
- View tool - lets you to view all records that start with words starting with pattern.
- Search tool - searchs in dictionary base for records that answer to request.
- Guess tool - tries to guess words similar to pattern.
- Wander tool - returns random word (records) from file (WANDERWORDS in dictionary base directory or .enruswords in $HOME).
Enhancements:
- Default settings changed for working with Tk 8.3.
Download (0.067MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1111 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 epic records 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