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.
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.
I hereby claim:
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;