I hereby claim:
- I am sepisoad on github.
- I am sepisoad (https://keybase.io/sepisoad) on keybase.
- I have a public key ASD8Ssh4lN16gDLKC_EXrBLRRtt5HM0MsB4kvKBzTf92qQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#lang racket | |
(require net/url) | |
(if (< (vector-length (current-command-line-arguments)) 1) | |
(display "please define url\n") | |
(display "please wait ...\n")) | |
(define URL (vector-ref (current-command-line-arguments) 0)) | |
(display (string-append URL "\n")) |
//took from: https://github.com/reagent/buffer | |
#define jump_to_error_if(A) if (A) { goto error; } | |
#define jump_to_error_unless(A) if (!(A)) { goto error; } | |
Buffer * | |
buffer_alloc(int initial_size) | |
{ | |
Buffer *buf = malloc(sizeof(Buffer)); | |
char *tmp = calloc(1, initial_size * sizeof(char)); |
I hereby claim:
To claim this, I am signing this object: