Main > Free Download Search >

Free utc software for mac

utc

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 20
UTC Clock 1.0.5

UTC Clock 1.0.5


UTC Clock will make you satisfied because it is a simple clock designed to display UTC (GMT, zulu, etc.) time under the menu bar clock. more>>

UTC Clock 1.0.5 will make you satisfied because it is a simple clock designed to display UTC (GMT, zulu, etc.) time under the menu bar clock.

It uses very little resources, screen real estate, and no Dock space. Designed with the hobbyist in mind, it displays the time, date, and provides links to relevant radio and astronomy web sites. UTC Clock is small, simple, and free for your enjoyment.

Major Features:

  1. Easy access to UTC time and date.
  2. Requires minimal system resources.
  3. Very small screen footprint.
  4. Does not appear in the Dock.
  5. Numerous links to radio and astronomy web sites.
  6. Illustrated documentation.
  7. Universal Binary.
  8. It is absolutely free!

Requirements: Universal Binary requires OS X 10.2.8 or higher

<<less
Download (2.7MB)
Added: 2008-01-06 License: Freeware Price:
downloads
 
Other version of UTC Clock
UTC Clock 1.0.2Northern Softworks - UTC Clock displays UTC time. UTC Clock. UTC Clock is a simple clock designed to display UTC (GMT, zulu, etc.) time under the menu bar clock. It uses
License:Freeware
Download (3.1MB)
690 downloads
Added: 2006-08-22
UTC Display 2.0.2

UTC Display 2.0.2


UTC Display is a tool showing Universal Time in a small window in any corner of your screen. more>>

UTC Display 2.0.2 is a tool showing Universal Time in a small window in any corner of your screen. It can also display the current UTC date. Amateur astronomers, shortwave radio listeners, and others no longer need to mentally convert between their menubar clock's standard time and Universal Time. UTC Display can automatically adjust for Daylight Saving Time, and may configured for use worldwide. Its "Auto-Hide" feature keeps UTC Display from interfering with other screen items.

<<less
Download (1.8MB)
Added: 2006-03-22 License: Freeware Price:
downloads
UTC (GMT) offset 1.0

UTC (GMT) offset 1.0


UTC (GMT) offset - Local times difference in minutes to the UTC or GMT more>>
UTC (GMT) offset contains just one function that returns the local times difference in minutes to the UTC (Universal Time Coordinated) or to the GMT (greenwich mean time) without daylight savings.

<<less
Download (5KB)
Added: 2006-06-27 License: Freeware Price:
1217 downloads
UTC Display X 2.0.2

UTC Display X 2.0.2


UTC Display simply displays Universal Time in a small window in any corner of your screen and/or in the Mac OS X dock icon more>> <<less
Download (2.8MB)
Added: 2006-10-11 License: Freeware Price:
1115 downloads
Time 1.1

Time 1.1


Display local time around the world. more>>
@-time is a simple application that displays local time and the time in four world cities. It also displays GMT (UTC) time and Internet (@) time.
<<less
Download (1.1MB)
Added: 2004-05-15 License: Freeware Price:
1997 downloads
MoonCal 1.2

MoonCal 1.2


MoonCal - Moon Phase Calendar widget more>>
This simple calendar displays the phases of the Moon for each day based on 0 hrs Coordinated Universal Time (UTC). Orthographic phase images were created by Don Carona. Note: The days of the week are static in this first version.

Therefore, this moon calendar may not build correctly for computers in countries whose calendar does not coincide with "Sunday" being the first day of the week.

-Left-click to advance month.
-Right-click to advance year.
-Double-click to reset calendar to current month/year.

<<less
Download (440KB)
Added: 2007-01-15 License: Freeware Price:
1015 downloads
BaseTen 1.7

BaseTen 1.7


Cocoa database framework for working with PostgreSQL databases. BaseTen is a freeware, open source database framework created in Cocoa for working with PostgreSQL databases more>> Cocoa database framework for working with PostgreSQL databases.

BaseTen is a freeware, open source database framework created in Cocoa for working with PostgreSQL databases. BaseTen has been designed with familiar, Core Data -like semantics and APIs.

