Skip to content

Instantly share code, notes, and snippets.

View emneo-dev's full-sized avatar
🏳️‍⚧️
Trans rights

Emily Flion emneo-dev

🏳️‍⚧️
Trans rights
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active December 11, 2025 20:19
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@Ckath
Ckath / kotworld.gif
Last active April 18, 2022 18:48
why do gists embed
kotworld.gif
const std = @import("std");
const net = std.net;
const fs = std.fs;
const os = std.os;
pub const io_mode = .evented;
pub fn main() anyerror!void {
var general_purpose_allocator = std.heap.GeneralPurposeAllocator(.{}){};
const allocator = &general_purpose_allocator.allocator;
@bkaradzic
bkaradzic / orthodoxc++.md
Last active December 9, 2025 09:13
Orthodox C++

Orthodox C++

This article has been updated and is available here.