Skip to content

Instantly share code, notes, and snippets.

View exesse's full-sized avatar
🏠
Working from home

Vladislav Kulbatski exesse

🏠
Working from home
View GitHub Profile
@exesse
exesse / quiz.md
Created May 14, 2021 19:36
GCP quiz

GCP quiz

Intro

Всем Пятницы! На следующей неделе продолжим наш интерактив и дадим вам серию из 5 вопросов на тему GCP (Google Cloud Platform). Для тех, кто не знает и даже не слышал (не думаем, что такие есть), это позволит узнать новое. А для прожженных продакшн опытом - проверить себя в знаниях теории. Все вопросы постараемся сопровождать комментариями и полезными ссылками. Если будет желание подготовиться на выходных, вот несколько полезных ссылок (исключительно на английском, но тесты тоже будут на английском):

@exesse
exesse / xrandr.sh
Last active May 9, 2021 12:09 — forked from chirag64/xrandr.sh
New mode generator for xrandr.
#!/bin/bash
# MIT License
#
# Copyright (c) 2021 Vladislav Kulbatski
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# Install twine
pip install twine
# Make dist
python setup.py sdist bdist_wheel
# Check dist
twine check dist/*
# Upload package to PyPi