Skip to content
View savelevvo's full-sized avatar

Organizations

@gtvf
Block or Report

Block or report savelevvo

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. gtvf/poll-manager gtvf/poll-manager Public

    Python

  2. nb_parser nb_parser Public

    Telegram bot that checks NB official website for the upcoming sessions.

    Python

  3. Seleznev-nvkz/AirBot Seleznev-nvkz/AirBot Public

    telegram bot for checking the quality of air in the office room

    Go 1

  4. bigint bigint Public

    Lib that allows to store integers bigger then INT_MAX

    C++ 1

  5. restart_subscriptions.sql restart_subscriptions.sql
    1
    ALTER SUBSCRIPTION my_table_sub DISABLE;
    2
    ALTER SUBSCRIPTION my_table_sub SET (slot_name = NONE);
    3
    DROP SUBSCRIPTION my_table_sub;
    4
    DELETE FROM my_table;
    5
    CREATE SUBSCRIPTION my_table_sub CONNECTION 'dbname=xxx user=xxx password=xxx host=xxx port=xxx' PUBLICATION my_table_pub;
  6. Archlinux installation shortcuts Archlinux installation shortcuts
    1
    pacstrap /mnt base linux linux-firmware nano grub dhcpcd 
    2
    systemctl enable dhcpcd.service
    3
    
                  
    4
    pacman -S xorg xfce4 xfce4-goodies lightdm lightdm-gtk-greeter
    5
    systemctl enable lightdm