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

Cal Poly San Luis Obispo Admissions freeware
Filter: All | Freeware | Demo
 

Cal Poly San Luis Obispo Admissions

< 1 2 3 4 5 > 
Added: March 24, 2010 | Visits: 1.271

Games::Chess Games::Chess Perl module represent chess positions and games. SYNOPSIS use Games::Chess qw(:constants); my $p = Games::Chess::Position->new; $p->at(0,0,BLACK,ROOK); $p->at(7,7,WHITE,ROOK); print $p->to_text; The Games::Chess package provides the class Games::Chess::Piece to represent...



Platforms: *nix

License: Freeware Size: 49.15 KB Download (114): Games::Chess Download

Added: August 03, 2010 | Visits: 1.246

PDL::Graphics::AquaTerm PDL::Graphics::AquaTerm is a Perl module that provides access to the AquaTerm Mac OS-X graphics terminal. SYNOPSIS # example 1 use PDL; use PDL::Graphics::LUT; use PDL::Graphics::AquaTerm; my $x_size = 255; my $y_size = 255; aquaOpen({SIZE_X => $x_size, SIZE_Y => $y_size});...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): PDL::Graphics::AquaTerm Download

Added: June 07, 2010 | Visits: 1.072

PDL::Graphics::X PDL::Graphics::X is a PDL OO access to X windows. SYNOPSIS # example 1 use PDL; use PDL::Graphics::X; my $x_size = 255; my $y_size = 255; my $win1 = PDL::Graphics::X->new({SIZE_X => $x_size, SIZE_Y => $y_size}); my $a = xvals(zeroes(byte,$x_size,$y_size)); $win1->imag($a); # example...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): PDL::Graphics::X Download

Added: April 24, 2010 | Visits: 1.022

WebService::Mappoint WebService::Mappoint is a client SOAP implementation for Mappoint, Microsofts geographic maps web service, based on SOAP::Lite. SYNOPSIS Map fetch example for use with Mappoint 3.0 service. use WebService::Mappoint; use MIME::Base64; my $render = new WebService::Mappoint::Render(); my...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (119): WebService::Mappoint Download

Added: October 23, 2010 | Visits: 720

HTML::CalendarMonthDB HTML::CalendarMonthDB is a Perl Module for Generating Persistant HTML Calendars. INTERFACE METHODS * dbname (name of database to use, required if you wish to use a database) * dbuser (database user, default nobody) * dbpass (database user password, default ) * dbcalendar (database...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (92): HTML::CalendarMonthDB Download

Added: November 26, 2010 | Visits: 963

sinntp sinntp is a tiny NNTP client. sinntp virtually lacks any user interface: news messages are downloaded from a remote server and put into a local mailbox file. About NNTP: The Network News Transfer Protocol or NNTP is an Internet application protocol used primarily for reading and posting...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): sinntp Download

Added: August 16, 2010 | Visits: 1.082

GNU Gatekeeper GUI The GNU Gatekeeper GUI visualizes all registrations and VoIP calls the gatekeeper is managing. GNU Gatekeeper GUI also allows the user to send commands to the gatekeeper (e.g., to terminate calls or unregister H.323 endpoints). According to Recommendation H.323, a gatekeeper shall provide the...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (113): GNU Gatekeeper GUI Download

Added: April 19, 2010 | Visits: 1.022

Math::Polynomial::Solve Math::Polynomial::Solve is a Perl module to find the roots of polynomial equations. SYNOPSIS use Math::Complex; # The roots may be complex numbers. use Math::Polynomial::Solve qw(poly_roots); my @x = poly_roots(@coefficients); or use Math::Complex; # The roots may be complex numbers....


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Math::Polynomial::Solve Download

Added: April 03, 2010 | Visits: 1.418

PDL::Graphics::PGPLOT::Window PDL::Graphics::PGPLOT::Window is a OO interface to PGPLOT windows. SYNOPSIS perldl> use PDL::Graphics::PGPLOT::Window perldl> $win = PDL::Graphics::PGPLOT::Window->new(Device => /xs); perldl> $a = pdl [1..100] perldl> $b = sqrt($a) perldl> $win->line($b) perldl> $win->hold() perldl> $c...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): PDL::Graphics::PGPLOT::Window Download

