Main > Free Download Search >

Free event programming software for mac

event programming

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1217
Event Sharing 1.4

Event Sharing 1.4


Event Sharing is an effective way to create interactive rooms with multiple Macs: Move your mouse cursor off your local screen to control any other Mac in the room. more>>

Event Sharing 1.4 is an effective way to create interactive rooms with multiple Macs: Move your mouse cursor off your local screen to control any other Mac in the room. Keyboard input follows your mouse. Cut&paste text from one Mac to another using standard Cut&Paste commands. Drag a URL or local file onto a floating window, and make any other Mac in the room open it in its browser. To use Event Sharing, run an Event Heap Server (a Java application with a simple GUI, available at the same URL) on one Mac in your room.

<<less
Download (2.2MB)
Added: 2003-05-07 License: Freeware Price:
downloads
Event Reminder 2.8.6

Event Reminder 2.8.6


Event Reminder - Reminds you of reoccuring events like birthdays more>>
Event Reminder is a Macintosh OS X application that can to help you remember important events such as birthdays and anniversaries by presenting the information in an easy to view table.
You can use events from a text file, Apples Address Book or iCal applications, and even Palm Desktop. Event Reminder can calculate ages and can countdown days to an event. The program has many customizable features.
Enhancements:
- Fixed an uncommon problem with yearly iCal events that caused Event Reminder to hang
- Added United Kingdom (UK) Bank Holidays.
<<less
Download (3.2MB)
Added: 2007-02-06 License: Freeware Price:
1025 downloads
 
Other version of Event Reminder
Event Reminder 1.1.3Works with iCalendar standard files, reminding you about different events that you enter in it ... Helper program waits for events to occur and then runs an alarm. Does not alter the iCalendar
Price: FREE
License:Freeware
Download (775KB)
55 downloads
Added: 2009-06-05
Event Horizon 0.6.10

Event Horizon 0.6.10


Event Horizon is a 3D game based on EscapeVelocity more>>
Event Horizon is a 3D game based on the classic Escape Velocity game from Ambrosia. Like in EV,you are confined to the XY plane, but Event Horizon has a first-person view style.
You fly around the galaxy in your spaceship, landing on planets to tradegoods or get missions, shoot up the other spaceships, and buy or sell spaceship addons or another spaceship.
Enhancements:
- Added a secret Forklift weapon
- Added plugin-loading progress bar
- Added planet sounds
- Custom cockpit frames possible
- Fixed OpenAL dependency for 10.2/10.3
- Fixed more threading issues.
<<less
Download (16MB)
Added: 2007-05-16 License: Freeware Price:
892 downloads
An Introduction to Java Programming 1.0

An Introduction to Java Programming 1.0


This PDF tutorial from Apple Computers focuses on building a slideshow application and is meant to give you a basic and pragmatic understanding of this type of programming more>>

An Introduction to Java Programming 1.0 is such a convenient Java tool that it mostly focuses on building a slideshow application and is meant to give you a basic and pragmatic understanding of this type of programming. This tutorial is aimed at beginning programmers who have little or no experience with programming in Java, and experienced programmers who are interested in learning Java.

<<less
Download (1.6MB)
Added: 2001-03-26 License: Freeware Price:
252 downloads
Event Calendar 2.0

Event Calendar 2.0


Event Calendar is designed as a comprehensive suite of classes that provides the REALbasic developer with a fully functioning event calendar system, similar to iCal. more>>

Event Calendar 2.0 is designed as a comprehensive suite of classes that provides the REALbasic developer with a fully functioning event calendar system, similar to iCal. Allows for single / multi-day events, all day events and events that span more then 1 day. Now, also free, and open source for non-commercial usage. Please read license accompanying this project for full license details.

<<less
Download (1.1MB)
Added: 2005-02-10 License: Commercial Price: limitedopensource
downloads
The Mozart Programming System 1.4.0.20080702

The Mozart Programming System 1.4.0.20080702


Free programming system based on the OZ language more>>
The Mozart Programming System 1.4.0.20080702 provides you with an excellent and advanced development platform for intelligent, distributed applications which is the result of a decade of research in programming language design and implementation, constraint-based inference, distributed computing, and human-computer interfaces. As a result, Mozart is unequalled in expressive power and functionality.

Mozart has an interactive incremental development environment and a production-quality implementation for Unix and Windows platforms. Mozart is the fruit of an ongoing research collaboration by the Mozart Consortium.

Mozart is based on the Oz language, which supports declarative programming, object-oriented programming, constraint programming, and concurrency as part of a coherent whole.
For distribution, Mozart provides a true network transparent implementation with support for network awareness, openness, and fault tolerance. Mozart supports multi-core programming with its network transparent distribution and is an ideal platform for both general-purpose distributed applications as well as for hard problems requiring sophisticated optimization and inferencing abilities.

Mozart was used to developed many applications including multi-agent systems, digital assistants and sophisticated collaborative tools, as well as applications in natural language understanding and knowledge representation, in scheduling and time-tabling,

Major Features:

  1. Programming:
    • Oz is a concurrent object-oriented language. In a first approach, Oz can be programmed in a very similar way to other such languages, like Java. With experience gained, programs tend to become simpler, for example, as they use the powerful concepts of dataflow execution and first-class procedures.
    • Oz is an eminently concurrent language. The Mozart system implements ultralightweight threads with preemptive fair scheduling. It easily supports applications with many thousands of threads. Dataflow synchronization is achieved transparently through logic variables.
    • Multi-Paradigm Programming: Unlike most other programming languages which lock you into a single programming paradigm, Oz unifies into one simple and coherent framework the functional, object-oriented, and logic flavors of programming. This is possible due to the very general and powerful underlying paradigm of concurrent constraint programming.
  2. Inferencing:
    • Oz is a powerful constraint language with logic variables, finite domains, finite sets, rational trees and record constraints. The system is competitive in performance with state-of-the-art commercial solutions, but is much more expressive and flexible, providing first-class computation spaces, programmable search strategies, a GUI for the interactive exploration of search trees, parallel search engines exploiting computer networks, and a programming interface to implement new and efficient constraint systems.
    • Logic Programming: Oz goes beyond Horn-clauses to provide a unique and flexible approach to logic programming. Oz distinguishes between directed and undirected styles of declarative logic programming. For both, Oz lets you specify a programs logical semantics separately from its resolution strategy. Powerful tools and libraries are provided built on the concepts of first-class computation spaces and determinacy-driven disjunctions. Together with distribution, this makes Mozart an ideal platform for both intelligent multi-agent systems and parallel search.
  3. Distribution:
    • Open Distributed Computing: The Mozart system is an ideal platform for open distributed computing: it makes the network completely transparent. The illusion of a common store is extended across multiple sites and automatically supported by very efficient protocols. In addition, full control is retained over network communication patterns, permitting very efficient use of network resources. Furthermore, reliable, fault tolerant applications can easily be developed.
    • Distributed Component-Based Programming: Mozart provides first-class software component specifications (called functors) and software components (called modules). The module system facilitates application development and deployment. Both component specifications and components can be transparently referenced through URLs, absolute and relative, and loaded by need. Flexible security policies are implemented by module managers.
    • Mobile Agents: With its dynamic component technology, open computing support, and full-featured implementation, Mozart is an ideal platform for serious programming with mobile agents. A computation can create new computations dynamically. Computations can roam the shared Mozart space at will. Each site has full control over what resources it makes available to incoming computations.
    • Separation of Concerns (Aspects): The Mozart system separates the concerns of application functionality, distribution structure, fault tolerance, and openness (application connectivity). The separation is almost perfect for the first two concerns and quite good for the last two. In the context of aspect-oriented programming, this can be seen as a ``vertical approach, where a few aspects are treated in depth, versus the ``horizontal approach of tools like AspectJ, which provide primitives for handling many aspects.
  4. Platform Issues:
    • Cross-Platform Compatibility: Like Java, Oz is `write once, run everywhere and provides automatic local and distributed garbage collection. The Oz virtual machine is portable and known to run on most flavors of Unix as well as on Windows.
    • GUI Programming: The Mozart system comes with an object-oriented library that provides a high-level well integrated interface to Tcl/Tk. This is supplemented with QTk, a tool that supports a mixed declarative/procedural approach to user interface design. This needs only a fraction of the code of standard procedural approaches and is particularly well-suited for building context-sensitive interfaces.
    • Native Extension Modules: The Mozart system was designed to be easily extended with new native functionality packaged as DLLs. Comprehensive support is provided for the convenient creation of DLLs. Thus, the Mozart system is not only aggressively open, but also an ideal very high-level glue language.

Requirements: Aquamacs Emacs

<<less
Download (7.1MB)
Added: 2008-11-29 License: Freeware Price: FREE
14 downloads
SEvents 1.1 Beta

SEvents 1.1 Beta


A system of event programming with random factor more>>
SEvents 1.1 Beta is yet another excellent utility for programmers. It is a System of Event programming with random factor designed to accept a script file and execute it with using extra modules. One module - one object, which relates on changing of some variables.

Enhancements:

  • Bugs fixed
  • Added Log level support
  • Added Good scripts
  • Added Resources set changed Standard Windows dll
  • Added Added script for dll compile Multiply encoding support
  • Added Package structure changed Sources of all standard modules
  • Added Log view

Requirements:

  • Mac OS X
<<less
Download (215KB)
Added: 2009-05-08 License: GPL Price: FREE
12 downloads
Event Sync 1.0.1

Event Sync 1.0.1


Event Sync is regarded as an easy to use, high performance application for OS X 10.4 and up that allows users to sync their facebook events with iCal. more>>

Event Sync 1.0.1 is regarded as an easy to use, high performance application for OS X 10.4 and up that allows users to sync their facebook events with iCal.

<<less
Download (644.5KB)
Added: 2008-01-14 License: Freeware Price:
downloads
Event Countdown 1.0.0

Event Countdown 1.0.0


Free Yahoo! countdown widget for your Mac more>> Free Yahoo! countdown widget for your Mac

Event Countdown is a free Yahoo! widget that features a simple countdown that shows the days, hours, minutes, seconds to the given date. Useful for birthdays or important events.

System requirements:
-

Enhancements
- First version.

<<less
Download (29KB)
Added: 2009-05-22 License: Freeware Price: FREE
199 downloads
Event Maker 0.5.1

Event Maker 0.5.1


Event Maker - Create an iCal event from an email in Mail.app. more>> <<less
Download (568KB)
Added: 2007-05-17 License: Freeware Price:
897 downloads
Event Scheduler 2.0

Event Scheduler 2.0


Free and open source resource allocation tool more>>

Event Scheduler 2.0 is an excellent and must-see product which offers you a free and open source resource allocation tool. Event Scheduler is useful for people who have many resources and need to determine how to allocate the resources to "slots" that require filling on particular dates (or events).

Major Features:

  1. Events occur on one or more dates and are made up of several "slots" that need to be filled by resources. A resource is defined as an entity that is capable of filling one or more slots within an event.
  2. Resources can be people, equipment, or something else depending on the problem being solved.
  3. Resources can have date conflicts that prevent a particular resource from being allocated to a particular event. In addition, each slot type that can be filled by a particular resource has a preference associated with it.

Enhancements:

  • This release is a major upgrade to the previous "beta" version of the event scheduler. Several GUI improvements have been made to facilitate more efficient creation of scheduler projects.
  • In addition, the application uses an XML format for storing project data (instead of a binary format).
  • Overall, this release is functionally equivalent to the previous version, but is much easier to use.
<<less
Download (1.4MB)
Added: 2009-06-30 License: GPL Price: FREE
14 downloads
Events & Tasks (Entourage) 1.0.2

Events & Tasks (Entourage) 1.0.2


Events & Tasks (Entourage) - Import and export calendar events more>>
Events & Tasks (Entourage) allow you to import or export calendar events or tasks one or more at a time to/from your own Entourage Calendar to/from other Entourage users.

Completly freeware.

<<less
Download (181KB)
Added: 2006-02-22 License: Freeware Price:
759 downloads
Apple Store Event Widget 1.0

Apple Store Event Widget 1.0


Apple Store Event Widget - Schedule of free workshops/events at your local Apple Store more>>
Apple Store Event Widget lets you download right to your desktop the schedule of free workshops and events at your local Apple Retail Store.

Learn about special events such as business and creative professionals demonstrating their real-life experiences using the Mac.

All dates, times, locations, speakers and content are subject to change without notice.


<<less
Download (219KB)
Added: 2005-12-22 License: Freeware Price:
795 downloads
Make Event Selected Text (Entourage) 1.0

Make Event Selected Text (Entourage) 1.0


Make Event Selected Text (Entourage) - Turn a message into a calendar event more>>
Make Event Selected Text (Entourage) is an AppleScript for Microsoft Entourage which with you can automatically turn a message sent to you with the details of an upcoming event into the notes for a new Calendar Event, already named.

Completly freeware.

<<less
Download (7KB)
Added: 2006-02-24 License: Freeware Price:
1338 downloads
Import Calendar Events (Entourage) 1.0.1

Import Calendar Events (Entourage) 1.0.1


Import Calendar Events (Entourage) - Import and export calendar events more>>
Import Calendar Events (Entourage) are a set of scripts which allow you to import/export calendar events one or more at a time to/from your own Entourage Calendar to/from other Entourage users.

<<less
Download (74KB)
Added: 2006-02-28 License: Freeware Price:
1343 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5