DUMB SHIT
139 subscribers
2.74K photos
2.26K videos
21 files
153 links
Download Telegram
Channel name was changed to ยซDUMB SHIT FUCKEYED DRUNK EDITIONยป
๐Ÿ’‹1
john societycorn must die
When I'm cutting onions that haven't been refrigerated beforehand
Is that how to stop them from nuking your eyes? I gotta try that
๐Ÿ”ฎWizards of the cave๐Ÿ”ฎ
Video
Real. Da square pt cruiser is emblazoned orange
โค1
Forwarded from vx-underground
just received an email from my ISP saying downloading illegally is illegal

Wtf since when???
DUMB SHIT
Video
๐Ÿ’‹1
This media is not supported in your browser
VIEW IN TELEGRAM
Slept for 18 hours and I'm still exhausted
Why does the $3 spicy ramen do nothing but the $2 spicy ramen kicks my ass
Forwarded from The Park (๐‚‚ sอฉaอคtอคuอฌrdaii ๐‚‚ @ FC)
This media is not supported in your browser
VIEW IN TELEGRAM
๐Ÿ’‹1
Codar's Meme Repository: New Edition Edition ๐Ÿฆ๐Ÿชฝ
help is on the way
Who tf converted da square pt cruiser into a train
๐Ÿ˜1
Sony BMG is poop reacting me because they can't send me a cease and desist
Impeccable, easily understandable code
#define STATIC_ARR_LEN(arr) (sizeof((arr)) / sizeof((arr[0])))
#define ABSBITS(val, set, mask) ((val) = (((val) | ((set) & (mask))) & (((set) & (mask)) | ~(mask))))

static int _byte_splitter(const byte input, byte bytes[2]) {
if(!bytes) WRET(EINVAL, -1, "<_byte_splitter> Error: Given null byte array",);
bytes[0] = (input & 0b11110000);
bytes[1] = (input & 0b00001111) << 4;
return 0;
}

static int _byte_enspacer(byte bytes[2]) {
if(!bytes) WRET(EINVAL, -1, "<_byte_spacer> Error: Given null byte array",);

byte tmp[2] = {0};
for(int i = 0; i < STATIC_ARR_LEN(tmp); i++) {
for(int j = 0; j < 4; j++) {
// manipulate bits accordingly. Have fun reading this in a week
ABSBITS(tmp[i], ((bytes[i] & (0b10000000 >> j))? 0b01000000 : 0b10000000) >> (j * 2), 0b11000000 >> (j * 2));
}
bytes[i] = tmp[i];
}

return 0;
}
๐Ÿคฏ1
Deleting my shit at 1TB
๐Ÿคฏ1