Skip to content

Instantly share code, notes, and snippets.

View yourWaifu's full-sized avatar

Sleepy Flower yourWaifu

View GitHub Profile

You want to say chaos, you could do a at everyone.

Did we press the start the event button? Oh yeah. Nice. Look at us using our own features.

I should open up.

This, this was supposed to send a push notification, that happened.

Keybase proof

I hereby claim:

  • I am yourWaifu on github.
  • I am sleepyflowergirl (https://keybase.io/sleepyflowergirl) on keybase.
  • I have a public key whose fingerprint is 64CB 9D96 2CA7 9497 A219 F7E6 B16D 52C8 14DE E0A8

To claim this, I am signing this object:

#include <stdio.h>
int main()
{
//normal
for (char i = 'A'; i <= 'Z'; ++i)
putchar(i);
for (char i = 'a'; i <= 'z'; ++i)
putchar(i);
putchar('\n');

I understand that you guys want me to use hash maps instead of what I currently have. However hear me out, and I may sound crazy. But, I like my way

switch (hash(t.c_str())) {
case hash("READY"):
	session_id = json::getValue(d->c_str(), "session_id");
	onReady(d);
	ready = true;
	break;
case hash("RESUMED" ): onResumed (d) ; break;