Tag: tutorial

  • Run Python Scripts using AutoHotkey and Pass Arguments

    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!

  • LibGDX Android Studio: Download and set up a new LibGDX Project

    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 […]

  • Use OpenCV to show camera on android App with correct orientation

    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 […]

  • Creating a new OpenCV project in Android Studio

    Creating a new OpenCV project in Android Studio

    Return to OpenCV for Android Tutorials List In this tutorial, we will create a new OpenCV project in Android Studio. Since you have everything downloaded already, we are ready to move on. By the end of this tutorial, you will have a new project set up, which you can use to build your projects upon. So […]

  • OpenCV SDK for Android File Structure

    OpenCV SDK for Android File Structure

    Return to OpenCV for Android Tutorials List In this tutorial, you will learn about the file structure of OpenCV SDK for Android. The information here is very short and lacks details. My purpose here is to provide just enough information to get going with the rest of the tutorials. I highly recommend reading more about the […]

  • OpenCV for Android: Download Required Software

    OpenCV for Android: Download Required Software

    Return to OpenCV for Android Tutorials List In this tutorial, you will learn which tools to download for creating your OpenCV project in Android Studio if you follow this tutorial series 🙂 Download and install Android Studio from HERE. Make sure that it is working. Download  OpenCV for Android SDK from HERE. Demonstration of SDK download. Basically, […]

  • Android OpenCV Pre-requisites

    Return to OpenCV for Android Tutorials List Welcome to the beginning of the OpenCV for Android (OpenCV4Android) tutorial series. Before we start, you must know that this series expects you to know: Basics of Java XML Computer Vision Object Orient Programming concepts Know how to use Android Studio Know how to make and install an […]

  • Tutorial 2 – CodeIgniter 3.0.1 Understanding application folder structure

    Tutorial 2 – CodeIgniter 3.0.1 Understanding application folder structure

    Back to CodeIgniter Tutorials In the previous tutorial, you learn how CodeIgniter is downloaded, installed, and viewed the welcome screen to make sure that it worked. In this tutorial. you understand how the the purpose and working of \application folder in your CodeIgniter project. This tutorial is meant to be simple to understand so that new users of […]

  • Review and Tutorial: Mobirise! A FREE WYSIWYG Responsive website editor is out!

    Review and Tutorial: Mobirise! A FREE WYSIWYG Responsive website editor is out!

    Designing a website requires an artist to be able to program in multiple languages. That person has to learn multiple languages and frameworks to be able to design like a boss! Such nonsense! This is 2015 and all you need is the Mobirise software on your desktop and you will be ready to go! Now I […]

  • Codeigniter 2.20 – Sending E-mail using codeigniter

    Back to CodeIgniter Tutorials In CodeIgniter, sending e-mail is a simple process. First the library is loaded. Then the user provides e-mail related data. Finally, the E-mail is sent. Here is how E-mail is sent using a Controller in CodeIgniter Load the E-mail library of CodeIgniter $this->load->library(’email’); Provide set of characters that are to be […]