Main > Free Download Search >

Free tennessee volunteers software for mac

tennessee volunteers

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 47
Gwydion Dylan PPC 2.3.3r2

Gwydion Dylan PPC 2.3.3r2


Compiler for the programming language, Dylan. more>>
Gwydion Dylan PPC is a compiler for the programming language Dylan. The d2c compiler was developed at Carnegie Mellon University and open sourced 1998. A group of volunteers is improving the compiler and porting it to other platforms since then.

Dylan is a modern object-oriented programming language featuring multiple dispatch, multiple inheritance, closures and a pattern matching, hygienic macro system.Gwydion Dylan PPC is a port of d2c to the CodeWarrior integrated environment. It compiles to C which is in turn automatically compiled to object code by CodeWarrior.
<<less
Download (0MBMB)
Added: 2004-05-31 License: Freeware Price:
1973 downloads
AutoAPOD 1.0.1

AutoAPOD 1.0.1


Download a daily astronomy picture. more>>
AutoAPOD is a great new system extension that allows your Mac OS X computer to instantly download a great Astronomy picture daily.

Explore the beauty of the cosmos from the comfort of your own home or office.

What is APOD?APOD stands for Astronomy Picture Of the Day.

It is a web site hosted by a dedicated group of volunteers that wish to share the beauty of the skies with you.

What is AutoAPOD? AutoAPOD is a two part program for your Macintosh that not only can fetch the "Astronomy Picture of the Day" for you, but also set it as your desktop backdrop.
<<less
Download (98KB)
Added: 2004-09-08 License: Freeware Price:
1874 downloads
JabberFox 0.4.1

JabberFox 0.4.1


JabberFoX is a client for the Jabber chat system more>>
JabberFoX is a Jabber client for Mac OS X and the name stands for "Jabber For OS X".
Jabber is an open source instant messaging system fully based on XML. Thanks to the server-side Jabber Agents, Jabber clients can communicate with users of other instant messaging systems, like AIM, ICQ, Yahoo, MSN, or IRC.
JabberFoX is written in Objective-C using Apples Cocoa API and tries to make full use of Aqua, Apples cool new user interface system. It aims at implementing all of the standard jabber features including chat, group chat, messages, the roster (buddylist), and agents. Eventually we hope to incorporate all of the features of the Jabber protocol, including browsing, strong encryption and the new conferencing protocol.
JabberFoX is currently being maintained by a small group of volunteers.
Enhancements:
- Localized to Spanish
- URLs in incoming messages/text are made clickabkle, like in web browser.
- Roster/UserChat/GroupChat can have transparent backgrounds
- Roster contacts with only one resource cant be expanded anymore to reduce clutter
- Added a menu item to show/hide offline roster items
- GroupChat: added Tab-completion of nick names
- GroupChat: highlighting possible via color, sound, or speech
- Support for new "invisible" mode (only works on Jabber servers >= 1.4.2)
- Various other minor changes
- Lots of bugs squashed (and probably new ones introduced :-P).
<<less
Download (883KB)
Added: 2005-09-09 License: GPL Price:
1506 downloads
Apache for OSX 2.0.55

Apache for OSX 2.0.55


