Skip to content

Instantly share code, notes, and snippets.

@mbeauv
mbeauv / README.md
Created February 1, 2019 14:21 — forked from Starefossen/README.md
Run Octave using Vagrant

Install

  1. Download and install Vagrant
  2. Download and install Virtual Box
  3. Download the file bellow; name must be "Vagrantfile"

Run

Go to the folder where your "Vagrantfile" in your terminal/shell. Run the following commands:

@mbeauv
mbeauv / gist:34c5cd2cbdccb53f200fff40a6d64867
Created February 14, 2018 20:08
Example of Urbanoe POJO
package com.teleronsoftware.urbanoe.client.model;
import org.codehaus.jackson.annotate.JsonIgnore;
import org.codehaus.jackson.annotate.JsonProperty;
import org.codehaus.jackson.map.annotate.JsonDeserialize;
import org.codehaus.jackson.map.annotate.JsonSerialize;
import org.codehaus.jackson.map.annotate.JsonSerialize.Inclusion;
import java.io.Serializable;
import java.util.Date;

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a