Skip to content

Instantly share code, notes, and snippets.

View meekot's full-sized avatar

Ilya Khomyakov meekot

View GitHub Profile
@meekot
meekot / gist:d92af3828753372369d44a029d1503bf
Created October 9, 2020 14:26 — forked from andyyou/gist:3052671
C# Controls abbreviation
btn Button chk CheckBox ckl CheckedListBox
cmb ComboBox dtp DateTimePicker lbl Label
llb LinkLabel lst ListBox lvw ListView
mtx MaskedTextBox cdr MonthCalendar icn NotifyIcon
nud NumeircUpDown pic PictureBox prg ProgressBar
rdo RadioButton rtx RichTextBox txt TextBox
tip ToolTip tvw TreeView wbs WebBrowser
容器
flp FlowLayoutPanel grp GroupBox pnl Panel
@meekot
meekot / Docker
Last active April 19, 2020 15:24
[Admin] Small ads for docker
#mount containers system
>sudo docker-compose up -d
#down containers system
>sudo docker-compose down
#remove containers
>docker rm $(docker ps -a -q)
#stop containers