Skip to content

Instantly share code, notes, and snippets.

@anaisbetts
anaisbetts / FilesystemWatchCache.cs
Created May 8, 2013 22:14
An Rx-friendly Filesystem Watcher
using System;
using System.IO;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using ReactiveUI;
namespace SaveAllTheTime.Models
{
interface IFilesystemWatchCache
{
@thebodzio
thebodzio / instructables.sort.add.instructable.to.collection.alphabetically.user.js
Last active January 28, 2016 15:05
Simple user script (Greasemonkey ready) to sort alphabetically list of collections shown when “Add to Collection” button is clicked by the instructable on www.instructables.com. By default this list is sorted by collection's creation date.
// ==UserScript==
// @name Instructables: sort “Add Instructable to Collection” list alphabetically
// @namespace thebodzio
// @include /^https?://www.instructables.com/id/.*/
// @version 1
// @grant none
// ==/UserScript==
// Returns the UL element holding all the LIs with collections names
// or "null" if it's not found
@mrflip
mrflip / Ancient Greek Geometry.md
Last active August 23, 2023 13:28
Ancient Greek Geometry walkthrough / answers / cheats
@twolfson
twolfson / README.rst
Last active July 24, 2024 18:36
Evaluation and comparison of various Python templating libraries

gist-python-templating-evaluation