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.213.621 Times

Special Education Teaching Methods freeware
Filter: All | Freeware | Demo
 

Special Education Teaching Methods

< 1 2 3 4 5 
Added: January 18, 2010 | Visits: 826

Tk::PerlMethodList Tk::PerlMethodList is a Perl module to query the Symbol-table for methods (subroutines) defined in a class (package) and its parents. SYNOPSIS require Tk::PerlMethodList; my $instance = $main_window->PerlMethodList(); Tk::PerlMethodList is a Tk::Toplevel-derived widget. The window...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (87): Tk::PerlMethodList Download

Added: April 23, 2010 | Visits: 1.012

cdloop cdloop is a audio-CD-Player with special looping capabilities intended for musicians who want to analyze parts of CDs. The boundaries of the looped area on the CD can be adjusted in small steps and cdloop can pause before repeating the loop again so you ´stay in the groove´. You can save your...





Platforms: *nix

License: Freeware Size: 91.14 KB Download (96): cdloop Download

Added: August 05, 2010 | Visits: 1.010

Log::StdLog Log::StdLog is a Perl module with a simple log file via a special filehandle. SYNOPSIS use Log::StdLog { level => warn, file => "$0.log" }; # Messages at the same or a higher level are logged... print {*STDLOG} error => "This error message will be loggedn"; print {*STDLOG} warn => "This...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): Log::StdLog Download

Added: August 07, 2010 | Visits: 881

Set::Hash Set::Hash is a Perl module with hashes as objects with lots of handy methods (including set comparisons) and support for method chaining. SYNOPSIS use Set::Hash; my $sh1 = Set::Hash->new(name=>"dan",age=>33); my $sh2 = Set::Hash->new(qw/weight 185 height 72/); $sh1->length->print; # 2...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Set::Hash Download

Added: January 02, 2010 | Visits: 922

ulxmlrpcpp ulxmlrpcpp is a library to call methods on a remote server. ulxmlrpcpps main goal is to be as easy to use as possible but be fully compliant. It is object oriented and written in C++. ulxmlrpcpp is a library to perform calls via XML-RPC in an object oriented approach implemented in C++. It is...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (90): ulxmlrpcpp Download

Added: September 13, 2010 | Visits: 1.198

Math::Numbers Math::Numbers is a Perl module that contains methods for mathematical approaches of concepts of the number theory. SYNOPSIS use Math::Numbers; my $a = 123; my $b = 34; my $numbers = Math::Numbers->new($a, $b [, ...]); print "They are coprimes (relatively primes)!n" if...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): Math::Numbers Download

Added: June 16, 2010 | Visits: 933

DirHandle DirHandle is a Perl module created to supply object methods for directory handles. SYNOPSIS use DirHandle; $d = new DirHandle "."; if (defined $d) { while (defined($_ = $d->read)) { something($_); } $d->rewind; while (defined($_ = $d->read)) { something_else($_); } undef $d; } The...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): DirHandle Download

Added: August 17, 2010 | Visits: 1.314

Audio::TagLib::MPEG::File Audio::TagLib::MPEG::File is an MPEG file class with some useful methods specific to MPEG. SYNOPSIS use Audio::TagLib::MPEG::File; my $i = Audio::TagLib::MPEG::File->new("sample file.mp3"); print $i->tag()->artist()->toCString(), "n"; # got artist This implements the generic...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (124): Audio::TagLib::MPEG::File Download

Added: February 09, 2010 | Visits: 1.083

Math::Vec Math::Vec is a Object-Oriented Vector Math Methods in Perl. SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross([1,2.5,0]); $p = NewVec(@res); $q = $p->Dot([0,1,0]); or use Math::Vec qw(:terse); $v = V(0,1,2); $q...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (110): Math::Vec Download

Added: February 17, 2010 | Visits: 1.840

CAD::Drawing CAD::Drawing is a Perl module with methods to create, load, and save vector graphics. SYNOPSIS The primary intention of this module is to provide high-level operations for creating, loading, saving and manipulating vector graphics without having to be overly concerned about smile floormats....


