Main > Free Download Search >

observatory widget business / commercial software for mac

observatory widget

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 92
SwissRadio Widget 3.2

SwissRadio Widget 3.2


SwissRadio Widget 3.2 is a professional and smart tool which can help you listen to 45 cool Swiss radio stations: more>>

SwissRadio Widget 3.2 is a professional and smart tool which can help you listen to these cool Swiss radio stations:

  • Radio 1
  • Radio 24
  • Radio 32
  • Radio 32 Goldies
  • Radio 105
  • Radio 105 Classics
  • Radio Aktuell
  • Radio Argovia
  • Radio Basel 1
  • Radio Basilisk
  • Radio Beo
  • Canal3 D
  • Capital FM
  • Radio Central
  • DJ Radio
  • DRS 1
  • DRS 2
  • DRS 3
  • DRS 4 News
  • Energy Zuerich
  • Radio Eviva
  • Radio Grischa
  • Life Channel
  • Musigwaelle
  • Monte Carlo Swiss
  • Radio Pilatus
  • Radio Ri
  • Radio Rottu
  • Radio Sunshine
  • Radio Swiss Calssic Rock
  • Radio Top
  • Radio Top Two
  • Toxic.fm
  • Virus
  • Radio X
  • Radio Zuerisee
  • Canal3 F
  • Radio One FM
  • Lausanne FM
  • Radio Rouge
  • Radio r3i
  • Radio Fiume Ticino
  • Radio Horeb
  • Deutschlandfunk
<<less
Added: 2008-03-24 License: Commercial Price: $5.00
1 downloads
Look4mac widget 1.0

Look4mac widget 1.0


Look4mac widget offers you a functional widget which enables you to find useful mac resources for your project : more>>

Look4mac widget 1.0 offers you a functional widget which enables you to find useful mac resources for your project :

  • Services
  • Software
  • Hardware
  • Communities
  • Consultants
  • Resellers The website is open as a beta version. If you have a Mac business, a Mac website, a Mac community or Mac products or services, submit information to the website.

Requirements: Mac OS X 10.4

<<less
Download (154.3KB)
Added: 2005-06-12 License: Commercial Price:
downloads
IceTV Remote Widget 2.2

IceTV Remote Widget 2.2


IceTV Remote Widget is created to be a helpful and versatile tool which can display a beautiful TV guide on your desktop, comes in three flavours. more>>

IceTV Remote Widget 2.2 is created to be a helpful and versatile tool which can display a beautiful TV guide on your desktop, comes in three flavours. The first view, "3 program view" shows the current program, the next program, and the program after that for any number of channels (screen size permitting!).

The second view, "5 program view" shows the current and next four programs for any number of channels. The third view, "All day view" shows a complete list of all the programs for the day for any number of channels.

Major Features

  1. The ability to view TV guide information and full program descriptions for any time for either 1 day (free) or 7 days (free for all IceTV subscribers or $3 per week).
  2. EyeTV integration (IceTV subscription required).
  3. Created from an existing highly successful and mature product (WorldTV)
Requirements:
  • Mac OS X 10.4 or higher
<<less
Download (457KB)
Added: 2008-07-27 License: Freeware Price: freefor1dayguide
downloads
Color Bar GUI Widget 3.6

Color Bar GUI Widget 3.6


Color Bar GUI Widget is a simple tool to bring a nice looking 3D gradient color bar w/anti-aliased text to your Carbon Mac OS X app more>> <<less
Download (377KB)
Added: 2004-05-30 License: Commercial Price: $5.00
1 downloads
Car Rental Widget 1.1

Car Rental Widget 1.1


Car Rental Widget provides an easy and quick method to compare prices and availability on over 40 car rental companies at every city and airport in the world. more>>

Car Rental Widget 1.1 provides an easy and quick method to compare prices and availability on over 40 car rental companies at every city and airport in the world. You can specify any brand or class of car to include in your search or even the "Best Buys" for each company. You can search by either airport name or city name in any date range and include time of pickup and return, so that pricing correctly reflects the hours used.