Main features:
- BaseTen Assistant imports Core Data / Xcode data models.
- Discovers the database schema automatically at runtime, including 1-1, 1-many and many-many relationships.
- Database changes are propagated to clients automatically, without polling.
- In-memory database objects are uniqued, and objects fetched via relationships are faults by default.
- Support for RDBMS features like database-driven data validation, multi-column primary keys and updateable views.
- Autocommit and manual save/rollback modes, both with NSUndoManager integration.
- A BaseTen-aware NSArrayController subclass automates locking and change propagation.
- Fetches are specified with NSPredicates (the relevant portions of which are evaluated on the database).

System requirements:
-
- AppKit for the optional BXSynchronizedArrayController.
-

Enhancements
BaseTen:
- BaseTens date and time type handling has been significantly overhauled.
- Timestamp and datetime types are now always returned as NSDates.
- NSDates are stored into the database in UTC. When fetching, database values are assigned the UTC time zone, or, if they are qualified with some other time zone on the database, converted to UTC.
- NSCalendar is now used instead of NSCalendarDate when converting NSDates to date strings.
- PostgreSQL "time" types are now handled. On the Cocoa side, they are converted to NSDates with the appropriate time offset from the reference date.
- New and changed data type support
- The XML data type can now be fetched as NSXMLDocument. This happens if the database schema is enforcing document-only values with a constraint such as CHECK(column IS DOCUMENT).
- "bit" and "varbit" fields are now fully supported. They are fetched as NSStrings because they cant easily be represented as octets.
- In additiong to fetching "point" fields as NSPoints, NSPoint values can now be saved into the database.
- Changes to the way BaseTen supports database relationships
- The default key names for to-many relationships have changed to the format "Set". The previous form, "", is now deprecated. Add a symbolic breakpoint to BXDeprecationWarning to find uses of these deprecated keys.
- BaseTen can now extract direction-specific relationship names from a foreign key constraints name. The combined length of these two names can be a maximum of 61 bytes of UTF-8. This facility is used by the updated BaseTen Assistant to import the direction-specific names from Xcode Data Modeler schemas.
- When creating new objects with a field values dictionary, to-one related objects (or their object IDs) can now be specified as an alternative to specifying the values of the foreign key fields. The relationship name is used as the key.
Other changes:
- All text transferred between the database and BaseTen will now be normalized to Unicode normal form D, ie. the format produced by -[NSString decomposedStringWithCanonicalMapping].
- Most locking queries sent by BaseTen can now be disabled, and documentation has been added to describe the locking functionality.
- More of BaseTens internals have now been documented in the reference manual.
- When inserting, updating or deleting rows, BaseTen now notices (and posts notifications of) changes that occur as a result of database triggers or rules firing. The only requirement is that said changes are to entities other than the one being changed by BaseTen; changes to the same entity will still be ignored.
- BXDatabaseObjectID is now documented as thread-safe since it only uses NSURL.
- BXSetProxies are now declared as deriving from NSMutableSet, as the NSCountedSets countability property isnt currently used by BaseTen.
- BaseTen will no longer try to unescape non-"bytea" columns.
- More SSL status codes are now available for determining when SSL is unavailable, automatic SSL certificate verification fails, user clicks Cancel in the certificate trust panel or some other SSL error occurs.
- Worked around potential issues with garbage collection where BaseTen used pointers to objects internal structures.
- KVO willChange notifications sent from -setPrimitiveValue:forKey: are now always called before the update. In certain cases with earlier BaseTen versions, observers might receive the notification after the change had been made.
- Some connection error messages are now more accurate.
BaseTenAppKit:
- BXSynchronizedArrayController can now remove objects even if the content set is bound to another array controller.
- BXSynchronizedArrayControllers property fetchesOnConnect is now called fetchesAutomatically. If its set, a fetch will also be performed when an already-connected database context is assigned to the array controller.
- BaseTenAppKit now embeds the Interface Builder plug-in. Interface Builder loads the plug-in if the framework has been added to a project.
- Fixed a crasher which occurred when connecting to a server with SSL capability in asynchronous mode.
- Fixed awkward user interaction when clicking Cancel in the certificate trust panel.
- Fixed a bug which caused object creation to fail if BXSynchronizedArrayController was instantiated in a nib and hadnt performed a fetch.
BaseTen Assistant:
- BaseTen Assistant can now name both sides of one-to-many and one-to-one relationships with the names entered in the Xcode Data Modeler.
- Optional relationships are now be created as optional and required relationships as required.
- Columns will no longer be created for transient attributes in data models.
- Relationships are now listed in the Inspector and info windows.
- A graphical representation of the database schema can now be created for use with Graphviz or OmniGraffle.
- Temporary information can now be deleted from BaseTen schema.
- Help is now more comprehensive.

