rust programming

Sample Macroquad program

Macroquad is a simple and lightweight game framework for creating 2D games in the Rust…
python

Python and ADX to assess the strength of a trend

The Average Directional Index (ADX) is a technical indicator used to assess the strength and…
python

Creating a simple AI program in Python

Creating a simple AI program in Python can be a great way to get started…
JavaScript

Create interactive stock charts in JavaScript

To create interactive stock charts in JavaScript, you can use popular libraries such as Highcharts,…
JavaScript

Calculate and visualize the Moving Average Convergence Divergence (MACD) indicator in JavaScript

To calculate and visualize the Moving Average Convergence Divergence (MACD) indicator in JavaScript, you can…
rust programming

Simple game programming in Rust using the Piston game engine

Creating a basic game in Rust using the Piston game engine is a fun way…
rust programming

Graphics programming in Rust

Rust is a systems programming language known for its safety features and performance. When it…
ruby graphics

Sample graphics programming in Ruby

In Ruby, you can create graphics and graphical applications using various libraries and frameworks. One…
opencv

Sample program for Python code using OpenCV

Sure, here’s a simple example of Python code using OpenCV (Open Source Computer Vision Library)…
python qrcode

Sample code for Python and QRcode

Creating QR codes in Python is easy with the help of the qrcode library. You…