osxflex2d 2.7

OSXFlex2D 2.7
2D flexural/elastic modeling. more>>
OSXFlex2D 2.7 provides you a powerful program which is able to implement the "elastic" , "flexural" model. Crustal loads can be entered and plotted, the profile of deformation produced by these loads can be computed and visualized, and the effect of changes in model parameters can be evaluated at real time. Geologists often talk about the "flexural" link between tectonic loads and sedimentary basins, but they rarely do the math. Perhaps, because implementing the "flexural" model is tedious, specially if it is done in spreadsheets. OSXFlex2D makes "flexural modeling" an easy and enjoyable task.

OSXGeoCalc 2.7
A structural geology calculator. more>>
A calculator for vectors (lines and planes), and tensors (strain and stresses). Vector operations can be visualized in a stereonet, and tensor operations in a Mohr diagram. This program is for earth scientists or anyone interested in vectors and tensors and their application in the earth sciences. OSXGeoCalc is free for academics. For consulting, please contact me.
offTunes 2.7
offTunes is a powerful and very easy-to-use tool which can help you easily turn on and off iTunes after a certain time you can specify more>>
Enhancements:
- More spelling corrections
- Seconds works correctly again!
- Save disabled (Sorry again!) because of improperly loading timer file.
- Cut out some unneeded code for faster app!

bonSearch 2.7
bonSearch is a widget for you to have an option between and search in ten search engines and the information database of Wikipedia. more>>
Uses a clean and simple Aqua user interface. Important note! This Widget will automatically notify you whenever a newer version is available by pointing your browser to an update page.
Enhancements:
- Feature: Amazon.com search added
- Code: Starts 12% faster than previuos versionsBugfix: Opera 8 launch fixed
- Code: Removed and updated some of the code
- Feature: Automatic update feature
Requirements:
- Mac OS X 10.4.1, Any web browser.
Friendz 2.7.2
Friendz - see what your xbox live friends are doing more>>
Friendz also incorporates LiveKardz.
Main features:
- See what friends you have online.
- Growl notifications for when you get new messages.
- Growl notifications for when friends come online.
- The ability to send messages.
- The ability to view and delete messages
- The ability to view Xbox Live GamerCards
System requirements:
- Mac OS X 10.3 or later,
- an xbox.com account
iCooked 1.2.7
iCooked is a high-speed GUI for the iCook kernel extension that allows simple overclocking of the IBM 750FX processor, found in some of the iBooks (600-900 MHz). more>>
iCooked 1.2.7 is a high-speed GUI for the iCook kernel extension. iCook is a small OS X kernel extension that allows simple overclocking of the IBM 750FX processor, found in some of the iBooks (600-900 MHz).
Requirements: Mac OS X
MKVToolNix 2.7
MKVToolnix is a set of tools to create, alter and inspect Matroska files under Linux, other Unices and Windows more>>
MKVToolNix 2.7 is designed to make it easy to create, alter and inspect Matroska files under Linux, other Unices and Windows. They do for Matroska what the OGMtools do for the OGM format and then some.

