Skip to content

Instantly share code, notes, and snippets.

@Bialves
Bialves / gist:dc2782f3b0ad111e4fe37617f46268d8
Created April 2, 2025 12:25 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@mfd
mfd / 06.png
Last active April 2, 2025 12:25
Gilroy font
06.png

Github to Discord Webhook Tutorial

In this tutorial I'll show you how to create a Github webhook that will post updates from your Github account to a channel in Discord. The steps are simple so follow along!

Create a Webhook in a Discord Channel

First you need to create a webhook in a text channel. We're assuming you have both Manage Channel and Manage Webhooks permissions!

  • Go in a channel properties (Alternatively, Server Settings, Webhooks works too)
@juampynr
juampynr / CHANGELOG.md
Created March 27, 2018 09:35
Sample CHANGELOG

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - yyyy-mm-dd

Here we write upgrading notes for brands. It's a team effort to make them as

@jlia0
jlia0 / agent loop
Last active April 2, 2025 12:23
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@fbraz3
fbraz3 / openwrt_add_guest.sh
Last active April 2, 2025 12:20
[openwrt] This script will create a guest network fully isolated from the main one
#!/bin/sh
#
# FOR USE IN OPENWRT
# This script creates a guest network fully isolated from the main one.
# Tested on a Xiaomi AX3000T router; should work on any OpenWRT-powered router.
#
# Ensure the Wi-Fi interfaces retain their default names (radio0 and radio1).
#
# Info about OpenWRT support on AX3000T:
@samhotchkiss
samhotchkiss / gitignore-for-wp
Created August 9, 2013 01:35
Basic Gitignore for WordPress
# This is a template .gitignore file for git-managed WordPress projects.
#
# Fact: you don't want WordPress core files, or your server-specific
# configuration files etc., in your project's repository. You just don't.
#
# Solution: stick this file up your repository root (which it assumes is
# also the WordPress root directory) and add exceptions for any plugins,
# themes, and other directories that should be under version control.
#
# See the comments below for more info on how to add exceptions for your
@Jackarain
Jackarain / gist:ecc6594ef6930db7fa7f
Created March 23, 2015 04:50
Linking libstdc++ statically
Linking libstdc++ statically
Christopher Baus writes about his problems linking libstdc++ statically. Yes, making C++ binaries that will work properly in different Linux distributions is somewhat painful. The problem is not so much linking libstdc++ statically – it is just a library, after all – but the runtime support required by C++ code in general, to enable features like RTTI and exception handling.
The runtime support code used by different parts of a C++ application needs to be compatible. If one part of the program needs to dynamic_cast or catch objects provided by another, both parts must agree on certain implementation details: how to find vtables, how to unwind the stack, and so on.
For C++ and a few other GCC-supported languages with similar features, such details are specified by a C++ ABI. Whenever the ABI used by GCC changes you'll end up with incompatible libraries produced by the different GCC versions. The same is true for plain C, but the C ABI is much simpler and has been around a lot lon
@Lehoczky
Lehoczky / download.ts
Last active April 2, 2025 12:17
Downloading a file in TypeScript
/**
* Opens the user's system file dialog prompting to download
* the given data.
*
* @param fileName default name of the saved file. This is what will show up as file name in the user's file dialog.
* @param data the content of the file.
* @param mime [mime type](https://developer.mozilla.org/en-US/docs/Glossary/MIME_type) of the file
* @param bom
*/
export function download(
@exonomyapp
exonomyapp / Qwen Vision Scope.md
Created April 2, 2025 12:08
Qwen Vision Scope

Exonomy & Exocracy: Vision and Scope

Introduction

Exonomy and Exocracy represent a decentralized, peer-to-peer (P2P) economic and project management ecosystem. This system empowers individuals, termed Exonomists and Exocrats, to create, exchange, and manage vouchers that represent goods and services within localized economies. These vouchers function as units of exchange, referencing real-world currencies for value assessment while remaining distinct from traditional money. By enabling structured, voucher-mediated interactions independently of banking institutions, Exonomy fosters economic resilience, fluid market participation, and community-driven decision-making. The system minimizes unnecessary data replication, ensuring that only relevant economic activities are recorded and propagated efficiently.

Exonomy serves as an alternative pathway for economic activity, prioritizing voucher-based interactions, self-regulating economies, and community-driven decision-making, offering economic independence f