Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am fsxfreak on github.
* I am fsxfreak (https://keybase.io/fsxfreak) on keybase.
* I have a public key whose fingerprint is 4DE2 F682 F533 E33B F7D9 6635 1593 5AF2 A23C C092
To claim this, I am signing this object:
@fsxfreak
fsxfreak / 20160409workdaymeeting.md
Created April 9, 2016 23:12
2016-04-09 saturday tritonday workday meeting notes

workday meeting

9 april 2016 post-working notes from memory.

Running

- Ran for 30 seconds, with the exception of Alistair, who ran for 30 minutes,
and pulled his quads.
- We proceeded to carry Alistair for a good thirty meters, then got free
@fsxfreak
fsxfreak / rouxsolutions.md
Last active August 29, 2015 14:10
practicing cubing

Roux solves

1

B2 U F2 D2 F2 D' R2 B2 F2 D' B2 R' D' U2 L' U' F L2 B' F2 U2 Setup

x2 y Inspection

L' U F L D R2 D' F U x First block

M2' U2' M' Rw U' Rw' U' R2 U' R' Second block

Keybase proof

I hereby claim:

  • I am fsxfreak on github.
  • I am fsxfreak (https://keybase.io/fsxfreak) on keybase.
  • I have a public key whose fingerprint is 56F4 A5A2 7DBD E0E4 1C57 EB50 4566 9188 699C 76EC

To claim this, I am signing this object:

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define PI 3.141
struct atom
{
float x;
float y;