8000 halfminami (minami) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View halfminami's full-sized avatar

Block or report halfminami

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. infix-postfix-prefix infix-postfix-prefix Public

    Evaluation and conversion between infix, postfix and prefix notations.

    Clojure

  2. fetch Lorem Picsum list on user input fetch Lorem Picsum list on user input
    1
    This just fetches `https://picsum.photos/v2/list?page=${page}&limit=${limit}` and loads each picture
    2
    
                  
    3
    ![screenshot](https://gist.githubusercontent.com/halfminami/e02f8b8deba1166af5310325408fd4e7/raw/a6f2138e42237277b34db33d1c36c0ece62f7179/screenshot.png)
  3. formula spreadsheet evaluator (kind ... formula spreadsheet evaluator (kind of) (not parsing)
    1
    ;; no-cycle?
    2
    
                  
    3
    (defn dfs
    4
      "DFS with detecting a cycle.
    5
      All keys must exist in `mp`.
  4. canvas code rain; adds canvas that a... canvas code rain; adds canvas that animates code rain; example page -> https://halfminami.github.io/gist/coderain.html
    1
    // adds canvas that animates code rain
    2
    
                  
    3
    window.addEventListener("DOMContentLoaded", createCodeRain);
    4
    
                  
    5
    function createCodeRain() {
0