Apache for OSX - Popular website server software more>>
Apache is the most popular internet webserver application in the world.
Its created by a collaborative effect of software developers.
The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation.
These volunteers are known as the Apache Group. In addition,hundreds of users have contributed ideas, code, and documentation to theproject.
This version of Apache is a precompiled binary for MacOS X and Darwin users.
Enhancements:
- SECURITY: CAN-2005-2700 (cve.mitre.org) mod_ssl: Fix a security issue where "SSLVerifyClient" was not enforced in per-location context if "SSLVerifyClient optional" was configured in the vhost configuration. [Joe Orton]
- worker MPM: Fix a memory leak which can occur after an aborted connection in some limited circumstances. [Greg Ames]
- mod_ldap: Fix PR 36563. Keep track of the number of attributes retrieved from LDAP so that all of the values can be properly cached even if the value is NULL. [Brad Nicholes, Ondrej Sury ]
- SECURITY: CAN-2005-2491 (cve.mitre.org): Fix integer overflows in PCRE in quantifier parsing which could be triggered by a local user through use of a carefully-crafted regex in an .htaccess file. [Philip Hazel]
- SECURITY: CAN-2005-2088 (cve.mitre.org) proxy: Correctly handle the Transfer-Encoding and Content-Length headers. Discard the request Content-Length whenever T-E: chunked is used, always passing one of either C-L or T-E: chunked he never the request includes a request body. Resolves an entire class of proxy HTTP Request Splitting/Spoofing attacks. [William Rowe]
- Added TraceEnable [on|off|extended] per-server directive to alter the behavior of the TRACE method. This addresses a flaw in proxy conformance to RFC 2616 - previously the proxy server would accept a TRACE request body although the RFC prohibited it. The default remains TraceEnable on. [William Rowe]
- Add ap_log_cerror() for logging messages associated with particular client connections. [Jeff Trawick]
- Correct mod_cgids argv[0] so that the full path can be delved by the invoked cgi application, to conform to the behavior of mod_cgi. [Pradeep Kumar S ]
- mod_include: Fix possible environment variable corruption when using nested includes. PR 12655. [Joe Orton]
- Support the suppress-error-charset setting, as with Apache 1.3.x. PR 31274. [Jeff Trawick]
- EBCDIC: Handle chunked input from client or, with proxy, origin server. [Jeff Trawick]
- Fix bad globbing comparison which could result in getting a directory listing when a file was requested. PR 34512. [sean ]
- Fix core dump if mod_auth_ldaps mod_auth_ldap_auth_checker() was called even if mod_auth_ldap_check_user_id() was not (or if it didnt succeed) for non-authoritative cases. [Jim Jagielski]
- SECURITY: CAN-2005-2728 (cve.mitre.org) Fix cases where the byterange filter would buffer responses into memory. PR 29962. [Joe Orton]
- mod_proxy: Fix over-eager handling of % for reverse proxies. PR 15207. [Jim Jagielski]
- mod_ldap: Fix various shared memory cache handling bugs. PR 34209. [Joe Orton]
- Fix a file descriptor leak when starting piped loggers. PR 33748. [Joe Orton]
- mod_ldap: Avoid segfaults when opening connections if using a version of OpenLDAP older than 2.2.21. PR 34618. [Brad Nicholes]
- mod_ssl: Fix build with OpenSSL 0.9.8. PR 35757. [William Rowe]
- SECURITY: CAN-2005-2088 (cve.mitre.org) core: If a request contains both Transfer-Encoding and Content-Length headers, remove the Content-Length, mitigating some HTTP Request Splitting/Spoofing attacks. [Paul Querna, Joe Orton]
- proxy HTTP: If a response contains both Transfer-Encoding and a Content-Length, remove the Content-Length and dont reuse the connection, mitigating some HTTP Response Splitting attacks. [Jeff Trawick]
- Prevent hangs of child processes when writing to piped loggers at the time of graceful restart. PR 26467. [Jeff Trawick]
- SECURITY: CAN-2005-1268 (cve.mitre.org) mod_ssl: Fix off-by-one overflow whilst printing CRL information at "LogLevel debug" which could be triggered if configured to use a "malicious" CRL. PR 35081. [Marc Stern ]
- mod_userdir: Fix possible memory corruption issue. PR 34588. [David Leonard ]
- worker mpm: dont take down the whole server for a transient thread creation failure. PR 34514 [Greg Ames]
- mod_rewrite: use buffered I/O to improve performance with large RewriteMap txt: files. [Greg Ames]
- proxy HTTP: Rework the handling of request bodies to handle chunked input and input filters which modify content length, and avoid spooling arbitrary-sized request bodies in memory. PR 15859. [Jeff Trawick].
<<less
Download (naMB)
Added: 2005-10-14 License: Freeware Price:
1475 downloads
 
