escapeppc 3.2.1
EyeTV 3.2.1
EyeTV is created with the aim to help you find and track all the programming you want to see, and watch it whenever you want to. more>>
EyeTV 3.2.1 is created with the aim to help you find and track all the programming you want to see, and watch it whenever you want to. Pause live television. Skip commercials. Record your favorite shows permanently using your CD burner. EyeTV will change the way you watch television.
Enhancements:
- Fixed a problem where no sound would play with digital audio output.
- Fixed a hang on quit with digital audio output.
- Improved support for the Mac OS X firewall.
- Fixed a problem with the guide data when accessed from the iPhone.
- EyeTV now detects Double NAT configurations when using the My EyeTV service.
- Fixed a problem while automatically configuring routers for port forwarding.
- Resolved a problem with EyeTV DTT Deluxe an... see all new features
NcFTP 3.2.1
The purpose of ncftp is to provide a powerful and flexible interface to the Internet standard File Transfer Protocol more>>
Although the program appears to be rather spartan, youll find that ncftp has a wealth of valuable performance and usage features. NcFTP is created with an emphasis on usability, and it does as much as it can for you automatically in order to do what you expect to do with a file transfer program, which is transfer files between two interconnected systems.
Some of the cooler features include progress meters, filename completion, command-line editing, background processing, auto-resume downloads, bookmarking, cached directory listings, host redialing, working with firewalls and proxies, downloading entire directory trees, etc., etc.
The ncftp distribution comes with the useful utility programs ncftpget(1) and ncftpput(1) which were designed to do command-line FTP. In particular, they are very handy for shell scripts. This version of ncftp no longer does command-line FTP, since the main ncftp program is more of a browser-type program.
Enhancements:
- Now a little more tolerant of FTP servers who send their internal network IP addresses in their PASV response. When this is detected, it will be ignored and the data connection will connect to the same IP that is used for the control connection.
- Resuming of uploads can now work for servers that do not support REST + STOR. The APPE command will be used instead.
- Fixed problem with Resume All [R!] in ncftp, which was just appending to subsequent files rather than resuming them. (Thanks, Terry Brown)
- ncftpput for version 3.2.0 did not work correctly when both -f and -c/-C were used. This has now been fixed. In addition, the host command line argument is optional then the config file specifies the host.
- Various small fixes.
iCompta 3.2.1
Free application that lets you manage your personal accounts with ease more>> Free application that lets you manage your personal accounts with ease
iCompta is an application that lets you manage your personal accounts with ease. You can filter operations by date, type or description for example and make statistics on your expenses and incomes.
You can add as many accounts as you like and each account can have its own currency. You can show a graph of the balance evolution of an account and even have a forecast for the next months.
iCompta also lets you validate operations which are on your bank reports and therefore check that you are up to date with your accounts. You can also make funds transfers between accounts.
iCompta can import / export files in the following formats: iCompta tab separated text file; QIF; OFX.
iCompta is localized in English, French, German and Spanish.
Enhancements
New features:
- Accounts, Budgets and People sections can be hidden.
Fixes:
- Account window was too big for some resolutions.
- Embedded browser didnt work with pop-up windows.
Get Lyrical 3.2.1
Auto-magically add lyrics to songs in iTunes. more>>
Get Lyrical 3.2.1 is considered as a smart and useful video music tool that auto-magically adds lyrics to songs in iTunes 5+ from LyricWiki.org.
You can choose either a selection of tracks, or the current track. Or turn on "Active Tagging" to get lyrics for songs as you play them. You can also browse and edit the lyrics of your iTunes tracks right from Get Lyrical.
Enhancements:
- Fixed error dealing with apostrophes.
- Turned off debug mode.
SAGE 4.0.1
Creating a viable free open source alternative to Magma, Maple, Mathematica, and Matlab. more>> Creating a viable free open source alternative to Magma, Maple, Mathematica, and Matlab.
Sage is free open source math software that supports research and teaching in algebra, geometry, number theory, cryptography, and related areas. Both the Sage development model and the technology in Sage itself are distinguished by an extremely strong emphasis on openness, community, cooperation, and collaboration: we are building the car, not reinventing the wheel.
General and Advanced Pure and Applied Mathematics
Use SAGE for studying a huge range of mathematics, including algebra, calculus, elementary to very advanced number theory, cryptography, numerical computation, commutative algebra, group theory, combinatorics, graph theory, and exact linear algebra.
Use an Open Source Alternative
By using SAGE you help to support a viable open source alternative to Magma, Maple, Mathematica, and MATLAB. SAGE includes many high-quality open source math packages.
Use Most Mathematics Software from Within SAGE
SAGE makes it easy for you to use most mathematics software together. SAGE includes interfaces to Magma, Maple, Mathematica, MATLAB, and MuPAD, and the free programs Axiom, GAP, GP/PARI, Macaulay2, Maxima, Octave, and Singular.
Use a Standard Programming Language
You work with SAGE using the highly regarded scripting language Python instead of an obscure language designed for a particular mathematics program. You can write programs that combine serious mathematics with anything else.
Create Notebooks with your Web Browser
Use SAGE from your web browser, which connects either to a program running on your computer, or a program running elsewhere. With the SAGE notebook you can create embedded graphics, beautifully typeset mathematical expressions, add and delete input, and start up and interrupt multiple calculations.
Be Curious
SAGE provides you with easy access to documentation and source code. Type plot? for help on the plot command and plot?? to see the source code. If X is anything, type X.[tab key] to see all commands that apply to X.
Enhancements
Algebra:
- Division over integers (Robert Bradshaw) -- A much simpler and faster algorithm for the divisors function over integers. The new optimized code is faster than a similar integer divisor function in the version of PARI/GP thats bundled with Sage 3.2.1, as well as outperforming a similar integer divisor function found in the version of Magma that Sage 3.2.1 interfaces with.
- Finite field operations (John Palmieri) -- A few methods for finite field elements including additive order, p-th power, and p-th root where p is the characteristic of the field.
Basic arithmetic:
- Polynomials over a field (Burcin Erocal) -- Improving the user interface of polynomial classes.
- Polynomial square roots (John Palmieri, Carl Witty) -- A method to test whether a polynomial is square over the field it is defined. If the polynomial is square, then the method has the option of returning a square root.
Build:
- Improve sage -upgrade (William Stein, Michael Abshoff) -- The Sage upgrade command can now take an optional URL from which it will pull all spkgs, and this URL can be a Sage install. The upgrade command lists packages that will be upgraded before upgrading them, and autodownloads a new version of any spkg that hasnt successfully been installed before upgrading it.
- Problematic CPU flags (William Stein, Michael Abshoff) -- Binary distributions of Sage for Linux (e.g. Ubuntu) may not work properly once installed. The following CPU flags are known to prevent Sage from running properly: sse, 3d, mmx, pni, and cmov.
Calculus:
- Gamma and factorial functions (Mike Hansen, Burcin Erocal, Wilfried Huss) -- Symbolic gamma and factorial functions.
- Update to sympy-0.6.3 (Ondrej Certik) -- Update to the latest upstream of SymPy (sympy-0.6.3), which is a Python library for symbolic mathematics. For more information about SymPy, please visit http://code.google.com/p/sympy/.
- Numerical trigonometry (Robert Bradshaw) -- Optimized floating point evaluation of trigonometric functions such as sine and cosine. For example, numerical calculation of sine via _fast_float_ is now twice as fast as math.sin.
- Floating point calculation (Robert Bradshaw) -- Changing the parsing code for numerical computation to use RDF, which is a better reflection of the underlying precision. For calculus expressions involving real numbers, redundant trailing zeros are removed.
Coercion:
- Coercion API (Robert Bradshaw) -- Some simplification of the coercion interface.
Combinatorics:
- Coding theory (David Joyner) -- Several changes in linear_codes.py which should speed up (and in some cases do:-) some coding theory computations considerably. It adds interfaces to Cython and C functions of Robert Miller, CJ Tjhal, and Jeffery Leon. Speed up of minimum_distance (for codes over GF(2) and GF(3)), the spectrum (=weight_distribution), and permutation_automorphism_group are expected and in most cases achieved. (Also a new function is_permutation_equivalent was added, which interfaces with Robert Millers double coset partition refinement code.)
- Incidence structures and block designs (David Joyner) -- Beginning of an incidence structure class and an implementation of some basic block design algorithms. A few functions require GAPs Design package (which is included in gap_packages-4.4.10_6.spkg) but calling GAP or GAPs Design was only done when the corresponding Sage functionality was missing. Robert Millers recent code on computing the automorphism group of a non-linear binary code was used to implement the automorphism group of a block design.
Testing:
- Added only_optional doctest option (William Stein) -- Added a new option sage -t -only_optional=component that allows one to run only the optional doctests that depend on a given component. Thus instead of much of the optional functionality of Sage being broken, it will now be much easier to automatically test it.

