Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.032.684 Times

Boson Practicce Test For Praxis Teacher freeware
Filter: All | Freeware | Demo
 

Boson Practicce Test For Praxis Teacher

< 1 2 3 4 5 
Added: April 24, 2010 | Visits: 1.276

CGI::NoPoison CGI::NoPoison is No Poison Null Byte in CGI->Vars. SYNOPSIS use CGI; use CGI::NoPoison my $m = CGI->new(); $m->param( -name=>amplifier, -value=>[nine, ten, up to eleven], ); my %h = $m->Vars(); # look ma, no splitting on poison null-bytes ( )! print "$_ => ", join ", ", @{$h{$_}}...



Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): CGI::NoPoison Download

Added: July 07, 2010 | Visits: 1.443

php_qrencode php_qrencode is a PHP extension to generate qrcode. The project is based on libqrencode. only 2 function to generate qr code. < code > $qr = qr_encode (test for qrcode); qr_save ($qr, 1.png); < /code > or you can output direct to stdout. < code > $qr = qr_encode (test for qrcode);...





Platforms: *nix

License: Freeware Size: 6.14 KB Download (180): php_qrencode Download

Added: February 22, 2010 | Visits: 1.544

Extract archive Extract archive is a service menu that allows you to extract any archive file that ark is capable to read + ACE files. You can chose to extract here, or in a subdirectory. In that case, it asks you the name of the subdirectory where you want to extract, and suggests you the archive name by...


Platforms: *nix

License: Freeware Download (165): Extract archive Download

Added: September 08, 2010 | Visits: 783

Commands::Guarded Commands::Guarded Perl package provides better scripts through guarded commands. SYNOPSIS use Commands::Guarded; my $var = 0; step something => ensure { $var == 1 } using { $var = 1 } ; # $var is now 1 step nothing => ensure { $var == 1 } using { $var = 2 } # bug! ; # $var is...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Commands::Guarded Download

Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 476

HD_Speed Don't mutter to yourself about how slow your drive is - benchmark it to know exactly how fast it is (or isn't) moving. HD_Speed provides real-time feedback on any drive's transfer speed. All disks are not created equal, so if you have a nagging feeling that one of your flash drives is...


Platforms: Windows

License: Freeware Download (408): HD_Speed Download

Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 749

Talent Copy Talent Copy uses advanced algorithm to limit empty HDD head moves, HDD waste, noise and power on file copying and increase file copy speed dramaticaly. On windows vista test for copying of folder containing 6686 jpeg files and 143 sub folders, with size of 513MB Talent Copy was 3 times faster...


Platforms: Windows

License: Freeware Download (56): Talent Copy Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 414

Spaceflight challenge I Become an astronaut on the International Space Station! Spaceflight Challenge 1 features science topics from across the secondary schools European curricula. It can be enjoyed as a role playing adventure game or as a set of interactive exercises that can be accessed in any order. Full...


Platforms: Windows

License: Freeware Size: 251.38 MB Download (52): Spaceflight challenge I Download

Added: May 10, 2013 | Visits: 533

Password format validator This script validates that a given password meets certain security requirements, such as length, number of digits and other characters, etc.PHP Password validator script can be easily installed, used and modified to suit your needs. It can run on any web server having support for PHP...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (62): Password format validator Download

Added: May 10, 2013 | Visits: 552

Chilkat MIME C Library Chilkat MIME C Library  allows you to create an manipulate MIME and S/MIME messages. Features: - Navigate the MIME message tree structure via the NumParts property and GetPart(index) method. - Retrieve header field names and values. - Add header fields to a MIME message. - Add a detached...


Platforms: Windows, C/C++,

License: Freeware Download (55): Chilkat MIME C Library Download

Added: June 24, 2013 | Visits: 467

Volatility Forecast Toolbox The Toolbox forecasts the volatility of a (mxn) vector of data and from a variety of in-built / non-in-built GARCH models with various distributions, as well as the univariate RiskMetrics. The toolbox also estimates a number of Volatility Forecast Loss Functions and if selected Value-at-Risk for...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (41): Volatility Forecast Toolbox Download

