Main > Free Download Search >

Free wakestock 2008 software for mac

wakestock 2008

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 135
EM Ticker 2008 v14

EM Ticker 2008 v14


EM Ticker 2008 is known as a tiny and convenient application to provide you with easy access to the great online ticker website for the soccer European cup competition 2008 without the need of a web browser. more>>

EM Ticker 2008 v14 is known as a tiny and convenient application to provide you with easy access to the great online ticker website for the soccer European cup competition 2008 without the need of a web browser. EM Ticker 2008 is using very few screen place, so it makes it easy for you to work on your make and be informed of an going on soccer match.

Also supporting many other ligas. The ticker of rp-online.de offers match information in German language!

Requirements:

  • Mac OS X 10.2 or higher (Now also available for Microsoft Windows)
<<less
Download (4.1MB)
Added: 2008-06-06 License: Freeware Price:
downloads
 
Other version of EM Ticker 2008
EM Ticker 2008 v11great online ticker website for the soccer european cup competition 2008 made by rp-online.de ... EM Ticker 2008 is using very few screen place, so it makes it easy for you to work on your make and
License:Freeware
Download (2MB)
646 downloads
Added: 2006-10-12
Perforce 2008.2

Perforce 2008.2


Perforce is popular among users as a speedy and helpful Software Configuration Management (SCM) System which provides powerful version control and workspace management with a unique branching model. more>>

Perforce 2008.2 is popular among users as a speedy and helpful Software Configuration Management (SCM) System which provides powerful version control and workspace management with a unique branching model. Perforce provides software developers with fast and reliable SCM to manage source, document and Web content.

The client/server architecture scales to hundreds of users and millions of codelines. Perforce works well even on limited bandwidth networks. The server's repository sits on a central host; client workspaces can be anywhere on the network -- around the office or the world.

Major Features:

  1. Atomic change transactions ensure access to a consistent repository state at any point in time. Inter-File Branching helps to manage multiple development lines and easily integrate changes between branches. Perforce's self-maintaining and reliable database keeps data safe.
  2. The command-line client is 100% scriptable, 100% portable and available on more than 50 platforms. The Windows GUI and browser-based clients provide a user interface for all SCM tasks.
  3. Perforce integrates with VisualStudio.NET, Visual C++, Visual Basic, JBuilder, CodeWarrior, Control Center, Source Forge, and others, so users can access and update files stored in Perforce depots from within the tool of their choice. The Perforce Plug-in for Microsoft Office brings Perforce right into the menus of Microsoft World, Excel, and PowerPoint.
  4. The Perforce Reporting System tracks metrics like the number of changes in a release or who has files open for edit.
  5. Perforce also provides basic built-in defect tracking, is integrated with several leading defect tracking systems, and includes a kit that allows users to integrate Perforce with the defect tracker of their choice.
<<less
Download (52.3KB)
Added: 2008-12-16 License: Freeware Price:
downloads
Japanese Vocab 2008.4.30

Japanese Vocab 2008.4.30


Japanese Vocab is an application to help people study their Japanese vocabulary. Included are over 2500 words more>> Japanese Vocab is an application to help people study their Japanese vocabulary. Included are over 2500 words. Each word is written in either hiragana or katakana and many come with their kanji character equivalents. An English pronunication guide is available if needed. Other than browsing, people can also do tests of what they have learnt, with their test results displayed graphically.
Requirements:
Mac OS X 10.5 or later.
Enhancements:
Version 2008.4.30: This project has been abandoned by Cthulhu Software. Since it is unlikely that there will be further updates in the future, the registration requirements have been removed and the source code to the project has been included in the download for anyone interested in continuing the work on this project.
<<less
Download (5MB)
Added: 2008-04-30 License: Free Price:
downloads
Euro 2008 1.1

Euro 2008 1.1


Euro 2008 is considered as a professional and useful application for managing the UEFA Euro 2008 Championship. more>> Euro 2008 1.1 is considered as a professional and useful application for managing the UEFA Euro 2008 Championship. With this program you can view the matches schedule, save the final score, show both groups and second stage table, build statistics and you can also update the results on-line.

Enhancements: English translation now works on all panels.

Requirements: Mac OS X 10.4 or later.


<<less
Download (4.8MB)
Added: 2008-06-01 License: Free Price:
downloads
FIFE 2008.1

FIFE 2008.1


Free and open source 2D game creation engine more>> Free and open source 2D game creation engine

The mission of the FIFE project is to create a cross platform 2D game creation framework. Games can be created with combination of editor tools, game specific scripts, engine, and game content (e.g. maps, graphics and sounds).
NOTE: FIFE is licensed and distributed under the terms of the GNU Library or Lesser General Public License (LGPL).

