Skip to content

Instantly share code, notes, and snippets.

View GeorgeWL's full-sized avatar

George W Langham GeorgeWL

View GitHub Profile
atom-sync-settings
@GeorgeWL
GeorgeWL / intentandsecurity.md
Created March 5, 2017 23:19
This file is a plaintext Statement of Intent & Data Security Declaration

##What will I be asked to do?

Participants will be asked to complete the questionnaire online. Participants will be asked to answer a number of questions about themselves and their use of the web, graphs, charts, and assistive technologies. This will include questions about their level of sight.

##Time Commitment:

This is an online study that you can complete at your own pace, if the site is kept open, the answers will be remembered until the browser or tab is closed. This will take approximately 15 minutes to complete.

##Am I obligated to take part?

@model IEnumerable<Forest.Data.Music_category>
@{
ViewBag.Title = "Categories";
}
<h2>Categories</h2>
<p>
@Html.ActionLink("Create New", "Create")
@GeorgeWL
GeorgeWL / MusicAdminControler.cs
Created November 29, 2016 16:43
not working with 5 errors.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Forest.Data;
using Forest.Services;
using Forest.Services.Service;
using Forest.Services.IService;
@GeorgeWL
GeorgeWL / RecordingsController.cs
Created November 29, 2016 16:37
this is the Recordings Controller
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Forest.Data;
using Forest.Services;
using Forest.Services.Service;
using Forest.Services.IService;
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
@GeorgeWL
GeorgeWL / footer.css
Created June 16, 2016 15:23
footer.css