Showing 126 open source projects for "sqlite view"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end. Migrate from on-prem or other clouds with free migration tools.
    Try Free
  • Push Code. Get a Production URL. Done. Icon
    Push Code. Get a Production URL. Done.

    Cloud Run deploys any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try Cloud Run Free
  • 1

    IDEM

    Another IDE for c/c++ mfc learning

    Light IDE based on Scintilla and MFC for study purpose with free libraries like astyle, ctags,SQLite ... and third party controls modified. The ide is still under construction. Open for little smart functionality: please add your comment for this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    QueryPony

    QueryPony

    A Simple Generic Database Query Client and API

    With QueryPony, you can connect to various databases, list their tables and query them with SQL statements. The addressed databases are MS-SQL, MySQL, ODBC, OleDb, Oracle, SQLite, PostgreSQL, CouchDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Andromeda Web Editor

    A web editor designed to span the gap between wysiwyg and hand coding

    The Andromeda editor is a project designed to form a bridge for those who use WYSIWYG editors that employ drag and drop techniques to move to using HTML, CSS and JS. There is also a facility to use PHP and SQLite databases under development. There are also some built in tools that can be used both within the design UI or as standalone tools in their own right.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is a perl-gtk application to get a channel list from a dvb card, display it, and allow complex filtering of view. It also has extensive multi-channel recording capabilities based on the EPG display shown The Application is now EpgRec2 following massive changes in the application and underlying libraries. It now uses a modified version of Linux::DVB::DVBT perl module
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Yet Another DOMotic System

    Yet Another DOMotic System

    Open sources domotic software

    Yadoms is an open source project. It aims to publish a simple, powerfull, flexible and multiplatforms domotic solution. Project has moved to github. Here is the link to the active page: https://github.com/Yadoms/yadoms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Web (PHP) based Grocery List generating software that supports barcode scanning. The list is maintained in a database with remote tools for adding, editing, deleting, and printing.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    EDK - Extensible Development Kit
    A multiplataform development kit 2D for Linux G++ and Windows MinGW. features: 2D render with OpenGL. Clock and FPS control. Multithread WIndows and Linux. Templated Binary Tree. Network TCP/UDP SERVER/CLIENT. SQL using SQLite. Áudio 2D and 3D using SFML. View Based Render. 2D Shape Render. Animation with interpolation Line/Curve. 2D Bones with IK and BVH loader. Physics 2D using Box2D. Tile Set and Tile Map. Cenario layer based. XML parser using pugiXML. https://github.com/Edimartin/edk-source
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    APK File Manager

    APK File Manager

    Organize your android .apk collection! Catalog and view informations.

    With this program you will be able to organize your (legally obtained) android .apk file collection. Features include getting Play Store information and screenshots from each apk file, and storing them offline for later viewing.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 9
    The Sleuth Kit is a C++ library and collection of open source file system forensics tools that allow you to, among other things, view allocated and deleted data from NTFS, FAT, FFS, EXT2, Ext3, HFS+, and ISO9660 images.
    Downloads: 22 This Week
    Last Update:
    See Project
  • $300 in Free Credit Across 150+ Cloud Services Icon
    $300 in Free Credit Across 150+ Cloud Services

    VMs, containers, AI, databases, storage | build anything. No commitment to start.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale with Google Cloud.
    Start Building Free
  • 10
    MEMZIT :: advanced messages

    MEMZIT :: advanced messages

    modifiable, predefined selection lists 4 clarity, efficacy, efficiency

    The problem: ICT-induced communication filters The solution: clear statements. mandatory. The result: No more reading between the lines A) the basic concept: On the client-side we make available: Three database (e.g. SQLite) populated drop-down-lists for: ------ QR: question repeat/ your appeal ("What do I think what you are wanting from me") IM: I-message ("what do I think about this, what is my situation, my point of view, my feelings") AP: my appeal ("what exactly do I want you to do") ------ B) These statements are mandatory & are being sent together with the "normal", the factual part of the message. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    xowa

    xowa

    A free, open-source, offline Wikipedia application

    XOWA is a desktop application for reading and editing Wikipedia offline (XOWA has moved to http://gnosygnu.github.io/xowa/download.html)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Pigeon Planner

    Pigeon Planner

    Organise and manage your pigeons

    Pigeon Planner aims to be a simple to use pigeon database. Add, edit, remove pigeons and view their details such as name, image, sex, colour, pedigree, relatives and results in the user-friendly interface.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 13
    Phiction Phreak

    Phiction Phreak

    A database to rapidly develop fiction

    Phiction Phreak is a database created to assist you in writing and developing fiction. Anything you write with Phiction Phreak is yours to keep with no attached licenses. It is intended to be used as a "ghost writer", so no mention of it has to be made when publishing the final version of your work. The software is built into a GUI that allows you to easily browse and search through the database. As a general rule, clicking on any word inside of the window will open up a new search for that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Skyline Level Creator

    Skyline Level Creator

    Level Creator for the Skyline Game Development System

    This is a Level Creator for the Skyline Game Development System (http://www.chi-ad.com/Skyline/SDN/). It is written in C++ using Qt 5.3. Most of the setup files are xml based and there will be examples showing how to use models from both http://arteria3d.myshopify.com/ and http://www.3dmodels-textures.com/ Obviously, to view the completed Level in the Skyline Engine, you will need Skyline and the relevant models. The models used have been from the Sci-Fi Pack from Arteria3D, and the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    KoSQLite is a SQLite client. You can work with multiple databases, write and execute querys, import data, and many more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    ParserCap

    ParserCap

    Visual instrument for analyze internet traffic

    ParserCap is a visual tool for information security specialists, system administrators, students and everyone who needs to analyze network traffic in PCAP format (libpcap — ETHERNET and IEEE 802.11). It is also possible to set filters for identifier search TCP headers (Documents, Multimedia, Files, Logins, Passwords etc.). If necessary, it is possible to view detailed statistics on every MAC address, including COOKIES, USER-AGENTS, HTTP GET/POST and a lot more. Please visit forum - if...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Monastic Library

    Software for managing Libraries in Monastic Institutions

    ...Then, click windows start button, type DLM and click the HTTP entry. This opens up a browser screen with login prompt. Login with username Admin and Password thupten Students can search or view books without logging in, by using the other links directly from network PCs. Just note the http address shown in the browser screen and use the same on other PC's browsers. inet conn. not reqd ! Credits to Apache, SQLite, PHP & Firefox for powering this system.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    MyOrganizer

    MyOrganizer

    A small application to organize your notes.

    A small application to organize your notes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    musiclick

    musiclick

    musiclick-View,Listen,Download,Convert,Mail,Record,Search,Upload...

    Offline video & audio converter packing a bundle of features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    showmaster

    Keep track of your favourite TV shows.

    It's a simple application to keep track of your favourite tv shows. You can add tv shows to your library and view information about their latest and next episode. It uses tvrage.com to gather information (see tvrage.py) and stores it in a local sqlite database(see db.py). The application is written in Python 3.3 and uses the pyqt module to realize the user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    freepokerdb
    A HUD and stats tracker for your poker games written in Python. Supports Holdem, Omaha, Stud, Razz and Draw games.
    Downloads: 105 This Week
    Last Update:
    See Project
  • 23
    Aciqra

    Aciqra

    A virtual planetarium for observers of the real sky.

    Aciqra is a virtual planetarium and sky mapping program which tracks celestial bodies including planets, deep sky objects and stars to an accuracy of a fraction of a degree for thousands of years into both the future and the past. It includes the 2.5 million stars of the Tycho-2 catalog supplemented by data of 120,000 stars from the Hipparcos catalog, 13,000 deep space objects from the NGC and IC catalogs and a large number of asteroids and comets from the Minor Planet Center. The program is...
    Downloads: 26 This Week
    Last Update:
    See Project
  • 24

    YFrame

    PHP MVC FRAMEWORK

    YFrame is an fast php mvc framework that helps you to develop your web applications secure , easy and fast and never worried about multi database,multi language and etc ... . i have no time to document but after view code you can easily understand it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    SQLiteViewer

    Very easy to use databrowser and query console for SQLite3 based on QT

    This is a stripped down and improved in some features Version of the SQLite Database Browser http://sqlitebrowser.sourceforge.net/ . It's purpose is to provide a GUI to browse through and perform SQL queries to an SQLite database. It's key focus is to be very easy to use and easily documentable for the end user. Therefore it has been stripped of all editing functions but following features have been (partially) or shall be implemented: * View complete table with sorting by column * Perfom SQL query to database and view result in table * Browse schema of database in tree view * Export to CSV File and copy4paste on table data * Internationalization(TODO) * Command completion for SQL queries (TODO) * Predefinid database file to open (TODO)
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB