Skip to content

Instantly share code, notes, and snippets.

@mirie
mirie / pr_template.md
Last active August 15, 2016 19:17 — forked from crittermike/pr_template.md
Pull request template

Erase this section when you submit a PR. This is your checklist:

Definition of Done:

  • DID YOU RUN GRUNT VALIDATE?!?!?!
  • Has this passed the Definition of Done/Completeness -- tech approach signoff, screenshot signoff, etc.
  • Has any required automated testing been written/updated?
  • Has the documentation been added/updated?
  • Is there appropriate logging included?
  • Does this add new modules/themes? If so:
    • Has the make file been updated?
  • Has moduleList been updated?
@mirie
mirie / 0_reuse_code.js
Created January 18, 2016 17:55
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@mirie
mirie / index.html
Created October 14, 2015 02:43 — forked from anonymous/index.html
Do Now Activity Do Now Activity // source http://jsbin.com/voziwun
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Do Now Activity" />
<meta charset=utf-8 />
<title>Do Now Activity</title>
<style id="jsbin-css">
/* Add your CSS! */
.challenge1 {
@mirie
mirie / index.html
Last active August 29, 2015 14:28 — forked from anonymous/index.html
JS Bin // source https://jsbin.com/zocoza
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<p>Whassup.</p>

Configure

xdebug.ini

xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.remote_connect_back=1