Main features:>
- Games can be created with combination of engine, editor tools, game specific scripts and game content (e.g. maps, graphics and sounds).
- Framework is not tied to any type of game (e.g. RTS, RPG), but instead provides flexible platform for all of them.
- Framework supports different isometric views with addition of pure top-down view.
- Instead of full 3D flexibility, engine focuses mainly on using high quality 2D graphics. This puts less demands on target platforms and also simplifies the framework and game development.
- Purpose of the editor tools is to help to bind the game content with the engine and scripts.

Enhancements:
- Elevations removed (Fallout legacy).
Support for namespaces:
New resource infrastructure migrated into whole engine. This enables:
- uniform pooling for all resources that need to be pooled.
- uniform loading for all resources (model stuff, images, sounds...).
- uniform saving for resources which support saving (model stuff).
- Datasets are now stored in a flat list in model instead of dataset hierarchy.
- Changes in model are now bookkeeped. Observer interfaces provided for change listeners.
- This enables e.g. reacting only to changes instead of polling on every round.
- Also critical enabler for triggers.
- Instances now support initial rotation value.
- Objects support default actions.
- Further model cleanup.
- All resources are now defined with principle 1 file / 1 resource.
- Importing of objects can now be done also based on directories where they are contained.
- Relative paths are now used instead of absolute ones.
- All loading happens now from python (tinyxml dependency removed).
- Improved error reporting.
- Possibility to move instances on map.
- Possibility to rotate instances on map.
- Possibility to zoom the map (OpenGL mode only).
- Painting with currently selected instance (e.g. large ground areas).
- Importing of multiple objects based on given directory.
- Initial map creation wizard (still work in progress).
More assets:
- Graphics, sounds, music...
- Two new maps matching the storyline.
- Rio de hola now conforms to package structure: http://wiki.fifengine.de/Fife_Package_Specification
- Popup menu integration, demonstration of actions (kick, talk).
- Hiding of scrollbars.
- Text wrapping.
- A lot of smaller improvements.
- Pixel perfect instance picking (taking transparency into account).
- Ability to get list of instances from given screen rectangle.
- Distance calculations made easy, exposed to scripts.
- Instance outlining.
- Instance coloring.
- Screenshots are now saved in png format (instead of bmp).
- Stereo sound support in linux (introduced with the help of openal-soft).
- Both renderbackend and separate images can now render graphical primitives (e.g. lines, dots..).
- Each camera now has separate set of renderers. Allows truly adjusting cameras independently.
- Zooming capability (currently properly supported only by OpenGL backend).
- Support for drag cursor definitions.
- OpenGL graphics chunking size is now definable in settings. Should help e.g. with large backgrounds.
- GenericRenderer adding customised rendering capabilities for scripts.
- Initial package structure defined for FIFE clients.
- Updated guichan to the latest release 0.8.1.
- Usage of unittest++ instead of boost unittests.
- Lots of bug fixes.
- Switch from GPL 2.0 to LGPL 2.1 (or newer).

<<less
Download (25.7MB)
Added: 2008-10-04 License: Freeware Price: FREE
392 downloads
Web Coder 2008.04.30

Web Coder 2008.04.30


Easily code web pages with this project-style IDE application more>> The Amazonpedia widget allows you to search every Amazon site for Books, DVDs, CDs and Games, as well as giving you access to all your Pedia applications at once. Along with the search results, the widget will tell you about the status of an item - whether you own it, if its on your wish list or if somebody borrowed it and when its due back. And thanks to the powerful search that combines all of the Pedias into one, you dont have to switch back and forth between applications anymore when looking for an entry.
Searching high and low
From the top bar of the widget, choose what youd like to search for in Amazon - books, DVDs, CDs or games - or whether youd like to do a local search of the Pedias. Then enter a keyword into the search field and hit return. On the backside of the widget you can choose which Amazon site youd like to search (US, Canada, UK, Germany, France or Japan) and how youd like the search to be sorted. You can also choose which Pedias to include in your localized search. dashboard plus sign
Installing the widget
If youre using Safari, click the download button above. When the widget download is complete, choose Dashboard, click the plus sign to display the Widget Bar and click the widgets icon in the Widget Bar to open it.
If youre using a browser other than Safari, click the download button above. When the widget download is complete, unarchive it and place it in ~/Library/Widgets/. Then choose Dashboard, click the Plus sign to display the Widget Bar and click the widgets icon in the Widget Bar to open it.
Feature Highlights
search sitesAccess all Amazon sites
pediasSearch inside all the Pedias
borrowed iconFlags borrowed items
wishlist iconFlags wishlist items
addAdd items directly to a Pedia
buyBuy items directly at Amazon
<<less
Download (5MB)
Added: 2008-08-02 License: Freeware Price: FREE
189 downloads
Scisoft 2008.9.1

Scisoft 2008.9.1


Scisoft provides you with an integrated program for Mac OSX Intel which is a collection of astronomical software for Mac OS X Intel 10.5 and above more>>

