Main > Free Download Search >

Free elementary software for mac

elementary

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 26
Elementary 2.0

Elementary 2.0


Free periodic chart for your Mac more>> iP6210D Printer Driver Ver. 4.8.3 (Mac OS X).<<less
Download (1.2MB)
Added: 2009-06-07 License: Freeware Price: FREE
197 downloads
BitVice MPEG2 Encoder SD 2.8.1

BitVice MPEG2 Encoder SD 2.8.1


The BitVice MPEG2 Encoder is developed as a useful tool which uses the latest technology and science to compress your movies into MPEG2 elementary video streams. more>>

BitVice MPEG2 Encoder SD 2.8.1 is developed as a useful tool which uses the latest technology and science to compress your movies into MPEG2 elementary video streams.

BitVice is the Industy standard for encoding MPEG-2 files on mac computers. The video streams produced by BitVice are MPEG2 compliant, and as such, they can be mounted in any compliant DVD authoring or multiplexing tool.

The BitVice is a stand-alone software and makes use of QuickTime features when it comes to reading the movie you want to compress.

Written by a few top of the world MPEG engineers, BitVice is the best real-world solution for you to produce high-end MPEG2 videos, suitable for DVD products, commercial spots or wherever you need an MPEG2 video encoding of the highest quality per bitrate available today.

Major Features:

  1. Scene change detection
  2. True Variable Bit Rate
  3. Adaptive GOP structure
  4. IBP GOP sequences
  5. Special still picture encoding
  6. Adaptive Quantization and Bit Rate Control
  7. Interleaved rate control
  8. Extensive block matching
  9. DV input color and gamma correction
  10. Good control of the generated file size

Enhancements:

  • Option to keep the multiplexed program stream after VOB creation
  • Sometimes a VOB could not be created due to the target directory name
  • Overall improvements
  • Audio/Video now in excellent sync

Requirements:

  • BitVice 2.8.1 runs on INTEL and PPC Mac's:
    • A Macintosh with Intel or PPC processor(s)
    • Mac OS X Leopard - Mac
    • Mac OS 10.6 Snow Leopard
    • QuickTime 5.0 or later
<<less
Added: 2009-10-19 License: update/patch Price: $96.00
downloads
 
Other version of BitVice MPEG2 Encoder SD
BitVice MPEG2 Encoder SD 2.8Innobits AB - the the latest technology and science to compress your movies into MPEG2 elementary video streams. BitVice MPEG2 Encoder SD
Price: $96.00
License:update/patch
Download
downloads
Added: 2009-09-29
Learning Imp 1.1.3

Learning Imp 1.1.3


Learning Imp - Study tool for language, chemistry or other learning more>>
Learning Imp is an authoring tool and learning program.
It allows you to create your own dictionaries and offers several different types of tests. Build your own lessons for language learning or other several categories.
Learning Imp is a highly effective study tool suitable for elementary, secondary, high school and college students. You can create unlimited tests on any subject yourself, either by manually entering questions and answers.
The application is highly intuitive and simple to use.
Main features:
- Teachers can create lessons for students.
- Parents can create learning lessons for children.
- Ease to use education authoring tools.
- Build chemistry lessons
- Drill your vocabulary on the Apple Macintosh.
- Wrong answers will be tested again.
- The Program switch automatically to the next lesson.
- Various languages possible
- (Examp.: German-English, Spanish-Japanese, French-Spanish, Italian-Esperanto).
- You can create your own dictionaries with adjectives, adverbs, nouns, verbs and all other words.
- Native Cocoa application for the Apple Macintosh MacOS X
- Only for the Mac
- Mac language
- Mac english
- Mac french
- Mac school
- Mac learning
- Mac education.
Enhancements:
- Bug fixes...
<<less
Download (4.2MB)
Added: 2006-05-16 License: Freeware Price:
1263 downloads
Subler 0.9a2

Subler 0.9a2


Subler comes to you as an effective application which is created to mux mp4 files. more>>

Subler 0.9a2 comes to you as an effective application which is created to mux mp4 files.