<<less
Download (6.8MB)
Added: 2009-06-13 License: Freeware Price: FREE
187 downloads
Internet Time Dockling 1.1

Internet Time Dockling 1.1


Internet Time Dockling - Internet time clock for the dock more>>
Internet Time Dockling is yet again another "Internet Time" clock which can be displayed continually on the users desktop. This incarnation lives in the Mac OS X Dock. This dockling was derived from the source code for "WebTime" by Cyril Godefroy which in turn was based on work by Eric Peyton.

The Internet Time algorithm was changed from an arithmetic calculation to using a Cocoa NSTimeZone object.

The Beat value is easier to read at most dock magnifications, the dockling background color rotates through the color hue spectrum during a beat. The docking menu shows the users current date/time, the UTC date/time , and an Internet date/Time stamp. All of these menu items are copied to OS X clipboard when selected.
<<less
Download (95KB)
Added: 2006-05-09 License: Freeware Price:
1265 downloads
LCD Clock 1.0.3

LCD Clock 1.0.3


LCD Clock is an advanced program which satisfies you with realistic backlighting effects. Choice of UTC or Local Time Display. more>>

LCD Clock 1.0.3 is an advanced program which satisfies you with realistic backlighting effects. Choice of UTC or Local Time Display.

<<less
Download (683.6KB)
Added: 2004-02-02 License: Freeware Price:
downloads
CLIX 2.0.0.5

CLIX 2.0.0.5


CLIX is a simple yet efficient program which gets the power of a command line without ever getting near it. more>>

CLIX 2.0.0.5 is a simple yet efficient program which gets the power of a command line without ever getting near it. Do all those things your system maintenance utilities try to do - but do them better and do them your own way. No typing - just 'clix'.

You have to perform maintenance routines. You know that. But make a mistake - especially in one of those glittery AppleScript apps - and what happens? You'll have no such fear with CLIX. CLIX is safer - and for the skilled professional safer than even Terminal. From almost every security standpoint.

CLIX: the Command Line Interface for OS X. Access to the full power of your operating system. Your computer runs smoother. You learn more, become better and more skilled at running it. CLIX makes it easier for beginners to get up to speed with their new system. For the professional developer or system administrator it's an indispensable tool - a work of reference used by universities around the globe, NASA, the US military, and scientific institutions everywhere. Version 2.0 is a 'milestone upgrade'.

