Skip to content

Instantly share code, notes, and snippets.

View sepisoad's full-sized avatar
🤘
yeah

sepisoad sepisoad

🤘
yeah
View GitHub Profile

Keybase proof

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:

@sepisoad
sepisoad / furl.rkt
Created August 29, 2018 11:46
fetch urls from a url
#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"))
@sepisoad
sepisoad / goto_err.c
Created February 21, 2017 13:33
nice c codes
//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));

Keybase proof

I hereby claim:

  • I am sepisoad on github.
  • I am sepisoad_ (https://keybase.io/sepisoad_) on keybase.
  • I have a public key whose fingerprint is 92C7 DE5B B9E2 6610 EE8B 7F9B 5E98 1B20 36A6 405A

To claim this, I am signing this object: