Setup wxWidgets for C++ Library on Ubuntu 18.04
Since the official Ubuntu repository is likely to have a dated wxWidgets version , the best option is to download the source code and compile […]
Since the official Ubuntu repository is likely to have a dated wxWidgets version , the best option is to download the source code and compile […]
If you want to redirect all HTTP requests to HTTPS , then this is something that is done at the server level; in this case […]
This is a quick and small program in C# to get started with MIDI programming using NAudio. There are other libraries for .NET which can […]
If you need to find system information using Objective C , there is no single library or framework which provides all the information. Generally it […]
OVERVIEW This post looks at how to create a Django 3 project app and incorporate Bootstrap 4 files into it. This also looks at how […]
OVERVIEW We shall look at setting up a functional WebRTC VideoChat server using the PeerJS Library. The application will be running on Node.js on a […]
1.Install Python3 and PIP sudo apt-get install python3 python3-pip Check Python version by typing python3 -V Check PIP version by typing pip3 -V 2.Install Django […]
Overview In the previous post Working With MySql databases we saw how Python can be used to work with databases. This post is going to […]
Overview Most modern applications need to interact with a database some time or the other. The most common databases in use are MySQL if its […]
OVERVIEW One of the most useful features of Google Maps its ability to locate an address on the map. Geocoding is the process of taking […]
Copyright © 2024 | WordPress Theme by MH Themes