Skip to content

Instantly share code, notes, and snippets.

View Maximilian-Winter's full-sized avatar

Maximilian Winter Maximilian-Winter

  • Königswinter
View GitHub Profile
@knasa21
knasa21 / UDPClientUWP.cs
Last active May 9, 2018 21:30
HoloLens用UDP受信プログラム(ClientじゃなくてServerかな)
using UnityEngine;
using UnityEngine.Assertions;
using System.Text;
#if UNITY_EDITOR
using System.Net;
using System.Net.Sockets;
#else
using System;
using System.IO;
@matthewzring
matthewzring / markdown-text-101.md
Last active July 24, 2024 06:37
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:

How to convert markdown to PDF:

This post reviews several methods for converting a Markdown (.md) formatted file to PDF, from UNIX or Linux machines.

Using Pandoc:

$ pandoc How_I_got_svg-resizer_working_on_Mac_OSX.md -s -o test1.pdf