VideoSpace 2.7
VideoSpace is a useful free widget that calculates the disk space required for a given duration, codec, frame rate and audio setting. more>>
VideoSpace 2.7 is a useful free widget that calculates the disk space required for a given duration, codec, frame rate and audio setting. It works in both directions so you can calculate time to space or space to time as indicated by the direction of the arrow between the two input areas.
It is a video editors and the ideal companion to Final Cut Pro and Express:
- Bi-directional conversion (duration to disk space or disk space to duration)
- Settings for popular codecs from DV to uncompressed HD
- Settings for all common frame rates
- Settings for Audio (number of channels, sample rate and bit depth)
Major Features:
- Time to Space Calculation
- Select the desired codec, frame rate and audio settings (see below) then click in the left input box and type a duration of up to 999h59m59s.
- The disk space required will be calculated and displayed in the right hand box. VideoSpace will automatically choose the most suitable units (Megabyte, Gigabyte or Terrabyte) according to the size of the file.
- Space to Time Calculation
- Select the desired codec, frame rate, units and audio settings (see below) then click in the right input box and type a file size. When you press Return or Enter the time is calculated and displayed in the left hand box. The arrow will point left to indicate that VideoSpace is doing a space to time conversion.
- Audio Settings - Enter VideoSpace preferences by clicking the "i" button on the lower right of the widget which allows editing of the audio settings:
- Audio Channels: None, 2, 4, 6 or 8
- Sample Rate: 32kHz, 48kHz or 96kHz
- Bit Depth: 16 bit or 24 bit
- Mac OS X 10.4 (or later)
NewsLetter 2.7
NewsLetter is a free batch emailer, speciallly thought for newsletters more>>
You can send the messages immediatelly, save them in MBOX format and place or send them through Entourage, as additional features.
You can customize the subject and body of the message for every recipient using smart tags. Just take a look to the documentation for a brief how-to. You can send html messages, so the look & feel of your messages fits your needs. Simply write the code or grab it from the frontmost page in your favorite browser (menu Special).
When you are done, hit the "Preview" button and, if youre satisfied, the "Start" one.
NewsLetter doesnt require additional software, appart from a standard installation of Mac OS X 10.3, so you dont take care about additional settings. All the needed stuff is bundled within the app itself, including the coolest applescript emailer agent ever known: XMail.osax, by JB Le Stang.
Enhancements:
- Fixed issue with non-Entourage users.
Scala 2.7.5
General purpose programming language designed to express common programming patterns more>> General purpose programming language designed to express common programming patterns
Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages.
Scala is also fully interoperable with Java and it is the successor of Funnel, a language based on join calculus.
Main features:
Scala is object-oriented:
- - Scala is a pure object-oriented language in the sense that every value is an object. Types and behavior of objects are described by classes and traits. Class abstractions are extended by subclassing and a flexible mixin-based composition mechanism as a clean replacement for multiple inheritance.
Scala is functional:
- - Scala is also a functional language in the sense that every function is a value. Scala provides a lightweight syntax for defining anonymous functions, it supports higher-order functions, it allows functions to be nested, and supports currying. Scalas case classes and its built-in support for pattern matching model algebraic types used in many functional programming languages.
- - Furthermore, Scalas notion of pattern matching naturally extends to the processing of XML data with the help of right-ignoring sequence patterns. In this context, sequence comprehensions are useful for formulating queries. These features make Scala ideal for developing applications like web services (external link).
Scala is statically typed:
- Scala is equipped with an expressive type system that enforces statically that abstractions are used in a safe and coherent manner. In particular, the type system supports:
- - generic classes,
- - variance annotations,
- - upper and lower type bounds,
- - inner classes and abstract types as object members,
- - compound types,
- - explicitly typed self references,
- - views, and
- - polymorphic methods.
- - A local type inference mechanism takes care that the user is not required to annotate the program with redundant type information. In combination, these features provide a powerful basis for the safe reuse of programming abstractions and for the type-safe extension of software.
Scala is extensible:
- The design of Scala acknowledges the fact that in practice, the development of domain-specific applications often requires domain-specific language extensions. Scala provides a unique combination of language mechanisms that make it easy to smoothly add new language constructs in form of libraries:
- - any method may be used as an infix or postfix operator, and
- - closures are constructed automatically depending on the expected type (target typing).
- - A joint use of both features facilitates the definition of new statements without extending the syntax and without using macro-like meta-programming facilities.
- - Scala is designed to interoperate well with popular programming environments like the Java 2 Runtime Environment (JRE) and the .NET Framework (CLR). In particular, the interaction with mainstream object-oriented languages like Java and C# is as smooth as possible. Scala has the same compilation model (separate compilation, dynamic class loading) like Java and C# and allows access to thousands of high-quality libraries.
System requirements:
-
Enhancements
- This was a maintenance release that fixed a few bugs in the Actors library; no language changes were introduced.
eReader 2.7
eReader is a simple to use, yet sophisticated education program for Mac. more>>
eReader 2.7 is a simple to use, yet sophisticated education program for Mac. Palm Reader for Macintosh has the features that you're already familiar with on your handheld and translates them to your Macintosh computer. You can still navigate your books by clicking on the screen, and add bookmarks and annotations, but now on the desktop you also have the ability to resize the book window, easily change font faces and sizes, choose from a variety of themes for your background, and more. Palm Reader for Macintosh takes today's top-ranked eBook reader to Macintosh desktop and notebook computers and gives you the greatest flexibility to read your eBooks anywhere anytime for free.

