Main > Free Download Search >

Free 1.4.0 software for mac

1.4.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 44
aalib 1.4.0

aalib 1.4.0


aalib - port of aalib, an ASCII graphics library to Mac OS X more>>
I stumbled on to the vastly cool aalib project when I was checking out a Knoppix boot CD the other day. They included the bb demo demonstrating the power of aalib and I decided that I just had to get this stuff running on Mac OS X.

I tried searching for a precompiled version for Mac OS X, but the closest was getting it through Fink or DarwinPorts, which I dont use. I therefore decided to compile it myself, which I succeeded in doing despite some compilation issues.

This package installer is a standard aalib install (including header file) minus library function man pages. It also installs the bb demo, which is seriously cool and is testament to how nifty the command line can be.

To get good performance with aalib, you should use GLTerm. The Apple-provided Terminal.app client is kind of slow.
<<less
Download (713KB)
Added: 2006-08-16 License: Freeware Price:
1168 downloads
Geokit 1.4.0

Geokit 1.4.0


An open source Ruby gem and Rails plugin for easier map-based applications more>> An open source Ruby gem and Rails plugin for easier map-based applications

Geokit makes it easy to build location-based apps. Geokit provides geocoding, location finders, and distance calculation in an easy-to-use API.
If you have any tables with latitude/longitude columns in your database, or if you every wanted to easily query for "all the stores within a 50 mile radius," then Geokit is for you.
Geokit consists of a Rails plugin (geokit-rails) and a Gem (geokit-gem). You will be able to use the gem separately. The plugin requires the gem.

Main features:
- Distance calculations between two points on the earth. Calculate the distance in miles or KM, with all the trigonometry abstracted away by Geokit.
- ActiveRecord distance-based finders. For example, you can find all the points in your database within a 50-mile radius.
- Geocoding from multiple providers. It currently supports Google, Yahoo, Geocoder.us, Genames, and Geocoder.ca geocoders, and it provides a uniform response structure from all of them. It also provides a fail-over mechanism, in case your input fails to geocode in one service.
- IP-based location lookup utilizing hostip.info. Provide an IP address, and get city name and latitude/longitude in return.
- A before_filter helper to geocode the users location based on IP address, and retain the location in a cookie.

Enhancements
- Added country code/viewport biasing to GoogleGeocoder. Added Bounds#to_span method
- Added suggested_bounds (Geokit:Bounds) property to GeoLoc. (Google geocoder only)
- Added LatLng#reverse_geocode convenience method (thanks Tisho Georgiev for all three)

<<less
Download (31KB)
Added: 2009-06-11 License: Freeware Price: FREE
209 downloads
FinchTV 1.4.0

FinchTV 1.4.0


FinchTV - Trace viewer for viewing and editing DNA sequencing .ab1 and .scf chromatogram files more>>
The popular way to view DNA sequence traces on Linux, Mac OS X, Windows, and Solaris. FinchTV started as the only chromatogram viewer that can display an entire trace in a scalable multipane view. It continues to lead with raw
data views, regular expression searching, and multi-platform support.
Main features:
- Reads chromatogram files in the most popular chromat formats.
- Displays quality values above the trace (when available).
- Allows display of the chromatogram trace as a single pane or in a wrapped view.
- Allows the user to view the DNA sequence and additional chromatogram details when
- available.
- Gives the option of exporting the DNA sequence to a FASTA formatted text file.
- Many more features.
Enhancements:
- Print your trace with custom scale settings.
- View and edit chromatogram files stored in Geospizas Finch Suite database, along
- with quality trimming and vector masked regions.
- Save edits back to the Finch Suite.
- Interface updates for OS X 10.4 (Tiger).
- Bug fixes.
- Performance improvements.
<<less
Download (6.6MB)
Added: 2006-08-16 License: Freeware Price:
1175 downloads
MacTrek 1.4.0

MacTrek 1.4.0


MacTrek - complete re-implementation of a classic network game known as netrek more>> <<less
Download (25.8MB)
Added: 2007-07-20 License: GPL Price:
944 downloads
wayback 1.4.0

wayback 1.4.0


Open source java implementation of the The Internet Archive Wayback Machine more>> Open source java implementation of the The Internet Archive Wayback Machine

