I hereby claim:
- I am ameliamesdag on github.
- I am krugozette (https://keybase.io/krugozette) on keybase.
- I have a public key ASDtQNCXJw_lgDwtbq0M7OjEmpnpdOC2vzBsqa31B4Z0IQo
To claim this, I am signing this object:
| BEGIN MESSAGE. | |
| 5lyPm87BB4M6YpX FbNTPzY2yo86W6D wkEu5ZBW2lfyJrM ewqsD0wqHzr1NNR | |
| 985CHwnn0zryvgb LZoLatV2L4xTCKq 6Xr2MZHgg4e92EM g0qrv5NNcZwkHVS | |
| OCU24uF1iRnKLjZ W1Jlt1IexnSQYCN WWE82SBmantShp2 hRS9YBhR8CCZzTE | |
| NolNSGWi4z44cOg w0DxzHuG9xehaLo JxlHr2BwlTVlNtt . | |
| END MESSAGE. |
I hereby claim:
To claim this, I am signing this object:
| using UnityEngine; | |
| using System.Collections; | |
| public struct FloatOneEuroData | |
| { | |
| public float dx; | |
| public float edx; | |
| public float cutoff; | |
| public float filthatxprev; | |
| public float dfilthatxprev; |
| using UnityEngine; | |
| using System.Collections; | |
| using System; | |
| using System.Net; | |
| using System.Net.Sockets; | |
| using System.Text; | |
| public class TestTcpClient : MonoBehaviour | |
| { |
| #include <iostream> | |
| struct Nil { | |
| typedef Nil Head, Tail; | |
| }; | |
| template <class Head_, class Tail_ = Nil> | |
| struct Cons { | |
| typedef Head_ Head; | |
| typedef Tail_ Tail; |