Skip to content

Instantly share code, notes, and snippets.

View leandrosilvaferreira's full-sized avatar

Leandro F. leandrosilvaferreira

View GitHub Profile
@leandrosilvaferreira
leandrosilvaferreira / GORILLA.BAS
Created October 15, 2021 17:38 — forked from caffo/GORILLA.BAS
QBasic Gorillas
' Q B a s i c G o r i l l a s
'
' Copyright (C) IBM Corporation 1991
'
' Your mission is to hit your opponent with the exploding banana
@leandrosilvaferreira
leandrosilvaferreira / gist:0e055cdd1cdbe285546c40dd65edcb6c
Created October 3, 2016 19:01 — forked from reiz/gist:d67512deee814705134e
Vagrantfile for a Java dev. environment with Oracle Java 8 and Eclipse.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.provider "virtualbox" do |vb|
vb.gui = true