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

Team Project List freeware
Filter: All | Freeware | Demo
 

Team Project List

< 1 2 3 4 5 
Added: May 25, 2010 | Visits: 958

List::MRU List::MRU is a Perl module that implements a simple fixed-size MRU-ordered list. SYNOPSIS use List::MRU; # Constructor $lm = List::MRU->new(max => 20); # Constructor with explicit eq subroutine for obj equality tests $lm = List::MRU->new(max => 20, eq => sub { $_[0]->stringify eq... Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): List::MRU Download

Added: August 19, 2010 | Visits: 975

List::Part List::Part is a Perl module that allows you to partition one array into several. SYNOPSIS use List::Part; ($good, $bad)=part { !/substring/ } @array; #store arrayrefs into $good and $bad (*good, *bad)=part { !/substring/ } @array; #store into @good and @bad ABSTRACT List::Part... Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): List::Part Download

Added: November 18, 2010 | Visits: 1.419

Deep Project Deep Project is a time entry application for consulting firms. It stores start/end time and sick/vacation time. The project has the beginning of project management and sales cycle features.. Providing the competitive edge to forward thinking businesses through custom software solutions. Platforms: *nix

License: Freeware Size: 11.3 MB Download (149): Deep Project Download

Added: November 06, 2010 | Visits: 1.393

dialog-mp3-list dialog-mp3-list generates an organized list of your CDs and directories of MP3s. It shows a numbered list of MP3s with information on their encoding speed and track lengths. It uses Dialog/XDialog and Latex to create lists in .tex, .ps, and .pdf formats. You can modify the source file .tex and... Platforms: *nix

License: Freeware Size: 77.82 KB Download (97): dialog-mp3-list Download

Added: May 13, 2010 | Visits: 1.680

List::Maker List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. SYNOPSIS use List::Maker; @list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10) @list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1) @list = < 1,3,..10 > # (1,3,5,7,9) @list = < 1..10 x 2 > # (1,3,5,7,9) @list = <... Platforms: *nix

License: Freeware Size: 7.17 KB Download (159): List::Maker Download

Added: January 16, 2010 | Visits: 3.586

The Open For Business Project The Open For Business Project is an open source enterprise automation software project licensed under the MIT Open Source License. By open source enterprise automation we mean: Open Source ERP, Open Source CRM, Open Source E-Business / E-Commerce, Open Source SCM, Open Source MRP, Open Source... Platforms: *nix

License: Freeware Size: 28.51 MB Download (374): The Open For Business Project Download

Added: April 10, 2010 | Visits: 1.001

Project VDW Project VDW contains a package that generates van der Waerden sequences. Project VDW is a an attempt to further research into van der Waerden sequences. The software consists of a client that generates sequences, and a utility to generate unique starting seeds. The ultimate goal of this... Platforms: *nix

License: Freeware Size: 43.01 KB Download (94): Project VDW Download

Added: June 24, 2010 | Visits: 987

tXtFL tXtFL project is a play-by-play, team-building football simulator. Teams can be coached from the command-line, built through unique plays, and then tested on the field. It does not require 3D or even 2D accelerated graphics. A graphical display allows coaching from the command-line while... Platforms: *nix

License: Freeware Size: 4.9 MB Download (103): tXtFL Download

Added: March 16, 2010 | Visits: 1.576

Tourney Team Stats for Quake 2 Tourney Team Stats (tts) is a Python script that creates stats for Quake 2 Team Play. It can only work with the ngLog logstyle, so the Tourney Quake 2 mod is the only one supported.. Get Tourney Team Stats (TTS) for Quake 2 at SourceForge.net. Fast, secure and free downloads from the largest... Platforms: *nix

License: Freeware Size: 67.58 KB Download (108): Tourney Team Stats for Quake 2 Download

Added: November 19, 2010 | Visits: 961

