Main > Free Download Search >

Free lalati resort software for mac

lalati resort

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 28
Vail Resorts SnowMate Widget 1.01

Vail Resorts SnowMate Widget 1.01


Vail Resorts SnowMate Widget - Get the latest snow conditions different ski resorts more>>
Get the latest snow conditions for Vail, Beaver Creek, Breckenridge, Keystone, and Heavenly ski resorts on your desktop with SnowMate Widget. Displays the daily snow report and base depth for all five ski resorts.

Also features quick links to each resort’s official website.
<<less
Download (230KB)
Added: 2006-03-04 License: Freeware Price:
1330 downloads
iRemove .DS_Store files 1.5.1

iRemove .DS_Store files 1.5.1


iRemove .DS_Store files is able to support users to delete the invisible .DS_Store files on all mounted Disks from all folders and application packages. more>>

iRemove .DS_Store files 1.5.1 is able to support users to delete the invisible .DS_Store files on all mounted Disks from all folders and application packages. For those of you who want to delete the .DS_Store files quickly without resorting to the Terminal, this AppleScript does the trick. There are .DS_Store files in some of your (third-party) application packages. They are left there by the programmers and are totally useless. This script will quit the Finder and relaunch it at the end of the run.

Enhancements:

  • Fixed a minor bug.

Requirements:

  • PPC/Intel, Mac OS X 10.4 and Mac OS X 10.6

<<less
Download (49KB)
Added: 2009-10-28 License: Freeware Price: Notavailable
downloads
 
Other version of iRemove .DS_Store files
iRemove .DS_Store files 1.5DS_Store files quickly without resorting to the Terminal, this AppleScript does the trick
Price: Notavailable
License:Freeware
Download (48.3KB)
downloads
Added: 2009-10-10
License:Freeware
Download (65.4KB)
downloads
Added: 2008-07-15
Tiki Time! 1.0

Tiki Time! 1.0


Tiki Time! - Hawaian icon set more>>
Aloha ladies and gents! Sit back and relax with your favourite toons, a funny flowered shirt and a nice cocktail!

Tiki Time! is an icon set presenting the things that make Hawai so popular.

This icon collection was inspired by a number of things including one of my favorite movies - Joe vs. The Volcano, and the resurgence of Tiki related goods now available at Target. Plus, I just love the whole Tiki look and feel that was made popular in the 50s and 60s.

If you are a big Tiki fan, I would suggest heading over to shag.com and checking out some of the ultra-cool tiki prints that hes done. A tip of the hat goes out to Shag, as there are obvious influences on me in this set.

I would be remiss if I didnt mention that some my favorite tiki memories came from my visits to the Polynesian Resort Hotel in Disney World.

The soothing sounds of tropical birds, water crashing on rocks and the dim glow of the hotels tiki torches all are burned in my memories.
<<less
Download (307KB)
Added: 2006-02-28 License: Freeware Price:
1333 downloads
Logtalk 2.37.5

Logtalk 2.37.5


Logtalk brings you canvenience of using such an object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. more>>

Logtalk 2.37.5 brings you canvenience of using such an object-oriented logic programming language that can use most Prolog implementations as a back-end compiler.

As a multi-paradigm language, Logtalk includes support for both prototypes and classes, protocols (interfaces), component-based programming through category-based composition, event-driven programming, and high-level multi-threading programming.

