Home Tags Open source

Tag: open source

A quick look at open source numerical computation for Windows

0
In this article, we present some numerical and scientific computational tools that the open source world has to offer to Windows users. Mathematics and scientific...

An Introduction to InfluxDB, a Time Series Database

1
This article introduces the time series database, InfluxDB, which is an open source application written in the Go programming language. InfluxDB is easy to...

Everything you need to know about regression models in Python

0
Python is a very versatile piece of software. It offers many choices for Web applications and can be used in thousands of third party...

Working with Git for Windows

0
Version control systems play an important role in tracking changes in software and enable users to fall back to a desired previous version. Git...

Phase two delivered! Thanks to Apache XMLBeans

0
In this article, the author shares his experience about how the use of Apache XMLBeans helped him to overcome many development issues and deliver...

GNU Tools that Help You Develop C/C++ Applications

10
This article explores how various GNU tools are used for the development of C/C++ applications. It also covers the anatomy of the generated intermediate...

This might be the first fully open source notebook

1
Open source hardware is still atypical for the technology world. However, you can now enthusiastically opt for a fully open source notebook PC to...

An Introduction to Running JavaScript in Java with Nashorn

0
This ‘teaser’ article is intended to whet the appetite of the reader to learn more. Nashorn is a JavaScript engine developed by Oracle. It...

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