Main > Free Download Search >

Free 1.5.3 software for mac

1.5.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 39
IPer 1.5.3

IPer 1.5.3


IPer is a powerful and splendid tool which displays your IP address as well as IP addresses of specific websites. more>> IPer 1.5.3 is a powerful and splendid tool which displays your IP address as well as IP addresses of specific websites.

Enhancements:

  • Fixed the bug that did not allow windows to save their positions.
  • Fixed a few other minor flaws

Requirements: Mac OS X 10.1 or later.


<<less
Download (947K)
Added: 2004-06-04 License: Free Price:
downloads
 
Other version of IPer
IPer 1.5.3Nusuni - IPer is a very flexible and effective tool with which you can track a urls ip and save it in the built in list manager! IPer. IPer 1.5.3 is a very flexible and effective tool
License:Freeware
Download (925.8KB)
downloads
Added: 2004-05-27
Maybe 1.5.3

Maybe 1.5.3


Maybe - Finder alias enhancer, useful with Virtual Desktop more>>
Maybe is a free utility designed to improve upon the System 7 implementation of alias files.

This application picks up where Finder left off in its implementation of aliases. Maybe converts a Finder alias file to give it an additional effect.

Converted aliases do more than just point to the original item. They can:
- play a sound
- open or print every item in the target folder
- open some other item (document, application, folder, or whatever) first
- send an Apple event to another program
- make a startup item optional, by questioning the user, or checking the state of a key.

Maybe doesn’t solve your problems directly, but it gives you the power to do a lot of things you’ve been wanting to do.


<<less
Download (181KB)
Added: 2006-02-22 License: Freeware Price:
1339 downloads
Moosic 1.5.3

Moosic 1.5.3


Moosic is a music player for Unix systems that focuses on convenient and powerful playlist management more>>
Moosic is a music player for Unix systems. It focuses on convenient and powerful playlist management.
Moosic consists of a server process that will maintain a queue of songs to be played and one or more client programs which send commands to the server. The server continually runs through its song queue, popping songs off the top of the list and playing each with an external program.
The client is a simple command-line utility which allows you to easily perform powerful operations upon the servers queue, including the addition of whole directory trees, automatic shuffling, and song removal according to regular expressions. The server comes configured to play MP3, Ogg, MIDI, MOD, and WAV files, but can be configured to also play any other file format you want.
Main features:
- Command Line Power
- Sophisticated and Dynamic Playlist Rearrangement
- Unlimited Song Format Support
- User Interface Flexibility
Enhancements:
- The -C option was added to the command-line client.
<<less
Download (163KB)
Added: 2007-05-25 License: GPL Price:
882 downloads
cobol2j 1.5.3

cobol2j 1.5.3


Program that reads or writes COBOL or RPG data files more>>
cobol2j 1.5.3 is an extremely useful utility for computer experts. It is actually a program that reads or writes COBOL or RPG data files imported from mainframes, AS/400 or Baby/36 environment.

Major Features:

  1. Packed decimal, zoned or packed date fields decoding are included.
  2. EBCDIC conversion.
  3. ETL ISAM data to any other platform.
  4. PC Cobol ( ASCII ) supported.

Enhancements: 2009-01-22

  • Serious bug removed

Requirements:

  • Java Runtime Environment (JRE 5 as a minimum) installed on your system
<<less
Download (6.9MB)
Added: 2009-05-08 License: GPL Price: FREE
16 downloads
DNSTran 1.5.3

DNSTran 1.5.3


DNSTran is a beneficial and easy to use utility to speed up the process of DNS lookups and to translate IP addresses into domain names in log files. more>>

DNSTran 1.5.3 is a beneficial and easy to use utility to speed up the process of DNS lookups and to translate IP addresses into domain names in log files.

In one step you can lookup IP addresses in your server log file, replace them with the correct domain names, and compress the log file for long term archiving. DNSTran will work with any log file format. When used with Analog it can be 50 times faster, or more, than Analog alone at doing DNS lookups. DNSTran for Macintosh requires OpenTransport.

Requirements: Mac OS 8.1 or higher

<<less
Download (142.6KB)
Added: 2002-06-29 License: Freeware Price:
downloads
 
Other version of DNSTran
DNSTran 1.5.3DNSTran is a feature-rich and trustworthy utility to speed up the process of DNS lookups and to translate IP addresses into domain names in log files. DNSTran 1.5.3 - Jason T. Linhart
License:Freeware
Download
downloads
Added: 2002-06-29
Doxygen 1.5.3

Doxygen 1.5.3