Major Features:

  1. Creation of tx3g subtitles tracks, compatible with all Apples devices (iPod, AppleTV, iPhone, QuickTime).
  2. Mux video, audio, chapters, subtitles and closed captions tracks from mov and mp4.
  3. Raw formats: H.264 Elementary streams (.h264, .264), AAC (.aac), AC3 (.ac3), Scenarist (.scc)
  4. iTunes metadata editing.
Enhancements:
  • Release notes unavailable at the time this listing was updated.
Requirements:
  • Mac OS X 10.5 or later.
<<less
Download (1.2MB)
Added: 2009-06-21 License: Free Price:
downloads
Getfem++ 3.0

Getfem++ 3.0


Getfem++ focuses on the development of a generic and efficient C++ library for finite element methods elementary computations more>>
The Getfem++ project focuses on the development of a generic and efficient C++ library for finite element methods elementary computations. The goal is to provide a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and elements, and for arbitrary dimension (i.e. not only 2D and 3D problems).
Getfem++ offers a complete separation between integration methods (exact or approximated), geometric transformations (linear or not) and finite element methods of arbitrary degrees. Getfem++ is able to really relieve a more integrated finite element code of technical difficulties of elementary computations.
Examples of available finite element method are : Pk on simplices in arbitrary degrees and dimensions, Qk on parallelepipeds, P1, P2 with bubble functions, Hermite elements, Argyris element, elements with hierarchic basis (for multigrid methods for instance), discontinuous Pk or Qk, XFem, vectorial elements (RT0, Nedelec) ...
The addition of a new finite element method is straightforward. Its description on the reference element must be provided (in most of the cases, this is the description of the basis functions, and nothing more). Extensions are provided for Hermite elements, piecewise polynomial, non-polynomial and vectorial elements, XFem.
The library also includes the usual tools for finite elements such as assembly procedures for classical PDEs, interpolation methods, computation of norms, mesh operations (including automatic refinement), boundary conditions, post-processing tools such as extraction of slices from a mesh ...
Getfem++ can be used to build very general finite elements codes, where the finite elements, integration methods, dimension of the meshes, are just some parameters that can be changed very easily, thus allowing a large spectrum of experimentations.
Getfem++ has no meshing capabilities (apart regular meshes), hence it is necessary to import meshes. Imports formats currently known by getfem are GiD , GmSH and emc2 mesh files. However, given a mesh, it is possible to refine it automatically.
Enhancements:
- The getfem and gmm header files have been moved into their respective subdirectories. So, as a consequence, the include directives have to be updated:
- #include gmm_xxx.h should be replaced with #include gmm/gmm_xxx.h
- #include getfem_xxx.h should be replaced with #include getfem/getfem_xxx.h
- The getfem interface (python and matlab) is now included in the getfem tar.gz file, in the interface subdirectory. They can be enabled with the --enable-python or --enable-matlab switch of the configure script
- Some C1 composite elements have been added (triangles and quadrilaterals)
- Levelset support has been improved
<<less
Download (6.3MB)
Added: 2007-06-29 License: GPL Price:
851 downloads
BitVice MPEG2 Encoder 2.7.1

BitVice MPEG2 Encoder 2.7.1


BitVice MPEG2 Encoder comes as a completely convenient utility which is dedicated to compress your movies into MPEG2 elementary video streams. more>>

BitVice MPEG2 Encoder 2.7.1 comes as a completely convenient utility which is dedicated to compress your movies into MPEG2 elementary video streams. BitVice is the Industy standard for encoding MPEG-2 files on mac computers. The video streams produced by BitVice are MPEG2 compliant, and as such, they can be mounted in any compliant DVD authoring or multiplexing tool.

The BitVice is a stand-alone software and makes use of QuickTime features when it comes to reading the movie you want to compress. Written by a few top of the world MPEG engineers, BitVice is the best real-world solution for you to produce high-end MPEG2 videos, suitable for DVD products, commercial spots or wherever you need an MPEG2 video encoding of the highest quality per bitrate available today.

<<less
Added: 2009-07-21 License: update/patch Price: $396.00
downloads
StoneSaver 1.0

StoneSaver 1.0


StoneSaver is an impressive and unique screen saver which replays professional Go Games. You can also add your own games to be replayed. more>> StoneSaver 1.0 is an impressive and unique screen saver which replays professional Go Games. You can also add your own games to be replayed.

