Skip to content

Instantly share code, notes, and snippets.

@valentindavid
valentindavid / event.py
Created June 14, 2024 08:53
tcg event parser
#
# Copyright (C) 2024 Canonical Ltd
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
{
"meta": {
"theme": "elegant"
},
"awards" : [],
"basics" : {
"summary": "I am a software engineer, C++ developer, FOSS contributor, build expert, hardware enthusiast, with an academic background in programming languages.",
"email" : "me@valentindavid.com",
"location" : {
"city" : "Bergen",
### Keybase proof
I hereby claim:
* I am valentindavid on github.
* I am valentind (https://keybase.io/valentind) on keybase.
* I have a public key ASCMcvZIf8DCAmXSx_NU83R3Ueho0I3F18L-jiD3wT9wDQo
To claim this, I am signing this object:
SteamVR System Report created Fri May 11 19:54:10 2018
<Report>
SteamVR Version: 1525633672
SteamVR Date: 2018-05-06
Steam: Public
Steam Branch:
Steam AppID: 250820
Tracking: lighthouse
OS: Linux version 4.16.0-1-amd64 (debian-kernel@lists.debian.org) (gcc version 7.3.0 (Debian 7.3.0-17)) #1 SMP Debian 4.16.5-1 (2018-04-29)
SteamVR System Report created Wed Mar 15 21:20:08 2017
<Report>
SteamVR Version: 1489563880
SteamVR Date: 2017-03-15
Steam: Public
Steam Branch: beta
Steam AppID: 250820
Tracking: lighthouse
OS: Linux version 4.9.13-gentoo (root@valmont) (gcc version 5.4.0 (Gentoo 5.4.0 p1.0, pie-0.6.5) ) #1 SMP Tue Mar 7 19:37:07 CET 2017
SteamVR System Report created Fri Mar 10 12:14:00 2017
<Report>
SteamVR Version: 1488857301
SteamVR Date: 2017-03-07
Steam: Public
Steam Branch: beta
Steam AppID: 250820
Tracking: lighthouse
OS: Linux version 4.9.13-gentoo (root@valmont) (gcc version 5.4.0 (Gentoo 5.4.0 p1.0, pie-0.6.5) ) #1 SMP Tue Mar 7 19:37:07 CET 2017
SteamVR System Report created Tue Mar 07 22:00:28 2017
<Report>
SteamVR Version: 1488857301
SteamVR Date: 2017-03-07
Steam: Public
Steam Branch: beta
Steam AppID: 250820
Tracking: lighthouse
OS: Linux version 4.9.13-gentoo (root@valmont) (gcc version 5.4.0 (Gentoo 5.4.0 p1.0, pie-0.6.5) ) #1 SMP Tue Mar 7 19:37:07 CET 2017
SteamVR Version 2017-02-24 (1487904548)
Steam: Public (beta)
Tracking: lighthouse
OS: Linux version 4.9.6-gentoo-r1 (root@valmont) (gcc version 5.4.0 (Gentoo 5.4.0 p1.0, pie-0.6.5) ) #1 SMP Fri Feb 17 10:09:42 CET 2017 (0.0.0.0)
Direct Mode Graphics: Unknown ()
System
Admin: Yes
Async Reprojection: Disabled
Allow Reprojection: No (Warning)
@valentindavid
valentindavid / fizzbuzz.sed
Created January 3, 2015 22:35
fizzbuzz.sed
#!/bin/sed -f
s/^$/1/
:l
h
y/0123456789/0120120120/
:r
s/0//g
s/12//
s/21//
s/22/1/