Main > Free Download Search >

Free bibliographic databases software for mac

bibliographic databases

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1138
Oracle9i Database R2

Oracle9i Database R2


Enterprise database solution. more>>
Oracle9i Database is the state of the art in object-relational databases. Voted Editors Choice by PC magazine and the #1 database for Linux by Linux Journal, Oracle9i Database is the most scalable and full featured database available.

Whether driving your web site, packaged applications, data warehouses or OLTP applications, Oracle9i Database is a foundation technology for any professional computing environment..
<<less
Download (20KB)
Added: 2004-05-15 License: Freeware Price:
1114 downloads
iRad Database 1.0.2

iRad Database 1.0.2


iRad Database is a highly-efficient, high-quality DICOM image server that functions as an optional database for iRad. more>>

iRad Database 1.0.2 is a highly-efficient, high-quality DICOM image server that functions as an optional database for iRad. iRad Database allows JPEG lossless and non compressed transfer syntaxes. iRad Database is a precompiled version of dcm4jboss and jboss.

<<less
Download (28.5MB)
Added: 2003-07-10 License: Freeware Price:
downloads
License Database 1.0

License Database 1.0


License Database is an innovative and versatile utility which stores software license information like serial numbers. more>>

License Database 1.0 is an innovative and versatile utility which stores software license information like serial numbers.

You all have lots of serial numbers lying around, and when ever the software needs to be reinstalled the job of finding the email with the serial number in it comes along. License Database hopes to solve this problem by providing a central storage area for all your serial numbers. Unlike other serial databases available License Database has kept things simple. The interface is clean and tidy and best of all License Database is free.

<<less
Download (2.2MB)
Added: 2003-02-21 License: Freeware Price:
1 downloads
GestLab Database 22

GestLab Database 22


GestLab Database gives you a free tool which starts with version 1.1, the application and database are separate files. more>>

GestLab Database 22 gives you a free tool which starts with version 1.1, the application and database are separate files. In order to use it, you must download both files (GestLab and GestLab Database), and place them in the same folder.

<<less
Download (106.5KB)
Added: 2004-01-01 License: Freeware Price:
downloads
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
Rebuild LaunchServices Database 1.0

Rebuild LaunchServices Database 1.0


Rebuild LaunchServices Database - Rebuilds LaunchServices Database more>>
If you see duplicate application names in Open With, when you control-click on a document, it means that your LaunchServices database needs to be rebuilt.

The Rebuild LaunchServices Database script takes care of it without using terminal.

Completly freeware.
<<less
Download (17KB)
Added: 2006-05-15 License: Freeware Price:
1265 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
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
Netinfo Database Loader 1.1

Netinfo Database Loader 1.1


Netinfo Database Loader is created to be a tiny yet effective Filemaker pro database which assists you to import information in your local or shared Netinfo databases. more>>

Netinfo Database Loader 1.1 is created to be a tiny yet effective Filemaker pro database which assists you to import information in your local or shared Netinfo databases. It works by reformating and dumping all the entries in "raw format" that is copied in the Clipboard. Create a plain Textedit file, paste the dump in it, save it as UTF-8, then go back to the database to finish importation with AppleScript and the Terminal.

It is particularly well suited to create entries to use with OpenLDAP and Open directory in Mac OS X Server 10.2 so that you can create a shared LDAP directory to be exploited from Address Book, Entourage, or any other LDAP client.

<<less
Download (208KB)
Added: 2003-02-15 License: Freeware Price:
downloads
Gift Management Database 1.0

Gift Management Database 1.0


Gift Management Database - Tutorial using Cocoa, ODBC, MySQL more>>
Gift Management Database is a complete project build with Cocoa and Xcode that use ODBC drivers for interfacing the MySql database.

This package includes all source code needed to build a complete application for managing presents and gifts. With this tutorial everyone can start to create a complete commercial application using databases.

You can manage person, gift and recurrence tables, meaning that you can create, modify, delete and print database information for Person, Gifts and so on.
<<less
Download (5.8MB)
Added: 2006-05-11 License: Freeware Price:
1270 downloads
MySQL Database Server 5.1.32

MySQL Database Server 5.1.32


Manage business database applications. more>>

MySQL Database Server 5.1.32 offers you a convenient tool which is designed for enterprise organizations delivering business critical database applications. It gives corporate developers, DBAs and ISVs an array of new enterprise features to make more productive developing, deploying, and managing industrial strength applications. If you need a GUI for MySQL Database, you can download - NAVICAT (MySQL GUI). It supports to import Oracle, MS SQL, MS Access, Excel, CSV, XML or other formats to MySQL.

MySQL Database Server delivers new enterprise features, including: ACID Transactions to build reliable and secure business critical applications. Stored procedures to improve developer productivity. Triggers to enforce complex business rules at the database level. Views to ensure sensitive information is not compromised. Information schema to provide easy access to metadata. Distributed transactions (XA) to support complex transactions across multiple databases.