Added: October 26, 2013 | Visits: 595

Backup Bouncer Check if your backups really work Hey there OS X user! Do you back up your files? Of course you do! (Right? Right???) But do your backups work? Really? Are you sure? Have you checked? Backup Bouncer is here to help keep the ugly backup tools out of the club. It's a command-line-based test suite...


Platforms: Mac

License: Freeware Size: 20.48 KB Download (42): Backup Bouncer Download

Added: October 08, 2013 | Visits: 376

Data::Validate This module collects common validation routines to make input validation, and untainting easier and more readable. Most of the functions are not much shorter than their direct perl equivalent (and are much longer in some cases), but their names make it clear what you're trying to test for....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): Data::Validate Download

Added: July 24, 2013 | Visits: 667

Model-in-the-Loop for Embedded System Test (MiLEST) In Model-in-the-Loop for Embedded System Test (MiLEST) the developed signal-feature d-deOCt oriented paradigm allows the abstract description of signals and their properties. It addresses the problem of missing reference signal flows as well as the issue of systematic test data selection....


Platforms: Matlab

License: Freeware Size: 1.55 MB Download (46): Model-in-the-Loop for Embedded System Test (MiLEST) Download

Added: June 07, 2013 | Visits: 515

PortalXP - Teacher Edition for Scripts PortalXP - Teacher Edition is a PHP/MySQL application used to create a common front-end for teacher websites.PortalXP at one time was an open source application for teachers to create/update/maintain easy to use web sites.Now, PXP has grown into a development platform to build and maintain...


Platforms: PHP

License: Freeware Size: 102.4 KB Download (54): PortalXP - Teacher Edition for Scripts Download

Added: July 26, 2010 | Visits: 1.112

Test::Fixme Test::Fixme is a Perl module to check code for FIXMEs. SYNOPSIS # In a test script like t/test-fixme.t use Test::Fixme; run_tests(); # You can also tailor the behaviour. use Test::Fixme; run_tests( where => lib, # where to find files to check match => TODO, # what to check for...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): Test::Fixme Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 1.028

EMS Data Generator for MySQL 2011 EMS Data Generator for MySQL is an application for generating test data to several MySQL database tables at once. The wizard application allows you to define tables and fields for generating data, set value ranges, generate char fields by mask, load values for BLOB fields from files, get lists...


Platforms: Windows, 2K, XP, 2003, Windows Vista

License: Freeware Download (58): EMS Data Generator for MySQL 2011 Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 930

EMS Data Generator for PostgreSQL 2011 EMS Data Generator for PostgreSQL is an application for generating test data to several PostgreSQL database tables at once. The wizard application allows you to define tables and fields for generating data, set value ranges, generate char fields by mask, load values for BLOB fields from files,...


Platforms: Windows

License: Freeware Download (57): EMS Data Generator for PostgreSQL 2011 Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 942

EMS Data Generator for DB2 2011 EMS Data Generator for DB2 is a powerful utility for generating test data to several DB2 database tables at once. The wizard application allows you to define tables and fields for generating data, set value ranges, generate char fields by mask, load values for BLOB fields from files, get lists...


Platforms: Windows

License: Freeware Download (49): EMS Data Generator for DB2 2011 Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 681

Test module for php nuke system This is a module for php nuke web portal system, like a quizz module in test module you can assign a weight for a single answer, create a profile with range of value, you can create official or funny test :)


Platforms: Windows, Mac, Linux

License: Freeware Size: 89.5 KB Download (50): Test module for php nuke system Download

Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 578

unit--, the unit test aid for C++ Unit-- : a simple, easy-to-use and portable unit test aid for C++ , supporting your Test Driven Development


Platforms: Windows, Mac, Linux

License: Freeware Size: 22.1 KB Download (48): unit--, the unit test aid for C++ Download

< 1 2 3 4 5