I hereby claim:
- I am CalmBit on github.
- I am calmbit (https://keybase.io/calmbit) on keybase.
- I have a public key whose fingerprint is D1FF 8251 A3D2 5F17 529E 103C 0346 B7C0 7B0E C975
To claim this, I am signing this object:
class Klass | |
def initialize(str) | |
@str = str | |
end | |
def str | |
@str | |
end | |
end |
#include <iostream> | |
#include <random> | |
#include "room.h" | |
using namespace std; | |
int main() | |
{ | |
cout << "Room Generator V 0.1\n" << "Created By Ethan Brooks\n" << "For CMDROUGE.\n\n"; |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace ConsoleApplication1 | |
{ | |
class BotBase | |
{ |
I hereby claim:
To claim this, I am signing this object:
#include <fstream> | |
#include <sstream> | |
#include <iostream> | |
#include <vector> | |
#include <string> | |
#include <map> | |
const wchar_t CODEPAGE[256] = | |
{ | |
' ', 9786, 9787, 9829, 9830, 9827, 9824, 8226, 9688, 9675, 9689, 9794, 9792, 9834, 9835, 9788, |