Scisoft 2008.9.1 provides you with an integrated program for Mac OSX Intel which is a collection of astronomical software for Mac OS X Intel 10.5 and above. It is similar to the ESO Scisoft distribution but is not an official ESO product.

Requirements:

  • Mac OS X 10.5 running on a Mac Intel computer (MacBook, MacBook Pro, Mac Pro)
  • Apple X11
<<less
Added: 2008-09-22 License: Freeware Price:
downloads
Election 2008 1.1

Election 2008 1.1


Customize your folders using democrat or republican icons. more>> Customize your folders using democrat or republican icons.

Election 2008 is a set of graphic icons for Barack Obama vs. John McCain as well as democrat and republican icons.

<<less
Download (984KB)
Added: 2008-10-03 License: Freeware Price: FREE
399 downloads
Packet Peeper 17.8.2008

Packet Peeper 17.8.2008


Packet Peeper offers you a comprehensive network protocol analyzer (or packet sniffer), its features include TCP stream reassembly, privilege separation, simultaneous capture sessions, filters, Python plugins, and support for pcap capture files. more>> Packet Peeper 17.8.200 offers you a comprehensive network protocol analyzer (or "packet sniffer"), its features include TCP stream reassembly, privilege separation, simultaneous capture sessions, filters, Python plugins, and support for pcap capture files.

Requirements:
Mac OS X 10.4 or later.
<<less
Download (1.1MB)
Added: 2008-08-18 License: Free Price:
downloads
Rudix 2008

Rudix 2008


Rudix 2008 is widely known as an attractive and simple-to-use world class collection of pre-compiled and ready to use Unix compatible software more>> <<less
Download (155.4MB)
Added: 2008-03-22 License: Freeware Price:
downloads
mEdit 2008 Release 2

mEdit 2008 Release 2


The text editor that introduced custom editable formats, called workbooks, and editing of multiple text documents. more>> <<less
Download (5.4MB)
Added: 2008-02-04 License: Freeware Price:
13 downloads
Solver for Excel 2008 1.0

Solver for Excel 2008 1.0


Solver for Excel was built was built by Frontline Systems on both Macintosh and Windows. more>>

Solver for Excel 2008 1.0 was built by Frontline Systems on both Macintosh and Windows. For many years, it has Solver upgrades for Windows users, that have gotten more and more powerful over time -- but it hasn't been active on the Mac. It is now applying more development resources to the Macintosh, motivated by the Mac's resurgence in the market and the move to Intel processors. But the catalyst for this move has been Microsoft's Mac Excel team.

If you open a workbook with a Solver model that you created in Excel 2004, or in most other versions of Excel, the model should appear automatically in this dialog -- you can just click Solve.

<<less
Added: 2008-08-28 License: Freeware Price:
18 downloads
Tiger Woods PGA Tour 2008 v947

Tiger Woods PGA Tour 2008 v947


Tiger Woods PGA Tour 2008 ... The is an official patch for Tiger Woods PGA Tour 08. It includes the following fixes: Fixed a crash when entering and exiting EASO on Leopard Fix for dock icons not more>>

Tiger Woods PGA Tour 2008 v947 will make you feel pleasant because it is an official patch for Tiger Woods PGA Tour 08.

Enhancements:

  • Fixed a crash when entering and exiting EASO on Leopard.
  • Fix for dock icons not showing up properly on Leopard.
  • Fix for an intermittent crash on quit.

Requirements:

  • Intel Required.
  • Tiger Woods PGA Tour 08.


<<less
Download (3MB)
Added: 2007-12-10 License: Updater Price:
downloads
VectorWorks Viewer 2009sp2

VectorWorks Viewer 2009sp2


VectorWorks Viewer is a FREE value-added benefit to VectorWorks 2008 and VectorWorks Industry Series users more>> VectorWorks Viewer is a FREE value-added benefit to VectorWorks 2008 and VectorWorks Industry Series users. The Viewer enables those who do not own the program to look at and print projects created in VectorWorks 2008 or any of our Industry Series products. And, it allows on-line collaboration between designers and clients during the creative process. Please note that the version 2008 Viewer allows users to view VectorWorks version 9, 10, 11 and 12 files as well.
Requirements:
Mac OS X 10.3 or later.
Enhancements:
release notes not available at developer site nor in download at the time of this posting
<<less
Download (239MB)
Added: 2009-02-21 License: Free Price:
downloads
Amsonia 1.0

Amsonia 1.0


A complete library of high-speed java collection classes more>>
Amsonia 1.0 is yet another extremely useful utility for programmers. It is actually a complete library of high-speed java collection classes to complement existing classes with new and advanced algorithms. Amsonia complements standard J2SE classes and Jakarta commons classes.

Enhancements: Fri Dec 26 2008

  • Contains full source code including JUnit tests, JavaDoc and separate step-by-step user manual.

Requirements:

  • Mac OS X
<<less
Download (53.5MB)
Added: 2009-05-12 License: Freeware Price: FREE
11 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5