Skip to content

Instantly share code, notes, and snippets.

View RealKC's full-sized avatar
😎
Making undecidable grammars

Dumitru Mițca RealKC

😎
Making undecidable grammars
  • Romania
  • 20:53 (UTC +03:00)
View GitHub Profile
@matthewzring
matthewzring / markdown-text-101.md
Last active May 1, 2024 05:59
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:

@zeux
zeux / minid3d9.h
Created February 12, 2016 08:32
Minimal set of headers for D3D9
// This file is designed to be included in D3D9-dependent code instead of d3d9.h, while adding minimal amount of junk
#pragma once
#include <BaseTyps.h>
#include <BaseTsd.h>
// stdlib.h
#ifndef _INC_STDLIB
#define _INC_STDLIB
#endif