iAnalyse 3.2.1
Music analysis software. more>>
Can synchronize the pages of a score (or PDF images) on an audio or video file. You can draw annotations (graphics, texts or images) on the partitions, the fade in and fade out of these annotations are also synchronized with the audio file. Moving a cursor on the score to the rhythm of music can be drawn very quickly. The fullscreen and export (images or Quicktime movie) functions allow you to show or distribute your work. iAnalyse exists in French and English languages.
WinSwitch 3.2.1
Access Fast User Switching via slim menubar item more>>
Wouldnt it be nice if you could access the feature through a compact, icon-sized Menu Bar icon? WinSwitch does exactly that, closely matching the performance and style of the Apple-provided menu, but without all the bulk.
In fact, it even corrects some problems with Apples menu by eliminating certain "daemon" users which shouldnt show up in the list, and by improving the alignment of user icons in the menu.
WinSwitch gives you rapid access to the Accounts preference pane, and is completely customizable, allowing you to choose from four different menu bar styles: Standard icon, User picture, Full username and Short username.
Enhancements:
- Ive just put a new build of WinSwitch (version 3.2.1) on the server to correct a spurious crash warning that may appear on first launch.
- If youve already installed 3.2 then there is no need to upgrade unless you continue to see the warning; the spurious warning should appear only once.
Virtue 3.2.1
Virtue is a shareware authors improvement on Apples Charcoal font; the font that replaces Chicago as the default font under Mac OS 8 more>> Virtue is a shareware authors improvement on Apples Charcoal font; the font that replaces Chicago as the default font under Mac OS 8. Virtue is similar to Epsi Sans, the font that ships with the popular GUI enhancers Aaron and Kaleidoscope. To start using Virtue, simply place the accompanying TrueType font suitcase into your fonts folder.
None
TftpServer 3.2.1
An utility which helps you to utilize and configure the TFTP server shipped with the standard Mac OSX distribution more>>
TftpServer 3.2.1 is a handy tool which makes it easier for you to utilize and configure the TFTP server shipped with the standard Mac OSX distribution. Using this application you can start/stop the TFTP service on your Mac and change its working path, that's where the files are sent to and received from by any TFTP client (e.g. a Cisco router or switch). In addition, other features are available to help you to seamlessy send and receive files from any TFTP enabled device to a Macintosh acting as TFTP server.
This is useful if you have a lot of network devices and want to store in a safe place all their configuration files and operating system binary images. These files can be reused later (or modified using a text editor on your Mac) to easily configure from scratch other similar devices or update their system image files.
FlrSoft - TftpServer is a utility which helps you to utilize and configure the TFTP ... TftpServer. TftpServer is a utility which helps you to utilize andCommuniGate Client 3.2.1
Allows users to access a CommuniGate Server. more>>
Each component canbe added separately, and with this client youwill have access to any component installed onthe server you are accessing.
Classic Compact 3.2.1
Classic Compact gives you a really clean and compact theme with classic arrow buttons minimizing space consumed by menu, tool, tab, find and status bars without hurting the overall usability. more>> <<less
Ophiuchus 0.3.2.1
Ophiuchus - Simple space strategy game more>>
It is a very early alpha release, and as such is currently very minimal but playable and networkable.
The game map is a rectangular board of tiles. A tile may contain a star. Each star is orbited by a single inhabitable planet. Each player starts out inhabiting a single planet, and owning 10 units of money.
Each planet a player owns adds 1 unit of money to their treasury per turn.
You may build spaceships at your colonies, which cost 4 units of money, and take 1 turn to construct. Spaceships move across the map at a rate of 1 square per turn. If a fleet encounters an uninhabited planet, it will automatically colonise the planet. If you encounter a planet owned by another player, you can attack and invade it.
Combat works on the simple principle of winner-takes-all. Whichever side has the larger fleet destroys the other side. You win the game by invading all colonies held by all other players.
Enhancements:
- When multiple players arrive at the same uncolonised system at the same time, none of them can colonise the planet. Previously, the player with the lowest ID got the planet, leading to an advantage to players with lower IDs. This was a problem especially in single player, where it gave a great advantage to the player over the computer.
- Attack commands now always give feedback.

iText Express & Pro 3.2.1
Do you ever wish you had a small, fast, simple word processor that has the TextEdit basics and just a few more important features - page numbers, columns, header/footer, footnotes - for more>>
Do you ever wish you had a small, fast, simple word processor that has the TextEdit basics and just a few more important features - page numbers, columns, header/footer, footnotes - for manuscript writing? How about a bookmark feature for effortless, lightning-quick navigation of your manuscript? Just try iText Express! iText Express provides the simplest way to make gorgeous manuscripts on your Mac! Yes, it's Yummy ! Remarkable for anyone who expect a reliable simple word processor for Mac OS X.
BIAS Peak DV Updater 3.2.1
Bias Peak DV Updater 3.2.1 updates version 3.0 or later to version more>>