sqlite browser
QtSQL Browser 0.85
QtSQL Browser is a generic GUI database browsing frontend. more>>
The database abstraction is provided by the Qt database drivers. So far, the drivers for PostgreSQL and MySQL have been found to work well.
In principle, there is no reason why ODBC drivers for popular databases such as Oracle, DB2, Informix as well as Firebird and SAP/DB shouldnt work via the Qt ODBC3 abstraction layer.
However, some preliminary tests with these have not been promising. It may be that the only way to get some of these working is to create a native Qt database driver. This is something Ill be looking into much later.
At the moment, it is only possible to build the system on Unix and similar systems. Since Trolltech have released a version of Qt for OSX under the GPL and have announced their intention to do likewise for Win32, it should be possible to provide ports for both of these platforms. For the moment though, I just provide the source.
Main features:
- Tree browser for databases and tables
- Display of table descriptions
- Display of table contents in main window
- Execution of ad-hoc SQL queries in the query tab
- Command line history in the query tab
- Retrieval of database connection details from XML config file
- Retrieval of other configuration parameters from XML config file
- Prompting for connection password
- Addition of new connections via GUI to the running application and the config file
- Display database views with a separate icon
- Create a connection name independent of the database name
- A "Test" button when creating a new connection
- Dynamically generate a list of available drivers
- Configuration via autoconf
- Fixed bug with executing updates/inserts twice
- Refreshing of a DB connection
- Deleting of connections via the GUI
- Editting of connections via the GUI
- Check for the existence of ~/.qtsql
- Creation of skeleton config file
- Auto saving/restoring of history
- Loading of queries
- Saving of results
- Keyboard shortcuts
jsp File Browser 1.2
jsp File Browser is an easy to use and easy to install file browser java server page. more>>
Main features:
- Create, copy, move, rename and delete files and directories
- View Files (pictures, movies, pdf, html,...)
- Edit textfiles
- Upload files to the server (Status via Upload monitor)
- Download files from the server
- Download groups of files and folders as a single zip file that is created on the fly
- Execute native commands on the server (e.g ls, tar, chmod,...)
- View entries and unpack zip, jar, war and gz files on the server
- Just one file, very easy to install (in fact, just copy it to the server)
- Customizable layout via css file
- Restrict file access via black or whitelist
It should work with any JSP1.1 compatible server(e.g. Tomcat>=3.0), I tested it on Tomcat 4.0, Resin 2.1.7 and Jetty.
Enhancements:
- A read-only version was added.
- It is now also usable as an upload-center.
- Some UI enhancements were made, like shortkeys and a better layout.
- It should also load a bit faster.
ICD Browser 0.1
ICD Browser for the ICD-10 codes from W.H.O. more>>
This program is an easy to use browser with search capability for the International Classification of Diseases (ICD) codes, as they are published from the W.H.O.
Main features:
- Three versions, for Windows (XP, 2000, 98), Linux and Pocket PC (WM2003, WM5).
- Two ways for displaying codes, Grouped all together into a treebox, or separeted into chapters, sections and subsections.
- Search codes.
- Easy to use interface.
White Sox Browser 0.19
White Sox Browser allows you to easily browse a variety of White Sox links with ease. more>> <<less
MySQL Query Browser 1.1.18
MySQL Query Browser is a database querying tool. more>>
MySQL Query Browser combines the simplicity of a Web-browser-like interface with powerful features like multiple result sets on tab sheets, query history, storing query "bookmarks", editing and comparing resultsets, SQL script debugging, and more.
MySQL Query Browser is available under the MySQL AB "dual licensing" model. Under this model, users may choose to use MySQL products under the free software/opensource GNU General Public License (commonly known as the "GPL") or under a commercial license.
DBL Browser 2.0b
DBL Browser project is an offline browser for digital bibliographic libraries. more>> <<less
Chimera Browser 1.70
Chimera is an X/Athena Web client for UNIX-based workstations. more>>
Installation:
See ./INSTALL for installation and configuration instructions.
See ./INSTALL.hints for tips on getting it to work in special cases.
What are all these files:
A description of the structure of the files in this distribution appears
near the end of this file.
Enhancements:
- Chimera 1.70 contains many new features compared to 1.65p1+1:
- 1) Table support has been vastly improved.
- 2) mailto:user@host URLs are now supported (via an external Perl script).
- 3) Display refresh has been substantially optimized.
- 4) Image handling improvements speed up rendering, a lot in some cases.
- 5) DNS caching cuts domain name lookup calls by about 90%.
- 6) Connection progress is displayed in the Title area.
- 7) The "Host:" HTTP request header has been added.
- 8) A new toggle button, DeferPix, has been added that turns delayed image loading on and off (or you can type i if you prefer).
- 9) If serious HTML command errors are encountered on a visited page, a small message saying so will appear at the bottom of the page.
-
- Chimera 1.70 also contains a long list of bug fixes, including these:
- Some 20 different memory leaks have been fixed, including all the major ones.
- Handling of excess "../"s in a relative URL has been fixed, and URL parsing in general has been greatly improved. The bug that a JPEG image in a file named *.gif would not only fail, but prevent ALL further image display has been fixed. A pages Title and URL are now restored in many cases where before they werent.
-
PHP File Browser 3.27
php file browser is a simple Web-based file browser. more>>
php file browser allows the user to upload files, delete, copy, make directories and paste files and directories. It has two access levels: one for admin, one for guest.
Access for guests can be optionally password protected.
Enhancements:
- A PHP file source viewer was added.
- The directory lister now works much faster than in older versions.
- Big changes were made in the class files.
phpDIR browser 3.1
hpDIR is an easy to use and install script that can list files and folders. more>>
phpDIR browser application also supports admin sessions, to also be able to delete files. In addition, invisible files can be configured. Folders can be downloaded as archive files. There is no need for additional PHP modules on your Web server.
Enhancements:
- On some servers, hidden file support was broken due to double slashes being returned by some functions.
- This has been fixed.
KDE CIM Browser 0.3
The KDE CIM Browser is a KDE based frontend to management brokers using the CIM-XML protocol. more>>
The tool will be useful to view and modify CIM class hierarchies as well as instance and association structures.
Enhancements:
- The latest release of kim-browser is mainly a maintenance release.
- One new feature is namespace browsing, which allows you to pick the namespace to navigate in once connected to a CIMOM.
- In addition to this, some bugfixes have been incorporated and the visual appearance has been improved a bit.
SQLite 3.4.2
SQLite is an embeddable SQL engine in a C library. more>>
Main features:
- Transactions are atomic, consistent, isolated, and durable (ACID) even after system crashes and power failures.
- Zero-configuration - no setup or administration needed.
- Implements most of SQL92. (Features not supported)
- A complete database is stored in a single disk file.
- Database files can be freely shared between machines with different byte orders.
- Supports databases up to 2 terabytes (241 bytes) in size.
- Sizes of strings and BLOBs limited only by available memory.
- Small code footprint: less than 30K lines of C code, less than 250KB code space (gcc on 486)
- Faster than popular client/server database engines for most common operations.
- Simple, easy to use API.
- TCL bindings included. Bindings for many other languages available separately.
- Well-commented source code with over 95% test coverage.
- Self-contained: no external dependencies.
- Sources are in the public domain. Use for any purpose.
The SQLite distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library.
Create A New Database:
- At a shell or DOS prompt, enter: "sqlite3 test.db". This will create a new database named "test.db". (You can use a different name if you like.)
- Enter SQL commands at the prompt to create and populate the new database.
Write Programs That Use SQLite
Below is a simple TCL program that demonstrates how to use the TCL interface to SQLite. The program executes the SQL statements given as the second argument on the database defined by the first argument. The commands to watch for are the sqlite3 command on line 7 which opens an SQLite database and creates a new TCL command named "db" to access that database, the invocation of the db command on line 8 to execute SQL commands against the database, and the closing of the database connection on the last line of the script.
#!/usr/bin/tclsh
if {$argc!=2} {
puts stderr "Usage: %s DATABASE SQL-STATEMENT"
exit 1
}
load /usr/lib/tclsqlite3.so Sqlite3
sqlite3 db [lindex $argv 0]
db eval [lindex $argv 1] x {
foreach v $x(*) {
puts "$v = $x($v)"
}
puts ""
}
db close

