what is a manipulated variable
Get Variables
An Applescript that shows a list of variables from the Script Editor document more>> You can use Image Viewer application to view the image files on the Mac, rotate and convert them to numerous vector and raster formats including PDF, EPS, JPG, GIF, TIF, PSD, PICT, PNG, BMP, and SGI.
You can navigate through the images in a folder using navigation keys and keyboard shortcuts. Changing the view size allows to view at different zoom amounts.
Also you are able to rotate selected Image file.
To convert an Image File, choose one of the export formats and select Convert option or press button. The export resolution can be changed under HomeImage Viewer Drawer Preferences. You may set also the default destination format, and the default location for the converted files.
Application is free software for Mac, you can use it absolutly free. This application is for free software download.<<less
What You Hear Is What You Send 1.0
What You Hear Is What You Send - Email the info/song playing in iTunes more>>
The script offers two options: Send only the information, or send the information plus the mp3 file.
Completly freeware.
Four Variables 1.1
Four Variables is designed as a free pre-algebra investigation for students in grades five through nine. more>>
Four Variables 1.1 is designed as a free pre-algebra investigation for students in grades five through nine. The program secretly assigns values to four variables (w, x, y, and z) and the student must find these values by requesting the computer to perform operations with the variables.
For example: the student might ask the program to divide x by z; the program would respond "x/z = 0.875." The are two different investigation types: one where all four operations are allowed, and one where only division is allowed.
Civilization IV Update 1.61rC
Civilization IV Update - Update for the famous strategy game more>>
Rule throughout time and create your own legacy as you guide your civilization from the dawn of man through the space age and beyond.Implement new technologies,conduct diplomacy or wage war to grow your society and become the most powerful leader the world has ever known.
Main features:
- 3D Living World
- Detailed environments where animals roam and smoke billows from small huts, set in a vibrant and colorful world.
- Overhauled Interface
- RTS style, intuitive interface allows you to manipulate units and cities with greater control and faster speed.
- Multiplayer
- Built from the ground up for multiplayer with Era Starts, variable game speeds, hot join, team play and a bevy of connectivity options: Internet, LAN, Play by Email (PBEM), hot seat and more. The best multiplayer Civ experience ever developed means hundreds of hours of gameplay for you and leaders across the world.
- Customization
- An unprecedented level of modding power allows you to customize the units, environments and gameplay to meet your vision, including: a WorldBuilder editor, XML and Python scripting language editing.
Enhancements:
- Better performance on certain Macs (particularly G5s) that exhibited excessive CPU use in the original release. The game should no longer run dual CPUs to 100% capacity.
- Some missing sounds will now play correctly. Other sounds may still be inaudible. A future official release of the Rev A patch will address those.
Invariance 2.0.2
Invariance is a distinguished and easy to use tool which calculates three indices of factorial invariance: the coefficient of congruence, a chi-square goodness of fit test, and Cattells Salient Variable Similarity Index. more>>
Invariance 2.0.2 is a distinguished and easy to use tool which calculates three indices of factorial invariance: the coefficient of congruence, a chi-square goodness of fit test, and Cattell's Salient Variable Similarity Index.
Requirements: OS X 10.2 or later
Sig Management Scripts 1.0
Sig Management Scripts - Export your sigs from OE into a file more>>
Export exports your sigs from OE into a file.
Import takes sigs in a file and makes them sigs in OE. Open this script and edit the variable theTop to be what you want above the sig. If you know about AppleScript then you can probably change how the sig is formatted as well.
Sub Rosa Soft Macnifier 1.0
Sub Rosa Soft Macnifier - Shows a magnified section of your screen more>>
SubRosaSoft Macnifier shows a magnified section of your screen to help viewing up close.
It allows variable zooming, and variable speed refresh, and runs under MacOS native, MacOSX Carbon, and Windows operating systems.

RSSManagerX 0.2a
RSSManagerX is an application to control your Safari RSS feeds by manipulating the syndication database. more>>
Enhancements:
- Now a Universal Binary application.
Requirements:
- Mac OS X 10.4 or later.
iTunes XML Library Parser 1.0
iTunes XML Library Parser - Realbasic class parses 10mb/sec more>>
texttemplate 0.2.0
texttemplate - Convert text templates into a simple object model more>>
texttemplate is loosely based on the HTMLTemplate module for Python.
Enhancements:
- redesigned API, execution model and documentation (unfinished).
Light Converter Widget 1.0
Free Dashboard light converter for your Mac more>> Middle-School (grades 5 through 9) math program written to provide skills in context. Students manipulate weights on two balance beams to solve two simultaneous equations.<<less
TimeCard 1.0b4
Track the number of hours worked. more>>
MobiPlotter 1.2
Free and open source math program for small devices more>> Free and open source math program for small devices
MobiPlotter is a math program for small devices (mobiles, PDAs, etc) with JAVA support.
MobiPlotter is supposed to work on any .
Main features:
- 2D Plotter: one variable function
- 3D Plotter: two variable function
- Integrate (graph and result Riemann, Simpson and Trapezoid sum)
- Derivate (graph and the function)
- Evaluate function
- Zoom
- Support sin, cos, tan, sec, cot, csc, arcsin, arccos, exp, ln, abs, sqrt and others
System requirements:
- Java/MIDP 2 compatible device
Enhancements
- Added Simpson and Trapezoid integral
- Rewrite some code
PHP Globals Fixer 0.8b
PHP Globals Fixer - Depreciated globals fixer for PHP code more>>
Main features:
- Can work with multiple files
- Simple drag and drop function.
- Automates the updating of these depreciated variables:
- $HTTP_SERVER_VARS
- $HTTP_GET_VARS
- $HTTP_POST_VARS
- $HTTP_COOKIE_VARS
- $HTTP_POST_FILES
- $HTTP_ENV_VARS
- $HTTP_SESSION_VARS
- Automates the updating of these depreciated Functions:
- session_register("variable")
- session_unregister("variable")
- session_isregistered("variable").
Pease Plate 0.9 Alpha 2
A small but powerful template engine for Java more>> A small but powerful template engine for Java
Pease Plate is a small but powerful template engine for Java that uses simple POJOs as data model.
Pease Plate includes an extendable Java-like expression language designed for the special needs of template rendering.
Main features:
- Its easy on the template side, because its expression language is designed for the special needs of template rendering and helps you a lot with common tasks.
- And its easy on the program side, because very simple to integrate and uses plain old Java objects as template data model.
- How To Integrate Pease Plate
- The following chapter contains anything you need to integrate Pease Plate into your application.
- Uniform Integration Pattern - the common code fragment you need to render templates
- Designing a Resolver - in case your raw template data comes from unusual places like a database
- Template Expression Language
- This chapter contains all the stuff you need in templates.
- Template Structure - a general overview of how templates look like
- Expression Language - a detailed description of the expression language
- Reference - the complete reference to Pease Plates template engine
- Advanced stuff
- Beside the predefined things in Pease Plate, you can enhance it in various ways.
- Adding Transformers - manipulate how data is presented
- Creating Custom Designators - add own keywords to the language
Enhancements
- Changed domain packages to internal
- Integrated findBugs and fixed a lot of warnings and one bug
- Added empty LineSeparator
- Fixed compiler error with $pop command without followers
- Fixed inexact variable and vararg method calls
Fixed boolean conversion:
- null is false, non-null is true.
- number 0 is false, other numbers are true
- char 0 is false, other chars are true
- string "false" is false, other strings are true
- Fixed class loader problem in ClassLoaderResolver