Major Features:

  1. Global Settings
    • Beep Feedback - turn it on, off, read the current setting.
    • Color Variant - set to Aqua, graphite, read the current setting.
    • Scroll Bar - set to single, double both, double max, double min, read the current setting.
  2. Address Book
    • Debug Menu - turn it on, off, read the current setting.
  3. Clean
    • Clean .DS_Store files.
    • Clean .localized files.
    • Clean .MCXLC files.
    • Clean Interface Builder, Project Builder, Xcode preferences.
    • Clean caches.
    • Clean Calculator files.
    • Clean Camino files.
    • Clean CUPS files.
    • Clean Desktop files.
    • Clean DVD scripts.
    • Clean file panel preferences, read current settings.
    • Clean finder preferences.
    • Clean Full Circle files
    • Clean icon caches.
    • Clean launch services caches.
    • Clean log files.
    • Clean Mail files.
    • Clean preference panes caches.
    • Clean receipts.
    • Clean recent folders, read current settings.
    • Clean Safari files.
    • Clean temporary files.
  4. Developer
    • Show default GCC specs.
    • Show default GCC version info.
  5. Disk
    • Check a RAID set for errors.
    • Show free disk space.
    • Show fixed disk info.
    • Show disk usage statistics.
    • Enable, disable disk journaling.
    • Verify, repair volume structures.
    • Verify, repair volume permissions.
    • Get information on boot volume.
    • Show mounted drive info.
  6. DiskCopy
    • Expert Mode - turn it on, off, read the current setting.
  7. Dock
    • Autohide - turn it on, off, read the current setting.
    • Launch Animation - turn it on, off, read the current setting.
    • Magnification - turn it on, off, read the current setting.
    • Mineffect - use Genie, Scale, Suck, the default, read the current setting.
    • Orientation - put dock at bottom, left, right top, read the current setting.
    • Show persistent apps.
    • Pinning - pin the dock at the start, middle, end, read the current setting.
    • QuitFinder - show/hide Quit menu item for Finder in Dock, read the current setting.
    • Shadow - show/hide shadow in Dock, read the current setting.
    • Show All Files - show/hide all files in Dock, read the current setting.
    • Show Hidden - show/hide hidden files in Dock, read the current setting.
  8. DVD Player
    • Debug Menu - enable, disable, read the current setting.
  9. Finder
    • Animate Info Panes - enable, disable, read the current setting.
    • Animate Window Zoom - enable, disable, read the current setting.
    • Finder Quit - show/hide Quit menu item, read the current setting.
    • Maximum Label Lines - set to 1, 2, 3, the default, read the current setting.
    • Show All Files - show/hide all files, read the current setting.
    • Zoom Rects - enable, disable, read the current setting.
  10. Lists
    • List all .DS_Store files in home directory.
    • List all .DS_Store files on hard drive.
    • List all .app packages in home directory.
    • List all .app packages on hard drive.
    • List contents of backups directory.
    • List contents of cron directory.
    • List contents of etc directory.
    • List file types in /bin.
    • List file types in /sbin.
    • List file types in standard system directories.
    • List file types in /usr/bin.
    • List frameworks in home directory.
    • List frameworks at root.
    • List all library directories.
    • List lsof version info.
    • List contents of NetInfo directory.
    • List all NIBs in home directory.
    • List all NIBs on hard drive.
    • List open files.
    • List contents of openldap directory.
    • List open network files.
    • List open Unix domain sockets.
    • List fixed disk partitions.
    • List all plists in home directory.
    • List all plists on hard drive.
    • List all preferences directories.
    • List contents of private directory.
    • List contents of root home directory.
    • List contents of samba directory.
    • List screen savers in home directory.
    • List screen savers on hard drive.
    • List set IDs in standard system directories.
    • List set gids in /bin.
    • List set gids in /sbin.
    • List set gids in standard system directories.
    • List set gids in /usr/bin.
    • List set uids in /bin.
    • List set uids in /sbin.
    • List set uids in standard system directories.
    • List set uids in /usr/bin.
    • List contents of spool directory.
    • List contents of sudo directory.
    • List symlinks in /sbin.
    • List symlinks in /usr/bin.
    • List contents of temporary directory.
    • List contents of .Trash directory.
    • List contents of .Trashes directory.
    • List contents of var directory.
    • List contents of vm directory.
  11. Log
    • View CUPS access log.
    • View CUPS error log.
    • View daily.out log.
    • View console log.
    • View monthly.out log.
    • View system log.
    • View weekly.out log.
    • View NetInfo log.
  12. Lproj
    • Remove unnecessary lproj files for any language.
  13. Network
    • Curl Apple front page.
    • Curl Rixstep front page.
    • Flush lookup daemon cache.
    • Ping root-servers.
    • Show configuration for AFP over TCP.
    • Show current Samba connections.
    • Show lookup daemon status.
    • Show network I/O in realtime.
    • Show network status of routing tables.
    • Show network status per process.
    • Show show number of dropped packets.
    • Show protocol cloned routing statistics.
    • Show NFS status.
    • Show TCP and UDP statistics.
    • Turn .DS_Stores in network on and off.
  14. Process
    • Show process status.
    • Show system usage statistics.
  15. Purge
    • Purge .DS_Store files.
    • Purge .localized files.
    • Purge .MCXLC files.
    • Purge Interface Builder, Project Builder, Xcode preferences.
    • Purge caches.
    • Purge Calculator files.
    • Purge Camino files.
    • Purge CUPS files.
    • Purge Desktop files.
    • Purge DVD scripts.
    • Purge file panel preferences, read current settings.
    • Purge finder preferences.
    • Purge Full Circle files
    • Purge icon caches.
    • Purge launch services caches.
    • Purge log files.
    • Purge Mail files.
    • Purge preference panes caches.
    • Purge receipts.
    • Purge recent folders, read current settings.
    • Purge Safari files.
    • Purge temporary files.
  16. Quartz
    • Show Quartz drawing views and windows.
    • Show all Quartz calculations and drawing.
  17. Safari
    • Anti-aliasing, smooth fonts - set values high, low, restore defaults, read the current settings.
    • IE Favorites Imported - set on, off, read the current setting.
    • Include Debug Menu - enable, disable, read the current setting.
    • Netscape/Mozilla Favorites Imported - set on, off, read the current setting.
  18. Security
    • Audit entire file system for potential security leaks.
    • Show effective group ID of current user.
    • Show effective group ID of root.
    • Show effective group of current user.
    • Show effective group of root.
    • Show effective UID of current user.
    • Show effective UID of root.
    • Show effective user of current user.
    • Show effective user of root.
    • Show all file systems compiled into the running kernel.
    • Show all file systems compiled into the running system.
    • List file types in all bin directories, including zipped files.
    • List file types in /bin, including zipped files.
    • List file types in /sbin, including zipped files.
    • List file types in /usr/bin, including zipped files.
    • List file types in /usr/sbin, including zipped files.
    • Find block files.
    • Find character files.
    • Find empty directories.
    • Find empty files.
    • Find FIFOs.
    • Find SGID files.
    • Find sockets.
    • Find SUID root files.
    • Find SUIDs.
    • Find SxID files.
    • Find symlinks.
    • Find world-writable files.
    • Show groups of current user.
    • Show GIDs of current user.
    • Show groups of root.
    • Show GIDs of root.
    • Show current user and all groups.
    • Show root user ID and all groups.
    • List SGIDs in all bin directories.
    • List SGIDs in /bin.
    • List SGIDs in /sbin.
    • List SGIDs in /usr/bin.
    • List SGIDs in /usr/sbin.
    • Set sudo timestamp to epoch.
    • List allowed and forbidden sudo commands.
    • Remove sudo timestamp.
    • Remove all TTY-specific timestamps.
    • List SUIDs in all bin directories.
    • List SUIDs in /bin.
    • List SUIDs in /sbin.
    • List SUIDs in /usr/bin.
    • List SUIDs in /usr/sbin.
    • List SxIDs in all bin directories, including zipped files.
    • List SxIDs in /bin, including zipped files.
    • List SxIDs in /sbin, including zipped files.
    • List SxIDs in /usr/bin, including zipped files.
    • List SxIDs in /usr/sbin, including zipped files.
    • List symlinks in all bin directories.
    • List symlinks in /bin.
    • List symlinks in /sbin.
    • List symlinks in /usr/bin.
    • List symlinks in /usr/sbin.
    • Show system activity in utmp.
    • Show system activity in wtmp.
    • View contents of app_profile directory.
    • View app_profile data for current user and root.
    • View app_profile names for current user and root.
    • View authorization file.
    • View list of users disallowed FTP access.
    • View single user mode group database.
    • View single user mode hosts cache.
    • View hostconfig file.
    • View magic file.
    • View master.passwd file.
  19. System
    • Show local date and time.
    • Show local and UTC date and time.
    • Show UTC date and time.
    • Show all defaults.
    • Show global defaults.
    • Show launch services defaults.
    • Show number of active CPUs.
    • Show presence of Altivec.
    • Show root defaults.
    • Show user defaults.
    • Show system message buffer.
    • Show file status.
    • Show name of current host system.
    • Dump entire I/O Kit registry to disk and open in text editor.
    • Purge intermediate dump file.
    • Show I/O Kit registry with busy state and retain count.
    • Show I/O Kit registry.
    • Show I/O statistics.
    • Show status of kernel extensions.
    • Show available devices and drivers.
    • Show CUPS status information.
    • Show machine type.
    • Show command path.
    • Run all periodic functions.
    • Run daily periodic function.
    • Run monthly periodic function.
    • Run weekly periodic function.
    • Show info on open files.
    • Show info on terminals.
    • Show info on active vnodes.
    • View environment variables.
    • Flush file caches to disk.
    • Show system and build versions.
    • Get kernel state.
    • Show hardware statistics.
    • Show kernel statistics.
    • Show network statistics.
    • Read system logs.
    • Show timeslicing quantum (microseconds).
    • Show table of terminfo entries.
    • Show operating system name.
    • Show how long system has been running.
    • Show name and uid for current user.
    • Show NetInfo dump file.
    • View contents of root hidden file.
    • View SystemConfiguration preferences.
    • Show MACH virtual memory statistics.
    • Show who's logged in
    • Show effective user ID.
    • Print nvram variables.
    • View list of Internet protocols.
    • View list of well known port numbers.
    • View list of accepted shells as used by chpass.
    • View Samba configuration file.
    • View sudoers file.
    • View syslog configuration file.
    • View multiuser startup script.

