Skip to content

Instantly share code, notes, and snippets.

View AlfredPros's full-sized avatar
😄
Ren'Py is fun!

AlfredPros AlfredPros

😄
Ren'Py is fun!
View GitHub Profile
@twolfson
twolfson / README.rst
Last active July 12, 2026 11:47
Evaluation and comparison of various Python templating libraries

gist-python-templating-evaluation

@braindevices
braindevices / #btrfs benchmark for daily used desktop OS
Last active August 21, 2026 10:56
which file sytem to use for daily work? should we turn on btrfs compression?
#btrfs benchmark for daily used desktop OS
@berkorbay
berkorbay / github_desktop_ubuntu.md
Last active August 19, 2026 21:37
To install Github Desktop for Ubuntu

IMPORTANT

See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)

For the sake of "maintaining the tradition" here is the updated version.

@matthewzring
matthewzring / markdown-text-101.md
Last active August 19, 2026 15:40
A guide to Markdown on Discord.

Markdown Text 101

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

What this guide covers:

@jagrosh
jagrosh / Github Webhook Tutorial.md
Last active August 18, 2026 02:15
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings