Main > Free Download Search >

Free over 20 software for mac

over 20

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 91
IcoMaker 1.20

IcoMaker 1.20


IcoMaker - displays and makes icon files with suffix ico more>>
IcoMaker is a small tool designed to display and make icon files with suffix "ico", which are used mainly on Windows.
IcoMaker is not a "Bitmap Editor". IcoMaker makes an ICO file assembling small images which are made by other tools.
IcoMaker can make small icons attached to Web pages, so-called "favicon.ico".
Main features:
- Display ico files,
- Save selected image as a tiff file, and
- Make or edit ico files.
An ICO file can have various size of images in it; 16x16, 32x32, 48x48, and 64x64 (in pixels). They all are limitted color (palettized) images, and the numbers of colors are 2, 8, 16, or 256.
Kinds of images that IcoMaker can display and can pack into files created are:
16x16 (16 colors) 16x16 (256 colors)
32x32 (16 colors) 32x32 (256 colors)
48x48 (16 colors) 48x48 (256 colors).
<<less
Download (159KB)
Added: 2007-02-26 License: GPL Price:
996 downloads
Over Score 1.0

Over Score 1.0


Over Score - Rename image files with web-friendly names more>>
Use Over Score to rename image files with web-friendly names. Since web images cant have spaces in their file names, underscores are often used instead, if a separation is necessary.

For instance, Over Score will rename a file named "my image.jpg" to "my_image.jpg".
<<less
Download (9KB)
Added: 2006-04-30 License: Freeware Price:
1281 downloads
krix 20

krix 20


krix is recognized to be a feature rich visual music browser for Mac OS X with which you can display album covers in various ways and uses iTunes for playback. more>>

krix 20 is recognized to be a feature rich visual music browser for Mac OS X with which you can display album covers in various ways and uses iTunes for playback. It features a fullscreen mode and is controllable with the Apple Remote.

Requirements: iTunes

<<less
Download (2.4MB)
Added: 2008-05-23 License: Freeware Price:
downloads
 
Other version of krix
krix 20krix is a useful browser designed to display album covers in various ways and uses iTunes ... krix 20 is a useful browser designed to display album covers in various ways and uses iTunes for
License:Free
Download (2.5MB)
downloads
Added: 2008-05-23
OpenWFEru 0.9.20

OpenWFEru 0.9.20


Open source Ruby workflow and BPM engine more>> <<less
Download (190KB)
Added: 2009-03-29 License: Freeware Price: FREE
180 downloads
codemetre 0.20.3

codemetre 0.20.3


Produce source line count and comment line count for languages such as Ada95, C++, or Eiffel more>> <<less
Download (146KB)
Added: 2009-06-08 License: GPL Price: FREE
199 downloads
Dock 3.20

Dock 3.20


Runs on top of all of the apps (in the lower-right corner) and lets you switch apps quickly and easily. more>> Runs on top of all of the apps (in the lower-right corner) and lets you switch apps quickly and easily.

Dock runs on top of all of the apps (in the lower-right corner) and lets you switch apps quickly and easily.
Dock lives in the bottom-right corner of your screen (disguised as a little sunburst) and waits for you to drag it up from the corner. Drag your finger onto the screen from off the corner and choose an app.
This works from within any app, minus YouTube and the iPod for some reason.

System requirements:
- iPhone

<<less
Download (108KB)
Added: 2008-09-25 License: Freeware Price: FREE
202 downloads
wfx_Versions 0.20

wfx_Versions 0.20


A Firefox add-on that allows you to find the version of any program you download. more>>

wfx_Versions 0.20 is a Firefox add-on that lets you find the version of any program you download.

Major Features:

  1. Allow you to find out the current version number of any program downloadable online.
  2. Is a behavior emulator of Versions file-system plugin for Total Commander.
  3. Create the extension which groups the pages you want to monitor in Firefox.

Enhancements:

  • Mod: addon name change to Versions
  • Mod: maxVersion bump to 3.6a1pre (maximum Firefox version supported by the addon).
  • Mod: re-scan after quick edit only when scan-related fields are modified (URL/Start/Before/After).
  • Fix: timer object with dynamic notification caused memory leak.
  • Add: display & edit file comments (any line of text which is not a valid .list item).
  • Add: the addon now supports SeaMonkey 2.x.
<<less
Download (160KB)
Added: 2009-07-07 License: GPL Price: FREE
13 downloads
MogileFS 2.20

MogileFS 2.20


Distributed (meta) file system. Spray files across cheap disks on your network. Pay less for storage. No proprietary on-disk file formats. more>> Distributed (meta) file system. Spray files across cheap disks on your network. Pay less for storage. No proprietary on-disk file formats.

MogileFS is an open source distributed filesystem. MogileFS is not:
- POSIX Compliant -- you dont run regular Unix applications or databases against MogileFS. Its meant for archiving write-once files and doing only sequential reads. (though you can modify a file by way of overwriting it with a new version)
- Completely portable ... yet -- there still is some Linux-ism in the code, at least in the HTTP transport cod, but the plan is to scrap that and make it portable

Main features:>
- Application level -- no special kernel modules required.
- No single point of failure -- all three components of a MogileFS setup (storage nodes, trackers, and the trackers database(s)) can be run on multiple machines, so theres no single point of failure. (you can run trackers on the same machines as storage nodes, too, so you dont need 4 machines...) A minimum of 2 machines is recommended.
- Automatic file replication -- files, based on their "class", are automatically replicated between enough different storage nodes as to satisfy the minimum replica count as requested by their class. For instance, for a photo hosting site you can make original JPEGs have a minimum replica count of 3, but thumbnails and scaled versions only have a replica count of 1 or 2. If you lose the only copy of a thumbnail, the application can just rebuild it. In this way, MogileFS (without RAID) can save money on disks that would otherwise be storing multiple copies of data unnecessarily.
- "Better than RAID" -- in a non-SAN RAID setup, the disks are redundant, but the host isnt. If you lose the entire machine, the files are inaccessible. MogileFS replicates the files between devices which are on different hosts, so files are always available.
- Flat Namespace -- Files are identified by named keys in a flat, global namespace. You can create as many namespaces as youd like, so multiple applications with potentially conflicting keys can run on the same MogileFS installation.
- Shared-Nothing -- MogileFS doesnt depend on a pricey SAN with shared disks. Every machine maintains its own local disks.
- No RAID required -- Local disks on MogileFS storage nodes can be in a RAID, or not. Its cheaper not to, as RAID doesnt buy you any safety that MogileFS doesnt already provide.
- Local filesystem agnostic -- Local disks on MogileFS storage nodes can be formatted with your filesystem of choice (ext3, XFS, etc..). MogileFS does its own internal directory hashing so it doesnt hit filesystem limits such as "max files per directory" or "max directories per directory". Use what youre comfortable with.

<<less
Download (258KB)
Added: 2008-10-03 License: Freeware Price: FREE
388 downloads
EyeTV Over Web 0.2

EyeTV Over Web 0.2


EyeTV Over Web - Internet streaming for EyeTV more>>
EyeTV Over Web is a streaming solution for the EyeTV software designed specifically for streaming over the internet. It records a series of clips in EyeTV at a specified length, and then compresses and "hints" each of them. Then, using PHP pages, the clips are played in sequence on the client side.
Enhancements:
- Support for composite and S-Video inputs.
- Custom resolution support (including 16:9).
- Support for digital sub-channels.
- Server now stops nearly instaneously.
- Bug fixes and stability improvements.
<<less
Download (5.6MB)
Added: 2006-07-25 License: Freeware Price:
1194 downloads
Oligo 7.20

Oligo 7.20


Molecular biology software: PCR, DNA sequencing & more. more>>

Oligo 7.20 offers you a powerful software which searches for and selects oligonucleotides from a sequence file for polymerase chain reaction (PCR), DNA sequencing, site-directed mutagenesis, and various hybridization applications. It calculates hybridization temperature and secondary structure of oligonucleotides based on the nearest neighbor thermodynamic values.It is also a good tool for construction of synthetic genes, finding an appropriate sequencing primer among those already synthesized, finding and multiplexing consensus prmers and probes, and even finding potential restriction sites in a protein.

The OLIGO software has been broadly accepted as the industry software standard for selecting and analyzing oligonucleotides for various molecular biology applications. The first commercial version of the software has been introduced in 1989.

<<less
Download (13.5MB)
Added: 2009-05-28 License: update/patch Price:
25 downloads
Head Over Heels 1.0

