Home Tags Open source

Tag: open source

Build a Multi-player Game Application in App Inventor 2

1
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

0
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

7
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

0
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

0
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

0
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

4
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

0
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

1
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

1
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...