Skip to content

Instantly share code, notes, and snippets.

View ssuing8825's full-sized avatar

Steven Suing ssuing8825

View GitHub Profile
@ssuing8825
ssuing8825 / Tasks.txt
Last active January 20, 2016 12:38
Remaining Tasks
Foundation
- Build a foundation out of 2x4s
Boxes
- Sand
- Prime and paint Drawer and Frame
- Move to Destination
- Level and Install
Seat
#region Private Fields
/// <summary>
/// The container
/// </summary>
private static Container container;
#endregion
{
"logdate": "2015-03-19 15:43:23,726",
"loglevel": "ERROR",
"logguid": "8eab27e4-9c41-4d83-ab5f-cfd334d250ce",
"uniquelogid": "BBB40005:1D58ZYH",
"loggername": "Tests.LoggingLog4NetTests",
"message": "The system was unable to connect to duckcreek.",
"serializedobjects": [
{
"Tests_OuterWrapper": {
<?xml version="1.0" encoding="UTF-8"?>
<policy>
<id>1233</id>
<status>1233</status>
<datecreate>10-10-2014</datecreate>
<vehicles>
<Vehicle>
<id>1</id>
<Make>Honda</Make>
</Vehicle>
<?xml version="1.0" encoding="UTF-8"?>
<policy>
<id>1233</id>
<status>1233</status>
<datecreate>10-10-2014</datecreate>
<vehicles>
<Vehicle>
<id>1</id>
<Make>Honda</Make>
</Vehicle>
<policy>
<id>1233</id>
<status>1233</status>
<datecreate>10-10-2014</datecreate>
<vehicles>
<Vehicle>
<id>1</id>
<Make>Honda</Make>
</Vehicle>
</vehicles>
@ssuing8825
ssuing8825 / gist:4757649
Last active December 12, 2015 10:18
This is a clipboard
dsafsdfadsfasdfsdfa sdsdf s
@ssuing8825
ssuing8825 / gist:4678721
Created January 31, 2013 00:21
FizzBuzz
[TestMethod]
public void TestingFizzBuzz()
{
var f = new FizzBuzz();
for (int i = 0; i < 100; i++)
{
Console.Write(f.FizzBuzzList(i));
}