Main > Free Download Search >

Free virtual programming ltd. software for mac

virtual programming ltd.

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1144
ManyCam Virtual Webcam 1.0.41

ManyCam Virtual Webcam 1.0.41


ManyCam Virtual Webcam is considered as a flexible and effective tool, designed to allow you to use your Webcam with multiple programs at the same time. more>>

ManyCam Virtual Webcam 1.0.41 is considered as a flexible and effective tool, designed to allow you to use your Webcam with multiple programs at the same time.

Broadcast your Webcam video simultaneously on MSN Messenger, Yahoo, Skype, AIM, PalTalk, and CamFrog. Manycam also lets you to add cool live computer generated special effects and graphics to your video. Make it appear as if your face or hand is on fire with our "fire" effect. Pretend you are underwater, or make it look as if it's snowing inside your house. Add text, graphics, or your country's flag to your video window.

Major Features:

  1. Use your webcam with multiple programs simultaneously.
  2. Add text to your webcam video window with any application.
  3. Add cool animations to your video window.
  4. Show your local day and date in your video window.
  5. Add live CGI graphics like fire and water effects. You can even make it appear as if it is snowing inside your house!

Enhancements:

  • ManyCam now works with the Mac OS X Snow Leopard operating system.
  • ManyCam has also had other miscellaneous bug fixes to benefit all Mac users.

<<less
Download (11.4MB)
Added: 2009-10-11 License: Freeware Price: Notavailable
downloads
 
Other version of ManyCam Virtual Webcam
ManyCam Virtual Webcam 1.0.30Use your webcam with multiple apps & add cool graphics & effects ... ManyCam Virtual Webcam 1.0.30 is a compact yet useful tool for everyone. It actually allows you
License:Freeware
Download
1649 downloads
Added: 2009-06-15
ManyCam Virtual Webcam 1.0Use your webcam with multiple apps & add cool graphics & effects to ... ManyCam Virtual Webcam 1.0 is a tool for applying your Webcam with multiple programs at the same
License:Freeware
Download (11MB)
1643 downloads
Added: 2009-03-09
PLT Scheme 4.2.2

PLT Scheme 4.2.2


PLT Scheme is released to be a versatile and useful programming language which builds on a rich academic and practical tradition. more>>

PLT Scheme 4.2.2 is released to be a versatile and useful programming language which builds on a rich academic and practical tradition.

Major Features:

  1. It is suitable for implementation tasks ranging from scripting to application development, including GUIs, web services, etc.
  2. It includes the DrScheme programming environment, a virtual machine with a just-in-time compiler, tools for creating stand-alone executables, the PLT Scheme web server, extensive libraries, documentation for both beginners and experts, and more.
  3. It supports the creation of new programming languages through a rich, expressive syntax system. Example languages include Typed Scheme, ACL2, FrTime, Lazy Scheme, and ProfessorJ (which is a pedagogical dialect of Java).
<<less
Added: 2009-10-03 License: Freeware Price: Notavailable
downloads
 
Other version of PLT Scheme
PLT Scheme 4.2PLT Scheme 4.2 is a comprehensive and easy-to-use programming language that builds on a rich ... It includes the DrScheme programming environment, a virtual machine with a just-in-time
License:Freeware
Download
25 downloads
Added: 2009-05-29
PLT Scheme 4.1.5an effective programming language that builds on a rich academic and practical tradition. PLT ... programming environment, a virtual machine with a just-in-time compiler, tools for creating
License:Freeware
Download
8 downloads
Added: 2009-03-20
PLT Scheme 4.1.1An innovative programming language that builds on a rich academic and practical tradition. PLT ... programming environment, a virtual machine with a just-in-time compiler, tools for creating
Price: FREE
License:Freeware
Download (37.6MB)
384 downloads
Added: 2008-10-07
Virtual Spaces 0.93.0 Beta

Virtual Spaces 0.93.0 Beta


A Java tool for the structured representation of knowledge more>> A Java tool for the structured representation of knowledge

"Virtual Spaces" is a Java tool for the structured representation of knowledge. Texts, images and hyperlinks can be organized in 2D graphs. These graphs can be used to generate HTML files to create virtual tours.

Enhancements
- Validation takes languages in account
- Validation results can be filtered
- overview preview was removed
- some bugfixes

<<less
Download (110MB)
Added: 2009-06-11 License: GPL Price: FREE
203 downloads
Virtual MIDI Piano Keyboard 0.2.5

Virtual MIDI Piano Keyboard 0.2.5


A free, cross-platform and open source virtual MIDI piano keyboard more>> A free, cross-platform and open source virtual MIDI piano keyboard

