Skip to content
View rfc-2549's full-sized avatar
😎
kriptos contigo
😎
kriptos contigo
  • Madrid, Spain
Block or Report

Block or report rfc-2549

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rfc-2549/readme.org

rfc-2549

This is my GitHub site which only serves as a historic mirror of my repos.

I mostly program in C and Perl.

Pinned

  1. sakisafe sakisafe Public

    simple file upload

    C 39 8

  2. Simple URL fetcher in C using libcur... Simple URL fetcher in C using libcurl, can be used as a replacement for curl, if you only use it to download files.
    1
    /* compile with cc `pkg-config --cflags --libs libcurl fetch.c -o fetch` */
    2
    /* by http://suragu.net, licensed under the public domain. */
    3
    
                  
    4
    #include <stdio.h>
    5
    #include <getopt.h>
  3. emaks emaks Public

    Emaks: I took a text editor too seriously

    Emacs Lisp 5 1

  4. k9core k9core Public

    coreutils rewritten in readable C

    C