Tag: open source
Build a Multi-player Game Application in App Inventor 2
If you are eager to build a mobile app, there is no better application than App Inventor 2 to start you up. We have...
Setting Up Django on Windows
Django is a Web development framework written in Python. Therefore it has all the advantages of Python. Setting up Django in Linux is pretty...
Retrieve real-time data in Android using Firebase
Firebase is a cloud based platform for mobile and Web application development. In this article, which is aimed at Android enthusiasts, we explain how...
Automate your development environment with Vagrant
Get introduced to Vagrant—a tool for managing virtual machines. By taking care of these machines, Vagrant allows developers, operations engineers and designers to get...
Exploring Spans for Fancy Text on Android
Android developers and DIY enthusiasts can use fancy text in their apps and games. In Android, text is not a matter of just typing...
5 useful open source tools for Windows systems administrators
Much of the work that Windows systems administrators do is tedious, repetitive, boring and time consuming. Thankfully, there are open source tools available that...
Installation and configuration of VirtualBox on Windows 10
VirtualBox is a cross-platform virtualisation tool. It can be used to create virtual machines running different operating systems on a single machine. This article...
OpenStack: Testing Tempest and REST API
Large pools of compute, storage and networking resources exist in data centres and in enterprises. To manage them, the ideal tool would be OpenStack,...
Google launches OSS-Fuzz to improve open source developments
Supporting the community with a secure and stable experience, Google has launched OSS-Fuzz. The new beta project is aimed to enable "fuzz testing" of...
Analysing Sentiments with NLTK
In this article, we explore ways to analyse sentiments from a given text and how some machine learning techniques can help in the process.
Sentiment...