Giter Site home page Giter Site logo

hgonomeg / wordinserter Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 26 KB

A simple demo application demonstrating usage of the Qt framework including widgets and integration with SQL (a tiny sqlite3 database).

License: GNU General Public License v3.0

C++ 94.50% QMake 5.50%

wordinserter's Introduction

Word Inserter

A simple demo program in C++/Qt demonstrating the usage of Qt Widgets with some simple integration with an sqlite3 database using Qt SQL

Functionality

The program is very simple and does one thing: It reads text from the input field and writes it to the output field after processing. Like the name of the project suggests, text gets processed by performing random insertions of words read from an sqlite3 database (default.db by default). Words are inserted with a given probability between each word from the input text.

The source database can be modified in a dedicated dialog window. User may also choose to load a different database (compatible with the simple schema; with a table named phrases containing two columns: phrase and frequency storing strings and floating-point numbers accordingly).

Building

Build using the qmake build system. Run qmake to generate build files for your setup and then use your local make system.

wordinserter's People

Contributors

hgonomeg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.