Skip to content

Instantly share code, notes, and snippets.

View edgenard's full-sized avatar

Emmanuel Genard edgenard

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>JQuery Review</title>
</head>
<body>
<h1>JQuery Review</h1>
<div class="part-1">
<h2> Part 1</h2>
<p>
<!DOCTYPE html>
<html>
<head>
<title>Do Now 5.0.2</title>
</head>
<body>
<h1>JQuery Review</h1>
<div class="part-1">
<h2> Part 1</h2>
<p>
<!DOCTYPE html>
<html>
<head>
<title>Do Now 5.0.2</title>
</head>
<body>
<h1>JQuery Review</h1>
<div class="part-1">
<h2> Part 1</h2>
<p>
<!DOCTYPE html>
<html>
<head>
<title>Do Now 5.0.2</title>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display">
</head>
<body>
<h1>JQuery Review</h1>
<h2> Part 1</h2>
body {
font-family:"Gill Sans", Calibri, sans-serif;
background-color: #fffc00;
color: #1f0eff;
font-size: 20px;
}
body {
font-family:"Gill Sans", Tahoma, sans-serif;
background-color: #fffc00;
color: #1f0eff;
font-size: 20px;
}
/*
An attempt to write a cli tic-tac-toe game in node
and es6/2015 using as many pure functions as possible.
The main logic is a series of pure functions that are tested
and the interactive part uses node's readline module and is not tested.
The github repo with tests and how to run: https://github.com/edgenard/node-es6-ttt
Note: I was able create an immutable gameStore with deepCopy. The computer player is unbeatable.
@edgenard
edgenard / gist:4e981a35690c9c94bd6c
Last active October 11, 2015 14:28 — forked from alex-zige/gist:5795358
Rails Rspec API Testing Notes

Rails Rspec APIs Testing Notes

Folders Structure

  spec
  |--- apis #do not put into controllers folder. 
        |--- your_api_test_spec.rb  
  |--- controllers
  |--- models
  |--- factories
 |--- views
@edgenard
edgenard / index.html
Created October 5, 2015 16:30 — forked from anonymous/index.html
A Webpage An HTML page with errors // source http://jsbin.com/dakalo
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="An HTML page with errors">
<meta charset="utf-8">
<title>A Webpage</title>
<body>
<p>
My First Webpage!
Find the two errors!