• he/him

one more cute disaster… it’s hard here in paradise

last.fm listening


posts from @Kypetzl tagged #web_view

also:

blackle
@blackle

come up with some funny c library ideas. I'll start:

// Fill the framebuffer at 'data' with a random picture of hatsune miku in RGB888 pixel format
void get_hatsune_miku(char* data, int width, int height, int stride);


alterae
@alterae
// Compiles and executes the provided C program with the given argument
// vector, returning the result of that program's `main` function. 
int eval(char *program, char *argv[], int argc);
syntax highlighting by codehost

EDIT 7 June 2024 @199 .beats: Added argc argument and adjusted comment text-wrapping.


ysaie
@ysaie
/* Flips 1 bit in the input string, somewhere (not telling (secret)) */
void entropize(char *data, size_t size);

edited to actually be c


Kypetzl
@Kypetzl
// Load a web_view installable client driver
void load_installable_web_view(const char *name);

Β