Skip to content

Instantly share code, notes, and snippets.

View lipis's full-sized avatar

Lipis lipis

View GitHub Profile
@lipis
lipis / stars.excalidawlib
Created November 9, 2020 18:36
Stars in Excalidraw
{
"library": [
[
{
"angle": 0,
"backgroundColor": "#fa5252",
"fillStyle": "solid",
"height": 120.0,
"id": "0fe51e592ee32afbd20154eaf80518c8",
"opacity": 100,
@lipis
lipis / polygons.excalidrawlib
Last active November 9, 2020 18:33
Polygons in Excalidraw: 3, 5, 6, 8, 10, 12
{
"library": [
[
{
"angle": 0,
"backgroundColor": "#fa5252",
"fillStyle": "solid",
"height": 120.0,
"id": "8f1332969db0f22d8896b0f6c8054993",
"opacity": 100,
@lipis
lipis / certbot.sh
Created June 2, 2017 12:20
Let's Encrypt Certificates on App Engine
git clone https://github.com/certbot/certbot
cd certbot
sudo cat /etc/letsencrypt/live/example.com/fullchain.pem
sudo openssl rsa -in /etc/letsencrypt/live/example.com/privkey.pem
@lipis
lipis / debug.css
Last active March 29, 2017 19:16
Debug your styles with outline (Copy/Paste the JS in your console and press D)
* {
outline: 1px solid rgba(251,8,7,.24)
}
@lipis
lipis / .editorconfig
Created June 8, 2016 15:19
.editorconfig example
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true