Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.473.530 Times

Decode Sqlite freeware
Filter: All | Freeware | Demo
 

Decode Sqlite

< 1 2 3 4 5 > 
Released: September 11, 2010  |  Added: September 22, 2010 | Visits: 1.144

SQLite Expert Personal Are you developing SQLite3 databases and need an easy and powerful tool? SQLite Expert Personal is the perfect choice. It is a feature rich administration and development tool for SQLite. SQLite Expert is designed to answer the needs of all users, from writing simple SQL queries to developing...



Platforms: Windows

License: Freeware Size: 21.47 MB Download (136): SQLite Expert Personal Download

Added: January 25, 2010 | Visits: 1.483

SQLite SQLite is a C library, written by D. Richard Hipp and others, thatimplements an imbeddable SQL database engine. Programs that link withthe SQLite library can have SQL database access without running aseparate RDBMS process. The distribution comes with a standalonecommand-line access program...





Platforms: Mac

License: Freeware Size: 446 KB Download (133): SQLite Download

Added: June 01, 2010 | Visits: 2.095

cdpr cdpr is used to decode a Cisco Disovery Protocol (CDP) packet, by default it will report the device ID, the IP Address (of the device), and the port number that the machine is connected to. Optionally it will decode the entire CDP packet. This version provides the ability to include a timeout...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (127): cdpr Download

Added: February 05, 2010 | Visits: 1.490

SQLite::VirtualTable SQLite::VirtualTable is a Perl module that can create SQLite Virtual Table extensions in Perl. SYNOPSIS on Perl: package MyVirtualTable; use base SQLite::VirtualTable; sub CREATE { ... and then from your preferred SQLite application or language, as for instance, the sqlite3 shell: $...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (126): SQLite::VirtualTable Download

Added: November 02, 2010 | Visits: 1.202

SiPHiCo Simple PHP Hit Counter is a simple hit counter written in PHP and using SQLite as a database. SiPHiCo project can be included in a page like an image, and the hits will be counted as the graphic is created. After that, the IP will be blocked for further counts (10 minutes by default)....


Platforms: *nix

License: Freeware Size: 19.46 KB Download (117): SiPHiCo Download

Added: January 24, 2010 | Visits: 825

CGI_Lite CGI_Lite is a Perl module to process and decode WWW forms and cookies. SYNOPSIS use CGI_Lite; $cgi = new CGI_Lite; $cgi->set_platform ($platform); where $platform can be one of (case insensitive): Unix, Windows, Windows95, DOS, NT, PC, Mac or Macintosh $cgi->set_file_type (handle or...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (114): CGI_Lite Download

Added: November 12, 2010 | Visits: 985

CORBA::IOP::IOR CORBA::IOP::IOR is a Perl module used to decode, munge, and re-encode CORBA IORs. SYNOPSIS #!/usr/local/bin/perl -w require CORBA::IOP::IOR; $ior = new CORBA::IOP::IOR; $ior->parseIOR($ARGV[0]); $ior->printHash(); $ior->{IIOP_profile}->{host} = "host.domain.name"; print...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (109): CORBA::IOP::IOR Download

Added: November 25, 2010 | Visits: 1.519

DBD::SQLite DBD::SQLite is a Self Contained RDBMS in a DBI Driver. SYNOPSIS use DBI; my $dbh = DBI->connect("dbi:SQLite:dbname=dbfile","",""); SQLite is a public domain RDBMS database engine that you can find at http://www.hwaci.com/sw/sqlite/. Rather than ask you to install SQLite first, because...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (108): DBD::SQLite Download

Added: April 22, 2010 | Visits: 936

SQLiteDBMS SQLiteDBMS is a database management server for SQLite. SQLiteDBMS project allows an sqlite3 process to be accessed via a TCP/IP network. It provides Extended SQL, basic authentication, and access control. It includes a simple Web server that takes HTTP requests and sends XML responses. To...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (105): SQLiteDBMS Download

Added: March 20, 2010 | Visits: 1.437

JBinHex JBinHex is both a library and a command-line tool, written in Java, to decode files in the Apple Macintosh BinHex 4.0 format. It accepts the following command line parameters: Either -u < url > or -f < file > to specify the source BinHexed file. If neither of those options is present,...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): JBinHex Download

Added: January 18, 2010 | Visits: 1.317

sqlitewrapped sqlitewrapped is a C++ wrapper for the Sqlite database C application programming interface. The code works for linux/unix, as well as win32. This library supports version 3 of the sqlite database. From version 1.2 the connection pool can be made threadsafe. Examples: #include < stdio.h>...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (102): sqlitewrapped Download

Added: May 12, 2010 | Visits: 1.018

Libsqlfs Libsqlfs is a library, used in conjunction with the popular open source SQLite database software. Libsqlfs library allows applications to put an entire read/write file system into a relational database as a single file in the host file system. Such a filesystem-in-a-file can easily be moved...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (101): Libsqlfs Download

Added: April 19, 2010 | Visits: 1.178

libXEL libXEL is an event log library that stores log data in SQLite files and is capable of exporting it as XML and CSV. It provides a set of C/C++ preprocessor macros for project integration. It can gather some information about the system at run time. It is ideal, but not limited, to generate log...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (100): libXEL Download

Added: June 21, 2010 | Visits: 786

SQLitepp SQLitepp is a C/C++/Python wrapper to sqlite library for database management. It implements an object oriented way to manipulate the database in every supported language. SQLitepp supports selfupdatable queries and a straight SQL code query system without using strange things for querying the...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (98): SQLitepp Download

Added: August 15, 2010 | Visits: 1.125

MIME::WordDecoder MIME::WordDecoder is a Perl module to decode RFC-1522 encoded words to a local representation. SYNOPSIS See MIME::Words for the basics of encoded words. See "DESCRIPTION" for how this class works. use MIME::WordDecoder; ### Get the default word-decoder (used by unmime()): $wd = default...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (97): MIME::WordDecoder Download

Added: April 22, 2010 | Visits: 1.158

Storage Inspector Storage Inspector is a Firefox extension that makes it easy to view any sqlite database files in the current profile. This includes the anti-phishing and search engine... Developer Comments: There are quite a few polish issues that need to be addressed before this version is ready for the...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (97): Storage Inspector Download

Added: August 17, 2010 | Visits: 1.224

MP3do MP3do is an "all in one" bash script useful to decode many audio files types and burn it on a audio CD. MP3do is a "host" script that split his works in four different phases: check for audio file type calculate for total songs time duration decode (changing format) burn At the beginning...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (97): MP3do Download

Added: April 15, 2010 | Visits: 1.702

HDBC Sqlite3 Driver HDBC Sqlite3 Driver is the Haskell Sqlite v3 backend driver for HDBC. Please see HDBC itself for documentation on use. If you dont already have it, you can browse this documentation at http://darcs.complete.org/hdbc/doc/index.html. This package provides one function in module...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): HDBC Sqlite3 Driver Download

Added: October 21, 2010 | Visits: 948

Audio::DB::Adaptor::dbi::sqlite Audio::DB::Adaptor::dbi::sqlite is a database adaptor for a specific mysql schema. This adaptor implements a specific mysql database schema that is compatible with Audio::DB. It inherits from Audio::DB. In addition to implementing the abstract SQL-generating methods of Audio::DB::Adaptor::dbi,...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): Audio::DB::Adaptor::dbi::sqlite Download

Added: June 16, 2010 | Visits: 716

Libkdcraw Libkdcraw is a C++ interface around dcraw binary program used to decode RAW picture files. The library documentation is available on header files. Libkdcraw library is used by kipi-plugins, digiKam and others kipi host programs..


Platforms: *nix

License: Freeware Size: 655.36 KB Download (94): Libkdcraw Download

< 1 2 3 4 5 >