Skip to content

Instantly share code, notes, and snippets.

View tmakin's full-sized avatar

Tom Makin tmakin

  • Vertical Aerospace
  • Shepton Mallet, UK
View GitHub Profile
@Dammmien
Dammmien / mustache.md
Last active April 27, 2023 22:41
Mustache cheatsheet

Basic tag

  Hello {{name}} !!

Comments

 {{! This is a comment, and it won't be rendered }}
@BasicPrinciples
BasicPrinciples / SocketTasksFromAsync.cs
Last active February 9, 2023 12:20
C# Socket Async Task Extension Methods
/**
* Author: BasicPrinciples@github.com
* Date: 11/19/2015
* Namespace: SocketTasksFromAsync
* Class: SocketExtensions
* Revision: 1.0.0
* Purpose: Add tasks to the Socket class
*
* Description: Extension methods for System.Net.Sockets.Socket
* that wrap some of it's APM begin and end methods