Doxygen - Source code documentation generator tool more>>
Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D.
Main features:
- With Doxygen you will be able to generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in ) from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code.
- You can configure doxygen to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. You can also visualize the relations between the various elements by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically.
- You can even `abuse doxygen for creating normal documentation (as I did for this manual).
Enhancements:
- The options MAX_DOT_GRAPH_WIDTH, MAX_DOT_GRAPH_HEIGHT, and MAX_DOT_GRAPH_DEPTH have been replaced by a single option DOT_GRAPH_MAX_NODES, which can be used to limit the size of a graph indirectly, by specifying the maximum amount of nodes in the graph. The main advantage is that this can be computed much faster; dot has to be run only once per graph and never on graphs with more than the specified amount of nodes. Note that doxygen will always render the root node and its direct children even when DOT_GRAPH_MAX_NODES = 0.
- Parameters names are now copied to reimplemented functions, avoiding warnings about missing or wrong parameter names when INHERIT_DOCS = YES.
- id 150916,159291,166209,330109,396316 Doxygen now uses UTF-8 internally for all strings and uses iconv to recode the input to UTF-8. For HTML, LaTeX and man pages the output is now always UTF-8. For RTF the encoding is local and depends on the code page specified in the translator. The config option USE_WINDOWS_ENCODING has been removed. A new config option INPUT_ENCODING has been added which can be used to specify the encoding of the input. Another config option DOXYFILE_ENCODING can be used to specify the encoding of the config file itself.
- Added support for message sequence charts (using mscgen). For this two new commands have been added: msc and endmsc (similar to dot..enddot), and a new config option MSCGEN_PATH (similar to DOT_PATH) See the manual and website for more info.
- Added support for C++/CLI. To enable it set CPP_CLI_SUPPORT to YES in the config file (thanks to Ben Voigt for doing a lot of the work).
- IGNORE_PREFIX now also works for function/members names when shown in the various indices.
- Doxygen will show a tooltip in the HTML output for links to classes, namespaces, and members with the brief description (including dot graphs and source code).
- id 321575: Added a new config option EXCLUDE_SYMBOLS which can be used to exclude certain namespaces/classes/functions from the output by specifying their name (which may include wildcards).
- id 364536: Included patch by Ben Voigt which adds syntax highlight support for several (managed) C++ keywords.
- id 419349: Added two LaTeX layout enhancements provided by Stefan Pawig.
<<less
Download (16.6MB)
Added: 2007-07-27 License: GPL Price:
499 downloads
CPUTach 1.5.3

CPUTach 1.5.3


CPUTach is a full featured and advanced Dashboard widget that displays your current CPU and RAM load. more>> <<less
Download (249K)
Added: 2007-02-20 License: Free Price:
downloads
SwissSMS 1.5.3

SwissSMS 1.5.3


SwissSMS - sends, stores and exports SMS more>>
SwissSMS sends, stores and exports SMS. SwissSMS is a Mac OS X front-end to SMS operators services.

SwissSMS will store your outgoing messages and it may also export them. Currently, it has plugins for romandie.com (free) and orange.ch (subscribtion).
<<less
Download (227KB)
Added: 2007-05-28 License: Freeware Price:
880 downloads
SepINRIA 1.5.3

SepINRIA 1.5.3


SepINRIA is a MedINRIA subpackage dedicated to Multiple Sclerosis (MS) patient brain MRI analysis more>>
SepINRIA is a MedINRIA subpackage dedicated to Multiple Sclerosis (MS) patient brain MRI analysis. It aims at providing to clinicians state-of-the-art algorithms dedicated to MS patients brain images processing and visualization. SepINRIA is available for MacOSX, Microsoft Windows XP/Vista and Linux Fedora Core.
<<less
Download (26MB)
Added: 2007-07-26 License: Freeware Price:
822 downloads
PolyRoot 1.5.3

PolyRoot 1.5.3


PolyRoot is designed specially as a companion to RPN Calculator which is able to find the roots of any polynomial of degree 10 or less. more>>

PolyRoot 1.5.3 is designed specially as a companion to RPN Calculator which is able to find the roots of any polynomial of degree 10 or less. The roots as well as the coefficients may be either real or complex.

Requirements: Mac OS 8.1 - 9.x

<<less
Download (591.8KB)
Added: 2003-05-17 License: Freeware Price:
downloads
MacKrack 1.5.3

MacKrack 1.5.3


MacKrack is created to be a smart password hash brute forcer which works with the Crypt, MD5 SHA-1, and Salted SHA-1 algorithms. more>> MacKrack 1.5.3 is created to be a smart password hash brute forcer which works with the Crypt, MD5 SHA-1, and Salted SHA-1 algorithms. It has two modes: dictionary and keyspace brute force. The brute force mode supports the lowercase alphabet, entire alphabet, and alphanumeric cracking, with a variable maximum password length of 1-10 characters.

Enhancements:
  • Improved performance and stability
  • Fixed bug with text crash
Requirements:
  • Mac OS X 10.3 or later.
<<less
Download (192K)
Added: 2006-08-04 License: Free Price:
downloads
DNSTrans 1.5.3

DNSTrans 1.5.3


OSX command line version of DNSTrans more>> This tool allows you to make the Desktop Folder visible in the network again if youve installed OS 9.1 or 9.2, which has made it invisible on the network. Just drop your volumes onto this tool and their Desktop Folders will re-appear when seen as mounted AppleShare volumes.
Additional feature: You can also have the folder renamed so that it appears like any other folder in the root dir of your hard disk. The items will then, of course, disappear from your desktop area, but you can always move them back there again (for this feature, hold down the Option key when dropping a volume onto this tool).
<<less
Download (146KB)
Added: 2009-06-07 License: Freeware Price: FREE
187 downloads
Lineform 1.5.3

Lineform 1.5.3


Lineform offers you convenience of using such a completely new drawing program which is winner of a 2006 Apple Design Award, is the ideal tool for vector based diagrams and illustrations. more>> <<less
Download (7.6MB)
Added: 2009-10-22 License: update/patch Price: $79.95
downloads
checkSum+ 1.5.3

checkSum+ 1.5.3


checkSum is able to create/read files in sfv, md5 and csv which are used to check for data loss on file transmission over newsgroups, CD burn and so on, based on md5 or CRC32 algorithm and tell you (or others) when a file is or not corrupted. more>> <<less
Download (213.1KB)
Added: 2009-09-12 License: Freeware Price: Notavailable
downloads
CPU Tach 1.5.3

CPU Tach 1.5.3


CPUTach shows your current CPU and RAM load. more>>
CPUTach shows your current CPU and RAM load.
<<less
Download (249KB)
Added: 2007-02-21 License: Freeware Price:
987 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3