Skip to content

Instantly share code, notes, and snippets.

View kevinkjt2000's full-sized avatar

Kevin Tindall kevinkjt2000

View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>C:\boost_1_54_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
@kevinkjt2000
kevinkjt2000 / QuadForm.cs
Last active September 18, 2019 15:11
My first "real" program that was not on a TI-83. Written in C# on my first laptop during the summer of 2009.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
public class QuadForm
{
static void Main(string[] args)
{
Console.WriteLine("Welcome to the Quadratic Formula Program!");
@kevinkjt2000
kevinkjt2000 / Thaumcraft 4 Aspects.graphml
Created June 4, 2019 23:51
This can be opened in yEd Graph Editor; it shows Thaumcraft v4 aspect relationships
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
<!--Created by yEd 3.13-->
<key attr.name="Description" attr.type="string" for="graph" id="d0"/>
<key for="port" id="d1" yfiles.type="portgraphics"/>
<key for="port" id="d2" yfiles.type="portgeometry"/>
<key for="port" id="d3" yfiles.type="portuserdata"/>
<key attr.name="url" attr.type="string" for="node" id="d4"/>
<key attr.name="description" attr.type="string" for="node" id="d5"/>
<key for="node" id="d6" yfiles.type="nodegraphics"/>