7ย years ago
Domain Expertise
Highlights
Community contributions featuredDon't mind me just testing [EDIT] I don't understand how this works Nothing I try works \(F(s) = \int_{0^+}^{\infty} f(t)e^{-st}\,dt\) \( e^x=\sum_{n=0}^{\infty}\frac{x^n}{n!} \โฆ
7ย years ago
7ย years, 10ย months ago
I don't know how many of you are familiar with driver code, but I'll leave this little treat here. #include "hal/mux.h" #include <msp430.h> /* * The following macros definโฆ
7ย years, 10ย months ago
This isn't something I'm trying to implement (yet), it's just a curiosity I've had. If you watch the following video from 14:30-14:50 you will see that Banjo is "mounted" (is thโฆ
8ย years, 1ย month ago
enum class Thing { FOO = 0x01, BAR = 0x02 }; Thing thing = Thing::FOO | Thing::BAR; // doesn't compile This is an age old problem. What is the proper way to achieve what I'm tryโฆ
8ย years, 3ย months ago
Latest Activity
See all in DiscussionsDon't mind me just testing [EDIT] I don't understand how this works Nothing I try works \(F(s) = \int_{0^+}^{\infty} f(t)e^{-st}\,dt\) โฆ
7ย years ago
I don't know how many of you are familiar with driver code, but I'll leave this little treat here. #include โฆ
7ย years, 10ย months ago
All of my projects are cross platform C++ or C : https://github.com/thecomet/
7ย years, 10ย months ago