Skip to content
View cherniaky's full-sized avatar
🤡
🤡

Block or report cherniaky

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. tccurl tccurl Public

    Adds ability to #include over https in tcc compiler

    C 61 2

  2. rusticsearch rusticsearch Public

    Local Search Engine

    Rust 3

  3. Levenshtein Distance algorithm witho... Levenshtein Distance algorithm without recursion and with action back tracing
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import functools
    4
    
                  
    5
    #Levenshtein Distance algorithm gives you the number of actions to perform to modify s1 to s2
  4. olive.c olive.c Public

    2D/3D Graphics Library for C

    C 4