The current production version of the Wayback Machine is implemented in perl, and lacks in maintainability and extensibility. Also, the code is not open source. Primary motivation for the new version is to address these three issues, enabling public distribution of the application, and easy experimentation with new features and access technologies.
The current Java version of the Wayback Machine supports three access, or Replay modes of operation: "Archival Url" mode "Proxy" mode, and "Domain Prefix" mode.
Archival URL mode provides a user experience very close to the current production Wayback Machine. All query and replay access requests can be expressed as URLs. In Archival Url replay mode, archived content is modified as it is returned to users, attempting to make links and embedded content refer back to the Wayback Machine by rewriting them as Archival URLs.
Proxy URL mode allows replaying of archived documents within a client browser by configuring the browser to proxy all HTTP requests through the Wayback Machine. This has the strong advantage that no Javascript or server side page markup is required to coerce the client browser to request additional URLs and embedded content from the Wayback Machine -- content just works as-is.
When used with the Firefox plugin extension, available here , client browsers can navigate between versions of the current document, and the Wayback Machine server will attempt to display images from the same time period as pages being viewed.
The Proxy URL mode will require special configuration of the client web browser to access the Wayback Service. This browser configuration is not complex, but it means that content will not be available as a global URL.
DomainPrefix mode is similar to ArchivalUrl mode, but uses a wildcard DNS scheme to rewrite URLs, allowing all URL substitution to occur on the server. This mode is considered experimental.
The current Java version can operate in several deployment modes, ranging from a stand alone application on a single host holding all archived documents and indexes, up to a highly distributed system where indexes and archived content is spread across hundreds of machines.
In the local, standalone mode, this software includes the capability to scan for new archived content in a specified location, and to automatically index and serve the new content as it appears.
Directing the Wayback to look for ARC files in the directory where an instance of the Heritrix web crawler is writing ARC output should provide the capability to browse content archived by Heritrix as it is crawled.

System requirements:
-
-

