bitcomet 0.70
MESS 0.70
Gaming emulation for Apple I and II, Atari, Gameboy, more. more>>
GL Tron 0.70
3D lightcycle arcade game inspired by the movie, Tron. more>>
glTron X 0.70
glTron X offers a very addictive and fun game. more>>
glTron X 0.70 offers a very addictive and fun game. As the name suggests, it's inspired by the movie TRON. Or more exactly, by all the games that where inspired by the movie TRON. You steer a futuristic bike, called lightcycle. Combat takes place in a rectangular arena. Your bike leaves a trail behind, which is like a wall. The goal is to force the other players to drive into a wall. The winner is the last player alive.
libtorrent 0.14.4
Free and open source C++ library that aims to be a good alternative to all the other bittorrent implementations around more>> Free and open source C++ library that aims to be a good alternative to all the other bittorrent implementations around
libtorrent is a C++ implementation of the BitTorrent protocol with the goals of being efficient and easy to use.
libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around.
Although it comes with a working example client, libtorrent is a library and not a full featured client.
The main goals of libtorrent are:
- to be cpu efficient
- to be memory efficient
- to be very easy to use
libtorrent has been successfully compiled and tested on:
- Windows 2000 vc7.1, vc8
- Linux x86 GCC 3.3, GCC 3.4.2
- Mac OS X (darwin), (Apples) GCC 3.3, (Apples) GCC 4.0
- Sun OS 5.8 GCC 3.1
- Cygwin GCC 3.3.3
NOTE: libtorrent is licensed and released under the BSD-license.
Main features:
- trackerless torrents (using the Mainline kademlia DHT protocol) with some DHT extensions.
- support for IPv6
- NAT-PMP and UPnP support (automatic port mapping on routers that supports it)
- piece-wise, unordered, incremental file allocation
- uses separate threads for checking files and for main downloader, with a fool-proof thread-safe library interface. (i.e. Theres no way for the user to cause a deadlock). (see threads)
- adjusts the length of the request queue depending on download rate.
- multitracker extension support (as specified by John Hoffman)
- supports files > 2 gigabytes.
- serves multiple torrents on a single port and in a single thread
- fast resume support, a way to get rid of the costly piece check at the start of a resumed torrent. Saves the storage state, piece_picker state as well as all local peers in a separate fast-resume file.
- HTTP seeding, as specified by Michael Burford of GetRight.
- piece picking on block-level (as opposed to piece-level). This means it can download parts of the same piece from different peers. It will also prefer to download whole pieces from single peers if the download speed is high enough from that particular peer.
- supports the udp-tracker protocol by Olaf van der Spek.
- queues torrents for file check, instead of checking all of them in parallel.
- supports http proxies and basic proxy authentication
- gzipped tracker-responses
- can limit the upload and download bandwidth usage and the maximum number of unchoked peers
- implements fair trade. User settable trade-ratio, must at least be 1:1, but one can choose to trade 1 for 2 or any other ratio that isnt unfair to the other party.
- supports an extension protocol. See extensions.
- supports the no_peer_id=1 extension that will ease the load off trackers.
- possibility to limit the number of connections.
- delays have messages if theres no other outgoing traffic to the peer, and doesnt send have messages to peers that already has the piece. This saves bandwidth.
- does not have any requirements on the piece order in a torrent that it resumes. This means it can resume a torrent downloaded by any client.
- supports the compact=1 tracker parameter.
- selective downloading. The ability to select which parts of a torrent you want to download.
- ip filter to disallow ip addresses and ip ranges from connecting and being connected
Enhancements
- connect candidate calculation fix
- tightened up disk cache memory usage
- fixed magnet link parser to accept hex-encoded info-hashes
- fixed inverted logic when picking which peers to connect to
- (should mean a slight performance improvement)
- fixed a bug where a failed rename_file() would leave the storage
- in an error state which would pause the torrent
- fixed case when move_storage() would fail. Added a new alert
- to be posted when it does
- fixed crash bug when shutting down while checking a torrent
- fixed handling of web seed urls that didnt end with a
- slash for multi-file torrents
- lowered the default connection speed to 10 connection attempts
- per second
- optimized memory usage when checking files fails
- fixed bug when checking a torrent twice
- improved handling of out-of-memory conditions in disk I/O thread
- fixed bug when force-checking a torrent with partial pieces
- fixed memory leak in disk cache
- fixed torrent file path vulnerability
- fixed upnp
- fixed bug when dealing with clients that drop requests (i.e. BitComet)
- fixes assert as well
Sears 0.70
Sears - Subtitle Editor And Re-Synchronizer more>>
Use Sears to quickly fix the common subtitle problems. Sears Because time matters.
Main features:
- Resynchro on the fly enabled!
- Once the video is playing using VLC, click on the subtitle at the time you want them appears.
- With at least 2 subtitles anchored, the magic resynchro button is enabled. Just click on the magic wand to resynchro automatically your file.
GL Tron X 0.70
GL Tron X is a game taking the inspiration from the film Tron (or rather, all the games inspired by the film Tron). more>>
Enhancements:
- Turbo (already present in the previously only for win32 released 0.70 alpha-1). Press and hold down the turbo key (default e) to accelerate for a limited amount of time (your turbo recharges when you release the key). The engine noise should give you a clue how fast you're going.
- Wall acceleration - if you're near an enemy wall, your cycle speeds up. Useful for overtaking and boxing in an enemy player. But watch out, they might try to cut you off while you're closing in. This feature isnt enabled by default, but you can change that in the Game -> Game Rules -> Game Type menu.
Requirements:
- Mac OS X 10.0 or later.
Eisenkraut 0.70
Open source and standalone audio editor for your Mac Eisenkraut is a standalone, cross-platform audio file editor that uses the SuperCollider 3 server application more>> Open source and standalone audio editor for your Mac
Eisenkraut is a standalone, cross-platform audio file editor that uses the SuperCollider 3 server application.
NOTE: Eisenkraut can be distributed and modified under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
System requirements:
-
Enhancements
- support for multi-mono files
- support for independant channel editing
- experimental sonagramme display mode
- OSC server for basic scripting functionality (e.g. from SuperCollider language). includes SwingOSC bridge for populating windows.
- updated JCollider and NetUtil with TCP support
- switchable editing mode (insert, overwrite, mix) for cut and paste operations
- sample accurate loop playback without gaps
- processes are marker-aware now
- new functions: save selection as, play selection
- many gui beautifications and improvements (pop-up panorama, blend-settings popup and history, higher contrast SPL and wave colours, control room meters, list of switchable audio-interfaces, optional internal-frames-mode ("MDI"), faster waveform display, collapsable waveform view, asynchronous waveform calculation, logarithmic waveform display)
- many internal architectural changes (simplified and less buggy lock mechanism, unified timebased package, unified application framework, improved level meter management)
- dozens of bug fixes, fixed some memory leaks
- using Eclipse 3.2 IDE now with Apache ant task
- no more jar installer, double-clickable jar application
DOSBox 0.70
DOSBox is a DOS-emulator that uses the SDL-library which makes DOSBox very easy to port to different platforms more>> <<less
Rtgraph 0.70
Free and open source collection of PyGTK widgets for real-time graphing more>> Free and open source collection of PyGTK widgets for real-time graphing
Rtgraph is a collection of real-time graphing widgets for Gtk 2, written in Python. Rtgraph includes widgets for scrolling polar graphs, cartesian 3D graphs, line graphs, and UI elements for manipulating these graphs.
Tweak is a companion module included with rtgraph, for easily building Gtk user interfaces for manipulating data in real-time. Tweak makes it very easy to bind a set of python attributes in existing objects to a simple Gtk UI. It is used by some or rtgtaphs UI components, but is also quite usable on its own.
NOTE: Rtgraph is licensed and distributed under the terms of the GNU LGPL.
Main features:
- Scrolling line graphs
- Polar vector graphs
- 3D vector graphs using an isometric view
- All graphs support any number of channels, with automatic or manual coloring
- High level classes for quickly creating a user interface displaying a group of input signals
System requirements:
-
- PyGTK
glTron (OS X) 0.70
Remember the incredible Disney film Tron? If so, youll certainly enjoy this arcade spin-off. glTron is an open source, 3D Tron-style game more>>
glTron (OS X) 0.70 is an interesting game which makes you remember the incredible Disney film 'Tron'? If so, you'll certainly enjoy this arcade spin-off. glTron is an open source, 3D 'Tron'-style game.
The object is simple: each player must drive his or her 'light cycle' along a computer-generated grid and dodge the other racers. To make things interesting, however, each cycle generates a deadly wall of light that blocks off the other cycles--so don't cross your opponent's path! glTron features retro 3D graphics, fast-paced gameplay, great music, and an easy-to-use interface.
Play against three friends at the same computer using the A and S keys for player one, the K and L keys for player two, the 5 and 6 keys for player three, and the left and right arrow keys for player four. Press F3 for four-player view mode and get moving. Press F10 to change the Camera Mode - there are three different camera modes.
Enhancements:
- Offers enhanced gameplay
- Offers various bugfixes
MacProgramGuide 0.70
MacProgramGuide is considered as an easy to use, high performance program guide for your Mac Based Home Theater. more>> <<less
Dapplegrey 2.3.2
Front-end for the Mac OS X DOSBox port written in REALBasic. Dapplegrey is a front-end for the Mac OS X DOSBox port written in REALbasic more>> Front-end for the Mac OS X DOSBox port written in REALBasic.
Dapplegrey is a front-end for the Mac OS X DOSBox port written in REALbasic. With Dapplegrey you can easily set options the DOSBox gives to you w/o having to enter them manually using the Terminal or have to edit the DOSBox config file. This file will be written before Dapplegrey tells DOSbox to start.
The name Dapplegrey comes from the German word Apfelschimmel which originally means a white horse, and also has the ambiguous meaning of a rotten apple.
System requirements:
- PowerPC G3 or later.
- DOSBox versions supported: 0.65, 0.70, 0.71 and 0.72
Enhancements
QuickStart window improved:
- Double-click a game entry now to start the game.
- Descriptions for game entries youve entered before are displayed now.
License:Freeware
- Page: 1 of 1
- 1