<<less
Download (58.6KB)
Added: 2005-10-18 License: Commercial Price:
downloads
Starry Night 6.2.3

Starry Night 6.2.3


Increase your in-the-field observing success with Starry Night Pro version 6. Use the Events Finder to choose targets, or make your own Observing List for a specific night or for specific objects of more>>

Starry Night 6.2.3 offers you an effective way to increase your in-the-field observing success. Use the Events Finder to choose targets, or make your own Observing List for a specific night or for specific objects of interest. Print out three-view starhopping charts customized to your equipment that effortlessly guide you to challenging objects. With extensive data sets, advanced telescope control, and comprehensive observational tools, Starry Night Pro is a powerful program designed for the serious astronomer. Transform your computer into a sophisticated virtual observatory.

<<less
Added: 2008-03-01 License: Commercial Price: $199.95
37 downloads
Acme Script Widgets 3.0.6

Acme Script Widgets 3.0.6


Acme Script Widgets is a rather praiseworthy program that extends the AppleScript language with important tools for manipulating text and lists. more>>

Acme Script Widgets 3.0.6 is a rather praiseworthy program that extends the AppleScript language with important tools for manipulating text and lists. Commands include: Sort, search/replace, tokenize, join lists,extract URLs, set/get the clipboard, trim, offsets of, read/write styled text, change case, insert/delete item, and others.

Major Features:

  1. Text Processing
    • Acme replace: Replace occurrences of a string with another string, with options for case-sensitive search, replace all or only first occurrence, and apply the replacement to lists of items or lists of lists!
    • Change case: Convert text to UPPER case, lower case, Sentence case, or toggle the case of every character.
    • Offsets of:
    • Tokenize: Split a string into a list of items based on one or more delimiter strings. You are not restricted to using single characters as delimiters for breaking the string into separate items.
    • Trim: Trim text (not just spaces) from either end of a string (or both), optionally ignoring patterns. Works on strings or lists of strings.
    • Acme sort: Sort a list of data items [strings, numbers, dates, etc.] or sort lists of lists into ascending or descending order. For sorting lists of lists, specify which item within the inner list is used for comparisons.
  2. List Manipulation
    • Offset in list: Search for a string in a list of items and return the index into the list of the first occurrence, or all occurences.
    • Insert item: Insert an item into a list at a specified index.
    • Delete item: Delete an item from a list at a specified index.
    • Join list: This is the reverse of the tokenize operation. Given a list of strings, combine the elements into a single string with separator strings.
    • Combine lists: Groups the Nth items from sublistts together into a list of new lists.
  3. Other Tools...
    • Acme parse args: This function handles decoding and grouping http CGI arguments (such as from a Form POST submission). Strings are URL-decoded in the process. [Only available for Mac OS 8/9]
    • Acme lookup field: After calling Acme parse args on your CGI data, get the value of a form field using this function. [Only available for Mac OS 8/9]
    • Download the OS X replacement for these functions: DecodeURL Script

Requriements: Mac OS 8/9/X

<<less
Download (174.8KB)
Added: 2005-03-09 License: Commercial Price: $29.00
downloads
Widgets 1.0

Widgets 1.0


Widgets is designed as a useful suite of routing plug-ins for TDM that simply your mixes and give you more flexibility than you ever dreamed possible. more>>

Widgets 1.0 is designed as a useful suite of routing plug-ins for TDM that simply your mixes and give you more flexibility than you ever dreamed possible. Widgets includes a mono-to-stereo Split, stereo-to-mono Monoizer, A/B/X Switcher, L/R Channel Swap, and the Stereo Fix, which finally brings intelligent stereo file handling to the Pro Tools mixer!

<<less
Added: 2000-08-22 License: Commercial Price: $120.00
downloads
2008 Florida Gators Football Schedule Widget 4.0

2008 Florida Gators Football Schedule Widget 4.0


2008 Florida Gators Football Schedule Widget has come as a smart program which enables you to get instant automated access to the latest Gator kick-off and schedule information for the 2008 Florida Gators football games more>>

