Jain, to random
@Jain@blob.cat avatar

@icedquinn Quinn have a Quine :blobcatgooglybadumtss:
<stdio.h>
charf=" <stdio.h>%ccharf=%c%s%c;main() {printf(f,10,34,f,34,10);}%c";main() {printf(f,10,34,f,34,10);}

lanodan, to random
@lanodan@queer.hacktivis.me avatar

https://python-poetry.org/docs/pyproject/#include-and-exclude

If no format is specified, include defaults to only sdist.

LIES.

kirby, to random
@kirby@lab.nyanide.com avatar

int
main(void)
{
int *n = malloc(sizeof(int));
*n = 4;
*n *= 2;
*n -= 3;
*n += 4;
return 0;
} // this shit leaks memory

video/mp4

diazepam,
@diazepam@clubcyberia.co avatar

@kirby you know you can just do

#include <stdlib.h>
static void free_(void** p) { free(*p); }
int main(void) {
  __attribute__((cleanup(free_))) int* n = malloc(sizeof *n);
  // do rest of your shit
}

and get it autofreed

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • Hentai
  • doujinshi
  • announcements
  • general
  • All magazines