Enhancements:

  • New command file set for Mac OS X 10.6 Snow Leopard.
  • New build brings this version in line with the ACP version.
  • 1952 commands including new commands for monitoring Apple Mail bugs.
  • Downloads in bzip2 (163KB) and DMG (203KB) formats also available.
  • Adds '14tips' command file to combat some of the woes with the Safari 4 beta
<<less
Download (263.3KB)
Added: 2009-09-18 License: Freeware Price: Notavailable
downloads
@-time X 3.3.1

@-time X 3.3.1


@-time X - Display local time around the world more>>
@-time is a simple application that displays local time and the time in four world cities.
It also displays GMT (UTC) time and Internet (@) time.
Enhancements:
- Panther (10.2.8) compatibility.
<<less
Download (149KB)
Added: 2005-09-02 License: Freeware Price:
1512 downloads
iBeatTime 2.2

iBeatTime 2.2


iBeatTime - Menu bar clock uses Swatch global time more>>
iBeatTime is a clock that uses Swatch Beats. This way of representing time eliminates the use of timezones making it the same all over the world. In other words, all countries of the world will have the same beats.
In addition, iBeatTime features a list you can use to add your favorite places and see what time it is over there, it also has a converter which can convert any local time to beats or vice versa, and you can add see information like the abbreviated name of the timezone youre currently in, the GMT offset, local time and UTC time.
You can also add iBeatTime to your login items.
Enhancements:
- built as a universal binary
- bug fix when converting beats to time.
<<less
Download (104KB)
Added: 2006-06-19 License: Freeware Price:
1222 downloads
Weathermaps 1.1