2008 Florida Gators Football Schedule Widget 4.0 has come as a smart program which enables you to get instant automated access to the latest Gator kick-off and schedule information for the 2008 Florida Gators football games. All games are listed with the date and time, home or away, TV scheduling plus the scores from the previously played games.

Major Features:

  1. Team logo hot link to the team's Official Athletic Web Site for the absolute latest information on scheduling.
  2. Button to play Florida Fight Song.
  3. National Champions 2006, 1986 Go Gators!
<<less
Download (174.8KB)
Added: 2008-06-10 License: Commercial Price: $2.50
downloads
iYML - Widget Edition 1.0

iYML - Widget Edition 1.0


iYML - Widget Edition is released as a simple yet effective widget which gives you direct access to the live video and audio streams as well as the archive stream. more>> <<less
Download (101.6KB)
Added: 2005-05-10 License: Commercial Price:
downloads
Regex Widget for VNOS 1.0b

Regex Widget for VNOS 1.0b


Regex Widget for VNOS is an easy to use, high performance object based platform that allows you to integrate any number of data sources from any number of manufacturers. more>>

Regex Widget for VNOS 1.0b is an easy to use, high performance object based platform that allows you to integrate any number of data sources from any number of manufacturers. Think of creating a flow diagram to visually depict how you'd like to solve any problem, except your VNOS application is live as you develop it.

<<less
Download (4.8MB)
Added: 2002-04-30 License: Commercial Price: $99.00
downloads
2008 LSU Tigers Football Schedule Widget 4.0

2008 LSU Tigers Football Schedule Widget 4.0


2008 LSU Tigers Football Schedule Widget offers an easy to use, high performance widget tool which is instant automated access to the latest LSU Tigers kick-off and schedule information for the 2008 LSU Tigers football games. more>>

2008 LSU Tigers Football Schedule Widget 4.0 offers an easy to use, high performance widget tool which is instant automated access to the latest LSU Tigers kick-off and schedule information for the 2008 LSU Tigers football games. All games are listed with the date and time, home or away, TV scheduling plus the scores from the previously played games.

  • Team logo hot link to the team's Official Athletic Web Site for the absolute latest information on scheduling.
  • Button to play LSU Fight Song. National Champions 2007, 2003, 1958 Geaux Tigers!

Requirements:

  • Mac OS X 10.4 or higher
<<less
Download (177.7KB)
Added: 2008-06-28 License: Commercial Price: $2.50
downloads
2008 Oklahoma Sooners Football Schedule Widget 4.0

2008 Oklahoma Sooners Football Schedule Widget 4.0


2008 Oklahoma Sooners Football Schedule Widget provides a useful and easy to use widget tool that is instant automated access to the latest Oklahoma kick-off and schedule information for the 2008 Oklahoma Sooners football games. more>>

2008 Oklahoma Sooners Football Schedule Widget 4.0 provides a useful and easy to use widget tool that is instant automated access to the latest Oklahoma kick-off and schedule information for the 2008 Oklahoma Sooners football games. All games are listed with the date and time, home or away, TV scheduling plus the scores from the previously played games.

  • Team logo hot link to the team's Official Athletic Web Site for the absolute latest information on scheduling.
  • Button to play Oklahoma Fight Song. National Champions 2000, 1985, 1975, 1974, 1956, 1955, 1950 Boomer Sooner!

Requirements:

  • Mac OS X 10.4 or Higher
<<less
Download (121.1KB)
Added: 2008-07-19 License: Commercial Price: $2.50
downloads
Widgetmeister 1.5

Widgetmeister 1.5


Widgetmeister is regarded as a simple and salutary QuickTime utility to help add interactive widgets to existing QuickTime movies. more>>

Widgetmeister 1.5 is regarded as a simple and salutary QuickTime utility to help add interactive widgets to existing QuickTime movies. It is very easy to use. The process for using Widgetmeister is:

  • Select a QuickTime widget
  • Select a source movie to add the widget to
  • Set the coordinates of where the widget will be placed in the source movie
  • Click the process button
  • Give the newly created combined movie a name