Enhancements:

  • More localised versions
  • Elementary navigation in the game
Requirements: Mac OS X 10.2 or later.

<<less
Download (1.8MB)
Added: 2005-01-19 License: Free Price:
downloads
Le compte est bon 2.4

Le compte est bon 2.4


Le compte est bon - allows you to play to the game Countdown more>>
Le compte est bon is a nice tool that allows you to play to the game "Countdown" (http://en.wikipedia.org/wiki/Countdown_%28game_show%29).
Goal of the game:
- youve got 6 numbers (blue boxes) among :
1-2-3-4-5-6-7-8-9-10-1-2-3-4-5-6-7-8-9-10-25-50-75-100
- you must obtain the target (orange boxe) between 1 and 999,
by using the 6 numbers and the 4 elementary operations : + - / x

For that you can use each number one alone time to the maximum (you are not obliged to use all the numbers).

Only the positive numbers are authorized
Only the integers are authorized, you cant do this : 10/4 = 2.5

The software can give you a solution, if you cant find one of them.
The provided answer is the solution which requires less calculation, if there is not solution, software gives the solution nearest to the target.

You can use the Copy/Paste for storing the answer.

<<less
Download (148KB)
Added: 2007-02-26 License: Freeware Price:
971 downloads
EPOXY 4.1.a

EPOXY 4.1.a


EPOXY is designed to help you create PCB and your electronic cards from elementary tools and customable objects library. more>> <<less
Download (6.7MB)
Added: 2009-08-24 License: Freeware Price: Notavailable
downloads
 
Other version of EPOXY
EPOXY 4.0b1NENESoft - creates PCB, and allows to create your electronic cards from elementary tools and customable objects library. EPOXY. EPOXY 4.0b1 is known as a creative and versatile software
License:Freeware
Download
downloads
Added: 2009-06-09
EPOXY 4.0 Beta 1 / 3.3.3NENESoft - creates PCB, and allows to create your electronic cards from elementary tools and customable objects library. EPOXY. A software that allows you to create electronic
Price: FREE
License:Freeware
Download (2.4MB)
188 downloads
Added: 2009-06-13
Math Practice 3.1.0

Math Practice 3.1.0


Math Practice - basic math facts practice more>>
A variety of simple math fact review activities including facts against a timer, building a number sentence and 11 different "math square" games. Many timed activities are accompanied by a "Hall of Fame."
We wrote this facts review program to eliminate some problems associated with paper work sheets. There is no copy machine, no hand correcting, and for students that have trouble with the pressure of timed tests, most of these puzzles allow them to practice independently with a timer. Best of all, these activities are perhaps a bit more fun than regular paper worksheets.
And what could be more fun that running an Aqua-style interface on a non-OSX PPC or Windows machine? Need to run your iMac lab under OS9 with only 256 colors? Hey, us, too. Specially optimized graphics insure that Aqua-style color gradients look good even at 256 colors.
Although many of the games in this application were designed with 8-10 year olds as the target audience, most ages from 7 and up will find suitable activities.
Main features:
This application contains several different math fact exercises.
- 1. Facts against a timer
- 2. Multiplication facts review
- 3. Division facts review
- 4. Addition facts review
- 5. Subtraction facts review
- 6. Number Sentence: 2 difficulty levels with timed Halls of Fame.
- 7. Magic Squares: 11 different games with timed Halls of Fame.
Enhancements:
- added options for timed facts testing
- overall increased speed
- improved cosmetics across versions of OS X.
<<less
Download (2.7MB)
Added: 2007-04-23 License: Freeware Price:
936 downloads
 
Other version of Math Practice
Math Practice 2.6.2bElementary Software - Math Practice. Math Practice 2.6.2b is an advanced program which satisfies you with a variety of simple math fact review activities including facts
License:Freeware
Download (2.9MB)
downloads
Added: 2006-10-23
Math Practice 2.5Elementary Software - Math Practice. Math Practice 2.5 is an advanced program which satisfies you with a variety of simple math fact review activities including facts against
License:Freeware
Download (2MB)
downloads
Added: 2005-04-22
Capital Search 1.3.2

Capital Search 1.3.2


Learn elements of capitalization for students. more>>
Capital Search is useful for either introducing or reviewing the concept of capitalization with mid-elementary-aged students. It starts off by having students pick out the proper noun in a pair of words.

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.
<<less
Download (0.768MB)
Added: 2004-06-02 License: Freeware Price:
1970 downloads
HexCalc 1.0

HexCalc 1.0


HexCalc is a programmers calculator more>>
HexCalc is a simple calculator that can deal with 64-bit integers in hexadecimal, decimal, octal or binary form.

It can perform elementary operations like add, subtract, multiply, divide, bitwise AND / OR / XOR and shift.

It fully supports the Macintosh clipboard for copy / paste.
<<less
Download (33KB)
Added: 2006-10-09 License: Freeware Price:
1112 downloads
GizmoPictResize 1.2.0

GizmoPictResize 1.2.0


GizmoPictResize is designed as a useful utility which permits an elementary management of the pictures of various formats more>>

GizmoPictResize 1.2.0 is designed as a useful utility which permits an elementary management of the pictures of various formats (.bmp,.jpg,.png,.tiff,.gif).

The modifications of pictures remain simple and elementary

  1. Sepia effect
  2. Black and white effect
  3. Smoothing
  4. Reenforcement
  5. Inversion of the colors
  6. Brightness
  7. Contrast
  8. Rotation
  9. Mirror effects
  10. Cropping

Major Features:

  1. Examine pictures by folder.
  2. Rename pictures.
  3. Suppress some pictures.
  4. Select some pictures to print contact sheets or save them in a new folder.
  5. Modify some pictures to print them or to save the modifications in a new folder.
  6. Modify a picture and add it to the original folder.
Requirements: Mac OS X Intel, Mac OS X PPC
<<less
Download (6.2MB)
Added: 2009-02-21 License: Freeware Price: $0.00
downloads
Tables 3.1

Tables 3.1


Tables provides you with a convenient application developed with RealBasic under Mac OS X with an aim to revise elementary operation tables (addition, subtraction, multiplication and division) by asking en questions, checking answers and recording ratings. more>> <<less
Download (2.4MB)
Added: 2001-10-16 License: Freeware Price:
downloads
Mpmath 0.12

Mpmath 0.12


Python library for arbitrary-precision floating-point arithmetic more>>
Mpmath 0.12 is a wonderful and very useful product which offers users Python library for arbitrary-precision floating-point arithmetic. Mpmath is a free and open source pure-Python library for arbitrary-precision floating-point arithmetic. Mpmath implements a large set of mathematical functions and provides utilities for arbitrary-precision numerical differentiation, integration, root-finding, interval arithmetic, and other tasks.

It supports unlimited exponent sizes, has full support for complex numbers, and is faster than Pythons standard decimal library. Mpmath is easy to install or include in other software due to being written entirely in Python with no additional dependencies.
Note: Mpmath is licensed and distributed under the New BSD License.

Major Features:

  1. Arithmetic:
    • Real and complex numbers with arbitrary precision
    • Unlimited exponent sizes / magnitudes
    • Support for infinities and not-a-numbers
    • Directed rounding
    • Rudimentary interval arithmetic
  2. Functions:
    • Elementary functions (sqrt, exp, log, trigonometric, hyperbolic, inverse trig and hyperbolic)
    • Standard mathematical constants: pi, e, the golden ratio, Eulers constant (gamma)
    • Less standard constants: Catalans, Aperys, Khinchins and Glaishers constants
    • Lambert W function (all branches)
    • Error function (erf)
    • Gamma functions (complete and incomplete), factorials and binomial coefficients
    • Riemann zeta function and Bernoulli numbers
    • Bessel function of the first kind
    • Arithmetic-geometric mean
    • Complete elliptic integrals
    • Jacobi, Legendre and Chebyshev functions
    • Generic hypergeometric functions
  3. High-level features:
    • Integration
    • Differentiation
    • Limits and summation of infinite series (with convergence acceleration)
    • Root-finding
    • Polynomial evaluation and root-finding
    • Chebyshev approximation
    • Basic ODE solvers
    • Integer relation detection (constant recognition)

Requirements: Python

<<less
Download (299KB)
Added: 2009-06-12 License: Freeware Price: FREE
14 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2