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

Organizations

@alsami-tech
Block or Report

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

  1. alsws alsws Public

    Alsami Web Server

    C 1 1

  2. alsgm alsgm Public

    AlsGM(ALSami GaMe) engine - A relatively light game engine

    C 2

  3. exc exc Public

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

    C 1

  4. brainfuck brainfuck Public

    Forked from alugocp/brainfuck

    alugocp's brainfuck, but with common sense optimizations

    C

  5. cmd4i cmd4i Public

    a test of how far four integers can go in making a good command shell.

    C 1

  6. 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