Skip to content

Instantly share code, notes, and snippets.

@agrothe
agrothe / IArangoContext.cs
Created May 17, 2020 17:00
Interface for coronabytes/ArangoDB ArangoContext.
using Core.Arango.Protocol;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
namespace Core.Arango
@agrothe
agrothe / perlinNoise.ts
Created December 26, 2019 16:17
Perlin Noise 4: Procedurally Generated Terrain (via David Logue)
/*
____ _ _ _ _ _
/ ___|| | _____ _| | | | __ _ __| | ___ | | _____ _ __
\___ \| |/ _ \ \ /\ / / |_| |/ _` |/ _` |/ _ \| |/ / _ \ '_ \
___) | | (_) \ V V /| _ | (_| | (_| | (_) | < __/ | | |
|____/|_|\___/ \_/\_/ |_| |_|\__,_|\__,_|\___/|_|\_\___|_| |_|
Original by David Logue: https://codepen.io/Daboo/pen/JNbpwq?editors=0010#0
TypeScriptified by https://github.com/agrothe
@agrothe
agrothe / dabblet.css
Created March 30, 2013 13:24
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;