Major Features:

  1. Separation between interface and implementation: Predicate directives (declarations) can be contained inside protocols (interfaces), which can be implemented by any object.
  2. Parametric objects: Object identifiers can be compound terms containing free variables that can be used to parametrize object predicates. This allows us to interpret predicate clauses as providing instantiations of a parametric object identifier. I.e. through parametric object we can associate any number of methods with a compound term.
  3. Support for both class-based and prototype-based systems: You may have, in the same application, class-based hierarchies (with instantiation and specialization relations) and prototype-based hierarchies (with extension relations). Moreover, fundamental language features such as protocols (interfaces) and categories (components) can be used simultaneously by classes, instances, and prototypes.
  4. Support for multiple object hierarchies: No need to be constrained to a single, lengthy hierarchy rooted in some generic object.
  5. Private, protected, and public inheritance: Logtalk supports private, protected, and public inheritance in a way similar to C++. Moreover, any entity relation can be qualified using a scope keyword. E.g. an object can privately implement a protocol, thus making all protocol declared predicates private.
  6. Private, protected, and public object predicates: Set the scope of your object predicates to match your protocol design and let the runtime system enforce your choices.
  7. Static and dynamic objects: Objects can be either static or dynamic. Static objects are defined in source files which are compiled and loaded in the same way as Prolog files. Dynamic object can be either defined in source files or created at runtime.
  8. Static and dynamic object predicates: Any static object may contain both static and dynamic predicates.
  9. Logtalk syntax extends standard Prolog syntax: Logtalk uses standard Prolog syntax with the addition of a few operators and directives for a smooth learning curve. Prolog code can be easily encapsulated inside objects with little or no changes. Moreover, Logtalk can transparently interpret most Prolog modules as Logtalk objects for easy reusing of existing code (e.g. libraries).
  10. Event-driven programming: Predicates can be implicitly called when a spied event occurs, allowing programming solutions which minimize object coupling. In addition, events provide support for behavioral reflection and can be used to implement the concepts of pointcut and advice found on Aspect-Oriented Programming.
  11. Component-based programming: Predicates can be encapsulated inside categories, which can be virtually imported by any object, without any code duplication and irrespective of object hierarchies. Thus, objects may be defined through composition of categories, which act as fine-grained units of code reuse. Categories may also extend existing objects. Categories can be used to implement aspects and mixin-like behavior without resorting to inheritance.
  12. Multi-threading programming: High level multi-threading programming is available when running Logtalk with selected back-end Prolog compilers, allowing objects to support both synchronous and asynchronous messages. Independent and-parallelism and competitive or-parallelism are also supported. Easily take advantage of modern multi-processor and multi-core computers without bothering with the details of creating and destroying threads, implement thread communication, or synchronizing threads.
  13. Multi-inheritance support: Logtalk supports multi-inheritance of both protocol and implementation. An object may implement several protocols and extend, specialize, or instantiate several objects. Multi-inheritance conflicts are solved implicitly by the Logtalk lookup algorithms or explicitly by using predicate directives.
  14. Good performance: Logtalk code is compiled using the same technics that you use to write efficient Prolog code. In addition, Logtalk supports both static binding and dynamic binding (with method lookup caching), greatly improving performance. Benchmark results for some Prolog compilers are available here.
  15. Close integration with the ISO Prolog Standard: Logtalk is designed for smooth integration with any Prolog compiler that conforms or closely follows the ISO Prolog Standard.
  16. Compatible with most Prolog compilers: Logtalk interfaces with a specific back-end Prolog compiler via a minimal configuration file making it compatible with almost any modern compiler.
  17. Automatic generation of XML documentation files: Logtalk automatically generates a documentation file in XML format for every compiled object, protocol, or category. The system includes all the necessary XSL(T) files and scripts to convert documenting files to (X)HTML and PDF.
  18. Dynamic language: Logtalk is a dynamic language that allows hierarchies, objects, protocols, categories, and methods (predicates) to be freely created and modified at runtime. Other dynamic language features include support for meta-programming and both structural and behavioral reflection.

