Skip to content
View esshka's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report esshka

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
esshka/README.md

💫 About Me:

Im currently working on market making software based on genetic algorithms and deep learning

🌐 Socials:

Medium

💻 Tech Stack:

Clojure Java Kotlin JavaScript Lua Ruby Rust Neo4J Postgres Redis Keras Pandas PyTorch scikit-learn TensorFlow APACHEKAFKA ElasticSearch Terraform GRAFANA PROMETHEUS CIRCLECI Docker mlflow Nginx Anaconda .Net NodeJS OpenGL React Rails RxJS Three js WebGL AWS Python C#

📊 GitHub Stats:



🏆 GitHub Trophies

✍️ Random Dev Quote


Pinned Loading

  1. snake game state
    1
    import { makeAutoObservable } from 'mobx';
    2
    
                  
    3
    class SnakeGameStore {
    4
      // Defining the game grid size
    5
      gridSize = 10;
  2. tmux_cheatsheet.markdown
    1
    # tmux cheatsheet
    2
    
                  
    3
    As configured in [my dotfiles](https://github.com/henrik/dotfiles/blob/master/tmux.conf).
    4
    
                  
    5
    start new:
  3. Demonstration of implementation "inh...
    1
    ;; Define a "base type" of Dog
    2
    (defrecord Dog [breed])
    3
    
                  
    4
    ;; Define a "sub type" of TrainedDog
    5
    (defrecord TrainedDog [dog word])
  4. pole balancing benchmark for genetic...
    1
    const MAX_TIMESTEPS = 1000;
    2
    
                  
    3
    function initializeCartPoleEnvironment() {
    4
      const gravity = 9.8; // Acceleration due to gravity, m/s^2
    5
      const cartMass = 1.0; // Mass of the cart
  5. 0. description.md
    1
    - `defprotocol`: defines an interface
    2
    - `deftype`: create a bare-bones object which implements a protocol
    3
    - `defrecord`: creates an immutable persistent map which implements a protocol
    4
    
                  
    5
    Typically you'll use `defrecord` (or even a basic `map`);  
  6. compatibilityDistance.js
    1
    function compatibilityDistance(network1, network2, c1 = 1, c2 = 1, c3 = 0.4) {
    2
      const i1 = new Set(network1.connections.map((c) => c.innovation));
    3
      const i2 = new Set(network2.connections.map((c) => c.innovation));
    4
    
                  
    5
      const disjoint =

731 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to esshka/esshka, esshka/neat-vis, esshka/okx-mcp and 4 other repositories
Loading A graph representing esshka's contributions from March 31, 2024 to March 31, 2025. The contributions are 98% commits, 2% pull requests, 0% issues, 0% code review.   Code review   Issues 2% Pull requests 98% Commits

Contribution activity

March 2025

Created 2 commits in 1 repository
Created 1 repository
297 contributions in private repositories Mar 1 – Mar 31
Loading