Other version of Apache for OSX
Apache for OSX 1.3.29by a group of volunteers located around the world, using the Internet and the Web to communicate ... These volunteers are known as the Apache Group. In addition, hundreds of users have
License:Free
Download (3.6MB)
downloads
Added: 2002-06-19
neveredit 0.8.1

neveredit 0.8.1


neveredit - Module editing for Neverwinter Nights more>>
Neveredit aims to provide end-user module editing capabilities for Biowares Neverwinter Nights role-playing game, which is sold without an editor on the Macintosh and Linux platforms.
The project is part of the Openknights Consortium, a group of volunteers teaming up to provide tools for this great game.
Neveredit also is open source and its Python code can be re-used for other projects.
Main features:
- loading and saving of existing modules
- property editing for many in-game objects such as creatures, items, placeables and doors
- placing and editing of new in-game objects
- a 3D fully tiled map display for moving objects and seeing their models
- a script editor with superior functionality to Biowares (syntax highlighting, collapsing of code blocks, indentation)
- an integrated script compiler (thanks to Torlacks great work)
- the ability to merge existing hak and erf files into a module
- the NeverEditCommandLineTool for looking up and extracting any game resource or game string reference
- a low-level API for reading almost all and writing most Neverwinter Nights files
- a high-level API for manipulating NWN resources at the conceptual level of doors, areas and scripts.
<<less
Download (18.3MB)
Added: 2005-12-19 License: Freeware Price:
1407 downloads
SeaMonkey 2.0 Alpha 1 / 1.1.12

SeaMonkey 2.0 Alpha 1 / 1.1.12


Web-browser, email and newsgroup client, IRC client, HTML editor more>> Web-browser, email and newsgroup client, IRC client, HTML editor

SeaMonkey is a web-browser, advanced e-mail and newsgroup client, IRC chat client, and HTML editor. All inside one application.
The SeaMonkey project is a community effort to deliver production-quality releases of code derived from the application formerly known as "Mozilla Application Suite".
Whereas the main focus of the Mozilla Foundation is on Mozilla Firefox and Mozilla Thunderbird, our group of dedicated volunteers works to ensure that you can have "everything but the kitchen sink", and have it stable enough for corporate use.

System requirements:
- PowerPC processor (266 MHz or faster recommended)
- 64 MB RAM
- 100 MB of free hard disk space (significantly less space is required if you reduce the cache size)

Enhancements:
- SeaMonkey switched to Toolkit, the same backend Firefox uses internally. Due to this change SeaMonkey is now much closer to Firefox as far as user profiles, add-ons and functionality of user interface elements are concerned.
- The default location of user profiles has changed. Legacy profiles, e.g. from SeaMonkey 1.x, are migrated automatically, excluding third-party add-ons (extensions and themes). The old profile will not be touched (instead, copies are made).
- The new Add-on Manager allows to install, update, disable and remove extensions (add-ons), themes and plugins using the same mechanisms Firefox uses. This should ease extension management and development considerably.
- Gecko, the rendering engine used in SeaMonkey, has seen many improvements since the version used in the last stable release. Changes range from a better graphics backend (Cairo/Thebes) to improved support for fonts, CSS, DOM and JavaScript. SeaMonkey 2.0 Alpha 1 passes the Acid2 test and most of Acid3.
- Most of the icons in the default theme have been exchanged for newer images that fit better with the look of modern desktop environments.
- Support for Windows 95, 98, Me and NT 4 was dropped. GTK 2.10 is now required on Linux/UNIX. Support for Mac OS X 10.3 ("Panther") was also dropped.

<<less
Download (21.7MB)
Added: 2008-10-06 License: Freeware Price: FREE
951 downloads
 
