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 February 17, 2025 19:19
Evaluation and comparison of various Python templating libraries

gist-python-templating-evaluation

@berkorbay
berkorbay / github_desktop_ubuntu.md
Last active April 22, 2025 08:10
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 April 22, 2025 03:04
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 April 17, 2025 11:00
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