Skip to content

Instantly share code, notes, and snippets.

View flamelier's full-sized avatar

Sean | Flamelier flamelier

View GitHub Profile
@nicolasdao
nicolasdao / functional_programming_guide.md
Last active May 2, 2024 02:13
Functional programming guide. Keywords: function functional program curry currying monad monadic immutable immutability
@nicolasdao
nicolasdao / google-auth-library.md
Last active November 2, 2023 19:19
google-auth-library doc because I did not get the info I wanted out of the official doc. Keywords: google-auth-library gcp token security auth
@nicolasdao
nicolasdao / online_security_guide.md
Last active May 2, 2024 02:14
Online security guide. Keywords: security
@matthewzring
matthewzring / markdown-text-101.md
Last active May 3, 2024 23:25
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:

@nicolasdao
nicolasdao / open_source_licenses.md
Last active May 2, 2024 18:16
What you need to know to choose an open source license.
@jagrosh
jagrosh / Github Webhook Tutorial.md
Last active May 2, 2024 03:47
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