Skip to content
View alsamitech's full-sized avatar
  • Alsami Technologies
  • United States of America

Organizations

@alsami-tech

Block or report alsamitech

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

Pinned Loading

  1. alsws alsws Public

    Alsami Web Server

    C 1 1

  2. exc exc Public archive

    Extended C Libraries. Stuff that should be included in libC but for some reason isn't

    C 1

  3. brainfuck brainfuck Public

    Forked from alugocp/brainfuck

    alugocp's brainfuck, but with common sense optimizations

    C

  4. sebbekarlsson/tac sebbekarlsson/tac Public

    tac x86 compiler

    C 89 14

  5. The Compound Tokenizer, but faster. The Compound Tokenizer, but faster.
    1
    char** atokl(char* InC, char* delim, long unsigned int* len){
    2
      long unsigned int capacity=32;
    3
      char** tok=(char**)malloc(capacity*sizeof(char**));
    4
      //printf("%p\n", tok);
    5