Enhancements:

  • Updated the Logtalk multi-threading features, replacing all calls to the call_cleanup/2 built-in predicate with calls to the more reliable setup_call_cleanup/3 built-in predicate. This change requires recent versions of SWI-Prolog, XSB, and YAP when writing multi-threading code.
  • Improved performance of the database built-in methods retractall/1 and retract/1 whenever their use requires updating the internal predicate definition lookup tables.
  • Corrected a bug in the Logtalk runtime when printing a compatibility warning regarding the back-end Prolog compiler version being used.
  • Corrected a bug in the implementation of the :/1 control construct when some but not all imported categories are compiled for static binding.
  • Corrected a event handling bug in the processing of meta-calls whose meta-arguments have the format Object:Closure.
  • Corrected a bug in the runtime error handler for top-level message sending calls where the reported exception term context argument would be unbound.
  • Corrected a bug in the compilation of multifile directives and multifile predicate clauses within objects and categories for the pseudo-object
  • "user". Corrected a bug in the compilation of multifile predicate clauses for other objects and categories.
  • Corrected a safety meta-predicate compilation bug when using static binding to optimize a call to a local meta-predicate made by a normal, public predicate.
  • Corrected a safety meta-predicate compilation bug when using a meta-predicate call in the body of a user-defined meta-predicate clause in order to change the number of extra arguments of a closure.
  • Added a monitor/1 predicate to the library event registry objects. Updated the definition of the monitors/1 and monitored/1 predicates in order to avoid using the non-standard predicate sort/2.
  • Added support for adding the Logtalk mime-type to systems supporting the freedesktop.org shared mime-info database.
  • Added support for adding the Logtalk mime-type and the file description for Logtalk source files to the Windows installer.
  • Updated the RPM spec file and build script to no longer require root access. The RPM package built from these files is no longer relocatable.
  • Updated the POSIX (un)install shell scripts to print the version number of the Logtalk release being (un)installed.
  • Updated the "lgt2pdf.sh" and "lgt2txt.sh" POSIX shell scripts in order to prevent accidental deletion of the "logtal.dtd" and "logtalk.xsd" files in the Logtalk installation directory. Thanks to Michael Igler for the bug report.
  • Added information about using the Sublime Text Windows text editor for editing Logtalk source files.
  • Added a set of Logtalk source code snippets and a set of compilation and documenting tools for the Gnome's Gedit text editor (see the file "wenv/gedit/NOTES.txt" for details).
  • Replaced GeSHi support with a new language file written from scratch. Added syntax coloring support for the module directive reexport/1 to all supported text editors and syntax highlighters.
  • Updated documentation in order to remove references to deprecated syntax for sequences of predicate indicators in predicate directives. Updated documentation on built-in meta-predicates to correctly described their semantics when used within categories.
  • Added a simple example, "multifile", illustrating how to use multifile predicates within Logtalk objects and categories.
  • Updated the "securemp" example in order to illustrate using a call to a meta-predicate to change the number of extra arguments of a closure.

Requirements:

  • Compatible Prolog compiler.
<<less
Download (704.4KB)
Added: 2009-10-28 License: Freeware Price: Notavailable
downloads
 
Other version of Logtalk
Logtalk 2.37.4behavior without resorting to inheritance. Multi-threading programming: High level multi
Price: Notavailable
License:Freeware
Download (695.1KB)
downloads
Added: 2009-09-16
Trash It! 3.6.1

Trash It! 3.6.1


Trash It! is a mighty effective program that empties your Trash and/or removes stubborn items. more>>

Trash It! 3.6.1 is a mighty effective program that empties your Trash and/or removes stubborn items.

Especially useful if you have files or folders in the Trash with permissions set incorrectly, locked Trash items, want to securely delete a stuck item, or trash items from other partitions. If you drop files or folders onto the Trash It! icon, it will delete them immediately. If you double-click on it, it will clean out your Trash can. Trash It! should be used when:

  • You can't get rid of trash items manually.
  • You can't move items to the trash.
  • You have a large number of items to delete (i.e., previous system folders).
  • You just like using cool scripts. :)

This is not a Finder trash can replacement! It should be used as a last resort!

<<less
Download (1.2MB)
Added: 2006-01-25 License: Freeware Price:
downloads
 
Other version of Trash It!
Trash It! 3.6.1It should be used as a last resort! Requirements: Mac OS X 10.3 or later, 24U Appearance OSAX v3
License:Free
Download (1.3MB)
downloads
Added: 2005-06-26
The Sims: Vacation 2.4.1

The Sims: Vacation 2.4.1


Pack your bags because you?re taking the Sims on the vacation of a lifetime. more>>


Pack your bags because you?re taking the Sims on the vacation of a lifetime. Better yet, it?s the first vacation of a lifetime.
Enjoy beautiful, fully customizable destinations such as Vacation Island?s serene tropical beach resort, a rustic woodland hideaway, or the cool winter wonderland. Whether they?re embarking on a relaxing family adventure or hooking up on a romantic getaway, your Sims will discover that dull moments are as scarce as frowning faces.
CyberExtruder Cyberx-3D Compatible

<<less
Download (2.7MB)
Added: 2003-09-29 License: Update Price:
13 downloads
Address Pad 1.4.1

Address Pad 1.4.1


Address Pad - Simple contact manager more>>
Address Pad is a simple contact manager to help you manage addresses, phone numbers, email and homepage URLs of your friends without resorting to more complex applications.
Address Pad now gives you the option to export your contacts to a vCards file for importing into Apples Address Book program or into Palm Desktop v4.0 or later.
Main features:
- Simple, intuitive interface
- Clickable Internet addresses
- Drag&Drop and Clipboard support to share information with other applications
- Printing support for contact lists and envelopes
- Fun icons to customize your contacts!
- Import/Export your contacts using standard tab-separated text files.
Enhancements:
- Added option to export contacts to a vCards file that can be imported into the Address Book program in Jaguar (Mac OS 10.2) or into Palm Desktop v4.0 or later. This should allow a smooth migration for people looking to use Address Book as their main contact management program from now on;
- added an option to disable Quartz text rendering for slower machines;
- fixed a bug that could cause the application to crash after opening a contacts document (or on launch).
<<less
Download (282KB)
Added: 2006-01-19 License: Freeware Price:
1374 downloads
 
