Created
March 13, 2022 20:46
-
-
Save ypacheco/652b6880c131b242dbcf60747f624e23 to your computer and use it in GitHub Desktop.
WPO4slides
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group: slides | |
Logins = { | |
loguinID, name, dateTime, device, duration | |
1, 'Maxim Van de Wynckel','2020-03-01 12:12', 'Android',5 | |
2, 'Yunior Pacheco Correa','2020-03-01 13:58','iOS',10 | |
3, 'Maxim Van de Wynckel', '2020-03-02 10:01','Windows',8 | |
4, 'Maxim Van de Wynckel', '2020-03-02 10:12','macOS',3 | |
5, 'Bas Ketsman', '2020-03-03 06:04','Windows',20 | |
6, 'Yunior Pacheco Correa', '2020-03-04 10:58','macOS',9 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment