This post is not about game programming, but about setting up a Linux virtual box loaded with data science tools. The repository can be found here on Github. Below is from the README on Github for this box. Quick Start Download the free VirtualBox virtual machine player. download and install the appropriate Vagrant package for… Continue reading A Vagrant Data Science Virtual Ubuntu 18.04 Box
Tag: repository
Keeping Your Git Repo Local
Introduction Github is a good place to keep your remote Git repositories, especially if you want to share them. However, if you want to keep it private, it costs extra. Also, Github has a limit on the sizes of files it can store. You can partly get around this with Git LFS, though that has… Continue reading Keeping Your Git Repo Local

You must be logged in to post a comment.