Other version of SeaMonkey
SeaMonkey 1.1.4Mozilla Firefox and Mozilla Thunderbird, our group of dedicated volunteers works to ensure
License:Freeware
Download (22.3MB)
1365 downloads
Added: 2007-08-04
Software for Starving Students 2006.01

Software for Starving Students 2006.01


Software for Starving Students - Help students learn about and benefit from Open Source and free software programs more>>
Software For Starving Students enhances computing experiences by providing an easy way to install free, high-quality software titles via a user-friendly interface.

It includes popular Open Source programs like Firefox and OpenOffice, intended to help students learn about and benefit from Open Source and free software programs. The SSS team put all the most commonly used free programs into one download to make it easier for students to install useful software (including fully-featured office suites, 3D graphic editors and much more) for free.

We created SSS because we love Open Source software and want to help make it more accessible to students all around the world. Although all students need good software to be successful, many have a hard time getting it on student budgets. We empathize with them because we’ve felt that pinch ourselves. This software enables students to achieve more for less, and that inspires us. People all over the world are using free software to make their lives better.

After all of these years of mooching off of great volunteer programmers, this is our little way of saying thanks. By providing a tool that makes their great free software more accessible to software-hungry students from Boston to Bangalore, we feel we’ve given a little back to the free software community and to students all over the world. We are proud and happy to do so.


<<less
Download (498MB)
Added: 2006-02-14 License: Freeware Price:
1365 downloads
QuietMBP 1.1

QuietMBP 1.1


QuietMBP - Quiets CPU noise in MacBook Pro more>>
QuietMBP... While this application is running it prevents the system from becoming “too idle,” by volunteering to do meaningless work when nothing else is going on. This keeps the CPU whine quiet.

<<less
Download (58KB)
Added: 2006-05-20 License: Freeware Price:
1256 downloads
2006 University of Tennessee Volunteers Football Schedule 1.0

2006 University of Tennessee Volunteers Football Schedule 1.0


2006 University of Tennessee Volunteers Football Schedule - Displays the University of Tennessee Volunteers football schedule more>>
Get real time access to the latest UT Vols schedule. This widget lists all games on the 2006 University of Tennessee Volunteers’ football schedule with date, kick-off time, opponent, and TV info.

You’ll also get automatically updated scores for previous games.
<<less
Download (66KB)
Added: 2006-06-27 License: Freeware Price:
1215 downloads
Oolite 1.73.4

Oolite 1.73.4


Oolite is a funny and addictive game that incorporates trade, battles with pirates, bounty hunting, secret missions and infinitely more. more>>

Oolite 1.73.4 is a funny and addictive game that incorporates trade, battles with pirates, bounty hunting, secret missions and infinitely more. It features high-quality sound and smooth, fast three dimensional graphics, written specifically for Mac OS X using Cocoa and optimised for OpenGL. And it's free.

Oolite is written by Giles Williams, who was inspired by the work of David Braben and Ian Bell with Elite, however this work is an entirely independent interpretation and expansion of the original game. Oolite benefits immensely from the creative work of the many people who volunteer their time and skills to test the game, create expansion packs, and suggest and make improvements in this open-source project.

Requirements: Mac OS X 10.3.9

<<less
Download (19.1MB)
Added: 2009-09-21 License: Freeware Price: Notavailable
downloads
 
Other version of Oolite
Oolite 1.65Oolite has benefited immensely from the responses of the many people who volunteer their time
License:GPL
Download (23.2MB)
1199 downloads
Added: 2006-07-18
LifeLines 3.0.16r1

LifeLines 3.0.16r1


