Main > Free Download Search >

Free its database software for mac

its database

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4101
Tech Database 2.4

Tech Database 2.4


Two databases for hardware info and images. more>>
Tech Database is FileMaker Pro 5 based and simple to use. It is comprised of two databases using relationships to create some cool unit selections.

One for hardware information and the second to store whatever images you choose to represent a given piece of hardware, (i.e. Laptops, CPUs, Modems, etc.) Printing reports has not yet been implemented in this version as I always find my exported data more useful than a printed report from FMPro.

lease feel free to alter this database to suit your needs. Then send the developer a copy!
<<less
Download (344KB)
Added: 2004-05-19 License: Freeware Price:
1988 downloads
Appleworks Database Files 1.0

Appleworks Database Files 1.0


Appleworks database for software & hardware inventory. more>>
Appleworks Database Files contains 3 Appleworks 6.x database files for keeping track of computer software, hardware, and internet logins and passwords. Keep track of serial numbers, prices, puchase dates, etc.
<<less
Download (259KB)
Added: 2004-08-06 License: Freeware Price:
1923 downloads
flix able 1.28

flix able 1.28


FileMaker Pro database to inventory your DVDs. more>>
flixable is a FileMaker Pro application DVD-DATABASE. With everyting you need to keep track of your dvds. Including loaners, features, cover image, audio/video, overview, etc.
<<less
Download (763KB)
Added: 2004-08-06 License: Freeware Price:
1908 downloads
whatPorts 1.1

whatPorts 1.1


whatPorts is a multi-threaded port scanner written in cocoa more>>
whatPorts is a multi-threaded port scanner that scans for open socket connections, which tend to be servers of some sort running, whether system services, authorized or unauthorized server, trojans, etc. and tries to report the services running on the open ports.
The scanner will cycle the ports on the host entered, and report back any ports that are open, attempting to match the port with its registered port database to determine the service that is most likely running on that port.
If the service can be determined, then it will inform you, otherwise, it will tell that it is unknown. Tests have shown that this scanner tends to run significantly faster than the scanner shipped with OS X, also, it goes one step beyond by telling you what service is most likely running on that port.
Enhancements:
- This version added a descriptive progress indicator, a port lookup database to determine the service running on a given port, and a tighter scanning algorythm.
- Also now allows any host to be scanned, not just the local host.
<<less
Download (83KB)
Added: 2005-11-22 License: Freeware Price:
1432 downloads
DatabaseSQLDump 1.0

DatabaseSQLDump 1.0


DatabaseSQLDump extends the Database class with 2 new methods more>>
DatabaseSQLDump is a REALbasic module that extends the Database class with 2 new methods.
The Database class has the folowing new methods:
- SQLDump : This method dump the entire database in SQL statements.
- SQLLoad : This method load and execute multiple SQL statements.

<<less
Download (100KB)
Added: 2005-11-25 License: Freeware Price:
1428 downloads
H2 Database Engine 1.1.113

H2 Database Engine 1.1.113


An SQL database engine written in Java more>> An SQL database engine written in Java

H2 is an SQL database engine written in Java (but also available as a native binary). JDBC and ODBC APIs are supported.
Embedded and server modes are available. A Web console application is included. Clustering is supported.
H2 Database Engine is a web based java database engine.

Main features:
- Fast database engine
- Free, source code is included
- Supports standard SQL
- Written in Java
- Disk based or in-memory databases
- Browser base Console application
- JDBC API
- Limited ODBC support
- Embedded and client/server (network) mode
- High availablility support (clustering / failover)
- Wide range of data types including large objects (BLOB/CLOB)
- Strong security features (SSL, users, roles, encrypted files)
- Multiple connections, table level locking
- Cost based optimizer, using a genetic algorithm for complex queries
- Transaction support (serializable transaction isolation)
- Zero-administration, automatic recovery
- Large resultset, external sorting
- Scrollable and updatable resultset support
- Read only views and inline views
- Inner and outer joins, subqueries
- Many functions already built-in
- Triggers and Java functions / stored procedures
- Referential integrity / foreign key constraints with cascade, check constraints
- Multiple schema support
- Compatibility modes for HSQLDB, MySQL and PostgreSQL
- Sequence and autoincrement columns
- Well tested (high code coverage, randomized stress tests)
- Small footprint (smaller than 1 MB)
- Uses a small number of database files
- Can be compiled to native code using GCJ
- Primary keys, multiple index types (b-tree, linear hash, tree, hash)
- ORDER BY, GROUP BY, HAVING, UNION, LIMIT
- Information Schema
- Multiple connections
- Collation support
- EXPLAIN PLAN support
- The database can generate SQL script files
- Support for linked tables, and a built-in virtual range table
- Automatic re-compilation of prepared statements
- Sophisticated trace options
- Low memory requirements
- Easy to understand exception messages
- Standard handling of NULL values
- Multilanguage console application (at this time, English and German).

