Navigation Menu

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

Organizations

@electrode-io
Block or Report

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

  1. 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

  2. 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
    
                  
  3. Monad Composition to handle async AC... Monad Composition to handle async ACL checks during a file upload
    1
    # Monad Composition in JavaScript
    2
    Design Pattern: Inversion of control
    3
    
                  
    4
    ## References
    5
      * Discrete Math
  4. Counting Sort Algorithm - Implemente... Counting Sort Algorithm - Implemented in JavaScript
    1
    /**
    2
     * Using counting sort algorithm
    3
     *
    4
     * Take an Array from:
    5
     *  [1, 4, 1, 2, 7, 5, 2]
  5. cs-algorithms-in-js cs-algorithms-in-js Public

    Collection of CS algorithms done in JavaScript, using JSDoc & DocDash for Live Documentation

    JavaScript

  6. Lucene-4.5---Echonest Lucene-4.5---Echonest Public

    Java 1 2