Skip to content

Instantly share code, notes, and snippets.

View Talljoe's full-sized avatar

Joe Wasson Talljoe

View GitHub Profile
@Talljoe
Talljoe / LICENSE
Created April 29, 2010 17:17
Simple program for setting the persistent PATH environment variable.
Copyright (c) 2010 Joseph Wasson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
namespace Ninject.Tests.Integration
{
using System.Collections.Generic;
using Ninject.Tests.Fakes;
using Ninject.Tests.Integration.StandardKernelTests;
using Ninject.Tests.MSTestAttributes;
using Xunit;
using Xunit.Should;
[TestClass]
~Oklahoma and fosil fuels~. ~fosill fuels~: http://nswarc.co.uk/myron-fosill-fuels//1296720000
Fosil Fuel | Flickr - Photo Sharing!: http://www.flickr.com/photos/thomashawk/3910488337//1298707200
Fossil fuel - Wikipedia, the free encyclopedia: http://en.wikipedia.org/wiki/Fossil_fuel/1301554800
Answers.com - What is fosil fuels: http://wiki.answers.com/Q/What_is_fosil_fuels/1301122800
USING VARIOUS KINDS OF FOSIL FUEL [KEPCO]: http://www.kepco.co.jp/english/fuel/siyounen1_e.html/1254380400
Fosils found on the big dig boston. oklahoma and fosil fuels ...: http://pronafcap.net/bates-oklahoma-and-fosil-fuels//1297238400
Suluh fosil - Wikipédia: http://su.wikipedia.org/wiki/Suluh_fosil/1291190400
Answers.com - Is peat a fosil fuel: http://wiki.answers.com/Q/Is_peat_a_fosil_fuel/1297152000
Oklahoma and fosil fuels, adjusting a fosil watch band: http://www.prairieartist.com/dori-3-important-fosils-discoveries-in-south-africa//1298448000
Nivi fosili u nivom vinodolskom [fosil porn vintage. fosill fuels]: http://flor
using System;
using Ninject;
using Ninject.Planning.Bindings;
namespace NinjectExamples
{
using Xunit;
using Xunit.Should;
public class Chapter_9_ConstraintAttribute_Bindings
@Talljoe
Talljoe / App.config
Created April 26, 2011 03:15
Paging bug in Massive.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<connectionStrings>
<clear />
<add name="TestDb"
connectionString="Data Source=.\sqlexpress;Initial Catalog=MassiveTest;Integrated Security=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
</configuration>
@Talljoe
Talljoe / frankdsl.fs
Created May 29, 2011 17:33
DSL notes from ALT.NET Seattle
// Possible DSLs for Frank
// Pattern matching of some sort
// Can't short-circuit the match when a method isn't supported
// Must have a default handler
// Hard to make sensible DSL
"/users/{id}" Resource<User> (fun method ->
match method with
| GET id -> {}
| POST user -> {}
@Talljoe
Talljoe / unique.txt
Created August 1, 2017 21:55
Unique strokes in the Plover dictionary
#
#*
#*E
#*EU
#*U
#-D
#-Z
#EUD
#K*
#KR*
@Talljoe
Talljoe / initial-synonyms.txt
Last active August 6, 2017 22:24
Outlines where the final stroke by itself has the same meaning.
AL/AL = AL = Al
A*EPB/A*EPB = A*EPB = Anne
A*Z/A*Z = A*Z = Arizona
PWERT/PWERT = PWERT = Bert
PWEFRL/KWREU = PWEFRL = Beverly
PWHRAEUPB/PWHRAEUPB = PWHRAEUPB = Blaine
KRA*/KRA* = KRA* = California
KARL/KARL = KARL = Carl
KHR*EUPBT/O*PB = KHR*EUPBT = Clinton
KRO*/KRO* = KRO* = Colorado
@Talljoe
Talljoe / redundant-group.txt
Last active August 15, 2017 17:12
Outlines that are equal to the sum of their parts.
80 cents and (0EU8/KREPBT/SKP-S) = (0EU8 = 80) + (KREPBT = cent) + (SKP-S = {^s and})
Alan (AL/A*PB) = (AL = Al) + (A*PB = {^an})
Alp (AL/*P) = (AL = Al) + (*P = {^p})
Americans (PHERPB/-S) = (PHERPB = American) + (-S = {^s})
Augustus (AUG/KWRUS) = (AUG = August) + (KWRUS = {^us})
Barton (PWART/O*PB) = (PWART = Bart) + (O*PB = {^on})
Beatles (PWA*ET/*L/-S) = (PWA*ET = Beat) + (*L = {^le}) + (-S = {^s})
Beats (PWA*ET/-S) = (PWA*ET = Beat) + (-S = {^s})
Bernie (PWERPB/AO*E) = (PWERPB = Bern) + (AO*E = {^ie})
Bessie (PWES/AO*E) = (PWES = Bess) + (AO*E = {^ie})
@Talljoe
Talljoe / config.conf
Created October 17, 2019 15:52
Neofetch config
# See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() {
info title
info underline
# info "Host" model
info "$(color 2)OS" distro
info "$(color 2)├$(color 6) Kernel" kernel
info "$(color 2)├$(color 6) Uptime" uptime