Skip to content
View BUSH222's full-sized avatar
🥔
🥔
  • NUST MISIS
  • Moscow, Russia
  • 22:08 (UTC +03:00)

Highlights

  • Pro
Block or Report

Block or report BUSH222

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. Template for my pygame projects Template for my pygame projects
    1
    import pygame  # noqa: D100
    2
    
                  
    3
    pygame.init()
    4
    
                  
    5
    SCREENW = 1000
  2. C# Template C# Template
    1
    namespace template;
    2
    
                  
    3
    class template
    4
    {
    5
        static void Main(string[] args)
  3. letterdb letterdb Public

    A website that interactively displays all info about the letters of Vladimir Obruchev

    Python 1