You will learn to install and use Numba and Cudatoolkit to check if you have CUDA cores in your system.
Category: Programming
This is where all programming related content resides
Learn How to Pass arguments to a Python Script and run it using Autohotkey Macro in Windows
Learn How to Pass arguments to a Python Script and Call it using Autohotkey Macro
Review: Don’t Use Microsoft Teams Preview in Ubuntu 20.04 as of May 2020 until bugs are fixed.
Learn why I suggest not using Microsoft Teams Preview in Ubuntu 20.04 as of May 2020 until bugs are fixed
How to Install Ruby 2.7.1 and Rails 6.0.0 in Ubuntu 20.04 Focal Fossa with bash shell script
Learn how to Install Ruby 2.7.1 and Rails 6.0.0 in Ubuntu 20.04 Focal Fossa with bash shell script
Install SQL Server 2019 in Ubuntu 20.04 LTS
Learn how to install SQL Server 2019 in Ubuntu 20.0 LTS Focal Fossa using terminal. Shell Script included.
Run Python Scripts using AutoHotkey and Pass Arguments
What if you wanted to automate running a python script in order to QUICKLY test something and development purpose! I know from experience the process of ALT+TAB into a CMD and then pressing UP arrow and press enter is a repetitive labour. Lets reward ourselves with Autohotkey’s automation and buy some extra minutes into the already tightened day. ENTER THE AUTOHOTKEY!
Laravel 5.8 Creating a MVC project with CRUD in 5 steps
Learn how to install and setup a Laravel project with CRUD operations. Learn to make a model, view and controller. We then execute query and display results.
Learn Godot 3 GDScript, Calling an API and parsing JSON
Learn to call an API on a server and then fetch some JSON data for post processing in Godot Engine
LibGDX Android Studio: Download and set up a new LibGDX Project
Hey fellow developers! Welcome to the beginning of LibGDX for Android tutorials. In this tutorial, you will learn how to download, setup and create a new LibGDX project in Android Studio. At the end of this tutorial, you will: Download LibGDX Setup LibGDX Create a new LibGDX project in Android Studio So lets get Started! Download LibGDX … Continue reading LibGDX Android Studio: Download and set up a new LibGDX Project
Use OpenCV to show camera on android App with correct orientation
Return to OpenCV 4 Android Tutorials List In this series of tutorials, you are learning OpenCV for Android using Android Studio. So far, you have made a working OpenCV Android Studio Project containing OpenCV module. In Here is the overview of what we are going to achieve: Create an OpenCV for Android Project (As in previous … Continue reading Use OpenCV to show camera on android App with correct orientation