Skip to content
View kylejeske's full-sized avatar
🐛
Always learning.
🐛
Always learning.
  • Distributed

Organizations

@electrode-io

Block or report kylejeske

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 303

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

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

    JavaScript 255 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