Virtual MIDI Piano Keyboard doesnt produce any sound by itself, but can be used to drive a MIDI synthesizer (either hardware or software, internal or external).
You can use the computers keyboard to play MIDI notes, and also the mouse. You can use the Virtual MIDI Piano Keyboard to display the played MIDI notes from another instrument or MIDI file player. To do so, connect the other MIDI port to the input port of VMPK.
VMPK has been tested in Mac OS X, Linux and Windows, but maybe you can also build it also in SGI Irix.
VMPK uses a modern GUI framework: Qt4, that gives excellent features and performance. RtMIDI provides MIDI input/output features. Both frameworks are free and platform independent, available for Linux, Windows and Mac OSX.
The alphanumeric keyboard mapping can be configured from inside the program using the GUI interface, and the settings are stored in XML files. Some maps for Spanish, German and French keyboard layouts are provided, translated from the ones provided by VKeybd.
VMPK can send program changes and controllers to a MIDI synth. The definitions for different standards and devices can be provided as .INS files, the same format used by QTractor and TSE3. It was developed by Cakewalk and used also in Sonar.

System requirements:
- MIDI device

Enhancements
- Bender returns to zero when mouse is released
- Dialogs: help "WhatIsThis?"
- Updated spanish translation and help file
- Import Sound Font Instruments
- MIDI In always enabled on Linux and Mac
- Implemented RFE# 2779744 - keyboard window: always on top
- Fix for bug# 2790316 - startup crash in OSX when no MIDI port present

<<less
Download (204KB)
Added: 2009-06-02 License: GPL Price: FREE
197 downloads
State Machine Compiler 6.0.0

State Machine Compiler 6.0.0


Generates a State pattern in eleven programming languages more>> Generates a State pattern in eleven programming languages

SMC takes a state machine stored in a .sm file and generates a State pattern in eleven programming languages.
Includes: default transitions, transition args, transition guards, push/pop transitions and Entry/Exit actions.
Enter SMC - The State Machine Compiler. Now you put your state diagram in one file using an easy-to-understand language. SMC generates the state pattern classes for you. No more hand-maintained transition matrices.
No more widely scattered switch statements. Instead, the state diagram is in one place, coded directly from the picture to the SMC language and is easily maintained.
SMC uses the state pattern to its fullest extent. In the real world, events dont always happen when they should. Dealing with unexpected events is a must for a robust application.
By combining virtual methods with the state pattern, SMC allows you to define "Default" transitions - transitions which allow your objects to handle unexpected events, recover and continue providing service (rather than crashing, burning and getting you into trouble).
SMC is a Java application, which means SMC will work on any platform that comes with Java 1.5.0 support.
NOTE: State Machine Compiler is released under the Mozilla Public License 1.1 (MPL 1.1).

Enhancements
- Added support for PHP programming language (-php).
- Added support for Scala programming language (-scala).
- Jump transition added. Works the same as a simple transition.
- The TransitionUndefinedException was missing the transition
- name. The transition name is now placed into the exception.
- Correctly handles $ in transition arguments.
- Corrected statemap.h -I include path in C examples.
- Corrected C example 4 #if __GNUC__ condition.
- Corrected C example 6 #include.
- Corrected file names in TCL examples 4 and 5.
- Corrected examples "all" rule.
- Corrected #!/interpreter calls in scripts.

<<less
Download (4.9MB)
Added: 2009-05-21 License: Freeware Price: FREE
195 downloads
Universal Virtual Keyboard 1.1.2

Universal Virtual Keyboard 1.1.2


Free Yahoo! virtual keyboard widget for your Mac more>> Free Yahoo! virtual keyboard widget for your Mac

Universal Virtual Keyboard is a free Yahoo! widget that allows everybody without any special hard keyboard to type in any language such as Hebrew, Arabic, Cyrillic and Latin.
Universal Virtual Keyboard also lets you do a search on a couple of different search engines for what youve typed.

System requirements:
-

Enhancements
- Zoom effect
- US-keyboard added
- Memory of lock and zoom status

<<less
Download (23KB)
Added: 2009-05-17 License: Freeware Price: FREE
316 downloads
Virtual Pet 1.0.1

Virtual Pet 1.0.1


A free Yahoo! game widget for people to interact with more>> A free Yahoo! game widget for people to interact with

The Yahoo! Virtual Pet widget is a game for people to interact with. The game makes the user feed the pet and spend time playing with the pet.
The lifespan of the pet depends how the user cares for it. The pet can become a happy healthy pet or an unhealthy one.
Apart from a game, Virtual Pet embodies the concept of a living creature that people can show attachment and affection to.

System requirements:
-

Enhancements
- 3.0

<<less
Download (1.2MB)
Added: 2009-05-12 License: Freeware Price: FREE
196 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
EDMA 0.15.7.7 Beta

EDMA 0.15.7.7 Beta


Object Oriented and Component Based environment for application development more>> Object Oriented and Component Based environment for application development

What makes EDMA different from other systems is that GNU EDMA does most of the processing dynamically, that is, at run-time.

The EDMA Team calls this, generically, Loosely Coupled Object Oriented Systems (LOOCOS). Other people names this systems: delegation based, object inheritance based, etc.

So, you can establish inheritance relationships among objects or even, you can dynamically override virtual methods, while the applications is running. Working this way you can build more real_life-like models and simplify a lot of common operations which, in most cases, needs complex patterns. Design patterns like Proxies, Factories, Facades, etc... are implicit in the EDMA programming model (in general in any delegation based system).

In addition to all this, the programming interface provided by EDMA is mostly based on strings so, concepts like automation or interactive managing are directly supported by the system in a very easy way.

