Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up- Germany
Popular repositories
-
minecraft-proxy
[outdated] Proxy between minecraft client and server to facilitate cheating
Haskell 2
-
overlay-thing
a minimal standalone mumble overlay display. C/linux/xcb, basically exploring C here
C 2
-
OpenXcom
Forked from OpenXcom/OpenXcom
Open-source reimplementation of the original X-Com
C++ 1
-
hoverlay
Custom standalone client for the Mumble client's overlay function (linux only, written in haskell). But see also https://github.com/ben0x539/overlay-thing in C, without gtk.
Haskell 1
-
eve-igb-explo
A tiny EVE Online Ingame Browser app for exploration logging
-
eve-igb-gts
EVE ingame browser route planning miniwebapp using the GTS dlls/data; C#/JS
73 contributions in the last year
Contribution activity
February - April 2019
January 2019
Created an issue in Stebalien/horrorshow-rs that received 1 comment
escaping converts foreign letters to < >
fn main() { use horrorshow::{*, helper::doctype}; println!("{}", html!{ : "м, о"; })
}
outputs <, >.
I think it's because we're truncating char…