Weathermaps 1.1


Weathermaps is considered to be the useful and easy-to-use weather maps directly from the actual numerical forecast model or latest available run. more>>

Weathermaps 1.1 is considered to be the useful and easy-to-use weather maps directly from the actual numerical forecast model or latest available run. Updates occur two times a day (approx. 7 UTC and 19 UTC). The given maps are directly from our new European weather map server.

Enhancements:
  • Bugfixes
  • New forecasts for Great Britain, Italy, France, Greece
Requirements: Mac OS X 10.4 or later.

<<less
Download (660K)
Added: 2009-03-16 License: Free Price:
downloads
LCD Clock X 1.0.3

LCD Clock X 1.0.3


LCD Clock X is a highly-efficient, high-quality clock with realistic backlighting effects. Choice of UTC or Local Time Display. more>>

LCD Clock X 1.0.3 is a highly-efficient, high-quality clock with realistic backlighting effects. Choice of UTC or Local Time Display.

<<less
Download (690.4KB)
Added: 2004-02-02 License: Freeware Price:
downloads
Best Pair II 1.2.1

Best Pair II 1.2.1


Best Pair II - Alignment star evaluation for Meade LX200 & AutoStar telescopes more>>
Best Pair II is a port of Jim Burrows BestPair DOS program for Macintosh and Windows computers. It is designed to select the "best" pair of alignment stars for performing a 2-star alignment of a Meade LX200 Classic telescope (or any Meade telescope that uses the AutoStar computer controller) in Alt-Azimuth mode.
The application looks at the pointing errors involved with performing an alignment with each pair of Meades choice of 33 stars (or 78 in the case of AutoStar), examining only those that will be visible at the place and time specified. The pair of stars chosen is that with the smallest error.
Best Pair II finds the best pair of alignment stars for performing a 2-star alignment.
Enhancements:
- Fixes to handle European number/date format. This does not affect anyone using US or English number formats.
- Fix to handle fractional UTC offsets. This does not affect anyone with a UTC offset of a whole number of hours.
- Some very minor cosmetic tweaks. Unless you are affected by the above changes, there is no need to upgrade from V 1.2.
<<less
Download (874KB)
Added: 2006-05-16 License: Freeware Price:
1258 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2