Skip to content

Instantly share code, notes, and snippets.

View rctl's full-sized avatar
☂️

Rasmus rctl

☂️
View GitHub Profile
@rctl
rctl / Monitor.java
Created March 1, 2017 15:28
Simple monitor test written in Java
import java.util.*;
class Monitor{
private static class SimpleMonitor{
private static class ConditionVariable{
boolean lock;
public ConditionVariable(boolean lock){
this.lock = lock;
}
@rctl
rctl / keybase.md
Created August 9, 2016 21:23
Keybase Identity

Keybase proof

I hereby claim:

  • I am rctl on github.
  • I am rctl (https://keybase.io/rctl) on keybase.
  • I have a public key whose fingerprint is C7BB B220 C50E 48D3 DB67 3CDC E583 5D17 8C26 5958

To claim this, I am signing this object:

@rctl
rctl / links.class.php
Last active July 8, 2016 08:42
PHP Link handler