Unicode Data Browser 1.5
UnicodeDataBrowser is a very useful browser designed for the UnicodeData.txt file which consists of much useful information but is not easily read by humans. more>>
UnicodeDataBrowser 1.5 is a very useful browser designed for the UnicodeData.txt file which consists of much useful information but is not easily read by humans. The browser creates a scrollable table in which columns represent properties.
The table may be sorted on any column. Abbreviations are expanded and characters cross-referenced in decomposition and casing fields are named. Regular expression search restricted to a selected column is available. The set of characters for which information is displayed may be restricted to those characters matching a regular expression on a specified property.
Each such filtering operation applies to the output of the previous filtering operation unless the table is reset to the original full set of characters, so filtering on multiple properties is possible.
Enhancements: Adds canonical decomposition info for Hangul syllables.
<<lessVSQLite++ 0.3
VSQLite++ is a portable SQLite wrapper library for C++. more>>
Supported Compilers
- GCC and G++ 4.x (maybe 3.4.x too, but it wasnt tested until now)
- Visual C++ 8/2005 (Visual C++ 7.1/2003 wasnt tested, maybe will be added later)
S3 browser 1.0 Beta 4
S3 browser is a Web-based application for managing your files stored in Amazon S3 storage service. more>>
It supports uploading both from the server and through the browser, deleting existing files, organizing them into directories (buckets), and so on. S3 browser provides full UTF-8 support for filenames.
Enhancements:
- This release fixes a bug which caused "AWS authentication requires a valid Date or x-amz-date header" on some installations.