capital one
Capital Search 1.3.2
Learn elements of capitalization for students. more>>
It then has them pick out examples of other types of words that need to be capitalized, and it ends with a multiple-choice section that reviews all the above.
Capture One 4.8.3
Capture One is described as the next generation of the worlds first RAW workflow software designed to offer photographers - pros and enthusiasts alike - a RAW workflow solution for superior image quality. more>> <<less
Capture One is a product belonging to the next generations of the worlds first ... Capture One 4 offers photographers - pros and enthusiasts alike - a RAW workflow solution forLicense:update/patch
Aleph One 1.0
Aleph One is an enhanced and high functional version of Marathon Infinity known as an exciting Mac-only 2.5D first-person shooter. more>>
Aleph One 1.0 is an enhanced and high functional version of Marathon Infinity known as an exciting Mac-only 2.5D first-person shooter. Marathon Infinity was released several years ago, and is the third game in the Marathon Trilogy. Bungie recently released the source code for Marathon 2 under the GPL (GNU Public Liscence), and Aleph One is the fruits of several people's labor of love on this code, most notably Loren Petrich.
Requirements: Mac OS 8.1 or higher OpenGL
Countries Capitals Widget 1.0
Countries Capitals Widget - Learn the capitals of all the countries in the world more>>
Includes accurate country and capital names from the CIA World Factbook.
Just drop the widget in your Dashboard and begin to learn the names of all capitals.
License:Freeware
So You Know Capitals! 1.1.0
So You Know Capitals! - Learn U.S. state & country capitals more>>
A state/country is selected at random and you select the capital from a ten possibilities. Points are awarded for correct answers; a penalty results from an incorrect answer.
State and country capital information can be updated to keep abreast of world events.
Sound is supported. Settings and updated information are saved between sessions.
This application is appropriate (and challenging) for all ages.
Marathon: Aleph One 0.17.3
Marathon: Aleph One - 3D shooting game more>>
A conversion of Marathon 1 called M1A1 and many third party scenarios and net maps are also available.
Aleph One features software and OpenGL rendering, Internet play, Lua scripting, and much more.
It is available under the GNU General Public License (GPL).
(NB: Use of the hi-res textures, landscapes, and 32-bit Fusion Sprites are highly recommended.)
Enhancements:
- Updated in-game messages to work with both flavors of metaserver
- Fixed a Lua crash vulnerability
- Fixed crash when switching modes during OpenGL loading progress dialog
- (NIBs) Make the end screen pause indefinitely
attach2mail 1.2
A small Automator action that enables you to attach any document to an email. more>> Quiz yourself on U.S. geography including states, capitals, regions, time zones and state facts! Youll need to enter code 47GXA9P to unlock your free copy.<<less
VI.ONE 1.1
VI.ONE - A massive multi-disc sample library encompassing over two thousand instruments, kits, and other sound effects more>>
The library is packed to the brim with drums (including hundreds of different kits), drum loops, basses (including acoustic, upright, electric, and synth), world and ethnic instruments (organized by geographic regions), sound effects, guitars (acoustic and electric), keyboards, a full collection of orchestral instruments, screaming B3 organs, world-class acoustic pianos, prepared pianos, electric/synth pianos, pop horns and brass, a bank of vintage synths, and cutting-edge synth patches.
Across every musical style in the world, VI.ONE is a premium, gigantic, and versatile sound palette.
VI.ONE is powered by the Kontakt Player 2 engine, bringing instant access to the sounds via the standalone application, as well as being accessible within sequencers via every major plug-in format: AudioUnit, VST, RTAS, and DXi.
Main features:
- Over two thousand patches of instruments across a wide array of instrument families
- 21GB core library of samples
- Optimized onscreen EQ and reverb controls
- Remote control of various sonic parameters available via MIDI CC
- Multitimbral operation, supporting up to 64 simultaneous instruments loaded (subject to RAM availability), receiving up to 64 MIDI channels (16 in plug-in mode)
- General MIDI compatible
- Kontakt Player 2 engine, supporting standalone operation as well as plug-in operation in all major hosts that support AudioUnit, VST, RTAS, or DXi plug-ins
- Special upgrade pricing to the full version of Kontakt 2, which allows for fuller editing of the instruments
RADRentalAnalyzer 2.3
This will analyze a potential rental property in terms of cap rate, cashflow, equity, capital gain, property details etc. more>>
Enhancements:
- Bug Fix: Fixed a bug with cash flow calculations with interest only loans .
- Ability to remove multiple properties.
- Registered User benefits
- Google map for property.
- Duplicate an existing Property. This feature is very useful if you want to compare the same property side by side with different scenarios like rent, mortgage etc.
- Ability to compare more than two properties.
- Export property comparison data to a csv file.
- Added Help to Main window, Compare properties.
rgb Only One 1.0
rgb Only One can be a really useful plugin which makes it easy for you to introduce some interesting color effects into your clip. more>> <<less
Pantone Pills 1.0
Pantone Pills - Coloured pms icons more>>
The icons are best viewed in 128x128 at 32bit mode.
Completly freeware.
Play One Track Only 1.0
Play One Track Only - Stops iTunes playing after a track finishes more>>
It will start playing the selected track if the player is stopped; if no track is selected, it will play a random track. Its good like that.
Put the Play One Track Only app into the library/itunes/scripts folder of the root level of your hard drive to make the script available to all users, or of the Home folders of individual users.
It will be accessible thru the scripts menu in iTunes. Starting in OS X (or maybe with a certain version of iTunes) you dont need to quit and relaunch iTunes to use new scripts. Yay!
Binary Square One 4.0.1
Binary Square One is considered as a very flexible and effective tool that puts all your favorite files at your fingertips. more>>
Binary Square One 4.0.1 is considered as a very flexible and effective tool that puts all your favorite files at your fingertips. It keeps your desktop clean, tracks recently used documents, stores URLs, hides background applications, manages folders, and more. Just click to launch, switch to, or quit any program.
scspell 0.1.0
A conservative interactive spell checker for source code more>> A conservative interactive spell checker for source code
scspell is an open source and interactive spell checker tool for source code. When applied to code written in most popular programming languages while using typical naming conventions, scspell will usually catch many errors without an annoying false positive rate.
scspell does not try to be particularly smart--rather, it does the simplest thing that can possibly work:
- All alphanumeric strings (strings of letters, numbers, and underscores) are spell-checked tokens.
- Each token is split into one or more subtokens. Underscores and digits always divide tokens, and capital letters will begin new subtokens. In other words, some_variable and someVariable will both generate the subtoken list {some, variable}.
- All subtokens longer than three characters are matched against a set of dictionaries, and a match failure prompts the user for action. When matching against the included English dictionary, prefix matching is employed; this choice permits the use of truncated words like dict as valid subtokens.
When applied to code written in most popular programming languages while using typical naming conventions, this algorithm will usually catch many errors without an annoying false positive rate.
In an effort to catch more spelling errors, scspell is able to check each file against a set of dictionary words selected specifically for that file. Up to three different sub-dictionaries may be searched for any given file:
- A natural language dictionary. (scspell provides an American English dictionary as the default.)
- A programming language-specific dictionary, intended to contain oddly-spelled keywords and APIs associated with that language. (scspell provides small default dictionaries for a number of popular programming languages.)
- A file-specific dictionary, intended to contain uncommon strings which are not likely to be found in more than a handful of unique files.
System requirements:
- Python
