Skip to content
View ipasechnikov's full-sized avatar

Block or report ipasechnikov

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. winforms-mvp-ninject winforms-mvp-ninject Public

    An example how to use MVP pattern with Ninject DI in .NET and .NET Framework WinForms application

    C# 3

  2. angular-snake-game angular-snake-game Public

    Extremely basic and simple snake game in Angular

    TypeScript 1

  3. tiny-memory-allocator tiny-memory-allocator Public

    Impractical and inefficient simple memory allocator in C

    C

  4. 1brc.clj 1brc.clj Public

    1 Billion Row Challenge in Clojure with optimizations in Java

    Java

  5. Double Cola (Problem - 82A) in Clojure Double Cola (Problem - 82A) in Clojure
    1
    ;; Double Cola
    2
    ;; https://dev.to/thepracticaldev/daily-challenge-25-double-cola-4mpm
    3
    (defn who-is-next
    4
      [queue n]
    5
      (loop [cans-remaining n