Skip to content

Instantly share code, notes, and snippets.

View rossedfort's full-sized avatar

Ross Edfort rossedfort

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="favicon.png">
<title>ngworld</title>
<script src="./src/aframe-master.js"></script>
<script src="./src/aframe-extras.min.js"></script>

Step 1: Open your TypeScript user defined snippets: Code > Preferences > User Snippets > (select TypeScript)

Step 2: Paste this block of JSON between the 2 brackets that are already there. Make sure it's not in the commented out text.

	"Start a test 'it' block for a component": {
		"prefix": "itc",
		"body": [
			"it('Should $1',",
 " inject([${2:component}], (component: ${2:component}) =&gt; {",

Hello!

this note was writen with the bartleby app

you should totally check it out

nyancat


Hello!

this note was writen with the bartleby app

you should totally check it out

nyancat


DTR

Availabilty

  • Both Robbie and Ross are available to work most days after school except for when Robbie has his kids.
    • In this case, work will be split up and tackled individually
  • Robbie and I both prefer to work at school

Work-flow

Web Sockets Lesson Plan

  • Fork this gist
  • Include a link to your application's repo
  • Your repo should have a link to your production app in the README
  • Include questions/comments for anything you'd like us to specifically give you feedback on

The websockets homework is graded on 'completion' or 'semi-completion' - but we'll try to leave you feedback on anything we see that requires feedback in the gist.

Repository

@rossedfort
rossedfort / express.markdown
Created February 28, 2016 19:53 — forked from rrgayhart/express.markdown
Building Express Applications

Hello!

this note was writen from the bartleby app

you should totally check it out

nyancat

@rossedfort
rossedfort / creact.markdown
Last active February 29, 2016 16:59 — forked from rrgayhart/creact.markdown
Creact Links
@rossedfort
rossedfort / readmelove.md
Created February 22, 2016 01:54 — forked from rrgayhart/readmelove.md
README Love

##PROTIP: README Love

READMEs are AWESOME. They are one of the best things you can add to a repo, (other than quality code), to make it look professional.

####Things that make a README great:

  • A link to the production site on heroku
  • A screenshot (or a few) of what the app does (This is especially important if you don't have the production app up and running yet)
  • Directions on how to clone or fork the repo and run it locally (explain it like you're explaining things to a totally new programmer)