Enhancements
- Shell tool: the built-in commands EXIT, HELP, ?, LIST, and so on didnt work with a semicolon at the end.
- JDK 1.5 is now required to build the jar file. However it is still possible to create a jar file for Java 1.4. For details, see buildRelease.sh and buildRelease.bat. As an alternative, compile using JDK 1.5 or 1.6 and use Retrotranslator to create a Java 1.4 version http://retrotranslator.sourceforge.net/).
- When deleting or updating many rows in a table, the space in the index file was not re-used in the default mode (persistent database, b-tree index, LOG=1). This caused the index file to grow over time. Workarounds were to delete and re-created the index file, alter the table (add a remove a column), or append ;LOG=2 to the database URL. To disable the change, set the system property h2.reuseSpaceBtreeIndex to false.
- Identifiers with a digit and then a dollar sign didnt work. Example: A1$B.
- MS SQL Server compatibility: support for linked tables with NVARCHAR, NCHAR, NCLOB, and LONGNVARCHAR.
- Android: Workaround for a problem when using read-only databases in zip files (skip seems to be implemented incorrectly on the Android system).
- Calling execute() or prepareStatement() with null as the SQL statement now throws an exception.
- Benchmark: the number of executed statements was incorrect. The H2 database was loaded at the beginning of the test to collect results, now it is loaded at the very end. Thanks to Fred Toussi from HSQLDB for reporting those problems. However the changed do not affect the relative performance.
- H2 Console: command line settings are no longer stored in the properties file. They are now only used for the current process, except if they are explicitly saved.
- Cache: support for a second level soft-references cache. To enable it, append ;CACHE_TYPE=SOFT_LRU (or SOFT_TQ) to the database URL, or set the system property h2.cacheTypeDefault to "SOFT_LRU" / "SOFT_TQ". Enabling the second level cache reduces performance for small databases, but speeds up large databases. It makes sense to use it if the available memory size is unknown. Thanks a lot to Jan Kotek!

<<less
Download (4.9MB)
Added: 2009-05-24 License: Freeware Price: FREE
218 downloads
 
Other version of H2 Database Engine
H2 Database Engine 0.9H2 Database Engine is a web based java database engine. Main features: - Fast database engine - ... - Disk based or in-memory databases - Browser base Console application - JDBC API - Limited ODBC
License:Freeware
Download (5.2MB)
1413 downloads
Added: 2005-12-15
Farsi/English database 1.3

Farsi/English database 1.3


Farsi/English database - Farsi/English and English/Farsi dictionary-database more>>
Farsi/English and English/ Farsi dictionary-database with more then 100000 words for Wordlookup 2.09 or 3.0.
Please make sure, that in your System in the "System Prefernces/International panel" Arabic and Farsi is activated and Arabic is on the top of the List and Farsi is the second place.
Enhancements:
- Added more then 3000 new Computer related words.
<<less
Download (1.4MB)
Added: 2006-01-01 License: Freeware Price:
1407 downloads
GestioneRegali (GiftsManager) 1

GestioneRegali (GiftsManager) 1


GestioneRegali (GiftsManager) - Cocoa application for manage gifts and presents more>>
GestioneRegali (GiftsManager) is a program that use MySql database and a trial ODBC driver form actual technolgies for manager Gifts and Presents.

Its also a good tutorial for user that want start to programming with Mac OS X Cocoa, XCode IDE and MySql database.

In the download you can find a word document that its the complete tutorial (step by step) done during the program realization.


<<less
Download (5MB)
Added: 2005-12-21 License: Freeware Price:
1403 downloads
Logiconizer 1.0

Logiconizer 1.0


Logiconizer - Manage Apples Logic Pro Icons more>>
Logiconzer is the best way to manage Apples Logic Pro Icons. Assemble visually you icons sets and export them to the Logic Pro 6 or 7 folders. As Logiconizer is a database, use it to backup, transport and exchange icons sets everywhere.
NOTE : You need to register an account in order to download the file.
Main features:
- You can visually load custom icons in a "Logic icons menu" simulation.
- Logiconizer renames them automatically
- With a mouse click Logiconizer exports your icons setup in Logic Pro 6 or Logic Pro 7 icons folder.
- Imports your Logic icons with a mouse click
- Build infinite full Logic icons sets, and recall them later
- Bring it with you in the studio , and with a mouse click apply your icons to the project
- Use it to exchange full icons sets with your fellows
- Icons are stored in its database, making it a real Logic icon Caveau.
<<less
Download (3.3MB)
Added: 2005-12-23 License: Freeware Price:
1400 downloads
BBE FTP Open 1.3.3

BBE FTP Open 1.3.3


