Skip to content
View Siern's full-sized avatar
😅
Heatwave!
😅
Heatwave!
  • Austria

Block or report Siern

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Siern/README.md
while(isAlive() && !isRetired()) {
  try {
   while(timeOfDay() < endOfShift()) doWork();
  }catch(SickException e) {
    sleep(86400000);
  }catch(VacationException e) {
    doVacation();
  }catch(Exception e) {
    recover(e);
  }
}
while(isAlive()) /* do nothing */ relax();

Popular repositories Loading

  1. EveJournal EveJournal Public

    EVE Online API tools ** VERY OUT OF DATE **

    C#

  2. truecrypt truecrypt Public

    Forked from FauxFaux/truecrypt

    TrueCrypt from source archives

    C

  3. lumberyard lumberyard Public

    Forked from aws/lumberyard

    Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.

    C++

  4. o3de o3de Public

    Forked from o3de/o3de

    Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations wit…

    C++

  5. neo-ConfuserEx neo-ConfuserEx Public

    Forked from XenocodeRCE/neo-ConfuserEx

    Updated ConfuserEX, an open-source, free obfuscator for .NET applications

    C#

  6. Siern Siern Public

    Config files for my GitHub profile.