#include "../kitchen/coffee.h"
#include "Me.h"
Me me = Me("MCruces-fz");
Coffee coffee = Coffee();
while (me.is_alive()) {
if (coffee.is_empty()) {
coffee.refill();
} else {
me.drink(coffee);
me.write_code();
}
}
Commiting
C gives you the smell of hardware
-
University of Santiago de Compostela
- Santiago de Compostela
- https://www.linkedin.com/in/mcruces-fz/
Pinned Loading
-
Cell-Viewer
Cell-Viewer PublicForked from TrasgoGroup/Cell-Viewer
Graphical User Interface to monitor data from TRASGO type detectors.
Python
-
TRAGALDABAS-fantastic-Cpp
TRAGALDABAS-fantastic-Cpp PublicSaeta's reconstruction for TRAGALDABAS detector with Kalman filter.
C++
-
TRAGALDABAS-Kalman-Filter
TRAGALDABAS-Kalman-Filter PublicGenedigitana using Kalman Filter for reconstruction with Tragaldabas.
Python 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.