Main > Free Download Search >

Free iarchiver 1.7.1 software for mac

iarchiver 1.7.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 52
DictBuilder 1.7.1

DictBuilder 1.7.1


DictBuilder offers you a professional and highly-efficient unpack/pack dictionary tool; more>>

DictBuilder 1.7.1 offers you a professional and highly-efficient unpack/pack dictionary tool which supports various formats: ABBYY DSL + IPA Transcription, XDXF, TI/StarDict, TI/Folder Struct; Core (Perl) subsystem requires HFS+. It is specially designed for using with TranslateIt! Deluxe.

<<less
Added: 2008-09-05 License: Freeware Price:
downloads
 
Other version of DictBuilder
DictBuilder 1.7.1DictBuilder brings you a helpful unpack/pack dictionary tool which is able ... DictBuilder 1.7.1 brings you a helpful unpack/pack dictionary tool which is able to support
License:Free
Download (884K)
downloads
Added: 2008-09-05
VRL 1.7.1

VRL 1.7.1


VRL is a potential and easy to use tool which easily adds QuickTime VR URL hotspot moviesto your Web pages. more>>

VRL 1.7.1 is a potential and easy to use tool which easily adds QuickTime VR URL hotspot movies to your Web pages. Edit your hotspots, link URLs to them, generate the web page, and create your hotspot panorama all in one integrated package. All of this and its FREE!

<<less
Download (715.8KB)
Added: 2000-05-19 License: Freeware Price:
downloads
AION 1.7.1

AION 1.7.1


Monitor and update your current time based on selected time zones. more>>

AION 1.7.1 is developed as a helpful program that enables you to track temporary time in selected time zones. You can choose from the basic version (NSStatusItem) or an extended version (NSMenuExtra). Both are visible in the menu bar, next to the menu extras from Apple. Features includes control a list of time zones with updated date and time. Customize the way information is being presented (with tokens known from MacOS 10.4).

Automatically check for new versions. Check the time in other time zones according to a fixed date & time of your choice and available in: English, French, Polish.

<<less
Download (2.9MB)
Added: 2006-04-24 License: Freeware Price:
719 downloads
 
Other version of AION
Aion 1.7.1Sharksoft - Aion. Aion [Aion - The Phoenician god of time] is an application that lets
License:Freeware
Download (2.9MB)
1368 downloads
Added: 2006-03-08
CodeIgniter 1.7.1

CodeIgniter 1.7.1


Free and simple toolkit to create full-featured web applications more>> Free and simple toolkit to create full-featured web applications

CodeIgniter is a free and powerful PHP framework with a very small footprint, created for PHP coders who need a simple and elegant toolkit to create full-featured web applications.
CodeIgniter is right for you if:
- You want a framework with a small footprint.
- You need exceptional performance.
- You need broad compatibility with standard hosting accounts that run a variety of PHP versions and configurations.
- You want a framework that requires nearly zero configuration.
- You want a framework that does not require you to use the command line.
- You want a framework that does not require you to adhere to restrictive coding rules.
- You are not interested in large-scale monolithic libraries like PEAR.
- You do not want to be forced to learn a templating language (although a template parser is optionally available if you desire one).
- You eschew complexity, favoring simple solutions.
- You need clear, thorough documentation.

Enhancements
- Libraries
- Fixed an arbitrary script execution security flaw (#6068) in the Form Validation library (thanks to hkk)
- Changed default current page indicator in the Pagination library to use instead of
- A "HTTP/1.1 400 Bad Request" header is now sent when disallowed characters are encountered.
- Added , , , and to the Typography parsers inline elements.
- Added more accurate error reporting for the Email library when using sendmail.
- Removed a strict type check from the rotate() function of the Image Manipulation Class.
- Added enhanced error checking in file saving in the Image library when using the GD lib.
- Added an additional newline between multipart email headers and the MIME message text for better compatibility with a variety of MUAs.
- Made modest improvements to efficiency and accuracy of explode_name() in the Image lib.
- Database
- Added where_in to the list of expected arguments received by delete().
- Helpers
- Added the ability to have optgroups in form_dropdown() within the form helper.
- Added a doctype() function to the HTML helper.
- Added ability to force lowercase for url_title() in the URL helper.
- Changed the default "type" of form_button() to "button" from "submit" in the form helper.
- Changed redirect() in the URL helper to allow redirections to URLs outside of the CI site.
- Updated get_cookie() to try to fetch the cookie using the global cookie prefix if the requested cookie name doesnt exist.
- Other Changes
- Improved security in xss_clean() to help prevent attacks targeting Internet Explorer.
- Added application/msexcel to config/mimes.php for .xls files.
- Added proxy_ips config item to whitelist reverse proxy servers from which to trust the HTTP_X_FORWARDED_FOR header to to determine the visitors IP address.
- Improved accuracy of Upload:is_allowed_filetype() for images (#6715)
Bug fixes for 1.7.1:
- Database
- Fixed a bug when doing random on order_by() (#5706).
- Fixed a bug where adding a primary key through Forge could fail (#5731).
- Fixed a bug when using DB cache on multiple databases (#5737).
- Fixed a bug where TRUNCATE was not considered a "write" query (#6619).
- Fixed a bug where csv_from_result() was checking for a nonexistent method.
- Fixed a bug _protect_identifiers() where it was improperly removing all pipe symbols from items
- Fixed assorted user guide typos or examples (#5998, #6093, #6259, #6339, #6432, #6521).
- Fixed a bug in the MySQLi driver when no port is specified
- Fixed a bug (#5702), in which the field label was not being fetched properly, when "matching" one field to another.
- Fixed a bug in which identifers were not being escaped properly when reserved characters were used.
- Fixed a bug with the regular expression used to protect submitted paragraph tags in auto typography.
- Fixed a bug where double dashes within tag attributes were being converted to em dash entities.
- Fixed a bug where double spaces within tag attributes were being converted to non-breaking space entities.
- Fixed some accuracy issues with curly quotes in Typography:format_characters()
- Changed a few docblock comments to reflect actual return values.
- Fixed a bug with high ascii characters in subject and from email headers.
- Fixed a bug in xss_clean() where whitespace following a validated character entity would not be preserved.
- Fixed a bug where HTML comments and tags were being parsed in Typography:auto_typography().
- Fixed a bug with non-breaking space cleanup in Typography:auto_typography().
- Fixed a bug in database escaping where a compound statement (ie: SUM()) wasnt handled correctly with database prefixes.
- Fixed a bug when an opening quote is preceded by a paragraph tag and immediately followed by another tag.
- Fixed a bug in the Text Helper affecting some locales where word_censor() would not work on words beginning or ending with an accented character.
- Fixed a bug in the Text Helper character limiter where the provided limit intersects the last word of the string.
- Fixed a bug (#6342) with plural() in the Inflection helper with words ending in "y".
- Fixed bug (#6517) where Routed URI segments returned by URI:rsegment() method were incorrect for the default controller.
- Fixed a bug (#6706) in the Security Helper where xss_clean() was using a deprecated second argument.
- Fixed a bug in the URL helper url_title() function where trailing periods were allowed at the end of a URL.
- Fixed a bug (#6669) in the Email class when CRLFs are used for the newline character with headers when used with the "mail" protocol.
- Fixed a bug (#6500) where URI:A_filter_uri() was exit()ing an error instead of using show_error().
- Fixed a bug (#6592) in the File Helper where get_dir_file_info() where recursion was not occurring properly.
- Tweaked Typography:auto_typography() for some edge-cases.

<<less
Download (893KB)
Added: 2009-05-13 License: Freeware Price: FREE
180 downloads
Harmonic 1.7.1

Harmonic 1.7.1


Harmonic - Widget finds song lyrics more>>
Harmonic is lyrics done right. Anywhere. Harmonic always finds the lyrics you want, quickly and easily. You dont have to do a thing. Fire up the widget and play a song from iTunes.

Leave it open in Dashboard and each song that plays will have lyrics added to it in the background while you work or play. Its that easy. iPod integration If you have an iPod with video or an iPod nano, your lyrics go directly onto the iPod via iTunes. Tap the center button while playing a song to sing along.

Have an older iPod? No problem. Just drag the "Harmonic Lyrics" folder from your Music folder into the "Notes" folder on your iPod. Next time you are on the bus and cant figure out that one line, whip to your Extras > Notes > Harmonic Lyrics section on your iPod and experience portably lyrical bliss.

Harmonic is the not only the best looking lyrics widget, it is also the simplest to use. Dont worry about it, it does exactly what you want it to.

<<less
Download (271KB)
Added: 2006-12-09 License: Freeware Price:
617 downloads
MacSnake 1.7.1

MacSnake 1.7.1


A simple arcade snake game. more>>
MacSnake is a simple snake game where you move around and catch dots.

After you catch a dot your snake grows longer, which makes the game more difficult.
<<less
Download (680KB)
Added: 2004-07-08 License: Freeware Price:
2659 downloads
iAAPL 1.7.1

iAAPL 1.7.1


iAAPL displays Apples stock value or any other NYSE or NASDAQ stock value, variation, and graphics more>>
iAAPL displays Apples stock value or any other NYSE or NASDAQ stock value, variation, and graphics in a window that doesnt take much desktop space.
iAAPL allows you to create a Portfolio for a quick access to your favorite quotes.
iAAPL also displays main exchange rates. It automatically updates every 5 minutes. Made with AppleScript Studio.
Main features:
- shows the value of Apple stock (AAPL) in dollars, and daily variation
- now you can check any other stock from NASDAQ or NYSE
- a second mode allows you to show exchange rates
- can handle a small Portfolio
- shows many charts of stock value history
- window can be transparent and above all others
- updates every 5 minutes.
Enhancements:
- AM/PM time format support
- indices work again
- a few fixes.
<<less
Download (162KB)
Added: 2006-07-21 License: Freeware Price:
1190 downloads
Yav Spike 1.7.1

Yav Spike 1.7.1


Yav Spike is a utility to batch, detect and analyze data for QuickTime movies. more>> <<less
Download (1.4MB)
Added: 1998-11-25 License: update/patch Price:
downloads
InerziaDevHelper 1.7.1

InerziaDevHelper 1.7.1


InerziaDevHelper - resume the last source backup more>>
InerziaDevHelper is a great tool for all developers - it will help you resume the last source backup.
You can be a professional programmer or a very beginner in the art of software developing, but this happened at least once: after having heavily modified several source files, you feel that you are in a no-way-out situation and that you should return to the last running version.
That is you have to resume the last backup, that usually is old: after that backup you programmed good things that you would like to keep, but you dont know how to recover. The automatic backup and tracking solutions are usually expensive.
InerziaDevHelper has the main goal to keep track of all your projects, maintaining a complete backup every time you think its wise, but without a standard backup annoiances.
In addition, it allows the tracking of the various bugs that affected (ops, affects!) your software after its release to the users.
These users can also be inserted into InerziaDevHelper, together with the eventual serial assigned.
Main features:
- to keep the list of all you current and past projects, together with the path to the original XCode folder
- for each project, keep the versions list, wether released or not, but, first of all, a copy of all source files and all the resources necessary to compile it. If necessary, this copy is easily available.
- To keep track of the bugs found in each version, rated as the best software quality systems recommend; sorting by status shows you which bugs are open and which of them is urgent
- To keep a list of your Customers with their activation serial number, for shareware or commercials
<<less
Download (1.5MB)
Added: 2007-02-12 License: Freeware Price:
984 downloads
TitleExchange 1.7.1

TitleExchange 1.7.1


TitleExchange - Fast, easy transfer of subtitles from FCP to DVD Studio Pro more>>
TitleExchange is a basic tool for easy and fast transfer of subtitles from FCP to DVD Studio Pro.
Simply export your FCP timeline with the subtitles as XML and open this XML with TitleExchange. It could be a good idea to use TitleCleaner to spell check and clean your subtitles before you convert them.
Title Exchange Pro includes some more features like bidirectional conversion of titles, more settings and options.
Enhancements:
- Unicode
- Windows STL files change to Mac automatically.
<<less
Download (3.9MB)
Added: 2006-07-14 License: Freeware Price:
1226 downloads
Robocode 1.7.1.2

Robocode 1.7.1.2


Practice your programming skills by developing a robot battle tank more>> Practice your programming skills by developing a robot battle tank

Robocode is a Mac OS X package (.app) of this Java Programming Game. RoboCode, is the best way to practice your programming skills. Develop robots, that follow specific algorithms to battle each other in a deadly arena.
Build your own robot, and rule them all!

System requirements:
-

Enhancements
- Bug [2791007] - FontMetrics StackOverflowError
- Bug [2791010] - Graphics2D.setFont() has no effect
- Bug [2793464] - setMaxVelocity(lower than current) + reverse direction bug
- Bug [2785448] - Wrong file path used for development bots. Refixed.
- Bug [2795854] - Installer says to run robocode.jar
- Bug [2795883] - Nanobot rumble not sending melee or team parameters. Thanks goes to Jerome Lavigne aka. Darkcanuck for this fix.
Fixed three bugs introduced with the Beta version found using new test units:
- One bug where the speed would immediately drop to max. velocity when calling setMaxVelocity() - disregarding the acceleration and deceleration rules.
- Another bug where the turn rate was a bit wrong when moving back and turning left in the same time.
- A third bug where the robot continued to move backwards when it should have stopped due to setAhead(0) or setBack(0).

<<less
Download (4.7MB)
Added: 2009-06-04 License: Freeware Price: FREE
204 downloads
GeburtstagsChecker 1.7.1

GeburtstagsChecker 1.7.1


GeburtstagsChecker is designed to be an innovative and versatile tool which checks for upcoming birthdays and reminds you of them to avoid potential embarrassment if your memory is rather weak. more>>

GeburtstagsChecker 1.7.1 is designed to be an innovative and versatile tool which checks for upcoming birthdays and reminds you of them to avoid potential embarrassment if your memory is rather weak.

Requirements:

  • Mac OS X 10.4 or higher


<<less
Download (770.5KB)
Added: 2008-05-19 License: Freeware Price:
downloads
BackupLoupe 1.7.1

BackupLoupe 1.7.1


BackupLoupe has come as a useful program for you to browse your backups and identify files/folders whose content changes frequently. more>>
BackupLoupe 1.7.1 has come as a useful program for you to browse your backups and identify files/folders whose content changes frequently. Often, those items are temporary files or cache folders which need not be backed up in the first place. You may consider excluding them from TimeMachine backups and save valuable disk space.

The QuickView panel, that you know and love from Leopard's Finder, helps you separate important stuff from garbage.

Enhancements:

  • Excluding files or folders from backups did not work for items in a users home directory

<<less
Download (1.5MB)
Added: 2009-09-26 License: update/patch Price: Notavailable
downloads
Ruby-Cradle 1.7.1

Ruby-Cradle 1.7.1


Open source Ruby extension library for Cradle systems engineering Tool more>> <<less
Download (124KB)
Added: 2008-10-03 License: Freeware Price: FREE
387 downloads
OmniDiskSweeper 1.7.1

OmniDiskSweeper 1.7.1


OmniDiskSweeper 1.7.1 is such an impressively useful tool for making space on Mac OS X, Mac OS X Server and Mac OS 9 disks. more>> <<less
Download (2.3MB)
Added: 2009-08-26 License: Freeware Price: Notavailable
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4