Skip to content

Instantly share code, notes, and snippets.

@niklas152
niklas152 / keybase.md
Last active September 20, 2020 11:31

Keybase proof

I hereby claim:

  • I am niklas152 on github.
  • I am niklashalle (https://keybase.io/niklashalle) on keybase.
  • I have a public key whose fingerprint is D96A F2BA 777C 2F92 9E18 6C6B 339D 45F4 3943 C115

To claim this, I am signing this object:

#include <iostream>
#include <string>
#include <ctime>
#include <sstream>
#include <locale>
#include <iomanip>
#define ARTIST_PREFIX 20
@niklas152
niklas152 / GenerateScanCloud.java
Created March 29, 2018 06:28
this is the code used for generating the scan point cloud currently in use on our open bots
package com.niklashalle;
import edu.princeton.cs.introcs.Draw;
import java.awt.*;
public class GenerateScanCloud {
private static class Point {
double x;
double y;