Enhancements:
- Completely new implementation of ResourceStore classes, including recursive local directory scanning, scanning multiple local directories, an experimental remote directory scanning capability, and groundwork for future support of both non ARC/WARC file formats and large scale automatic indexing.
- Complete overhaul of the Replay system, allowing jspInserts within ArchivalUrl, DomainPrefix, and Proxy replay modes. Also includes groundwork for future fine-grained mime-type and url-based Replay customizations.
- Added capability to explicitly set Locale to use for an AccessPoint, overriding the default behavior of using the user agents specified preferred language.
- New flat file implementation of FileLocationDB. See CDXCollection.xml within the .war file for and example usage.
- AnchorDate feature, tracking the date with which a user begins a replay session. During this session, wayback will always attempt to remain near this date, preventing time-drift within a replay session.
- AnchorWindow feature, which allows users to specify a maximum time window in either direction of the AnchorDate that they wish to view replayed content. When a user has set this option, Wayback will not display captures outside the specified window.
- New command line tool location-db to create a location DB offline, populating with lines read from STDIN.
- Added new AccessControlSettingOperation authentication control component, allowing the configuration of the appropriate Exclusion system per-request, as defined by arbitrary BooleanOperators. See ComplexAccessPoint.xml within the .war file for an example usage.
- Added .asx archival URL replay, which rewrites links inside archived .asx files, attempting to make them point back into the Wayback service.
- Now accept "http:/" as identical to "http://" in the beginning of a URL, working around a browser bug which stripped multiple "/"s in URL paths.
- @ Refactoring of ResourceIndex interfaces, to allow for future update-able ResourceIndex implementations beyond BDBIndex based ResourceIndexes.
- Major internal refactoring of WaybackRequest object, providing more stable get/set methods for accessing the standard internal fields with type-safety.
- Major internal refactoring of SearchResults into CaptureSearchResults and UrlSearchResults, which was previously under-specified and often confusing. These new classes provide more stable get/set methods for accessing the standard internal fields with type-safety.
- Changed locations of replay, query, and exception .jsp files within .war file to underneath WEB-INF, so they are not directly accessible via HTTP.
- German translation of default Wayback UI. Thanks Andreas!
- Czech translation of default Wayback UI. Thanks Lukáš MatÄ jka! (

<<less
Download (59MB)
Added: 2008-10-06 License: Freeware Price: FREE
383 downloads
MenuPics 1.4.0

MenuPics 1.4.0


MenuPics is a beneficial and easy to use program which will allow you to easily change the appearance of the Menu Extras that appear in the top right corner of the screen. more>>

MenuPics 1.4.0 is a beneficial and easy to use program which will allow you to easily change the appearance of the Menu Extras that appear in the top right corner of the screen. A few new images are included, and it is easy to make your own. Everything is done via a graphical interface - no need to use the Terminal.

<<less
Download (304.7KB)
Added: 2005-08-23 License: Freeware Price:
downloads
 
Other version of MenuPics
MenuPics 1.4Enhancements: - Version 1.4.0 has more pictures (by LW Brown and Claudio Hoecker)
License:Freeware
Download (312KB)
1519 downloads
Added: 2005-08-26
Blog TXT 1.4.0

Blog TXT 1.4.0


Open source Java application that allows you to store local notes more>> Open source Java application that allows you to store local notes

Blog TXT is a simple desktop Java application. Blog TXT allows you to store local plain notes (or blogs), every message less 3000 symbols. Blog TXT is very useful when connection to Internet not present or no publication needed.

System requirements:
- Java

<<less
Download (6.9MB)
Added: 2009-05-20 License: GPL Price: FREE
178 downloads
Stox 1.4.0.383

Stox 1.4.0.383


Stox is designed to satisfy your needs to manage your stocks and investments with ease. more>> <<less
Download (16.6MB)
Added: 2009-09-10 License: update/patch Price: $49.95
downloads
SimiliPod 1.4.0

SimiliPod 1.4.0


SimiliPod - iPod simulator, based on your iTunes playlists more>>
SimiliPod is an iPod simulator based on your iTunes playlists.
Main features:
- Load your iTunes Playlist by source
- Play selected track in iTunes
- Display track info
- Display track info in iChat
- Equalizer
- Display iTunes ArtWork (experimental).
Enhancements:
- Minor bug correction
- Display iPhoto Album (experimental).
<<less
Download (1.7MB)
Added: 2006-09-26 License: Freeware Price:
1130 downloads
Neverball 1.4.0

Neverball 1.4.0


Neverball - Roll a ball through a 3D obstacle course more>>
Tilt the floor to roll a ball through an obstacle course before time runs out. Neverball is part puzzle game, part action game, and entirely a test of skill.
Also found in the package is Neverputt, a hot-seat multiplayer miniature golf game using the physics and graphics of Neverball.
The current version includes 75 Neverball levels and 62 Neverputt levels. Thanks to Pasi Kallinen for his contribution of 2 new complete putt courses!
Enhancements:
- Fixed font renderer to never exceed maximum texture size.
<<less
Download (22.2MB)
Added: 2006-02-02 License: GPL Price:
1367 downloads
R Project 1.4.0

R Project 1.4.0


R Project - Language and environment for statistical computing and graphics more>>
R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R.

R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity.

One of Rs strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed. Great care has been taken over the defaults for the minor design choices in graphics, but the user retains full control.
<<less
Download (94.7MB)
Added: 2006-05-30 License: Freeware Price:
1248 downloads
TeleMonitor 1.4.0

TeleMonitor 1.4.0


TeleMonitor - Widget monitors bandwidth usage for Telenet Belgian ISP more>>
TeleMonitor is a small widget that can be used by customers from the Belgian ISP Telenet to check the cumulative bandwidth usage for the last 30 days.

<<less
Download (51KB)
Added: 2007-04-21 License: Freeware Price:
926 downloads
RegExpress 1.4.0

RegExpress 1.4.0


RegExpress brings you an advanced program which is capable of testing regular expresions. more>>

RegExpress 1.4.0 brings you an advanced program which is capable of testing regular expresions. This have a straightforward interface which help to have your test done quickly

Requirements: Mac OS X 10.4 or higher

<<less
Download (1.8MB)
Added: 2007-10-23 License: Freeware Price:
downloads
freeSmiley 1.4.0

freeSmiley 1.4.0


freeSmiley is a high-speed and powerful program which is capable of looking for funny Smilies or acronyms for your emails and web pages. more>>

freeSmiley 1.4.0 is a high-speed and powerful program which is capable of looking for funny Smilies or acronyms for your emails and web pages. Use BITcom freeSmiley utility and you will find the desired smiley in seconds. Supporting pasteboard and contains description for every smiley.

<<less
Added: 2001-12-02 License: Freeware Price:
downloads
GizmoMarks 1.4.0

GizmoMarks 1.4.0


GizmoMarks is designed to be an effectively secured electronic block-notes more>>

GizmoMarks 1.4.0 is designed to be an effectively secured electronic block-notes. The data of that block-notes are classed by topics and each topic consists of a unlimited number of categories:

  • Categories of notes.
  • Categories of links to applications or documents located on your computer or the network.
  • Categories of link to web sites or electronic mails.
  • Categories of passwords.
Major Features:
  1. All data can be saved and crypted by a 128 bits key.
  2. The program GizmoMarks exist also for Windows and Linux platforms.
  3. Data files (with the extension .bef) created on a Windows platform can be read on a Mac or Linux platform and the reverse is true.
  4. Use this program in an heterogeneous network.
  5. The program interface is in English or French.
<<less
Download (6.5MB)
Added: 2009-08-21 License: Freeware Price: Notavailable
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3