Head Over Heels 1.0


Remake of the classic game. more>>
This is the newest remake of the classic 8-bit isometric 3D adventure game Head Over Heels. It took us 2 years to complete it and we hope you like it!

Head Over Heels was released, um, a while ago. Around about 1987 if I recall correctly, and it was immediately praised in the press as being quite the bestest thing ever. Not only was it a huge game for its time, it also had great graphics and was very addictive - if somewhat punishing in its difficulty level.

The variety in the locations was amazing and the challenges brilliantly designed. Quite rightly it was awarded with pretty much every accolade that could be bestowed upon it by the various magazines. Even today it still stands as a brilliantly designed title and has never really been bettered in the isometric adventure genre.
<<less
Download (15.4MB)
Added: 2004-06-18 License: Freeware Price:
2236 downloads
SMS Sender 2.20

SMS Sender 2.20


SMS Sender is a simple to use, yet sophisticated network and communication program. more>>

SMS Sender 2.20 is a simple to use, yet sophisticated network and communication program. This SMS Sender has a few new updates. First, the"DEMO" window is renamed to "NAG SCREEN". While the screen waits, you can browse the tabs to see the difference between FULL and DEMO when arre done. If you wish to purchase the code then you may. The delete a contact has not been implemented. To avoid the NAGSCREEN from loading, you must disable it in preferences. Future work (that needs to be done)

Enhancements:

  • More Icons for the menu system on the left side.
  • Delete A Contact to be implemented
  • Fix any more bugs or problems you guys find
<<less
Download (2.7MB)
Added: 2004-06-22 License: Freeware Price:
downloads
isdnVigor128 Driver 3.20

isdnVigor128 Driver 3.20


isdnVigor128 Driver is an international USB ISDN driver that comes with some international iMacs. Requirements: MacOS 8.6 or later more>> isdnVigor128 Driver is an international USB ISDN driver that comes with some international iMacs.
Requirements:
MacOS 8.6 or later.
Enhancements:
Version 3.20 adds the following:
  • Outgoing Call Bumping Support
  • Display peer phone number message in Kiosk
  • Add "Call Bumping" item in setting program -- Kiosk.
  • Fixed Incoming Call Bumping can not work for Mac.
<<less
Download (1.3MB)
Added: 2002-05-24 License: Free Price:
downloads
Carry Tasks Over 1.0

Carry Tasks Over 1.0


Carry Tasks Over - Entourage task management more>>
Carry Tasks Overis an Entourage AppleScript which carries your uncompleted tasks over if they have a due date which has passed.

The script will also update the remind date and time of your Task (if any) to todays date, preserving the original reminders time of day.

<<less
Download (11KB)
Added: 2006-03-13 License: Freeware Price:
1323 downloads
JANFEA 4.20

JANFEA 4.20


JANFEA - Finite element and material point method analysis software more>>
The JANFEA application is finite element and material point method analysis software for the Macintosh. JANFEA was written by Prof. John A. Nairn from the Material Science and Engineering Department at the University of Utah.
JANFEA is focused on two-dimensional and axisymmetric solid mechanics of linear elastic materials and a few nonlinear material options in the material point method. Within this focus, JANFEA is a very powerful package. It can do several element types, it can analyze any size problem, it has extensive fracture options, and has many ways to plot the results.
Main features:
- 2D and axisymmetric FEA analysis of linear elastic materials. All FEA calculations are static analyses. The FEA calculations support several element types. There is also a custom element for analysis of composite with imperfect interfaces.
- 2D material point methods calculations. All MPM calculations are dynamic analyses. The section of JANFEA is new and will be expanding in the future.
- Built in programming language for setting up the mesh. The language is scriptable for automated control of multiple FEA or MPM analysis.
- A large number of plotting options: 2D, 3D surfaces, 3D contours, grid plots, movies of MPM results, and more.
- Advanced fracture mechanics methods.
- XML formatting of data files for analysis by your own software.
- Everything is documented in the on-line help. You can even print out the on-line help to get a 150 page manual.
Version restrictions:
- Registration screen at startup.
- Limited to calculations with 200 nodes or less.
<<less
Download (584KB)
Added: 2006-05-25 License: Freeware Price:
1273 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5