LifeLines - 2nd generation command-line genealogy software more>>
This is a compiled distribution of the LifeLines genealogy software system, which runs on the command-line (via Terminal) in Mac OS X.
Note that you will need to be comfortable using the powerful VI text editor in Terminal to edit records in your databases.
The original author of LifeLines is Thomas T. Wetmore IV, who released it to the open source community under a MIT-style licence.
LifeLines is now maintained by the open source community, and is the result of much effort by many people.
Please visit http://lifelines.sourceforge.net to check for updates, report bugs, or to contribute to LifeLines.
Main features:
- Work on an X-based GUI (volunteer to help!)
- Better documentation with translation (volunteer to help!)
- Improving access to sources, events, etc (underway)
- UI and DB APIs for extensibility.
<<less
Download (2.6MB)
Added: 2006-07-24 License: Freeware Price:
1190 downloads
Fink 0.8.1

Fink 0.8.1


Fink - Binary package manager more>>
Fink uses tools like dpkg and apt-get to provide powerful binary package management. You can choose whether you want to download precompiled binary packages or build everything from source.
The Fink project is a group of volunteers that works to port linux programs to run on OSX.
The program "Fink" is a command-line interface and the backend that fetches and installs the programs you choose. "Fink Commander" is a cocoa frontend to Fink that makes choosing and installing programs a pleasure.
Enhancements:
- This release includes source and binary packages as well as a binary installer
<<less
Download (18.1MB)
Added: 2006-08-11 License: GPL Price:
1182 downloads
Lynx 2.8.7d9

Lynx 2.8.7d9


Text-based web browser. more>>

Lynx has become quite popular as a Universal Access web browser for the Visually handicapped. Though Lynx is limited as it does not support JavaScript.
Lynx was originally developed at the University of Kansas. In 1995 Lynx 2.4.2 was released under the GNU Public License by UKansas, since then it has been maintained and extended by a group of volunteers. This is the latest version, and has been compiled into an OS X package.

<<less
Download (3.1MB)
Added: 2009-06-22 License: Freeware Price:
30 downloads
 
Other version of Lynx
Lynx 2.8.6.1University of Kansas and since then it has been maintained and extended by a group of volunteers
License:Freeware
Download (785KB)
1179 downloads
Added: 2006-10-10
Apache 2.2.11

Apache 2.2.11


A widely popular robust, commercial-grade, and freely-available source code implementation of an HTTP (web) server. more>>


The Apache Project is a collaborative software development effort aimed at creating a robust, commercial-grade, feature rich, and freely-available source code implementation of an HTTP (web) server. The project is jointly managed by a group of volunteers located around the world, using the Internet and the web to communicate, plan, and develop the server and its related documentation. These volunteers are known as the Apache Group. In addition, hundreds of users have contributed ideas, code, and documentation to the project.

<<less
Download (6.5MB)
Added: 2009-03-05 License: Freeware Price:
55 downloads
 
Other version of Apache
License:Freeware
Download (11.1MB)
1054 downloads
Added: 2007-01-11
Greenstone 2.72

Greenstone 2.72


Greenstone - a suite of software for building and distributing digital library collections more>>
Greenstone is a suite of software for building and distributing digital library collections. It provides a new way of organizing information and publishing it on the Internet or on CD-ROM. Greenstone is produced by the New Zealand Digital Library Project at the University of Waikato, and developed and distributed in cooperation with UNESCO and the Human Info NGO.

It is open-source, multilingual software, issued under the terms of the GNU General Public License. Read the Greenstone Fact Sheet for more information.

The aim of the Greenstone software is to empower users, particularly in universities, libraries, and other public service institutions, to build their own digital libraries. Digital libraries are radically reforming how information is disseminated and acquired in UNESCOs partner communities and institutions in the fields of education, science and culture around the world, and particularly in developing countries.

We hope that this software will encourage the effective deployment of digital libraries to share information and place it in the public domain. Further information can be found in the book How to build a digital library, authored by two of the groups members.

The complete Greenstone interface, and all documentation, is available in English, French, Spanish, Russian and Kazakh. Greenstone also has interfaces in several other languages. We are looking for volunteers to add new language interfaces and help maintain existing ones.
<<less
Download (36.5MB)
Added: 2007-01-08 License: Freeware Price:
1020 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4