Main > Free Download Search >

Free jim cramer software for mac

jim cramer

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 62
JIM 1.25

JIM 1.25


JIM is regarded as a flexible and handy program which is designed for the Macintosh Community Chatroom on SLASHNET.org (Formally #MacSecurity channel on SLASHNET irc network). more>>

JIM 1.25 is regarded as a flexible and handy program which is designed for the Macintosh Community Chatroom on SLASHNET.org (Formally #MacSecurity channel on SLASHNET irc network).

Requirements:

  • Mac OS 9 or higher
  • PPC
<<less
Download (824.2KB)
Added: 2001-08-02 License: Freeware Price:
downloads
 
Other version of JIM
Jim 1.0b1Jim is a peer to peer filesharing client for the Mac platform using the giFT daemon on the OpenFT
License:Freeware
Download (393KB)
1887 downloads
Added: 2004-08-28
JIM X 1.25

JIM X 1.25


JIM X is regarded as a convenient and professional program which is designed for the Macintosh Community Chatroom on SLASHNET.org (Formally #MacSecurity channel on SLASHNET irc network). more>>

JIM X 1.25 is regarded as a convenient and professional program which is designed for the Macintosh Community Chatroom on SLASHNET.org (Formally #MacSecurity channel on SLASHNET irc network).

Requirements: Mac OS X 10.0 or higher

<<less
Download (847.7KB)
Added: 2001-08-02 License: Freeware Price:
downloads
CodeBreaker 51.0

CodeBreaker 51.0


CodeBreaker brings you the classic game of logic and deduction more>> CodeBreaker brings you the classic game of logic and deduction

CodeBreaker brings you the classic game of logic and deduction!
CodeBreaker is an OS X Dashboard implementation of the popular logic game from years past. Try to guess the hidden color pattern.
Each guess gives you hints about the code. A red peg means you have a peg of the right color in the right spot; a white indicates right color wrong spot. Use these hints to deduce the answer. You have 10 guesses to unlock the code. Good luck!
Rules:
The goal of the game is to unlock the secret code of four colors at the top of the board. Each row counts as one attempt.
Fill out the current row with your guess then click OK. You will receive an evaluation of your attempt on the pegs to the left of your guess. Each red peg means that one of the pegs in the solution is an exact match to a peg in your guess.
Each white peg indicates that a color you used in your guess is in the solution but not in the right place. Use these hints to help unlock the secret code!
Controls:
Select colors by clicking or dragging from the color palette or using with the number keys 1-6. Drag and drop pegs from other guesses or use the mouse wheel to scroll colors.
Enhancements
- Save games between restarting
- Timed Game mode
- For Timed Game, best time and average time statistics
- Mouse wheel supported for swapping through pegs
- Drag and drop pegs from anywhere on the board
- Copy Row button for using any previous guess as a starting point for your next guess

<<less
Download (423KB)
Added: 2007-02-14 License: Freeware Price: FREE
221 downloads
 
Other version of CodeBreaker
CodeBreaker 1.5.1Jim George of INTelegance Labs. CodeBreaker. CodeBreaker 1.5.1 lends you the chance of playing a
License:Free
Download (425K)
downloads
Added: 2007-11-29
License:Freeware
Download (423KB)
994 downloads
Added: 2007-02-14
Visual Component Framework 0.6.5

Visual Component Framework 0.6.5


Advanced C++ application framework that makes it easy to produce powerful Mac OS X applications in C++ more>> Advanced C++ application framework that makes it easy to produce powerful Mac OS X applications in C++

Visual Component Framework is a based on a thoroughly modern C++ design and has built in support for Rapid Application Development (RAD).
The Visual Component Framework framework is designed to be portable over multiple compilers and platforms, so you dont have to lose all that work that went into writing your app for a single platform!

Main features:>
- Modern C++ design - use of modern C++ techniques like exceptions, templates (where useful), name spaces, and heavy use of the Standard Template Library.
- Advanced RTTI features that allow for such things as dynamic object creation given a registered class name or a registered UUID string that represents the class, dynamic introspection of a given objects class and listing such data as the class name, super class, the properties of the class, member methods, and implemented interfaces.
- Modular - built across several libraries as opposed to one huge monolithic library that then becomes difficult to break apart. This means that while the VCF is incredibly powerful as a framework for writing GUI based applications, if you just want to use the core features, such as threads, file IO, and RTTI you can do so, without having to have dependencies on all the GUI code.
- Easy to use, and powerful event system, suitable for console as well as GUI based applications.
- Support for Thread, Mutexes, Semaphores, Files, Streaming data, error logging, string utility functions, and other basic services. All of this is part of the FoundationKit and has no dependencies on the graphics or UI code.
- Powerful and easy to use graphics classes, plus more advanced support for anti aliased vector graphics through the use the AntiGrain Graphics libraries.
- A simple to use image loading architecture that allows multiple formats to be registered dynamically, for loading up a variety of different graphics formats. On Win32 systems the default image loading support is limited to BMP files, but by using the ImageFormats library (also a part of the VCF) a wide variety of additional image types are also supported. Currently the ImageFormats library uses FreeImage to support a image types such as .TIFF, .TGA, .PSD, .PNG, .PCX, .SGI, .MNG, .RAS, .PBM, .PPM. and many others.
- More advanced classes for customizing the drawing process by extending Stroke and Fill classes.
- A complete set of powerful GUI classes, including a common set of base classes enabling advanced custom control creation. Some of the control classes include tree controls, list controls, check box and radio controls, push buttons, single line and multi line text controls, and many others.
- A standard set of application classes for things like resources, loading windows or forms dynamically at application startup, saving of application state, a registry class for common storage of system and application information.
- Other application classes include an Undo/Redo architecture based on commands that allows for undoing and redoing commands as well as notifying other objects of the events.
- GUI controls that support both alignment and anchoring. Any control may be aligned to the top, bottom, left or right of its parent container control. Alternately controls may use their anchoring properties to anchor themselves to the left, right, top and/or bottom sides of their parent container control. In addition to control alignment, it is possible to write custom layout containers and assign them to a control to customize layout logic.
- The ApplicationKit provides a set of Model and View classes for using in MVC patterns. A series of models like the ListModel, TreeModel, and TextModel are used in controls to provide separation of the data from the UI presentation code. Because a View can be dynamically attached to a Control at runtime, it will be possible to develop "themes" in the future.
- Because of the RTTI features and the event handlers, the VCF easily supports component programming with in IDE that allow for visual development.
- The VCF tries to be as flexible as possible, allowing you to use the parts you want, and allowing for inter-operability with other frameworks. Thus VCF controls can be used inside of an MFC application if you like, or only use the graphics module for enhanced graphics features.
- No need of special preprocessor tools - if you have a reasonably complete C++ compiler then youre all set to go.
- The ability to access the low level handles for most native objects. For example, by accessing the Threads peer class, you can get a handle to the native thread handle itself. For a control, you can access the controls peer and get a handle id that represents the windowing systems native handle for a window/widget. This allows you to use platform specific calls when necessary.

Enhancements:
- This is the very first src release of the Mac OS X port of the VCF. It should build and run some of the examples, but is obviously very much still a work in progress.

<<less
Download (3.9MB)
Added: 2008-10-07 License: Freeware Price: FREE
385 downloads
MM to iCal 0.7

MM to iCal 0.7


MM to iCal is a simple script for folks operating the Meetingmaker calendar software. more>>
MM to iCal 0.7 is a simple script for folks operating the Meetingmaker calendar software. There is no built in way in Meetingmaker to export your calendar directly into iCal, so this script takes an output format that it does provide and brings that data into iCal.

This is primarily useful if you need to sync with a device that Meetingmaker doesn't sync to, basically something other than a Palm. So, if you've got a Bluetooth phone, an iPod, or other device that works with iSync, this can help greatly. Scheduling is one way only (no way to feed back into Meetingmaker, and its a manual process, but its better than nothing.

Requirements:
  • MeetingMaker 7.5 or later.
<<less
Download (122K)
Added: 2004-04-27 License: Free Price:
downloads
The Forgotten Trailer

The Forgotten Trailer


The Forgotten Trailer is designed to be a thrilling psychological game in which you will follow Telly Paretta (Julianne Moore),who is tormented by the memory of her eight-year-old son Sams death in a plane crash 14 months ago. more>>

The Forgotten Trailer is designed to be a thrilling psychological game in which you will follow Telly Paretta (Julianne Moore),who is tormented by the memory of her eight-year-old son Sam's death in a plane crash 14 months ago. While trying to work through her grief, and her subsequent estrangement from her husband Jim (Anthony Edwards), she is informed by her psychiatrist, Dr. Munce (Gary Sinise), that she is suffering from delusions, that her son never existed and she is fabricating his memories.

<<less
Download (156B)
Added: 2004-09-28 License: Freeware Price:
downloads
Image Tool 1.4.1

Image Tool 1.4.1


Image Tool is a program created to scale images and convert image file formats more>> <<less
Download (374KB)
Added: 2007-02-19 License: Freeware Price:
1008 downloads
IMOD 3.7.3

IMOD 3.7.3


IMOD - Set of image processing, modeling and display programs more>>
IMOD is a set of image processing, modeling and display programs used for tomographic reconstruction and for 3D reconstruction of EM serial sections and optical sections.
The package contains tools for assembling and aligning data within multiple types and sizes of image stacks, viewing 3-D data from any orientation, and modeling and display of the image files. IMOD was developed primarily by David Mastronarde, Rick Gaudette, Sue Held, and Jim Kremer at the Boulder Laboratory for 3-D Electron Microscopy of Cells.
Enhancements:
- The model structure has been enhanced to contain fine-grained display properties, so that several display features (color, transparency, line width, symbol display) can be changed for individual points within a contour or contours or surfaces within an object. Multiple openings (gaps) in a contour can also be created. The features can be set and visualized in 3dmod, and imodmesh encodes the features into a mesh.
- eTomo can now process montaged data and has an improved window layout for working on dual-axis data sets.
- eTomo provides an interface for running two of the steps on multiple computers or processors, and a mechanism for specifying the available machines.
- The bead tracker has been improved and can track in local areas, which greatly improves its performance for data sets covering large areas.
<<less
Download (8.8MB)
Added: 2006-02-17 License: Freeware Price:
768 downloads
Yahoo Mailer 1.0.3

Yahoo Mailer 1.0.3


Yahoo Mailer is a program useful in case a mailto: link opens up my mail program. more>>

Yahoo Mailer 1.0.3 is a program useful in case a mailto: link opens up my mail program. Yahoo! Mailer here just re-directs those links back to your default web browser so you can use your email there.

<<less
Download (68.2KB)
Added: 2006-09-28 License: Freeware Price:
downloads
CacheFileFixer 1.0

CacheFileFixer 1.0


CacheFileFixer - Correct the ownership of the cache files more>>
Sometimes, applications such as Adobe Creative Suite will create cache files under a user login that dont actually belong to the user. This will make Yasu throw an error when trying to clear the user caches. If you run into the problem, download this simple AppleScript Applet that will correct the ownership of the cache files so they can be removed by the user.
This functionality is going to be built into the new 2.0 version of Yasu.


<<less
Download (20KB)
Added: 2005-12-11 License: Freeware Price:
1413 downloads
Japanese V&N EDICT 1.2

Japanese V&N EDICT 1.2


Japanese V&N EDICT is renowned as a remarkable and splendid dictionary module for use with the shareware programs: Verbs & Nouns or Verbs & Nouns Lookup. more>>

Japanese V&N EDICT 1.2 is renowned as a remarkable and splendid dictionary module for use with the shareware programs: 'Verbs & Nouns' or 'Verbs & Nouns Lookup'.

The original source for this dictionary comes from the Jim Breen's Japanese EDICT project. The dictionary contains more than 57,000 Japanese words with English translations. You can use the module for looking up words, doing various exercises, browsing etc. You can add more words, comments, or translations. You can also provide your own sound and pictures.

Requirements: System 7.0 - Mac OS 9.2.2'Verbs & Nouns'

<<less
Download (6.9MB)
Added: 2003-01-09 License: Freeware Price:
downloads
iSync Scheduler 0.1

iSync Scheduler 0.1


iSync Scheduler is a little app that lets you change the time interval iSync uses in its auto synchronization schedule more>>
iSync Scheduler is a little app that lets you change the time interval iSync uses in its auto synchronization schedule. The default value set by iSync is 60 minutes. I found that that was a little to often for me, so I whipped up this little gem to solve that problem. Sure, I couldve simply edited the com.apple.isync.schedules.plist file, but that would just be too easy and not quite Mac enough. Right?

Note: iSync Scheduler is not Tiger compatible. There are no immediate plans to resume development.

<<less
Download (88KB)
Added: 2006-09-16 License: Freeware Price:
1143 downloads
Mail.app Mailman Cancel Script 1.1

Mail.app Mailman Cancel Script 1.1


Mail.app Mailman Cancel Script - Sends cancel messages to Mailman for selected messages more>>
Mail.app Mailman Cancel is an AppleScript that sends cancel messages to Mailman for selected messages.
Select one or more Mailman administrative messages and this simple AppleScript for the OS X Mail.app script menu attempts to automatically reply to each with the confirm cookie. A variant would add the Approved: {list-password} to send approval messages.
Enhancements:
- Updated to allow running from system-wide script menu.
<<less
Download (2KB)
Added: 2006-01-06 License: Freeware Price:
1388 downloads
Jenerator 1.1

Jenerator 1.1


Free Yahoo! widget that helps you learn Japanese more>> Free Yahoo! widget that helps you learn Japanese

Are you learning Japanese? Then the Jenerator Yahoo! widget is for you. The Jenerator displays one entry at a time from the EDICT dictionary, helping you to memorise all these Kanji step by step.
Included is a small selection of Jim Breens EDICT file, suitable for beginners. You can use your own dictionary file as well, should work fine with Chinese, Korean or almost any other language. Instructions are included in the widget.

System requirements:
-

Enhancements
- Fresh release. Loosely based on the Haiku Generator, hence the name.

<<less
Download (275KB)
Added: 2009-05-21 License: Freeware Price: FREE
304 downloads
Loan Calculator 2.2.1

Loan Calculator 2.2.1


Loan Calculator is a program to calculate the periodic loan payment given the loan amount, the interest rate, the length of the loan, and the payment frequency. more>>

Loan Calculator 2.2.1 is a program to calculate the periodic loan payment given the loan amount, the interest rate, the length of the loan, and the payment frequency. Alternatively, the program will compute the loan amount, the interest rate, or the length of the loan given the other loan variables. The latter computations can be helpful in determining just how much, or under what loan terms you can afford to borrow.

Loan Calculator can also display a complete payment schedule that shows how much of each payment goes to interest and how much goes to principal. Cumulative amounts are also displayed in the schedule along with the running loan balance. The payment schedule as well as the summary loan calculation can be printed or saved to a text file for later examination and analysis, including direct import into spreadsheet applications such as Excel.

<<less
Download (550.8KB)
Added: 2002-07-06 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5