Skip to content

Instantly share code, notes, and snippets.

View PhilCS's full-sized avatar

Philippe Carpentier-Savard PhilCS

View GitHub Profile
@PhilCS
PhilCS / raspberry_python.sh
Last active June 23, 2023 23:34 — forked from miditkl/raspberry_python.sh
A shell script for installing Python 3.10.12 on your Raspberry Pi.
#!/bin/bash
# A bash script for installing Python 3.10.12 on your Raspberry Pi.
# (c) 2022 Valentin B. / Midian T. E.
#
# Open your terminal and type the following command:
# sudo wget https://gist.githubusercontent.com/PhilCS/c27b37ed70cf84326e63f8bad75ca0dc/raw/raspberry_python.sh && sudo chmod +x raspberry_python.sh && ./raspberry_python.sh
sudo apt-get update -y
sudo apt-get upgrade
@PhilCS
PhilCS / gist:fa683702669df319fddf32c2033092f2
Created April 25, 2023 21:17 — 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