Widgetmeister will automatically add the QuickTime widget to the entire duration of your movie.

<<less
Added: 2004-07-20 License: Commercial Price: $29.95
downloads
Widgetarium 1.1b5

Widgetarium 1.1b5


Widgetarium is known as a useful IDE for developing Dashboard widgets, with syntax aware editors for JavaScript, HTML & CSS, widget packager, and Dashboard debugging emulator. more>>

Widgetarium 1.1b5 is known as a useful IDE for developing Dashboard widgets, with syntax aware editors for JavaScript, HTML & CSS, widget packager, and Dashboard debugging emulator.

Major Features:

  1. Syntax Aware Editing: Editing your source code in an environment that provides language sensitive color, code completion, popup functions for easy navigation, split panes, full search & replace (including regular expression support), and all the other features you'd expect in a programming editor.
  2. Project management: Widgetarium is built around a "project" concept - this project file keeps track of all your sources, images, and any other file that you'd want to include in your Widget. It then correctly builds the Widget, setting all the various flags in various files correctly, copies the source files to the correct place, and can install the widget or compress it for uploading (and can even make it trivial to get a good, clean, screen shot of your running Widget)
  3. Dashboard Emulation: Instead of having to run your Widget in Safari or having to constantly kill/reload in Dashboard, Widgetarium provides a built in Dashboard simulator right inside the project. Your Widget code runs just like it would when running in Dashboard, including support for native plug-ins, and all the various Dashboard Widget extensions. Just type command-R and it runs - no switch, reloading, or other error prone extra steps. And if you Widget uses alert() to log messages, they also show up right in the project window(as well as various error messages - no need to dig through the Console).
  4. Widget Inspection: Besides running the Widget, you can also inspect the Widget itself. Since Widgets are effectively small web pages, there are a great many properties that are useful to know about. Widgetarium allows you to directly inspect the Document Object Model (DOM) corresponding to your Widget. Besides seeing the model hierarchy, you can examine the various nodes, including node properties, values, and other things (such as what the calculated style of a node is - great for figuring out why your Widget doesn't look quite right). You can even edit these values (where allowed by the underlying DOM). If you need more flexibility, you can even directly type in JavaScript that will be executed in the context of your Widget (great for adding various debugging routines).
  5. JavaScript Source Level Debugging: Widgetarium provides a full source level JavaScript debugger, allowing you to step through your code (including "step into calls", "step over calls" and "step out of routine"), set break points, see stack crawls, and view/edit local and global variables. Besides regular break points that stop the program execution, you can set trace points (that print out a message to log when that line is executed - far better than adding alert() calls since you won't need to remember to remove them), pause points (that briefly show that current source line), and sound points (play a sound when you hit a line).
  6. Graphic Tools: Programmers are rarely experts at graphic design, so Widgetarium makes it easy to create the basic graphics you'll need to create a Widget. From making the basic panel graphic (in various styles, custom colors, shapes, sizes, including the special "weave textured" back) to special button graphics and the Widget icon image, Widgetarium covers it. It even includes a special "slicer" designed to adapt existing images to be "stretched" at runtime for resizable Widgets or other user elements. Existing images also can be examines, with a special coordinate finder which allows you to see the coordinates of selected areas in a variety of formats that can be use in style sheets.
  7. Ready access to Documentation: There are handy links to a built in document browser that gives you instant access to Dashboard documentation and other related programming documentation (requires either XCode installation or an Internet connection).
  8. Quick Start Templates: Widgets can be created from a starting template, which will make the basic files, images, and standard behavior a Widget.
  9. Special Extensions: Widgets created using Widgetarium have access to special additional routines to perform a wide variety of actions not available to JavaScript. These include creating Spotlight queries, sound and speech, and direct integration of AppleScript scripts with your Widget.
<<less
Download (3.3MB)
Added: 2006-07-06 License: Commercial Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5