Skip to content
View Nps-rf's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Moscow
  • 04:58 (UTC +03:00)
  • LinkedIn in/nps-rf

Organizations

@PI21-7
Block or Report

Block or report Nps-rf

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

wakatime

Typing SVG

Backend developer who googles solutions for the frontend :)

Codewars badge

  • BetBoom I am currently a Backend Developer at BetBoom
  • 💀 I’m suffering from deadlines

🖥️ My Personal Computer Specs

💻 Processor

Processor

🔖 RAM

RAM MemorySize MemorySpeed MemoryType

🎮 Video Card

VideoCard

🔌 Motherboard

Motherboard

🖥️ Monitor

Monitor

🎞️ Screen Specifications

Resolution ScreenRatio PanelType RefreshRate Brightness ResponseTime

🛠️ My Favorite Tools

👨‍💻 Programming and Markup Languages

Bash CSS HTML Go Java JavaScript Markdown Python Restructured Text SQL SVG+XML TypeScript

🧰 Frameworks and Libraries

Electron Express.js Flask GitHub Actions React Node.js

🗄️ Databases and Cloud Hosting

GitHub Pages MongoDB MySQL PostgreSQL SQLite

💻 Software and Tools

Adobe Discord Git Jupyter Postman Stack Overflow WebStorm PyCharm IntelliJ IDEA GoLand DataGrip CLion

Streak stats

GitHub Streak

Pinned

  1. Interview-questions Interview-questions Public

    Здесь собраны встреченные мною вопросы на ранее пройденных собеседованиях

  2. Financial_University Financial_University Public

    Репозиторий посвященный обучению в Финансовом университете при Правительстве Российской Федерации. (ныне склад для любого кода)

    Jupyter Notebook 1 5

  3. PI21-7/FA PI21-7/FA Public

    Репозиторий группы ПИ21-7 Факультета ИТиАБД, посвященный обучению в Финансовом университете при Правительстве Российской Федерации.

    Python 1 1

  4. Gaussian noise impl. with sharp for ... Gaussian noise impl. with sharp for augmentation use
    1
    // Augmentation noise control
    2
    const Noise = async (image) => {
    3
      // image - путь до изображения для наложения шума
    4
    
    
    5
      try {