Other version of Address Pad
Address Pad 1.2.8homepage URLs of your friends without resorting to more complex (and cluttered) applications ... of your friends without resorting to more complex (and cluttered) applications
License:Freeware
Download (276.4KB)
downloads
Added: 2001-04-10
Zipper 1.2

Zipper 1.2


Zipper is a tool for inspecting the contents of a compressed archive and for extracting more>>
Zipper is a tool for inspecting the contents of a compressed archive and for extracting.
I know that theres a GNUstep port of the famous OpenUp application but I must admit that for a living I have to use Windoze at work. After a while I got quite used to Winzips UI.
Although I dont like some of its features, what I really like is the content listing of an archive without actually having to unpack it. This is what Zipper currently tries to mimic. This has also the advantage that you dont have to unpack archives from networked volumes to your local disk just to view whats in it.
Zipper has a single window, that displays the contents of the selected archive.
Main features:
- Add more extraction methods: zoo,arj,rpm,deb,ar
- Display more status/progress info when archiving and unarchiving
- DragnDrop executables to the Preferences dialog
- DragnDrop extraction to GWorkspace
- Display archive structure in NSOutlineView
- Before extracting the archive, check if files exist and ask user what should happen
- Handle password-protected archives
Enhancements:
- Try to determine the file type by the files content before resorting to the file extension. This is necessary as some file extensions are ambiguous.
- I finally restructured the code so that not all possible archivers need to be filled when closing the preferences panel. Now if you open an archive that does not have a valid archiver specified the preferences panel will open.
<<less
Download (465KB)
Added: 2007-05-30 License: Freeware Price:
964 downloads
Annette 1.0

Annette 1.0


Annette is a network tool more>>
Need a date? Try Annette.

Annette is a network tool. Handy when youre a web developer or network guy and youve got those pesky issues that you need your buddies for. Buddies like ping, netstat, nslookup, and traceroute. Now you can use em without resorting to that terminal, or having to read the man pages (again) because you forgot the command syntax.
Sounds handy... whats it cost?

Annette is free, as is the source code. You can download both with the links at left. If this puts you off, and you insist on paying for such a useful utility, you can register Annette for $5 and give me your email address - Ill send you a note when Annette is updated.
As freeware, Annette is distributed as-is and comes with no support. Sorry!

About the source code.
I put Annette together during Apples WWDC 2000, using my iBook and DP4 (this was back in the day). I gave it a quick update to make it something I would post to the web, but I havent spent much time making the source pretty. It is commented OK, but is not an excellent example of design by any means - its a hack from a conference. I would only recommend it to someone who wants examples of how to use NSTask.



<<less
Download (138KB)
Added: 2005-09-01 License: Freeware Price:
1515 downloads
Pandora 1.0

Pandora 1.0


Pandora - The Music Genome Projects Pandora on your dashboard. more>> Pandora - The Music Genome Projects Pandora on your dashboard.

My iTunes library is too large to keep on my PowerBook, so Ive resorted to storing all music files on a external hard drive at home. So for tunes at the office I switch between iTunes Radio, my iPod, and Pandora.
But none of these solutions really work for me.
My iPod usually stays in my car. I can only take so much Groove Salad or Secret Agent SomaFM on iTunes Radio. And Pandora steals a browser tab.
So today I made a widget to harness the Music Genome Projects Pandora right from my dashboard.
Version restrictions:
- The application is not functional outside US

<<less
Download (70KB)
Added: 2008-07-04 License: Freeware Price: FREE
188 downloads
Websearch 2.0.0 Beta

Websearch 2.0.0 Beta


Quickly create iPhone keyword searches using Firefoxs Add a keyword search type string more>> Quickly create iPhone keyword searches using Firefoxs Add a keyword search type string

