Skip to content

Instantly share code, notes, and snippets.

package main
import (
"bufio"
"fmt"
"os"
"time"
)
const numWorkers = 3
@jpoehls
jpoehls / RestfulRouteModule.cs
Created July 25, 2012 18:21 — forked from Grummle/RestfulRouteModule.cs
Http Module to write Route 'pattern' to server_variables
using System;
using System.Diagnostics;
using System.Web;
using System.Web.Routing;
using YourApp.Infrastructure.Framework;
namespace YourApp.Web.UI
{
public class RestfulRouteModule : IHttpModule
{
@jpoehls
jpoehls / blink_ip.pl
Created June 10, 2012 15:59 — forked from chrismeyersfsu/blink_ip.pl
Raspberry Pi Blink Ip Address
@jpoehls
jpoehls / generate_tags.rb
Created October 3, 2009 23:32 — forked from alexyoung/generate_tags.rb
Jekyll Tags Page
namespace :tags do
task :generate do
puts 'Generating tags...'
require 'rubygems'
require 'jekyll'
include Jekyll::Filters
options = Jekyll.configuration({})
site = Jekyll::Site.new(options)
site.read_posts('')