EDMA provides some features normally found in programming language, but it is not a programming language. Its a system midway from OO programming language to a component-based environment. So EDMA allows you to use OOP even on non-OO programming language or at least that is its aim.

Additionally, EDMA provides facilities to build evolvable software. Plug-in based application becomes trivial when using EDMA. Applications can be directly updated in a modular way (just install the new components required by the new version), even at run-time.

<<less
Download (738KB)
Added: 2008-10-04 License: Freeware Price: FREE
385 downloads
CallWave Virtual Voicemail 1.2

CallWave Virtual Voicemail 1.2


CallWave Virtual Voicemail - easily see and hear your mobile voicemail from your computer more>> GridaPic is a simple application which draws grids over your images. Any opened image is displayed initially at fullscreen size or, if it is smaller, at its actual pixel size. Scroll bars are not used and the image is centered on the screen. Only one image can be open at a time, although pressing shift-o will show the previously opened image.
Differently spaced grids are drawn by pressing number keys. Enlarging is by clicking at a point in an image when a grid is showing. An image covered by a grid may be easily captured or simply copied. Help is instantly available by pressing the spacebar.
GridaPic is being distributed as freeware in the hope that it will be useful to people who like sketching and painting. It has absolutely no warranty and is not available for resale.
<<less
Download (187KB)
Added: 2008-01-21 License: Freeware Price: FREE
204 downloads
Victoria: An Empire Under the Sun 1.1

Victoria: An Empire Under the Sun 1.1


Guide your nation from the era of the early 19th century to evolve into a fully-industrialized great power. more>>


Guide your nation from the era of the absolute monarchies of the early 19th century to evolve into a fully-industrialized Great Power at the dawn of the 20th century! You must make sure that you stay ahead in wealth and strength and skillfully manage the democratisation process without disintegrating.
Victoria focuses on six different aspects, all interconnected, to provide a deep, yet easily accessible gameplay; Diplomacy, Warfare, Economy & Industrialisation, Colonisation, Technological Development and Political Simulation.
Genre: Strategy

<<less
Download (4.5MB)
Added: 2007-11-13 License: Update Price:
15 downloads
X3: Reunion 280707

X3: Reunion 280707


Immerses the player into the most realistic, living universe, ever experienced. more>>


The Sequel to the award winning X2: The Threat will introduce a new 3D engine as well as a new story, new ships and a new gameplay to greatly increase the variety in the X-universe. The economy of X3: Reunion will be more complex than anything seen in the X-universe before. Factories are being built by NPCs, wars can affect the global economy, NPCs can trade freely and pirates will behave far more realistically.
Game Feature: X3: Reunion: Have Starship, Will Travel
Genre: Action

<<less
Download (19.6MB)
Added: 2007-11-13 License: Update Price:
18 downloads
Crusader Kings 1.1

Crusader Kings 1.1


Play as the leader of a glorious dynasty, amass prestige and piety and the world will whisper your name. more>>


Europe is in turmoil. The Viking raids have ended but the lands have been fragmented into petty fiefs. The Emperor is struggling with the Pope and rumour has it that another Scourge of God is rolling in over the Steppes of what would become Russia. Meanwhile the Pope has declared that those who go to the Holy Land to liberate it will be freed of all sins.
Play as the leader of a glorious dynasty, amass prestige and piety and the world will whisper your name. Increase the greatness of your lands and your treasure coffins. Build Cathedrals and Castles. Appoint vassals and battle traitors. Introduce laws and set taxes, interact with hundreds of courtiers and nobles.
Genre: Strategy

<<less
Download (4.2MB)
Added: 2007-11-13 License: Update Price:
142 downloads
CallWave Virtual Voicemail Widget Apple 1.2

CallWave Virtual Voicemail Widget Apple 1.2


CallWave Virtual Voicemail Widget Apple is released to be a great product which allows you to see and listen to your mobile phone voicemail messages from your dashboard. more>>

CallWave Virtual Voicemail Widget Apple 1.2 is released to be a great product which allows you to see and listen to your mobile phone voicemail messages from your dashboard. Its free and works with any cell phone and service provider nationwide.

Requirements: Mac OS X 10.3/10.4

<<less
Download (187.9KB)
Added: 2007-10-05 License: Freeware Price:
downloads
 
Other version of CallWave Virtual Voicemail Widget Apple
CallWave Virtual Voicemail Widget Apple 1.2CallWave Virtual Voicemail Widget Apple is one of ...CallWave Virtual Voicemail Widget Apple 1.2 is one of
License:Freeware
Download (183.6KB)
downloads
Added: 2007-08-13
Virtual PC 7.0.3

Virtual PC 7.0.3


Makes it possible for you to access PC-only software, files, networks and devices from your Mac. more>>


Even though you?re loyal to your Mac, there are times when you may need to cross that bridge to the PC world. With the help of Microsoft Virtual PC, you can access PC-only software, files, networks and devices faster and more intuitively with your Mac.

<<less
Download (16.8MB)
Added: 2007-08-16 License: Update Price:
14 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5