Skip to content

Instantly share code, notes, and snippets.

View rejgan318's full-sized avatar

Eugene rejgan318

View GitHub Profile
/*Обнуление*/
*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
@rejgan318
rejgan318 / _README.MD
Last active March 30, 2023 18:46
[web] [icon customize] fontello

Кастомизазия иконок

  • fontello
  • Font Awesome
@rejgan318
rejgan318 / _usefull.md
Last active July 25, 2023 09:47
[usefull]

Всякие полезности

lovelyUnicodeChars.md

Win + . - подборка

@rejgan318
rejgan318 / snsDrawCircle.py
Last active December 22, 2022 17:55
[Python] [Seaborn] #Seaborn#
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
df = pd.DataFrame()
df['X'] = [1, 2, 1, 2]
df['Y'] = [0, -1, 2, 1]
df['GRP'] = ['HOT', 'COLD', 'COLD', 'HOT']
ax = sns.scatterplot(data=df, hue='GRP', x='X', y='Y')
ax.add_patch(plt.Circle(xy=(0, 0), radius=2, color='red', fill=False))
@rejgan318
rejgan318 / _usefull.md
Last active January 5, 2024 00:51
[Python] #usefull# - полезности

Полезности и сервис, красивый вывод

colorama_test.py

Тест цвета и позиции курсора

SimpleProgressBar.py

простой однострочный прогресс-бар с параметрыми

download_random_images.py

Download random images from picsum.photos