Barcodet 2.7
Bar codes for FileMaker Pro. more>>
Barcodet 2.7 is considered as a basic application for creating high-quality bar codes from data stored in your FileMaker Pro databases. There are no plug-ins to cause compatibility problems and no scripts needed to generate the bar codes. Plus, the bar codes are easily added to existing solutions.
- Code 39 (also known as Code 3 of 9) is one of today's most popular general-purpose alphanumeric bar codes. It features upper-case letters, numbers, and eight (8) frequently used symbols, including spaces, periods, the dollar sign [ $ ], percent symbol [ % ], plus sign [ + ], hyphen [ - ], and slash [ / ]. Code 39 is reliable, easy to scan, and tolerant of minor printing imperfections.
- Code 128 is a full-ASCII alphanumeric symbology that accommodates upper and lower-case letters, numbers, and other characters. It is highly popular and is used worldwide for many different types of applications. Secure error checking is provided by the use of weighted Mod 103 check digits.
- Interleaved 2 of 5 is a rugged, compact, variable-length, numeric bar code. It is frequently used for container and carton labeling, warehousing, shipping, and other industrial applications (including the medical field), but is also an ideal choice if a condensed numeric bar code is needed.
- MSI Plessey is a numeric bar code symbology that is widely used for labeling shelves, tracking publications, and ID cards. A primary application of this bar code is inventory control. Automatically performs double Mod 10 error checking for increased scanning accuracy.
- Code 11 is a simple, variable length symbology that includes the numbers 0-9, plus a hyphen, and offers double Mod 11 error checking. This code is used for labeling telecommunications equipment and is also widely used in other applications that require a secure, compact numeric bar code.
- Code 25 (also know as Code 2 of 5) includes the numbers 0-9. It is often used for inventory and warehousing and is commonly found on photo finishing envelopes, airline tickets, baggage tags, and shipping labels.
- Code 93 is a full-ASCII alphanumeric symbology designed as a high-density complement to Code 39. It is highly efficient when processing mixed input. Accommodates upper and lower-case letters, numbers, and other characters. Secure error checking is provided by the use of double Mod 47 check digits.
- PostNET bar codes help to ensure more reliable and faster mail delivery. This module accommodates 5-digit, 9-digit (Zip+4) and 11-digit Delivery Point (DPBC) postal codes.
- Royal Mail (United Kingdom) RM4SCC postal bar codes are used both for mailings within the UK and for sending mail into the UK from other countries.
Requirements: FileMaker Pro 9 or later
BixAgent 2.7
BixAgent offers you the monitoring component of BixData that can be locally installed on all supported Operating Systems more>>
BixAgent is responsible for data gathering, and in some cases local data storage where network connectivity is not available on a permanent basis or has been interrupted.
BixAgent is easy to deploy, install in seconds and can auto configure itself
Plug-in Architecture
BixAgent solves challenges due to different kernel versions and proc file systems by employing a plug-in system, and includes different plug-ins that support a multitude of Operating Systems and versions. BixAgent requires no special security privileges, and can access all monitoring values in read only mode. SMART information can even be gathered by parsing output from a command line utility instead of through the supported native plug-in.
Data Sources
Data sources on Windows exceed 10 000 data points. Data sources on most platforms are organized into these categories
* CPU
* Custom Scripts
* Disk
* FileSystem
* Load
* Memory
* Network
* Network Protocols
* Process
* SMART ATA
* SMART SCSI
* SystemInfo
* TCP
* UDP
SDK
The BixData SDK is intended for system administrators and programmers who wish to extend the functionality of BixData through plug-ins.