Blog

  • C Database MySQL Select Statement

    MySQL Connection In C

    The C MySQL Connector is required for C to connect to the database.

    A separate MariaDB C Connector is available and can be installed.

    (more…)

  • Python Database MySQL Select Statement

    MySQL Connection In Python

    The Python MySQL Connector is required for Python to connect to the database.

    PIP makes it easy to install the Mysql Connector.

    (more…)

  • PHP Database MySQLi Procedural Select Statement

    MySQL Improved Extension In PHP

    The PHP mysqli extension supports persistent connections when using either MySQL Native Driver or MySQL Client Library.

    PHP mysqli extension procedural interface is similar to the old deprecated mysql extension and is similar to other programming languages.

    (more…)

  • Python Assignment Operators

    Implement Assignment Operations In Python

    Assignment operators perform addition, subtraction, multiplication, division, exponentiation, floor division, modulus and bitwise operations.

    Python assignment operators allow for numerical calculations and manipulation.

    (more…)

  • Python Speech Recognition Using Whisper API And FFmpeg

    Perform Speech Recognition In Python

    OpenAI Whisper API is an open source speech to text (speech recognition) model.

    Python is a requirement for the Whisper API. Captions, subtitles and speech recognition is possible using open source tools Whisper API and FFmpeg.

    (more…)

  • Python Arithmetic Operators

    Perform Mathematical Operations In Python

    Arithmetic operators perform addition, subtraction, multiplication, division, exponentiation, floor division and modulus operations.

    Python arithmetic operators allow for numerical calculations and manipulation.

    (more…)

  • Cross Platform HTML5 Desktop GUI Using Tauri

    Build GUI For Desktop Applications Using Node.js And Tauri

    Tauri is build using Rust. Rust is a programming language and Tauri is a JavaScript front-end lightweight GUI framework.

    Tauri comes with the cross-platform application window creation library TAO and Webview rendering library WRY. Tauri v2 includes mobile iOS and Android support.

    (more…)