san specialist exam s
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 80
WWW::Mechanize::Examples 1.30
WWW::Mechanize::Examples is a Perl module with sample programs that use WWW::Mechanize. more>>
SYNOPSIS
Plenty of people have learned WWW::Mechanize, and now, you can too!
Following are user-supplied samples of WWW::Mechanize in action.
You can also look at the t/*.t files in the distribution.
Please note that these examples are not intended to do any specific task. For all I know, theyre no longer functional because the sites they hit have changed. Theyre here to give examples of how people have used WWW::Mechanize.
Note that the examples are in reverse order of my having received them, so the freshest examples are always at the top.
Starbucks Density Calculator, by Nat Torkington
Heres a pair of scripts from Nat Torkington, editor for OReilly Media and co-author of the Perl Cookbook.
Rael [Dornfest] discovered that you can easily find out how many Starbucks there are in an area by searching for "Starbucks". So I wrote a silly scraper for some old census data and came up with some Starbucks density figures. Theres no meaning to these numbers thanks to errors from using old census data coupled with false positives in Yahoo search (e.g., "Dodie Starbuck-Your Style Desgn" in Portland OR). But it was fun to waste a night on.
Here are the top twenty cities in descending order of population, with the amount of territory each Starbucks has. E.g., A New York NY Starbucks covers 1.7 square miles of ground.
New York, NY 1.7
Los Angeles, CA 1.2
Chicago, IL 1.0
Houston, TX 4.6
Philadelphia, PA 6.8
San Diego, CA 2.7
Detroit, MI 19.9
Dallas, TX 2.7
Phoenix, AZ 4.1
San Antonio, TX 12.3
San Jose, CA 1.1
Baltimore, MD 3.9
Indianapolis, IN 12.1
San Francisco, CA 0.5
Jacksonville, FL 39.9
Columbus, OH 7.3
Milwaukee, WI 5.1
Memphis, TN 15.1
Washington, DC 1.4
Boston, MA 0.5
Download (0.10MB)
Added: 2007-07-20 License: Perl Artistic License Price:
828 downloads
The Manhattan Virtual Classroom 3.2
The Manhattan Virtual Classroom is a course management system that runs on Linux and other Unix-like systems. more>>
The Manhattan Virtual Classroom is a stable, fast and effective course management system that runs on Linux and other Unix-like systems.
Its written entirely in the C programming language (fast! - light hardware requirements) and is 100% database-free (no MySQL administration, no tuning issues- simple!) Manhattan supports thousands of users at its Western New England College home, and at other colleges and schools around the world.
Its one of the best-kept secrets of the online learning world - a course management system "for the rest of us".
Main features:
- Provide your students with handouts, notices, lecture materials, interactive self-tests, and web sites to visit.
- Assign homework for your students to complete, receive the work they do in response to those assignments, and provide feedback.
- Issue multiple-choice, True/False, and short answer exams.
- Issue more involved exams where the students are expected to do their work offline, and submit their responses in the form of a word processing, spreadsheet, or other type of file(s).
- Exchange private messages with your students.
- Host discussions with the entire class, or with teams of students.
- Keep students apprised of their grades.
- Issue surveys to your students and collect the results.
- Engage in live online "chats" with your students.
- Track which students are using the system and when.
<<lessIts written entirely in the C programming language (fast! - light hardware requirements) and is 100% database-free (no MySQL administration, no tuning issues- simple!) Manhattan supports thousands of users at its Western New England College home, and at other colleges and schools around the world.
Its one of the best-kept secrets of the online learning world - a course management system "for the rest of us".
Main features:
- Provide your students with handouts, notices, lecture materials, interactive self-tests, and web sites to visit.
- Assign homework for your students to complete, receive the work they do in response to those assignments, and provide feedback.
- Issue multiple-choice, True/False, and short answer exams.
- Issue more involved exams where the students are expected to do their work offline, and submit their responses in the form of a word processing, spreadsheet, or other type of file(s).
- Exchange private messages with your students.
- Host discussions with the entire class, or with teams of students.
- Keep students apprised of their grades.
- Issue surveys to your students and collect the results.
- Engage in live online "chats" with your students.
- Track which students are using the system and when.
Download (4.1MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1095 downloads
SMSTerm 0.6.1
SMSTerm is an application that uses the ICQ2000 protocol. more>>
SMSTerm is an application that uses the ICQ2000 protocol to present you a shell on your mobile phone which allows you to interact with your computer from any mobile on a GSM network. It runs a shell on a pty, and allows you to directly send commands to the shell through SMS. Minimal authentication is done over SMS before spawning a shell and offering it to the user on the mobile phone. It is very useful for remote administration tasks, or checking out the status of the network, or just to run some small chores on your system while you are away. It uses Expect.pm in the background. SMSTerm also includes a script to send SMS through the ICQ network from the command line to any GSM mobile, and also includes a PHP script to set up a Web->SMS gateway.
This is a simple perl script to allow all you people out there who cannot live without having a peek at what your box at home has to say, when you are on the move. All you need is a GSM mobile, and an ICQ account. An ICQ account is required because it is used as the
underlying protocol in SMSTerm to transfer/recieve SMSs.
Yoy can use this application to contact systems behind NATs, as the kernel ships with kernel modules to allow ICQ to be masqd reliably. It is a good way to telnet into your system, which maybe behind a firewall, and do some chores, when youre halfway accross the globe
Enhancements:
- included the new vICQ.pm version 1.10: the earlier version had some serious bugs in receiving SMS which prevented SMSTerm from working at all. I released SMSTerm 0.6 in a hurry during my exams so I couldnt test it thoroughly. Apologies to everyone who couldnt get it to work. This time everything is tested and tried, and it works.
-
- delay modified: the default delay time has been increased from 10s to 20s in SMSTerm. This is because ICQ was giving me RATE_LIMIT errors if i set it too low. Anyone who get a RATE_LIMIT can try bumping it somemore.
<<lessThis is a simple perl script to allow all you people out there who cannot live without having a peek at what your box at home has to say, when you are on the move. All you need is a GSM mobile, and an ICQ account. An ICQ account is required because it is used as the
underlying protocol in SMSTerm to transfer/recieve SMSs.
Yoy can use this application to contact systems behind NATs, as the kernel ships with kernel modules to allow ICQ to be masqd reliably. It is a good way to telnet into your system, which maybe behind a firewall, and do some chores, when youre halfway accross the globe
Enhancements:
- included the new vICQ.pm version 1.10: the earlier version had some serious bugs in receiving SMS which prevented SMSTerm from working at all. I released SMSTerm 0.6 in a hurry during my exams so I couldnt test it thoroughly. Apologies to everyone who couldnt get it to work. This time everything is tested and tried, and it works.
-
- delay modified: the default delay time has been increased from 10s to 20s in SMSTerm. This is because ICQ was giving me RATE_LIMIT errors if i set it too low. Anyone who get a RATE_LIMIT can try bumping it somemore.
Download (MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1226 downloads
Americas Army: Special Forces (FireFight) 2.5.0
America�s Army is one of the five most popular action games played online. more>>
Americas Army is one of the five most popular action games played online. It provides players with the most authentic military experience available, from exploring the development of Soldiers in individual and collective training to their deployment in simulated missions in the War on Terror.
Americas Army: Special Forces is the follow-up to Americas Army: Operations, which was released on July 4, 2002.
In Americas Army: Special Forces, players attempt to earn Green Beret status by completing individual and collective training missions drawn from the Special Forces Assignment and Selection (SFAS) process.
Players who complete the SFAS process have the opportunity to take on elite Special Forces roles and are qualified to play in multiplayer missions with units ranging from the elite 82d Airborne Division to the 75th Ranger Regiment.
Includes the complete game Americas Army: Operations.
Main features:
- Authentic U.S. Army experience Realistic depiction of the values, units, equipment and career opportunities that make the Army the worlds premier land force continually updated to incorporate new occupations, units, technologies and adventures.
- Realistic roles Including Weapons Specialist (18B), Intelligence (18F), Engineer (18C), Communications (18E) and Combat Medic (18D).
- Challenging Green Beret training Complete training missions drawn from the SFAS process at Fort Bragg. Successfully complete SFAS and advance to Special Forces Qualification Course (Q-Course) missions to explore new Special Forces roles.
- Intense Special Forces action Intense Special Forces action Experience multiplayer missions in simulated combat environments. Take part in missions that span the capabilities of a Special Forces detachment, including unconventional warfare, direct action, surveillance and reconnaissance and Combat Search and Rescue.
- Detailed Special Forces equipment and military hardware Building on the equipment available in Americas Army: Operations, Americas Army: Special Forces adds the M4 Carbine featuring the Picatinny rail mod system for attaching laser-aiming devices and sighting systems; the MP5SD6 Remington 870 shotgun for forced entry; the AT4, a shoulder-fired anti-tank rocket and the BDM, a shoulder-fired bunker demolition munition.
- Accurate Soldier behavior Players are bound by the laws of land warfare, Army values (honor, duty and integrity) and realistic rules of engagement as they navigate challenges in teamwork-based multiplayer force vs. force operations. Mission accomplishment standings are evaluated based on team effort and adherence to a set of values and norms of conduct.
<<lessAmericas Army: Special Forces is the follow-up to Americas Army: Operations, which was released on July 4, 2002.
In Americas Army: Special Forces, players attempt to earn Green Beret status by completing individual and collective training missions drawn from the Special Forces Assignment and Selection (SFAS) process.
Players who complete the SFAS process have the opportunity to take on elite Special Forces roles and are qualified to play in multiplayer missions with units ranging from the elite 82d Airborne Division to the 75th Ranger Regiment.
Includes the complete game Americas Army: Operations.
Main features:
- Authentic U.S. Army experience Realistic depiction of the values, units, equipment and career opportunities that make the Army the worlds premier land force continually updated to incorporate new occupations, units, technologies and adventures.
- Realistic roles Including Weapons Specialist (18B), Intelligence (18F), Engineer (18C), Communications (18E) and Combat Medic (18D).
- Challenging Green Beret training Complete training missions drawn from the SFAS process at Fort Bragg. Successfully complete SFAS and advance to Special Forces Qualification Course (Q-Course) missions to explore new Special Forces roles.
- Intense Special Forces action Intense Special Forces action Experience multiplayer missions in simulated combat environments. Take part in missions that span the capabilities of a Special Forces detachment, including unconventional warfare, direct action, surveillance and reconnaissance and Combat Search and Rescue.
- Detailed Special Forces equipment and military hardware Building on the equipment available in Americas Army: Operations, Americas Army: Special Forces adds the M4 Carbine featuring the Picatinny rail mod system for attaching laser-aiming devices and sighting systems; the MP5SD6 Remington 870 shotgun for forced entry; the AT4, a shoulder-fired anti-tank rocket and the BDM, a shoulder-fired bunker demolition munition.
- Accurate Soldier behavior Players are bound by the laws of land warfare, Army values (honor, duty and integrity) and realistic rules of engagement as they navigate challenges in teamwork-based multiplayer force vs. force operations. Mission accomplishment standings are evaluated based on team effort and adherence to a set of values and norms of conduct.
Download (776MB)
Added: 2005-11-02 License: Freeware Price:
816 downloads
Yoxel Systems 1.07b
Yoxel Systems is a software product management and customer feedback management solution. more>>
Yoxel Systems is a software product management and customer feedback management solution. Yoxel Systems is a connected system to track product requirements, manage product life cycles, provide online customer support, and accumulate support knowledge.
Yoxel Systems is more than yet another bug tracker, helpdesk or project organizer. It bridges request tracking and project management by providing a flow manager that walks your team from request prioritization and project planning through project implementation to project completion.
Unlike web based portals from SalesForce.Com or SugarCRM Yoxel Systems is tailored specifically for software development companies.
WHY YOXEL SW?
A role based, easy to use and very flexible request tracking system with customizable workflow, powerful filtering and advanced reporting capabilities.
Product management capabilities and agile methods of development on top of your existing Bugzilla/Mantis/GNATS/...
Automated process for product requirements management and product development planning/tracking.
Efficient collaboration between R&D, marketing and customer support teams to increase relevancy and value of your product releases.
Improved customer support that gives you fast and more accurate customer feedback on product requests and priorities.
WHY YOXEL IT?
The work of IT departments is not just about supporting users and resolving various network issues, it is also about implementing complex projects concerning. infrastructure and efficiency of your systems and business:
YOXEL IT is the solution for your IT department:
Ticket Tracking System is flexible and powerful, packed with features you expect from professional IT helpdesks.
Yoxel IT Project Management System extends TTS allowing your IT specialists to collaborate, plan and track complex IT projects.
<<lessYoxel Systems is more than yet another bug tracker, helpdesk or project organizer. It bridges request tracking and project management by providing a flow manager that walks your team from request prioritization and project planning through project implementation to project completion.
Unlike web based portals from SalesForce.Com or SugarCRM Yoxel Systems is tailored specifically for software development companies.
WHY YOXEL SW?
A role based, easy to use and very flexible request tracking system with customizable workflow, powerful filtering and advanced reporting capabilities.
Product management capabilities and agile methods of development on top of your existing Bugzilla/Mantis/GNATS/...
Automated process for product requirements management and product development planning/tracking.
Efficient collaboration between R&D, marketing and customer support teams to increase relevancy and value of your product releases.
Improved customer support that gives you fast and more accurate customer feedback on product requests and priorities.
WHY YOXEL IT?
The work of IT departments is not just about supporting users and resolving various network issues, it is also about implementing complex projects concerning. infrastructure and efficiency of your systems and business:
YOXEL IT is the solution for your IT department:
Ticket Tracking System is flexible and powerful, packed with features you expect from professional IT helpdesks.
Yoxel IT Project Management System extends TTS allowing your IT specialists to collaborate, plan and track complex IT projects.
Download (0.62MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1032 downloads
Cite CRM 0.2.0
Cite CRM Open Source Project is a web based customer management and trouble ticket system for computer repair profesionals. more>>
Cite CRM Open Source Project is a web based customer management and trouble ticket system for computer repair profesionals.
Our goal is to provide your businesses with the ability to utilize the worlds fastest-growing CRM platform that is designed specificaly for the computer repair industry. Our software is designed and developed by computer repair specialist like your self so we know what you need and what you dont. Cite CRM is desgined to be light weight and fast but dosnt lack the tools you need to make your day to day work flow move smothly.
Cite CRM gives your computer repair bussines the ability to manage your cutomers from anywhere in the world. Work Orders can be closed at a customers residence and presented with a bill at the time of service. You can also create new Work Orders, add new Customers, and assign work orders to employees from any location with our intuitive interface. In-Cite CRM gives your company the freedom of movement and
time saving tools to help manage your day to day work flow and increase profites.
Cite CRM is writen in PHP and uses MySQL as the back end, other database could easaly be used as we use ADODB for all the database functions. It is completely skinable as it uses the smarty template engine for all the templates. Cite CRM is designed to be fully modular and pluggable. Developing new moduals and plugins is quick and fast.
Cite CRM is brought to by In-Cite CRM, a hosted solution wich runs Cite CRM as its core. At In-Cite CRM you do not have to install any software or maintain any computer equipment. All you need is an internet connection and a web browser. And at $29.99 per month its afordable! Want more information see our website.
Enhancements:
- Quite a few bugs were fixed.
- The installer was improved.
- Several issues that showed up with PHP5 and MySQL 5 were fixed.
- The CRM has had lots of testing on Windows setups.
- Parts management and integration was added.
- You can now order parts through the online ordering system and the orders will integrate into your work orders.
- There are ordering locations across the USA, Canada, and Mexico.
<<lessOur goal is to provide your businesses with the ability to utilize the worlds fastest-growing CRM platform that is designed specificaly for the computer repair industry. Our software is designed and developed by computer repair specialist like your self so we know what you need and what you dont. Cite CRM is desgined to be light weight and fast but dosnt lack the tools you need to make your day to day work flow move smothly.
Cite CRM gives your computer repair bussines the ability to manage your cutomers from anywhere in the world. Work Orders can be closed at a customers residence and presented with a bill at the time of service. You can also create new Work Orders, add new Customers, and assign work orders to employees from any location with our intuitive interface. In-Cite CRM gives your company the freedom of movement and
time saving tools to help manage your day to day work flow and increase profites.
Cite CRM is writen in PHP and uses MySQL as the back end, other database could easaly be used as we use ADODB for all the database functions. It is completely skinable as it uses the smarty template engine for all the templates. Cite CRM is designed to be fully modular and pluggable. Developing new moduals and plugins is quick and fast.
Cite CRM is brought to by In-Cite CRM, a hosted solution wich runs Cite CRM as its core. At In-Cite CRM you do not have to install any software or maintain any computer equipment. All you need is an internet connection and a web browser. And at $29.99 per month its afordable! Want more information see our website.
Enhancements:
- Quite a few bugs were fixed.
- The installer was improved.
- Several issues that showed up with PHP5 and MySQL 5 were fixed.
- The CRM has had lots of testing on Windows setups.
- Parts management and integration was added.
- You can now order parts through the online ordering system and the orders will integrate into your work orders.
- There are ordering locations across the USA, Canada, and Mexico.
Download (1.0MB)
Added: 2006-01-30 License: GPL (GNU General Public License) Price:
1364 downloads
S-Terminal 0.5
S-terminal lets you create a secure X terminal over an ecrypted tunnel. more>>
S-terminal lets you create a secure X terminal over an ecrypted tunnel.
Regular X terminals pass unencrypted data between you the remote machine.
S-terminal creates an encrypted tunnel through which all X traffic passes.
It replaces the remote xdm login screen with a local application that collects username and password, then sets up an ssh tunnel to the remote host and starts a session.
It is highly configurable both in appearance and behavior, and deployed S-terminals can be remotely administered.
S-terminal was developed to run under Knoppix, but it should be portable to most Linux systems. With minor changes, it should work on any Unix-like system that has X, perl, tcl/tk and expect installed.
Best of all, it can be added to a KNOPPIX CD to create an instant, bootable, secure X terminal CD.
<<lessRegular X terminals pass unencrypted data between you the remote machine.
S-terminal creates an encrypted tunnel through which all X traffic passes.
It replaces the remote xdm login screen with a local application that collects username and password, then sets up an ssh tunnel to the remote host and starts a session.
It is highly configurable both in appearance and behavior, and deployed S-terminals can be remotely administered.
S-terminal was developed to run under Knoppix, but it should be portable to most Linux systems. With minor changes, it should work on any Unix-like system that has X, perl, tcl/tk and expect installed.
Best of all, it can be added to a KNOPPIX CD to create an instant, bootable, secure X terminal CD.
Download (0.051MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1145 downloads
KMathsTest 0.2
KMathsTest is a program who randomly generates maths questions for you to answer. more>>
KMathsTest is a program who randomly generates maths questions for you to answer.
Equations: dont you just love them? Well, youll find as many as you like in KMathsTest, which will generate random arithmetic sums, linear or simultaneous equations for your solving delight.
OK, so maybe you dont delight in it, but if you have a maths exam coming up, this is essential stuff, and therefore, this is essential software to make sure youve learnt it! KMathsTest has the interface of a KDE application.
This program randomly generates maths questions for you to answer. It keeps a basic log of your scores and allows you to change the minimum and maximum values for the numbers.
Currently, these questions are available:
- Addition;
- Subtraction;
- Multiplication;
- Division;
- Linear equations;
- Simultaneous equations.
Explanations are also provided on how to solve individual linear equations.
<<lessEquations: dont you just love them? Well, youll find as many as you like in KMathsTest, which will generate random arithmetic sums, linear or simultaneous equations for your solving delight.
OK, so maybe you dont delight in it, but if you have a maths exam coming up, this is essential stuff, and therefore, this is essential software to make sure youve learnt it! KMathsTest has the interface of a KDE application.
This program randomly generates maths questions for you to answer. It keeps a basic log of your scores and allows you to change the minimum and maximum values for the numbers.
Currently, these questions are available:
- Addition;
- Subtraction;
- Multiplication;
- Division;
- Linear equations;
- Simultaneous equations.
Explanations are also provided on how to solve individual linear equations.
Download (0.21MB)
Added: 2005-06-01 License: GPL (GNU General Public License) Price:
1606 downloads
TCExam 4.2.003
TCExam is Web-based software for generating and managing online tests and exams. more>>
TCExam is a Web-based software to generate and manage online tests and exams.
An e-exam (or CBT - Computer Based Testing)is an electronic exam that can be executed by using a personal computer or an equivalent electronic device (e.g. handheld computer).
The use of e-exam systems, instead of traditional paper-based tests, allows you to simplify the entire exam cycle, including generation, execution, evaluation, presentation and archiving. This simplification allows you to save time and money while improving exams reliability.
Main features:
- Automatic Installation System
- platform-independent server-side software
- multilanguage support (include support for TMX standard and UTF-8 Unicode)
- based on standard and open standard technologies (PHP5, MySQL, PostgreSQL, XHTML, JavaScript, PDF)
- includes a Database Abstraction Layer with drivers for MySQL AND PostgreSQL
- Web-based accessible interface, compatible with almost all modern internet browsers
- includes a protected administration area from which it is possible to manage the whole system
- supports different access levels both for users and resources (pages, forms, sections)
- includes an additional security system to access the tests based on the check of the IP addresses
- supports an unlimited number of tests, topics, questions and answers
- supports text formatting and use of images in the description of the tests, the questions and the answers
- once defined, the topics can be used alone or together for different tests
- supports both multiple-answer questions and free-answer questions
- automatically calculates the cumulative score for multiple answers
- includes a system to manually evaluate the free answers
- generates unique tests for each user by randomly selecting questions and possible answers
- supports timing for starting time and duration of the tests
- can generate PDF versions of the tests so that they can be done without using a computer
- generates reports and statistical data both in XHTML and PDF formats
- allows the customization of the format and the headers of the PDF documents
- supports the output of the test results for the final user
- sends test results to users via email
Enhancements:
- TCPDF library was updated.
<<lessAn e-exam (or CBT - Computer Based Testing)is an electronic exam that can be executed by using a personal computer or an equivalent electronic device (e.g. handheld computer).
The use of e-exam systems, instead of traditional paper-based tests, allows you to simplify the entire exam cycle, including generation, execution, evaluation, presentation and archiving. This simplification allows you to save time and money while improving exams reliability.
Main features:
- Automatic Installation System
- platform-independent server-side software
- multilanguage support (include support for TMX standard and UTF-8 Unicode)
- based on standard and open standard technologies (PHP5, MySQL, PostgreSQL, XHTML, JavaScript, PDF)
- includes a Database Abstraction Layer with drivers for MySQL AND PostgreSQL
- Web-based accessible interface, compatible with almost all modern internet browsers
- includes a protected administration area from which it is possible to manage the whole system
- supports different access levels both for users and resources (pages, forms, sections)
- includes an additional security system to access the tests based on the check of the IP addresses
- supports an unlimited number of tests, topics, questions and answers
- supports text formatting and use of images in the description of the tests, the questions and the answers
- once defined, the topics can be used alone or together for different tests
- supports both multiple-answer questions and free-answer questions
- automatically calculates the cumulative score for multiple answers
- includes a system to manually evaluate the free answers
- generates unique tests for each user by randomly selecting questions and possible answers
- supports timing for starting time and duration of the tests
- can generate PDF versions of the tests so that they can be done without using a computer
- generates reports and statistical data both in XHTML and PDF formats
- allows the customization of the format and the headers of the PDF documents
- supports the output of the test results for the final user
- sends test results to users via email
Enhancements:
- TCPDF library was updated.
Download (6.3MB)
Added: 2007-05-19 License: GPL (GNU General Public License) Price:
893 downloads
Alien Swarm 1.32
Alien Swarm is a co-op mod for UT2004 where you play a team of marines fighting agains the swarm. more>>
Alien Swarm is an overhead view tactical shooter modification for Unreal Tournament 2004. Alien Swarm is set in a distant future, the players take the role of a Commander in the Interstellar Armed Forces.
They must guide their squad of marines through Swarm infested colonies, overrun bases and outposts, to achieve a variety of objectives. Featuring Assault Rifles, Heat Tracking Guns, Sentry Guns, Flamethrowers and more.
The top down, tactical shooter can be played by a maximum of 6 players in a co-op style. (You can play 8 in total, but then the game gets a bit crowded so we made it 6 by default.) Choose from eight marines, with different specialties - medical, technical, explosive or weapons specialists.
It features a single mission mode and a campaign. Fight off the Swarm to increase your skills and earn medals for extra skill points.
<<lessThey must guide their squad of marines through Swarm infested colonies, overrun bases and outposts, to achieve a variety of objectives. Featuring Assault Rifles, Heat Tracking Guns, Sentry Guns, Flamethrowers and more.
The top down, tactical shooter can be played by a maximum of 6 players in a co-op style. (You can play 8 in total, but then the game gets a bit crowded so we made it 6 by default.) Choose from eight marines, with different specialties - medical, technical, explosive or weapons specialists.
It features a single mission mode and a campaign. Fight off the Swarm to increase your skills and earn medals for extra skill points.
Download (121.2MB)
Added: 2007-03-03 License: GPL (GNU General Public License) Price:
979 downloads
SLFFEA 1.4
SLFFEA stands for San Les Free Finite Element Analysis. more>>
SLFFEA stands for San Les Free Finite Element Analysis. SLFFEA is a package of scientific software and graphical user interfaces for use in finite element analysis. It is written in ANSI C by San Le and distributed under the terms of the GNU license.
SLFFEA includes:
9 of the basic finite element types:
- 3-D 2 node beam
- 3-D 8 node brick
- 2-D 4 node plate
- 2-D 4 node quad (plane stress and plane strain)
- 3-D 4 node doubly curved shell (individual element defined by 4 or 8 nodes)
- 3-D 4 node tetrahedron
- 2-D 3 node triangle
- 3-D 2 node truss
- 3-D 6 node wedge
non-linear large deformation element:
- 3-D 8 node brick - Updated Lagrange formulation with Jaumann Stress Rate
And 1 thermal element:
- 3-D 8 node brick - It can handle thermal loads as well as orthotropy.
9 Graphical User Interfaces for each element type.
- Example of brick GUI
- Example of beam GUI
SLFFEA is dedicated to Richard Stallman , Granddaddy of the Free Software Movement, Linus Torvalds, its prodigal son, and everyone on comp.os.linux.setup .
<<lessSLFFEA includes:
9 of the basic finite element types:
- 3-D 2 node beam
- 3-D 8 node brick
- 2-D 4 node plate
- 2-D 4 node quad (plane stress and plane strain)
- 3-D 4 node doubly curved shell (individual element defined by 4 or 8 nodes)
- 3-D 4 node tetrahedron
- 2-D 3 node triangle
- 3-D 2 node truss
- 3-D 6 node wedge
non-linear large deformation element:
- 3-D 8 node brick - Updated Lagrange formulation with Jaumann Stress Rate
And 1 thermal element:
- 3-D 8 node brick - It can handle thermal loads as well as orthotropy.
9 Graphical User Interfaces for each element type.
- Example of brick GUI
- Example of beam GUI
SLFFEA is dedicated to Richard Stallman , Granddaddy of the Free Software Movement, Linus Torvalds, its prodigal son, and everyone on comp.os.linux.setup .
Download (1.0MB)
Added: 2006-11-16 License: LGPL (GNU Lesser General Public License) Price:
1076 downloads
Media-S 1.0 Beta 2
Media-S is an open-source development project that aims to create an open Digital Rights interface. more>>
Media-S project is an open-source development project that aims to create an open Digital Rights interface for the creation, playback, and management of multimedia files.
Because of its open nature, Ogg Vorbis will be the first format to be protected by this initiative.
<<lessBecause of its open nature, Ogg Vorbis will be the first format to be protected by this initiative.
Download (0.10MB)
Added: 2006-08-22 License: GPL (GNU General Public License) Price:
1160 downloads
Exam4Fun 0.5
Exam4Fun is a full-featured program that helps you learn new language/vocabulary. more>>
Exam4Fun 0.5 is a full-featured program that helps you learn new language/vocabulary. It is designed to be flexible and to fit to different kind of exam. You can create your own exam and take the exam in different ways(Identification, Flashcard, Multiple Choice).
Enhancements:
- Added multiple choice exam
- Updated the ordering of selected topics
- Revised exam summary report
- Fixed exam editor not displaying unknown word type in wrong choices table
- Renamed "Hardcopy" Exam to "Print out"
Requirements: Java 5 is required.
<<less Added: 2009-07-17 License: GPL Price: FREE
100 downloads
Other version of Exam4Fun
License:GPL (GNU General Public License)
S tar 1.5a83
S tar is the most POSIX compliant and fastest known implementation of a tar archiver. more>> <<less
Download (0.72MB)
Added: 2007-07-17 License: CDDL (Common Development and Distribution License) Price:
831 downloads
PhpEdu Prealpha 1.0
PhpEdu is a Web-based educational management system for instituitions of higher learning, especially universities. more>>
PhpEdu is a Web-based educational management system for instituitions of higher learning, especially universities.
Some of the features included are a set of e-learning modules which allow lecturers to deliver online courses, set homework, administer tests and exams, and more.
Other interesting features include admissions, course registration, attendance, fees, and alumni modules.
<<lessSome of the features included are a set of e-learning modules which allow lecturers to deliver online courses, set homework, administer tests and exams, and more.
Other interesting features include admissions, course registration, attendance, fees, and alumni modules.
Download (2.8MB)
Added: 2006-03-07 License: GPL (GNU General Public License) Price:
1330 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 san specialist exam s 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