List::Search List::Search is a Perl module for fast searching of sorted lists. SYNOPSIS use List::Search qw( list_search nlist_search custom_list_search ); # Create a list to search my @list = sort qw( bravo charlie delta ); # Search for a value, returns the index of first match print list_search(... Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): List::Search Download

Added: February 18, 2010 | Visits: 1.230

Project Dune Project Dune provides an issue tracker integrated with source code control systems. Project Dune is a Web-based issue tracker that is fully integrated with source code control systems, which enables code inspections in the browser. The project aims to automate the full cycle of development,... Platforms: *nix

License: Freeware Download (137): Project Dune Download

Added: July 26, 2010 | Visits: 2.182

The Linux UPnP Internet Gateway Device Project The Linux UPnP Internet Gateway Device Project is an attempt to begin work on a UPnP Forum-compliant Internet Gateway Device. It allows Windows Messenger or other this kind of programs to use voice/video through a Linux firewall running Iptables. This program only creates DNAT (portmap)... Platforms: *nix

License: Freeware Size: 28.67 KB Download (113): The Linux UPnP Internet Gateway Device Project Download

Added: September 11, 2010 | Visits: 972

List::Util List::Util Perl module contains a selection of general-utility list subroutines. SYNOPSIS use List::Util qw(first max maxstr min minstr reduce shuffle sum); List::Util contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would... Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): List::Util Download

Added: July 03, 2010 | Visits: 1.856

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications.. Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List Download

Added: July 18, 2010 | Visits: 2.066

The 64 bit Virtual CPU Project This is a project to create 64-bit virtual CPU, create a 64 bit assembler for the CPU and then port C to it, and then create scripts to port GNU/Linux to it. The aim is to run 64-bit Linux on common 8/16/32 bit CPUs in applications where speed is not an issue. Whats New in This Release: -... Platforms: *nix

License: Freeware Size: 686.08 KB Download (165): The 64 bit Virtual CPU Project Download

Added: October 13, 2010 | Visits: 1.121

mbank-cli mbank-cli project provides a rudimentary command line interface to the mBank online banking system. Usage: You may create debug directory to make debugging easier. You may provide --verbose option to fill your screen with cryptic strings. Usage examples: $ ./mbank-cli list # list... Platforms: *nix

License: Freeware Size: 6.14 KB Download (132): mbank-cli Download

Added: February 18, 2010 | Visits: 1.006

XMMS Album List XMMS Album List is a Unix application for loading directories of audio files into XMMS, similar in concept to the Winamp plugin AlbumList. XMMS Album List is written in Perl using Gtk2-Perl, MP3::Info, and Xmms::Perl (the latter being available on CPAN). This is my first application using GTK+,... Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XMMS Album List Download

Added: February 24, 2010 | Visits: 864

List::RewriteElements List::RewriteElements is a Perl module that can create a new list by rewriting elements of a first list. SYNOPSIS use List::RewriteElements; Constructor Simplest case: Input from array, output to STDOUT. $lre = List::RewriteElements->new( { list => @source, body_rule => sub { my... Platforms: *nix

License: Freeware Size: 26.62 KB Download (98): List::RewriteElements Download

Added: May 22, 2010 | Visits: 1.456

List::Compare List::Compare is a Perl module to compare elements of two or more lists. SYNOPSIS The bare essentials: @Llist = qw(abel abel baker camera delta edward fargo golfer); @Rlist = qw(baker camera delta delta edward fargo golfer hilton); $lc = List::Compare->new(@Llist, @Rlist);... Platforms: *nix

License: Freeware Size: 184.32 KB Download (100): List::Compare Download

Added: October 21, 2010 | Visits: 2.107

OpenSCADA Project The OpenSCADA project aims to create a full-featured and state-of-the-art SCADA (Supervisory Control and Data Acquisition) system to be used in industrial and civil engineering applications to control distributed systems from a master location. The OpenSCADA project was started in order to... Platforms: *nix

License: Freeware Download (310): OpenSCADA Project Download

< 1 2 3 4 5