Skip to content
View maxk42's full-sized avatar

Block or report maxk42

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. tower-sessions-file-store tower-sessions-file-store Public

    File-based session store for `tower-sessions`.

    Rust

  2. bi bi Public

    This is a Brainfuck interpreter written in PHP which also has support for numeric arguments. For instance, to add ten to the current cell on the data strip, one may write '10+' instead of '++++++++…

    PHP 1

  3. PHP-Goblin PHP-Goblin Public

    A flexible, modular PHP microframework

    PHP 1

  4. Compiling python to executable via c... Compiling python to executable via cython
    1
    I'm creating this gist because it has taken me far too long to find information on how to build python into an executable via cython.  There are two key pieces of information you need after installing cython and a compiler: (I'll use `gcc` for this example.)
    2
    
                  
    3
    1. Compiler flags need to be linked via the `python3-config` command.
    4
    2. The `python3-config` command and the `cython` command both need to be invoked with the `--embed` flag.
    5
    
                  
  5. diag-btn diag-btn Public

    diag-btn is a CSS snippet that makes it easy to embed diagonal buttons or groups of diagonal buttons in a web page to improve mobile UIs.

    CSS 1

  6. louismerlin/concrete.css louismerlin/concrete.css Public

    A simple and to the point classless CSS framework

    HTML 609 16