BBE FTP Open - Edit remote files via FTP in BBEdit more>>
BBE FTP Open facilitates the editing of remote files via FTP in BBEdit, with support for multiple files per account, multiple accounts per host and even multiple hosts! This is accomplished by storing the lists of files and hosts in a special relational database. Multiple files may be opened simultaneously.
The first time you run BBE FTP Open it will create its database files in your
Preferences folder, and open them up in BBEdit for you to enter your account
and file information.
Enhancements:
- Tweaked SimpleCryp for BBEdit 6.0[.2] anomaly.
<<less
Download (42KB)
Added: 2006-01-13 License: Freeware Price:
1383 downloads
SortImagesGUI 1.2

SortImagesGUI 1.2


SortImagesGUI - Helps you sort your digital still images more>>
SortImagesGUI is a little Java program helps you sorting your images from digital still image cameras. It reads the EXIF-Header of the JPEG-Files an copies the images from the source dir to a centralized target dir sorted by year, month and day.
The files are renamed to represent their capture date and time. So you will have a Image repository sorted by capture date of the images.
Additionally some of the image meta informations will be stored in a database along with the MD5 hash of the image as primary key. SortImages check each image beforce copying if its already in the database. If not, the image will sorted into the appropriate folder.
Enhancements:
- Ignores the special MacOS Finder meta files which may also have a .jpg ending.
- A database dump is written to the destination directory to make backup easier.
<<less
Download (224KB)
Added: 2006-01-27 License: Freeware Price:
1366 downloads
Big Cartoon Search 1.0

Big Cartoon Search 1.0


Big Cartoon Search - Search the Big Cartoon Database more>>
The Big Cartoon Database is the place to find in depth information about any cartoon ever made - from who wrote and directed the cartoon, to when it first aired.

Want to know who did Fred Flintstones voice? Its here (Alan Reed).

When Finding Nemo came out? Got it (May 30, 2003).

If you are a hard-core cartoon fan, or just occasionally need production information, this widget will find it for you!


<<less
Download (22KB)
Added: 2006-02-07 License: Freeware Price:
1364 downloads
Personal Serial Database X 1.6.1

Personal Serial Database X 1.6.1


Personal Serial Database X - Archive serial numbers, URLs, passwords etc. more>>
Personal Serial Database is a small utility which allows you to save all of your serial numbers, passwords, URLs, network locations, bookmarks, or anything else which you might lose if you wrote it on a post-it and stuck it to your monitor.
Enhancements:
- Fixed issues with installation.
- Added EULA.
- Also made download a little weeee bit smaller. Yay!
<<less
Download (2.7MB)
Added: 2006-04-17 License: Freeware Price:
1337 downloads
 
Other version of Personal Serial Database X
Personal Serial Database X 1.6It comes as a simple yet useful utility which helps you to save all ... Personal Serial Database X 1.6 comes as a simple yet useful utility which helps you to save all of
License:Freeware
Download
downloads
Added: 2002-12-14
Thai ComicsToday 1.2

Thai ComicsToday 1.2


Thai ComicsToday - Update your favorite Thai comic books daily with new releases more>>
Update your favorite Thai comic books daily with new releases. Widget by TMC Widget Team.
Enhancements:
- RSS database supported
- New interface.
<<less
Download (65KB)
Added: 2006-03-06 License: Freeware Price:
1334 downloads
DateLook 2.1a

DateLook 2.1a


DateLook is considered as a smart and useful date book that features alarms and allows you to handle cyclic events, supports printing, and is fully mouse-driven. more>> DateLook 2.1a is considered as a smart and useful date book that features alarms and allows you to handle cyclic events, supports printing, and is fully mouse-driven. It has an import/export-function and is able to synchronise its local database with a database in the net (format: vCalendar V1.0). The synchronisation can use FTP or any net file system. Therefore, it is suitable for multi-user-operation. DateLook provides an unconventional graphical user interface. It is written in Java and requires a Java runtime environment 1.4.0 or later.

Enhancements:

  • Deleted events are stored in the database for synchronisation. This means if a instance of DateLook deleted a certain event, then during synchronisation this event will be deleted from all other instances of DateLook too.
  • Generic Collections introduced. Therefore Java 1.5 or later is required.
  • RowManager redesigned.
  • New interface/classes RInterface, RTextField, RPasswordField, RProgressbar introduced.
  • Sync/import-bug from version 2.1 removed.

Requirements:

  • Mac OS X 10.3 or later
  • Java 1.5 or later.

<<less
Download (256K)
Added: 2008-05-10 License: Free Price:
downloads
 
Other version of DateLook
DateLook 2.0.1function and is able to synchronise its local database with a database in the net (format
License:Freeware
Download (162KB)
1280 downloads
Added: 2006-04-28
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5