Added: March 26, 2010 | Visits: 1.540

Chuchunco City 2000 Chuchunco City 2000 project is a cross-platform 2D fighting game. It is inspired by popular fighting games, such as Street Fighter and King of Fighters, but has some unique features and concepts. Chuchunco City aims at portability, speed, and better playability. The code compiles for MS-DOS...


Platforms: *nix

License: Freeware Size: 624.64 KB Download (114): Chuchunco City 2000 Download

Added: June 21, 2010 | Visits: 1.116

Image::Imlib2 Image::Imlib2 is a Perl interface to the Imlib2 image library. SYNOPSIS use Image::Imlib2; # create a new image my $image = Image::Imlib2->new(200, 200); # or load an image $image = Image::Imlib2->load("foo.png"); # Enable the alpha channel support $image->has_alpha(1); # set a...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (94): Image::Imlib2 Download

Added: June 13, 2010 | Visits: 1.140

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with...


Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

Added: August 07, 2010 | Visits: 2.449

PHP/Mysql Site Builder PHP/Mysql Site Builder is a PHP/Mysql tool for managing your homepage, you can create dinamyc and static version of your site. PHPBuilder is free software, released under GNU GPL Licence version 2.0 (see COPYING file for details). PHPBuilder is the result of many ideas, and code write by...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (247): PHP/Mysql Site Builder Download

Added: November 18, 2010 | Visits: 1.205

MapFS MapFS implements a Linux filesystem which utilizes copy-on-write functionality and existing Linux filesystems to allow component filesystems (or portions thereof) to be combined into a single virtual filesystem that appears to be fully writable. It is written in C, uses the standard Linux...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (91): MapFS Download

Added: January 15, 2010 | Visits: 983

HTML::CalendarMonthSimple HTML::CalendarMonthSimple is a Perl Module for Generating HTML Calendars. SYNOPSIS use HTML::CalendarMonthSimple; $cal = new HTML::CalendarMonthSimple(year=>2001,month=>2); $cal->width(50%); $cal->border(10); $cal->header(Text at the top of the Grid); $cal->setcontent(14,"Valentines...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (91): HTML::CalendarMonthSimple Download

Added: October 01, 2010 | Visits: 1.076

OpenArena OpenArena is an open-source content package for Quake III Arena licensed under the GPL, effectively creating a free stand-alone game. The art direction of Open Arena is about "double" as Quake III Arena: - double texture resolution, i.e. 512x512 as opposed to a 256x256 - double the polycount...


Platforms: *nix

License: Freeware Size: 250.9 MB Download (129): OpenArena Download

Added: September 02, 2010 | Visits: 2.433

Simple PHP Calendar Simple PHP Calendar is a a simple, extensible PHP calendar class. The project focuses exclusively on generating an HTML representation for a given month. It is meant to be easily extended for use in other applications, such as input widgets for forms, or full event calendaring applications. Its...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (124): Simple PHP Calendar Download

Added: July 14, 2010 | Visits: 1.080

PhpEdu Prealpha 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...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (111): PhpEdu Prealpha Download

Added: July 19, 2010 | Visits: 1.197

New Adventure Shell New Adventure Shell project is an adventure shell script. The New Adventure Shell is a script that turns your shell into a text adventure game. It ought to pose as little restrictions on normal shell use as possible, and allows as many adventure commands as possible. The script is intended...


Platforms: *nix

License: Freeware Size: 70.66 KB Download (93): New Adventure Shell Download

Added: July 07, 2010 | Visits: 1.339

Gregorian calendar Gregorian calendar 1582 is a small Python script to generate calendars for any year in the history greater or equal to one. The output format is the same as the Unix "cal" command. However, it supposes the Gregorian Reformation took place on October 4th, 1582, in contrast to the cal, which...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (114): Gregorian calendar Download

< 1 2 3 4 5 >