Platforms: *nix

License: Freeware Size: 39.94 KB Download (228): CAD::Drawing Download

Added: October 24, 2010 | Visits: 1.618

CAD::Drawing::IO::Image CAD::Drawing::IO::Image is a Perl module with output methods for images. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture. check_type Returns true if $type is "img" or $filename matches one of the ImageMagick type extensions. $fact =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (111): CAD::Drawing::IO::Image Download

Added: September 06, 2010 | Visits: 1.612

CAD::Drawing::IO::Tk CAD::Drawing::IO::Tk is a Perl module with GUI I/O methods for CAD::Drawing. This module is considered extremely pre-ALPHA and its use is probably deprecated by the time you read this. Methods There is no constructor for this class, its methods are inherited via CAD::Drawing::IO Thoughts...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): CAD::Drawing::IO::Tk Download

Added: August 12, 2010 | Visits: 1.581

CAD::Drawing::Manipulate::Transform CAD::Drawing::Manipulate::Transform is a Perl module with Matrix methods for CAD::Drawing. Provides 3D transformation methods (based on traditional matrix algorithms) for Drawing.pm objects. Coordinate System All of these methods assume a RIGHT-HANDED coordinate system. If you are using a...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (121): CAD::Drawing::Manipulate::Transform Download

Added: August 04, 2010 | Visits: 1.586

CAD::Drawing::IO CAD::Drawing::IO are I/O methods for the CAD::Drawing module. This module provides the load() and save() functions for CAD::Drawing and provides a point of flow-control to deal with the inheritance and other trickiness of having multiple formats handled through a single module. Utility...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (183): CAD::Drawing::IO Download

Added: March 23, 2010 | Visits: 831

GnuPG::Interface GnuPG::Interface is a Perl interface to GnuPG. SYNOPSIS # A simple example use IO::Handle; use GnuPG::Interface; # settting up the situation my $gnupg = GnuPG::Interface->new(); $gnupg->options->hash_init( armor => 1, homedir => /home/foobar ); # Note you can set the recipients even...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (90): GnuPG::Interface Download

Added: March 09, 2010 | Visits: 1.018

Interact Interact project is an online learning and collaboration platform. Interact is an online learning and collaboration platform that was developed by the Christchurch College of Education. It is a free alternative to the likes of WebCT and Blackboard, and was designed with the intention of...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (93): Interact Download

Added: September 26, 2010 | Visits: 1.211

Getfem The Getfem++ project focuses on the development of a generic and efficient C++ library for finite element methods elementary computations. The goal is to provide a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and...


Platforms: *nix

License: Freeware Size: 4.3 MB Download (107): Getfem Download

Added: May 27, 2010 | Visits: 1.075

Qtarot Qtarot project is a tarot reading/teaching tool using the Qt library. It includes the ability to click on images to display an HTML help page with card or position information and meanings. Any spread or deck can be added by creating the appropriate text files describing the spread/deck and...


Platforms: *nix

License: Freeware Size: 256 KB Download (106): Qtarot Download

Added: May 17, 2010 | Visits: 767

XOTcl XOTcl (XOTcl, pronounced exotickle) is an object-oriented scripting language based on MITs OTcl. XOTcl is intended as a value added replacement for OTcl. XOTcl is an open source project which was initiated by Gustaf Neumann and Uwe Zdun, its main developers. The following people have...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (89): XOTcl Download

Added: September 26, 2010 | Visits: 920

VRML::VRML2 VRML::VRML2 is a Perl module that contains VRML methods with the VRML 2.0/97 standard. SYNOPSIS use VRML::VRML2; $vrml = new VRML::VRML2; $vrml->browser(Cosmo Player 2.0,Netscape); $vrml->at(-15 0 20); $vrml->box(5 3 1,yellow); $vrml->back; $vrml->print; $vrml->save; OR with the...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (242): VRML::VRML2 Download

< 1 2 3 4 5