Skip to content
View gloompi's full-sized avatar
👁️
Coding 24/7
👁️
Coding 24/7

Block or report gloompi

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

Hi there 👋 My name is Kubanychbek, and I love to code ❤️

  • 🔭 I’m currently working on a chat b2b application.
  • 🌱 I’m currently learning ML and Rust.
  • 👯 I’m looking to collaborate on projects using Machine learning.
  • 🤔 I’m looking for opportunities to switch to projects involving ML, Deep Learning, 3D animation, VR/AR.
  • 💬 Ask me about anything +491727372595 (Telegram, WhatsApp).
  • 📫 How to reach me: gloomi@gmail.com.
  • 😄 Pronouns: He/Him.
  • ⚡ I love science fiction movies✌️.
  • 😁 I'm a beatboxer 👄.

Pinned Loading

  1. go_tour go_tour Public

    Go

  2. limited-corporation limited-corporation Public

    Python

  3. native-app native-app Public

  4. ssr-gloompi.pro ssr-gloompi.pro Public

    JavaScript

  5. ssr-react-app ssr-react-app Public

    building react application that will rendered on server side

    JavaScript

  6. Fenwick Tree which uses map instead ... Fenwick Tree which uses map instead array
    1
    import BigNumber from 'bignumber.js';
    2
    
                  
    3
    const isInteger = Number.isInteger
    4
      || (v => typeof v === 'number' && isFinite(v) && Math.floor(v) === v);
    5