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

Pensacola Independent Weekly freeware
Filter: All | Freeware | Demo
 

Pensacola Independent Weekly

< 1 2 3 4 5 > 
Added: October 30, 2013 | Visits: 1.037

xarchiver Xarchiver is a lightweight desktop independent archive manager built with the GTK+2 toolkit. It was my intention to develop a simple GUI which could be used with any desktop environment and would operate using the command line rather than API calls. Xarchiver has been designed from the ground up... Platforms: *nix

License: Freeware Size: 737.28 KB Download (120): xarchiver Download

Added: July 22, 2010 | Visits: 1.262

Mail::SendEasy Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). Supports SMTP authentication and attachments. This modules will send in a easy way e-mails, and doesnt have dependencies. Soo, you dont need to install libnet. It supports SMTP authentication and... Platforms: *nix

License: Freeware Size: 11.26 KB Download (109): Mail::SendEasy Download

Added: September 02, 2010 | Visits: 1.308

Device Control Device Device Control Device is a platform independent remote telescope and device control program compatible with the INDI standard (see http://indi.sourceforge.net/). This program is a client (a user interface) and provides functions to control devices connected to a remote system that is running an... Platforms: *nix

License: Freeware Size: 74.75 KB Download (100): Device Control Device Download

Added: November 02, 2010 | Visits: 1.473

Backstage RSS Ticker Backstage RSS Ticker is a platform independent RSS ticker which sits on your desktop and simply rotates the news in a small window. The ticker offers the user complete customization, including colors, feeds, typing modes, and more. Backstage RSS Ticker was inspired by the BBCs original ticker... Platforms: *nix

License: Freeware Size: 23.55 KB Download (137): Backstage RSS Ticker Download

Added: March 27, 2010 | Visits: 852

TeX::DVI TeX::DVI is a Perl module to write out TeXs DVI (DeVice Independent) file. SYNOPSIS use TeX::DVI; use Font::TFM; my $dvi = new TeX::DVI "texput.dvi"; my $font = new_at Font::TFM "cmr10", 12 or die "Error loading cmr10 at 12 pt: $Font::TFM::errstrn"; $dvi->preamble();... Platforms: *nix

License: Freeware Size: 9.22 KB Download (105): TeX::DVI Download

Added: June 16, 2010 | Visits: 1.177

Mail::Bulkmail Mail::Bulkmail is a platform independent mailing list module. SYNOPSIS use Mail::Bulkmail /path/to/conf.file my $bulk = Mail::Bulkmail->new( "LIST" => "~/my.list.txt", "From" => "Jim Thomason" , "Subject" => "This is a test message", "Message" => "Here is my test message" ) || die... Platforms: *nix

License: Freeware Size: 71.68 KB Download (93): Mail::Bulkmail Download

Added: January 25, 2010 | Visits: 900

FlickrGettr FlickrGettr is a Flickr-API independent tool to download flickr-sets. The project has multiple features allowing set-name filtering, choosing picture quality or specifying multiple accounts from which to download sets. It features CGI, Tk, and shell frontends. The CGI and Tk frontends are in... Platforms: *nix

License: Freeware Size: 7.17 KB Download (109): FlickrGettr Download

Added: March 16, 2010 | Visits: 1.094

ConsultComm Project Timekeeper 3.2 ConsultComm Project Timekeeper is a small, lightweight, platform-independent program written in Java that allows anyone managing multiple projects, clients or tasks to effectively keep track of exactly how long theyve worked on each project. Since I started development in November of 1999,... Platforms: *nix

License: Freeware Size: 1.8 MB Download (101): ConsultComm Project Timekeeper 3.2 Download

Added: February 13, 2010 | Visits: 700

gtkpod gtkpod is a platform independent GUI for Apples iPod using GTK2. gtkpod is a platform independent GUI for Apples iPod using GTK2. It allows you to import your existing iTunes database, to add songs/directories/playlists, to edit ID3 tags, to modify the iTunes database without the iPod connected... Platforms: *nix

License: Freeware Size: 972.8 KB Download (93): gtkpod Download

Added: May 27, 2010 | Visits: 1.726

Ekspos Image Viewer Ekspos is platform independent Java image viewer program. Ekspos Image Viewer support most popular image format: PNG, JPEG, and GIF, where additional image format can be added through Java ImageIO plugin. It consists of 2 parts: shell browser and viewer. Shell browser allows you to navigate... Platforms: *nix

License: Freeware Download (137): Ekspos Image Viewer Download

Added: February 15, 2010 | Visits: 1.193

php-residence php-residence is designed to manage weekly or daily rental of house apartments or small hotel rooms. php-residence uses a MySQL or PostgreSQL database as a backend. Reservations can be assigned to an apartment automatically with user-defined rules.. Platforms: *nix

License: Freeware Size: 358.4 KB Download (141): php-residence Download

Added: March 21, 2010 | Visits: 739

Mail::Sendmail Mail::Sendmail is a simple platform independent mailer. SYNOPSIS use Mail::Sendmail; %mail = ( To => you@there.com, From => me@here.com, Message => "This is a very short message" ); sendmail(%mail) or die $Mail::Sendmail::error; print "OK. Log says:n", $Mail::Sendmail::log; Simple... Platforms: *nix

License: Freeware Size: 16.38 KB Download (100): Mail::Sendmail Download

Added: February 27, 2010 | Visits: 1.138

Oscailt Oscailt is an independent media center content management system. Oscailt is an independent media centre content management system developed by the Indymedia Ireland Tech Group, and written using PHP and MySql. The word "Oscailt" is an Irish word meaning "open" and is pronounced kind of like... Platforms: *nix

License: Freeware Size: 3 MB Download (95): Oscailt Download

Added: February 04, 2010 | Visits: 717

PLCash 2.00 Build PLCash project is a platform-independent personal financial program.. Platforms: *nix

License: Freeware Size: 614.4 KB Download (99): PLCash 2.00 Build Download

Added: September 17, 2010 | Visits: 786

GNU GNU 3DKit is a platform independent rendering architecture based on OpenGL, written in ObjC. GNU 3DKit is part of the GNUstep environment, which provides an object-oriented application development framework and tool set.. Platforms: *nix

License: Freeware Download (99): GNU Download

Added: July 24, 2010 | Visits: 1.479

DBI DBI is a database independent interface for Perl. SYNOPSIS use DBI; @driver_names = DBI->available_drivers; %drivers = DBI->installed_drivers; @data_sources = DBI->data_sources($driver_name, %attr); $dbh = DBI->connect($data_source, $username, $auth, %attr); $rv =... Platforms: *nix

License: Freeware Size: 481.28 KB Download (122): DBI Download

Added: October 12, 2010 | Visits: 665

UnNaTuRaL UnNaTuRaL is a platform-independent role-playing engine. It was named for the "UnNaTuRaL laws" of infinite individual user-created worlds. These detailed worlds are built entirely from resource files (simple, easy-to-read text-files) which control the language of the user interface, the terrain... Platforms: *nix

License: Freeware Size: 27.65 KB Download (89): UnNaTuRaL Download

Added: March 01, 2010 | Visits: 839

Scratchlib 0.3 Scratchlib is a open source platform independent C++ library that can detect the position, speed and direction of Final Scratch timecode records. Is there a simple example how to use it ? Yes, just download the sources, compile it and see how it works. Can i use other timecode records with... Platforms: *nix

License: Freeware Size: 921.6 KB Download (102): Scratchlib 0.3 Download

Added: October 14, 2010 | Visits: 871

Inlab-Scheme Inlab-Scheme is an independent implementation of the algorithmic language Scheme and conforms to the R4RS and the IEEE Standard 1178. In addition to the language core, Inlab-Scheme has support for image processing which allows the implementation of OCR and image recognition applications.... Platforms: *nix

License: Freeware Size: 89.09 KB Download (91): Inlab-Scheme Download

Added: April 12, 2010 | Visits: 760

Graphics::Simple Graphics::Simple is a simple , device-independent graphics API for Perl. SYNOPSIS use Graphics::Simple; line 100,100,200,200; circle 50,50,25; stop(); clear(); # Wait for a button press, clear the page Ever had a Commodore C-64 or Vic-20 or some other of the machines of that era? Where... Platforms: *nix

License: Freeware Size: 13.31 KB Download (96): Graphics::Simple Download

< 1 2 3 4 5 >