<<less
Added: 2009-03-14 License: Freeware Price:
710 downloads
Ensemble Database Converter 1.0

Ensemble Database Converter 1.0


Ensemble Database Converter - Convert database from Ensemble v1.0 to Ensemble2 more>>
Convert database from Ensemble v1.0 to Ensemble2.
Do below operations at first, then you easily convert database from Ensemble v1.0.
1. Download Ensemble Database Converter
2. Launch Ensemble2
3. Only follow instructions
<<less
Download (803KB)
Added: 2007-04-26 License: Freeware Price:
912 downloads
BibDesk 1.3.7

BibDesk 1.3.7


BibDesk is a graphical BibTeX-bibliography manager for Mac OS X more>>
BibDesk is a graphical BibTeX-bibliography manager for Mac OS X. BibDesk is designed to help organize and use bibliographic databases in BibTeX .bib format.
In addition to manual typing, BibDesk lets you drag & drop or cut & paste .bib files into the bibliographic database and automatically opens files downloaded from PubMed. BibDesk also keeps track of electronic copies of literature on your computer and allows for searching your database through several keys.
BibDesk integrates well with TeX for creating citations and bibliographies. This integration includes a Citation search completion service, and drag & drop (cut & paste) support for adding citations to TeX files.
BibDesk includes many features and has a great user interface.
Main features:
- BibEditor now has a customizable toolbar
- You can disable the status bar at the bottom of the document window
- You can now customize BibTeX types by adding new types, adding/removing fields from existing types, or rearranging the order of fields in existing types
- You can now customize the Unicode->LaTeX character conversion process by adding your own definitions
- Double-clicking the splitview divider in the document window now collapses or expands the preview
- You can sort the publications list by the order of items in the actual BibTeX file ("Number") Bugfixes
- LaTeX previewing didnt work properly if the entry contained macros (bug #11755031)
- A warning will be shown if character conversion fails when saving a document
- Character conversion warnings werent displayed for multiply-accented characters whose base character was a member of the ASCII character set
- Added a View menu, and removed the Display menu. Some menu items were rearranged for better conformance with Apple HIG
- Fixed various memory leaks
- Use proper definitions of boolean types in Info.plist, so defaults will actually work
- Changing a macro definition now updates the display properly (and much faster)
- TeX commands and curly braces are now ignored for sorting
- All search types now ignore curly braces
- BibTeX type is now set properly when dragging BibTeX onto an editor window
- Citekey is now set when option-dragging BibTeX onto an editor window
- Saving with normalized names on will no longer insert editors into an author field (bug #1176433)
- Remove BibFinder and connect cmd-F to quick search field; this fixes at least one crashing bug
- Input manager now works properly with natbib optional parameters
- Make font sizes in BibEditor form labels consistent
- "Open Using Filter" history is now saved properly across launches
- Documents imported using a filter are now properly marked as unsaved
- Pub list is properly sorted after adding a new publication
- Resizing problem with duplicate citekey warning should be fixed in the editor
- Editor window should remember its size properly
- Reworked search code for Services, which fixes bug #604338 (custom fields werent searched), and #854414 (spaces in a search string were not recognized)
- Fixed the type-ahead search in publications list (typing a partial author name selects a publication by that author)
- Saving wont change focus from Annote/Abstract editing (bug #833430).
<<less
Download (9.6MB)
Added: 2007-08-06 License: Freeware Price:
812 downloads
ODBC Cocoa Class Samples 1.0

ODBC Cocoa Class Samples 1.0


ODBC Cocoa Class Samples - Classes to access sql server more>>
The ODBC Cocoa Class Samples package provides different cocoa samples, some are inherent to the ODBC access to sql databases.

Completly freeware.
<<less
Download (naMB)
Added: 2006-05-11 License: Freeware Price:
727 downloads
Interrogate 0.7.5

Interrogate 0.7.5


Interrogate - MySQL database manager more>>
Interrogate is an open-Source, MySQL database manager. Manage multiple MySQL databases with a fast, easy-to-use interface. Dont just query, Interrogate!
Interrogate is an easy-to-use database management application that can be used to create, manipulate, and update MySQL databases.
Supporting Interrogate:
Interrogate is released under the GPL and is therefore free. However, the developers time and energy is not free. So, if you use Interrogate please donate $10. A small donation goes a long way. Or, donate your skills to the project and make it better!
Main features:
- save connection information to different servers for quick access
- create and drop databases
- create, edit, and drop tables
- create, edit, and delete records
- send any sql statement (even a batch of statements) and view results
- export databases with complete database/table structure and data
- view all sql statements that Interrogate sends
- search for any words/text/numbers etc in the shown results.
Enhancements:
- import data from delimited files
- fixed some of the button icons.
<<less
Download (321KB)
Added: 2006-06-09 License: Freeware Price:
1233 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5