Websearch allows you to create keyword searches based upon the Firefox "add a keyword search" type string. Then the app will allow you to enter the search string, and it loads Safari with the search page.
Websearch comes preloaded with several common search engines but you can add/remove/resort on your own using the built in GUI.
System requirements:
- iPhone
NOTE: Websearch can be installed a lot easier if you will use Installer or Cydia to be sure its functions are not crippled in any way. Also, in case you need it, you can find support for Websearch on the developers website.

<<less
Download (73KB)
Added: 2008-08-06 License: Freeware Price: FREE
198 downloads
Battleships Game 1.0

Battleships Game 1.0


Battleships Game is an impressive and unique game which will catch your attention immediately. more>>

Battleships Game 1.0 is an impressive and unique game which will catch your attention immediately.

The enemy fleet has been located under the command of Admiral Komputer, but do not yet have visual contact. The best course of action is to fire at random into their vicinity and listen for the impact of the shells, and has likewise been forced to resort to the same tactics as ourselves. In accordance with the rules of war, fire will be exchanged one shell at a time and vessels lost will be announced immediately.

As per your orders you have been placed directly in command of the fleet's guns. Select the target location by clicking in the left-hand grid above. The right hand grid shows the status of

<<less
Download (369.1KB)
Added: 2006-10-04 License: Freeware Price:
downloads
Links Championship Edition 1.0.4

Links Championship Edition 1.0.4


Links is the best-selling series of golf sims ever. more>>


Links is the best-selling series of golf sims ever, and Links Championship Edition 2002 for Macintosh is the biggest upgrade to Links in over a decade. Experience the unmatched beauty and realism created by Links? all-new graphics engine that recreates courses in stunning detail.
Dream up your own courses with the new Arnold Palmer Course Designer, or recreate your favorite local courses for practice in Links. Play on exact renditions of 13 championship courses, including Oakmont Country Club, The Royal Melbourne Golf Club, Frankfurter Golf Club, The Judge Course at Capitol Hill on the Robert Trent Jones Golf Trail, Thanksgiving Point, Chateau Whistler, The Prince Course at Princeville Resort, Westfields Golf Club, and more.
Choose from 15 different golfers, including Sergio Garcia, Annika Sorenstam, Hidemichi Tanaka, Mike Weir, Keith Clearwater, and more. With the new Links physics engine that factors in terrain, green conditions and wind, golfing on a computer has never been more realistic.
View QuickTime Trailer
Game Feature: Fore! Play 18 Holes on Your Mac With Links Championship Edition 2002

<<less
Download (2.3MB)
Added: 2002-11-04 License: Update Price:
16 downloads
Ski Conditions Widget 3.0

Ski Conditions Widget 3.0


Ski Conditions Widget - Gathers webcams, snow conditions, current temperature, and weather forecasts more>> Ski Conditions Widget - Gathers webcams, snow conditions, current temperature, and weather forecasts

The Ski Conditions Widget gathers webcams, snow conditions, current temperature, and weather forecast directly from each resort and packs it all into a small footprint. Hills are always being added so that you can check the conditions at your favorite resort quickly and easily.
Main features:
- Resort webcams
- Snow conditions (including base depth and 24-hour snowfall)
- Current high and low temperature
- Weather forecast
- Direct links to the resort website and full weather forecast
- The widget can display the measurements imperial or metric units.
Current hills include Big White, Fernie, Kicking Horse, Kimberley, Lake Louise, Mt. Baker, Nakiska, Norquay, Panorama, Red Mountain, Silver Star, Sunshine Village, and Whistler Blackcomb.
System requirements:
- Internet connection.

<<less
Download (984KB)
Added: 2008-07-05 License: Freeware Price: FREE
202 downloads
 
Other version of Ski Conditions Widget
Ski Conditions Widget 2.01Main features: - Resort webcams - Snow conditions (including base depth and 24-hour snowfall ... temperature - Weather forecast - Direct links to the resort website and full weather forecast
License:Freeware
Download (984KB)
1335 downloads
Added: 2006-02-27
FSSoundPlayer 1.0

FSSoundPlayer 1.0


FSSoundPlayer is designed for playing System 7 sound files more>>
FSSoundPlayer is designed for playing System 7 sound files.

For reasons beyond us, QuickTime refuses to play System 7 sound files on Mac OS X, and because of that, weve designed FSSoundPlayer X to fill this immense void. Dont bother resorting to classic or some other behemoth application just to play them, just use FSSoundPlayer X.


<<less
Download (653KB)
Added: 2005-11-06 License: Freeware Price:
1450 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2