Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am SupernaviX on github.
  • I am simongellis (https://keybase.io/simongellis) on keybase.
  • I have a public key whose fingerprint is 639E 43DF C3CD 0A88 4710 44F2 569A 59C1 8614 D88E

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am supernavix on github.
  • I am simongellis (https://keybase.io/simongellis) on keybase.
  • I have a public key whose fingerprint is C8FB 1AD9 2C47 0413 C5A7 8EB3 32C9 B5F4 B293 3F0D

To claim this, I am signing this object:

@SupernaviX
SupernaviX / Building.cshtml
Last active January 4, 2016 13:49
Nested Collection Postback with ASP.NET MVC Framework
@model CollectionPostback.Models.Building
@using (Html.BeginForm("Post", "Home"))
{
<fieldset>
<legend>Building</legend>
@Html.TextBoxFor(m => m.Name)
<ul class="collection" data-name="Floors">
@foreach (var floor in Model.Floors)
{
@Html.Partial("Floor", floor)
@SupernaviX
SupernaviX / sas.txt
Last active December 28, 2015 15:49
SAS 1-4 and 6, now with unfucked spacing
1. Introduction
The purpose of this document is to describe and clearly define the creation process of Project BOLO. It will give a clear timeline for the development and release of each deliverable, and inform the client about the requirements of the project.
2. Scope
2.1 Identification
System Analysis Specification
SAS-001
Revision 1
November 18, 2013