optimization calculus

LiveMath Vector Calculus Widget 1.0
LiveMath Vector Calculus Widget is a Dashboard widget bringing LiveMath notebooks for interactive computations of topics in multivariable calculus, including Graphing in 3D, Tangent Plane, Partial Derivatives, Power Series, Taylor Series, Level Curves, Conic Sections, Multiple Integrals, and Vector Fields. more>> <<less

MatServer Calculus Table 1.0
MatServer Calculus Table is regarded to be a user-friendly and effective mathematical program for mathematics and engineering students to find calculus integrals fast and easily. more>>
MatServer Calculus Table 1.0 is regarded to be a user-friendly and effective mathematical program for mathematics and engineering students to find calculus integrals fast and easily. The MatServer Program contains over 30 of the most popular integrals that engineers, and mathematicians are likely to encounter in their daily designs and theorems.
CSS Optimizer X 1.1
CSS Optimizer X brings you a very useful help tool which is also a Cocoa GUI for the command line application CSS Optimizer. more>>
CSS Optimizer X 1.1 brings you a very useful tool which is also a Cocoa GUI for the command line application CSS Optimizer. It provides graphic access to all of CSS Optimizers features along with many Mac OS X features such as drag n drop, sheets, and drawers.
CSS Optimizer is a command line application that optimizes CSS code. It reduces the file size significantly, 20-60% depending on your coding style, by stripping unneeded characters such as white-space, tabs, newlines, and semi-colons. CSS Optimizer only eliminates characters that are not vital to proper display of the CSS file.
CSS Optimizer also converts long-hand CSS declarations to short hand equivalents to eliminate even more unneeded characters. CSS Optimizer has been tested to work under many browsers such as Firefox, Mozilla, Safari, and IE; currently have not found a browser that it does not work successfully on.
Major Features:
- 20-60% file size optimization
- Full long-hand to short-hand conversion
- Support for parsing CSS code in
iDictionary Lite 1.0
iDictionary Lite provides you with a sophisticated Mac OS X application which lets you put a dictionary and/or thesaurus onto your iPod. more>>
iDictionary Lite 1.0 provides you with a sophisticated Mac OS X application which lets you put a dictionary and/or thesaurus onto your iPod. iDictionary Lite leverages the Oxford dictionary available with OS X 10.4 along with some very smart filtering and optimization techniques to create a dictionary or thesaurus that will fit on an iPod. The dictionary or thesaurus is displayed on your iPod using the iPod's built in "Notes" feature.
The "Notes" feature, which is needed to view a dictionary or thesaurus on your iPod, is available on 3rd generation or newer iPods (sold since April, 2003.). iDictionary Lite restricts the dictionaries created to letters A-D. If you want to be able to access a full dictionary or thesaurus you must purchase a license for the standard version of iDictionary.
Requirements:
- OS X 10.4 or higher
- 3rd generation or higher iPod
Monkey Marbles 4.0
Monkey Marbles - A frustratingly fun game of rolling marbles! more>>
Monkey Marbles features a full 3D engine and physics, cool graphics, resettable marbles and all the fun that the WidgetMonkey guys are known for! Another fun little game widget created using the Mac-only, Unity game engine from OTEE.
Enhancements:
- Universal Binary
- new standard Widget Monkey back designs
- fixes for Wacom tablet users
- new coding for optimization
- built using Unity 1.2.2.
Chris Pirillo Audio Podcast 1.0
Chris Pirillo Audio Podcast - Receive the 10 newest Chris Pirillo podcasts automatically. more>> ActMask Document Converter X is a software product that can convert all file formats (MS Office Document, .txt, .wri, .doc, .ppt, .xls, .htm, .jpg, .bmp etc.) to PDF, EMF, SPL, JPG, PNG, BMP, TIFF, GIF, TGA, PCX by printing to ActMask Document Converter Printer simply from any Windows application. To develop your software base on ActMask Virtual Printer SDK, see http://www.all2pdf.com
Highlight Features
1. Convert files to professional-quality searchable PDF format (or Image) from any Windows application that supports printing.
2. More Clear Font than other PDF software.
3. Simple and convenient user operations. Pick up file name from printer stream automatically, and then set as default output Document name.
4. Create you own PDF Document Description (Title, Author, Subject, Keywords ...).
5. 40 / 128 bits PDF encryption (security) support.
6. PDF Version 1.2 - 1.5 support.
7. PDF Document Restriction (Permission) support.
8. PDF Document Owner Password and Reader Password support.
9. PDF Optimization options support.
10. PDF content, resolution and image compression support.
11. Font embedding support.
12. Show conversion progress.
How to use ActMask Document Converter
After the installation, there will be a new printer in your system, the printer name is "ActMask Document Converter", it is not a real printer, but works like a printer. When you want convert document (for example, .txt, .wri, .doc, .xls, .ppt, .mdb, .jpg, .tif, gif, .png or other format) to PDF, just print the document to the ActMask Document Converter. Click "Advanced Settings" button, you can set the PDF filename, properties, like font embedding, or encryption. Our software will receive the printing commands and convert them in the PDF or image formats (JPG, PNG, BMP, TIF, TGA, PCX, EMF, or SPL).<<less
Electronics Optimizer 1.0.4
Electronics Optimizer is an electronic circuit analysis tool more>>
Electronics Optimizer will help you quickly design a circuit (choosen from a standard library of circuits) to match your specified design parameters without drawing a schematic.
Moreover Electronics Optimizer has a calculator for first-cut estimates for designers.
Mizer Updater 1.8
Mizer is a great utility that scans your HTML code and cleans it up, making your HTML documents smaller in size and allowing them to load faster over the web more>> Mizer is a great utility that scans your HTML code and cleans it up, making your HTML documents smaller in size and allowing them to load faster over the web. If everyone just used Mizer on their web pages the Web could save 6 million bytes a second, 360 million bytes a minute, 21.6 billion bytes an hour, and 581.4 billion bytes a day in traffic and the world would be a happier place.
This is a commercial product where no demo is available. However you can purchase it online for $70.
Mizer 1.x or later.
Version 1.8 displays all supported file types for optimization in the Get Info window, along with the compression results that youll get without actually modifying the file.
HVS Animator 1.0.3
Full-featured GIF animation editor. more>>
TTMath 0.8.4
A bignum library written in the C++ programming language more>>
Enhancements:
- Fixed: UInt:DivInt() didn't check whether the divisor is zero
- There was a hardware interruption when the divisor was zero(now the method returns one)
- Fixed: the problem with GCC optimization on x86_64
- Sometimes when using -O2 or -O3 GCC doesn't set correctly
- The stack pointer (actually the stack is used for other things)
- And you cant use instructions like push/pop in assembler code.
- All the asm code in x86_64 have been rewritten, now instructions push/pop are not used, other thing which have access to stack (like "m" (mask) constraints in Rcl2 and Rcr2) have also gone away,
- Now the library works well with -O2 and -O3 and the asm code
- Is a little faster
- Added: UInt:PrintLog(const char * msg, std:ostream & output) used (for debugging purposes) by macro TTMATH_LOG(msg)
- (it is used in nearly all methods in UInt class)
- Added: macro TTMATH_DEBUG_LOG: when defined then TTMATH_LOG() put some debug information (to std:cout)
- Added: ttmathuint_x86.h, ttmathuint_x86_64.h, ttmathuint_noasm.h,
- All the methods which are using assembler code have been rewritten to no-asm forms
EuroCalc 1.4b1
EuroCalc serves as a tool to transfer currencies into the Euro to compare values. more>>
- Automatic currencies update from ECB
- Interface speed
- Exchange rate can now be modified from preference window
- Code optimization for Windows and MacOS X
- Bugs fixing
Requirements:
- Mac OS 9.0or later.
MainMenu 1.7.2
MainMenu is Maintenance, cleaning and optimization menu item more>>
MainMenu makes these tasks quick and easy, right from your menu bar.
Rebuilding your Spotlight library for faster searching, repairing permissions, cleaning caches to improve application performance, and even more advanced settings such as enabling and disabling the Dashboard are no more than two clicks away.
MainMenu is full of powerful maintenance tools to keep your Mac running like new, within a slick, simple interface.
stringMixer 1.0
stringMixer - Random sorting utility on Mac Os X more>>
stringMixer is free. You can make a donation.
Enhancements:
- Optimisation of random function.
- Add pf a popup menu for separators.
COLUMBUS
COLUMBUS - Programs for high-level ab initio molecular electronic structure calculations more>>
An important feature of COLUMBUS is its flexibility. In addition to standard classes of reference wave functions, such as CAS or RAS, calculations can be performed with selected reference configurations. Though the multi-reference aspect of COLUMBUS is emphasized, single-reference calculations can also be carried out very efficiently.
Main features:
- SCF - closed-shell and restricted open-shell
- MCSCF - general MCSCF with quadratic convergence including state-averaging
- MR-CISD - direct CI for all single and double excitations from an arbitrary set of reference configurations
- MR-ACPF and MR-AQCC - modified MRCISD methods that include iterative size-extensivity corrections
- Analytic gradient for MCSCF, MR-CISD, MR-ACPF and MR-AQCC
- Analytic MR-CISD nonadiabatic coupling vector
- Automatic geometry optimization and saddle-point searches
- Automatic searches for minima on the crossing seam (conical intersections)
- Spin/orbit CI
- A massively-parallel version of the MR-CISD, MR-AQCC and respective two-electron density program sections.
Enhancements:
- Analytic MR-CISD/AQCC gradient for excited states based on state-averaged MCSCF calculations
- Analytic MR-CISD nonadiabatic coupling vector
- Automatic searches for minima and saddle points in excited states
- Automatic searches for minima on the crossing seam (conical intersections)
- Integration of the GUGA spin-orbit CI program (still in test phase)
- A massively parallel CI and two-electron density code
- Enhanced user interface including visualization features via MOLDEN.
Take On Me Video Effect
A funky looking Quartz effect that can be used as a screensaver for your idle Mac more>>
StatPlus:mac 5.4.5 is a powerful statistical package. Microsoft Excel provides invaluable calculation tools to Mac users. Its powerful features combined with ease of use made Microsoft Excel a spreadsheet of choice for many Macintosh users. But what if you need more than the limited set of data analysis tools available in Microsoft Excel? There aren`t many tools that are as affordable and as easy to learn and use as Microsoft Excel for Mac!
StatPlus:mac offers you an ability to perform heavy-duty data analysis on your Mac in a familiar and convenient Excel environment. Integrating tightly with Microsoft Excel, StatPlus:mac empowers Microsoft Excel with a set of heavy-duty statistical analysis and data management tools, turning Microsoft Excel for Mac into a full-featured statistical analysis suite.
Performing all types of data analysis on a Mac does not make you learn a new tool. You will be using the familiar Excel environment to perform all kinds of analysis from basics statistical procedures to complex analysis such as GLM ANOVA, non-parametric, regression analysis, Probit and Latin squares analysis.
Major Features:
- StatPlus:mac enables you to get consistent, reproducible, ISO compliant results from Microsoft Excel every time you perform data analysis.
- StatPlus:mac is a fully standard-compliant statistical package, supporting the strict ISO standards such as ISO2602:1980, ISO 2854:1976 and ISO 3207:1975.
- Dedicated statistical packages are often associated with extraordinary costs and steep learning curves. StatPlus:mac makes you forget about the learning curve with the use of Microsoft Excel as the host platform. Stop wasting time learning new tools and use StatPlus:mac to perform complex statistical analysis right away!
- Available in English, Spanish, French, German, Italian, Russian languages.
- Students and academic discounts are available.
Enhancements:
- Major statistical engine upgrade
- Interface updated.
- Performance optimization Universal build.
Requirements:
- Mac OS X Tiger or Leopard
- Excel 2004+
WareSeeker Editor