Skip to content
View kylejeske's full-sized avatar
🐛
(!(while(succeed=try())));
🐛
(!(while(succeed=try())));
  • Distributed

Organizations

@electrode-io

Block or report kylejeske

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. electrode-io/electrode electrode-io/electrode Public

    Web applications with node.js and React

    HTML 2.1k 300

  2. pinojs/thread-stream pinojs/thread-stream Public

    A streaming way to send data to a Node.js Worker Thread

    JavaScript 229 23

  3. llama-gpt llama-gpt Public

    Forked from getumbrel/llama-gpt

    A self-hosted, offline, ChatGPT-like chatbot. Powered by Llama 2. 100% private, with no data leaving your device. New: Code Llama support!

    TypeScript

  4. Lucene-4.5---Echonest Lucene-4.5---Echonest Public

    Java 1 2

  5. ts-calculator-anoymous-closurers ts-calculator-anoymous-closurers Public

    Example of a calculator which uses a closure design, within an anonymous method, for a private context not accessible from the scope of the public methods.

    TypeScript

  6. High Order Functions: Break down of ... High Order Functions: Break down of Fold (Reduce) in JavaScript
    1
    ## Fold
    2
    
                  
    3
    ### About a high-order functions:
    4
    High-Order Function, as a structural transformation, the fold is a polymorphic function.
    5