Main > Free Download Search >

Free kaspersky 7 software for mac

kaspersky 7

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1538
HKWeather 1.7

HKWeather 1.7


HKWeather - A widget that fetches Hong Kong local weather through a local observatory more>> <<less
Download (144KB)
Added: 2006-06-15 License: Freeware Price:
1229 downloads
MACArgus 1.7

MACArgus 1.7


MACArgus - The Price of your Used Mac more>>
MACArgus - The Price of your Used Mac.
Main features:
- All Apple references
- Prices in France
- Prices in United States
- Direct eBay search links.
Enhancements:
- New appearance
- Now prices for United States
- Other new features.
<<less
Download (238KB)
Added: 2006-10-16 License: Freeware Price:
1104 downloads
SqliteQuery 0.7.2

SqliteQuery 0.7.2


SqliteQuery - Edit/maintain SQLite databases, create new ones more>>
SqliteQuery is a utility for executing SQL statements on SQLite databases. You can edit and maintain existing databases or create new ones through the user-interface. SqliteQuery comes with the compiled SQLite database library built-in.
The main purpose of SqliteQuery is to execute SQL statements and watch the result on SELECT statements in a tableview. Choose which of the typed SQL statement to be executed by selecting or simply execute all if no selection is made.
The SqliteQuery user-interface is separated in four parts.
1. setting the database path (defining a not existing path will create a new database - you will actualy be asked before creating it
2. input of SQL statements
3. showing result of SELECT statements in a tableview
4. showing a log output
Enhancements:
- added menu item for manually checking updates
- added menu item for giving feedback via email
- added menu item for visiting the SqliteQuery website.
<<less
Download (1.1MB)
Added: 2007-01-18 License: Freeware Price:
1012 downloads
gMap 0.7

gMap 0.7


gMap is a simple Widget that will help you search addresses on the map more>>
gMap is a simple Widget developed using Apple Inc. Map Dashboard example, with the added ability to search addresses.

All you have to do is enter the address and hit the red button.
<<less
Download (303KB)
Added: 2007-07-13 License: Freeware Price:
873 downloads
GZipper 1.2.7

GZipper 1.2.7


GZipper - GUI front-end to the gzip command-line utility more>>
GZipper is a drag-and-drop program that gzips any files dropped onto it. If a file is already gzipped, it will gunzip it for you.
Drag a file onto it, and it will be gzipped using the highest level of compression available from the gzip program built into OS X. (Unfortunately, folders and packages cannot be gzipped unless the "Recursive" function is on.) If the file is already gzipped, it will be unzipped.
If you open the program by double-clicking it in the Finder, you can set the preferences in the main window to overwrite existing files and/or operate recursively on directories.
Enhancements:
- GZipper now requires AppleScript 1.8.3, as it uses some features unsupported in earlier versions.
- Ive added a real preferences window, as well, and have made numerous tiny improvements to the code.
- The online help has been updated accordingly.
<<less
Download (145KB)
Added: 2006-07-24 License: Freeware Price:
1203 downloads
GamerCard 0.7

GamerCard 0.7


GamerCard - View your Xbox 360 Gamer Card more>> <<less
Download (39KB)
Added: 2006-05-06 License: Freeware Price:
1270 downloads
CoverTunes 0.7

CoverTunes 0.7


CoverTunes - Visual frontend to iTunes more>>
CoverTunes is a visual frontend to iTunes.
The albums in iTunes are displayed as real CD cases with cover image. You can flip the CD to view the tracks on the album, and play the CD, or queue it. Current playing album is show below the CD view.
iTunes style filtering by typing the name of an artist, genre or album. CoverTunes also features customizable filters accessible from a popup menu, so you easily switch between different filters, for example one for Rock, one for Classical music and one for Kids music so even your kids can find their music easy.
Main features:
- Browse your music library on a virtual CD shelf.
- Flip the cover to view the track names.
- Create custom filters to easily switch between users/mood/whatever.
This version will expire on April 30 2006.
Enhancements:
- Added shortcut G for Google for Artwork
- Added possibility to view iTunes Playlists
- Delete (backspace) now works when filtering CDs
- Fixed a potential crash bug when filtering CDs
- Toggle Fullscreen/Window mode
- Added possibillity to quick scoll to next letter (artist name)
- Added options to set flip angles for CD stack
- Added possibility to select a track to start playing
- Added possibility to view the CDs Jewelcase style or Artwork only (Artwork only will render faster for slow systems).
<<less
Download (403KB)
Added: 2006-05-19 License: Freeware Price:
1254 downloads
Quesa 1.7

Quesa 1.7


Quesa - Open Source implementation of QuickDraw 3D & OpenGL more>>
Quesa is a cross-platform, open-source project to re-implement QD3Dunder the LGPL license. The primary goal is to provide API and binary compatibility with Apples QD3D 1.6, but at the same time,Quesa has surpassed its predecessor in several ways.

Its clean,portable code currently runs on Mac OS 8-9, Mac OS X, Windows, BeOS,and Linux; and it features an extensible file I/O architecture whichenables it to read 3DMF and 3DS files, with other formats easily added.


<<less
Download (1KB)
Added: 2005-09-08 License: Freeware Price:
841 downloads
PowerPet 1.7.2

PowerPet 1.7.2


PowerPet - Track the pet feeding time and food cycle of Dofus pets more>> <<less
Download (329KB)
Added: 2006-09-29 License: Freeware Price:
1123 downloads
OpenSwing 1.7.7

OpenSwing 1.7.7


Open-source suite of advanced graphics components based on the Swing toolkit more>> Open-source suite of advanced graphics components based on the Swing toolkit

OpenSwing is an open-source suite of advanced graphics components based on the Swing toolkit: these components are more sophisticated of those provided with Swing and can be manipolated directly inside the UI designer of the IDE.
OpenSwing is also a framework that provides data binding mechanism between components and data model, based on the MVC paradigm. Data model is based on Java Beans (POJOs) and it is supported in all OpenSwing components, such as Grid control or components container.
OpenSwing provides a complete solution (advanced swing components with data binding capabilities and a framework) to easily and quickly develop rich-client applications.
It is possibile to apply this framework to develop java Desktop Applications or Rich Internet Applications (three tiered applications based on Swing front-end + HTTP + java servlet + database).
NOTE: OpenSwing is licensed and provided under the terms of the GNU Lesser General Public License.

System requirements:
- Java 1.4 or later

Enhancements:
- Improvements in exporting data: added GridExportCallbacks class, in order to include additional data before and after grid content and
- after each grids row just exported; in this way it is possible to combine data for master grid with data of a detail grid.
- Changed "demo10" sample application in order to show how to export master/detail grids in a single document with nested data.
- Changed behavior of "reloadData" method in GridControl: now it reloads grid content starting from the first record in result set;
- after that, the first record is selected.
- Added "reloadCurrentBlockOfData" method to GridControl, in order to reload current block of in grid; after that, old selected row is selected again.
- Improved MDI frame: add popup menu to desktop pane, in order to select custom image to use as background.
- Improved ComboVOColumn: added "reloadItems" method, in order to reload combo content.
- Fixed problem in attribute editor inside the UI designer, when the value object contains more than one inner v.o. of the same type.
- Added "isChanged" method to TreePanel, in order to decide whether tree content has been changed; invoked by InternalFrame.closeFrame();
- The distribution includes also Jar file libraries, source files, javadoc, licence and readme.txt installation instructions.

<<less
Download (26.5MB)
Added: 2008-10-03 License: GPL Price: FREE
452 downloads
SpamSieve 2.7.7

SpamSieve 2.7.7


SpamSieve comes to you as a useful tool which helps you be back your inbox by bringing powerful Bayesian spam filtering to popular e-mail clients. more>> <<less
Download (5.9MB)
Added: 2009-10-19 License: update/patch Price: $30.00
downloads
AudioRack 2.7.6

AudioRack 2.7.6


AudioRack - Audio player for live-assist/automated radio more>>
AudioRack is an audio player system for Mac OS X intended for use in live-assist and automated radio. AudioRack contains a "rack" of five players which can be loaded with audio files and controlled manually, or loaded and segued automatically under program control from a playlist (radio segues, not the iTunes style fades).
AudioRack has extensive AppleScript support which allows it to run unattended. AudioRack is also a database front end for MySQL that may be used to manage, organize and find the audio files that it plays.
AudioRack requires access to MySQL in order to run -- HOWEVER you can play audio files that are not in the database library without the files being automatically added to the library (as iTunes does).
Finally, AudioRack has a separate audio playback engine (called arplayer) that does the grunt work of playing the files (any file that quicktime will play) using a 10 second long ring buffer and Apples core-audio system. Unless your computer is really hung up, it wont glitch - even with sluggish networked audio files.
As long as the network can maintain the encoded bit rate of the file over ten seconds, it wont glitch. This does NOT use QuickTimes built-in (yuck) player! Did I mention that it is also an open source program so you are free to add, improve, and customize it?
Enhancements:
- Added "event notification" support for input and output VU meters in support of a new client application.
- Fixed a bug where closing a recorder that is waiting for a timed start causes arserver to hang.
- Added support for dividing the audio mixing workload across multiple processors, if available, on a player by player basis using Apples Deferred Render AuadioUnit - previously, mixing would only make use one processor. This feature is only enabled if more than one processor is detected on the host computer.
- Added GUI for setting up the IAX telephone.
- Fixed a bug causing IAX telephone callers to only be in the left channel.
- Fixed a "double memory free" that _sometimes_ caused a folder pick to fail.
- Fixed the outnames and innames functions for getting audio device channel names if the device supports it. AudioRack now uses these names in the arserver input and output settings panel if an device makes them available.
- Fixed the problem where you had to wait a minute after shutting down for the control port to clear before that port could be reused by running arserver again.
<<less
Download (7.4MB)
Added: 2007-07-04 License: Freeware Price:
855 downloads
QuiXample 1.7.2

QuiXample 1.7.2


QuiXample - Plug-in tool for FutureBASIC more>> <<less
Download (1.4MB)
Added: 2006-04-06 License: Freeware Price:
1297 downloads
OpenArena 0.7.0

OpenArena 0.7.0


OpenArena is an open-source content package for Quake III Arena, effectively creating a free stand-alone game more>>
OpenArena is an open-source content package for Quake III Arena licensed under the GPL, effectively creating a free stand-alone game.
Note: You do not need Quake III Arena if you want to play this game.
Bots were added starting in 0.6.0. They will spout taunts and everything!
Concepts would be loose, so dont expect a remake of Klesk in his original Klesk form, or any direct remakes of any map/weapon/model.
Enhancements:
- 10 new player models
- 26 new maps
- ce1m7, oa_bases3, dm4ish, dm6ish, and cbctf1 also had several changes
- Bloom (activated by r_bloom 1)
- New announcer voice
- New gibs
- Quakes DM maps converted, from dm1 to dm7
- uses ioquake3 revision 1107
- more menu graphics, i.e. the player model button is actually there!
- lots of other stuff like redone sounds and textures!
<<less
Download (263MB)
Added: 2007-07-10 License: GPL Price:
530 downloads
PreMinder 0.4.7

PreMinder 0.4.7


PreMinder is an easy to use calendar more>>
PreMinder is an easy to use calendar program. It features monthly, weekly, yearly and custom week views. You can store styled text and small images in your reminders.
Other features include import and export of iCal or vCalendar files, the ability to import birthdays from the Address Book, simple multi-day spans, and a fast search system.
PreMinder will import or export iCal or vCal calendars.
Enhancements:
- Added option for alarms to play sounds.
- Fixed some bugs where large date was not always updating.
<<less
Download (3.7MB)
Added: 2007-04-29 License: Freeware Price:
910 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5