Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am martinhath on github.
* I am martinhath (https://keybase.io/martinhath) on keybase.
* I have a public key whose fingerprint is 4366 6E8E 932B 0578 D7C1 7BAB 3F0C 566D CB52 CE69
To claim this, I am signing this object:
@martinhath
martinhath / gist:9598241
Created March 17, 2014 12:17
numpy og matplotlib
import numpy as np
import matplotlib.pyplot as plt
import math
periode = 2*math.pi/math.sqrt(10)
frekvens = 1/periode
# sekunder
sek = 4*periode
@martinhath
martinhath / gist:8032246
Last active December 31, 2015 19:18
Test1
public class Jaja {
private int i = 100;
public static void main(String[] args){
System.out.println("Hello, World!");
}
}