Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 1626g1VUdhDwSaJGyYf2vHp38Dyy9oLqrz https://explorer.blockstack.org/address/1626g1VUdhDwSaJGyYf2vHp38Dyy9oLqrz
@dgbrokaw
dgbrokaw / rAF-test.html
Last active May 11, 2017 19:15
jsPsych rAF rt demo
<!doctype html>
<html>
<head>
<title>Timeline Demo</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script src="jsPsych/jspsych.js"></script>
<script src="jsPsych/plugins/jspsych-text.js"></script>
<link href="jsPsych/css/jspsych.css" rel="stylesheet" type="text/css"></link>
<link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/black-tie/jquery-ui.min.css" rel="stylesheet" type="text/css"></link>
@dgbrokaw
dgbrokaw / shuffle-loop-test.html
Created May 4, 2017 15:17
jsPsych trial shuffle + loop
<!doctype html>
<html>
<head>
<title>Timeline Demo</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script src="jspsych-master/jspsych.js"></script>
<script src="jspsych-master/plugins/jspsych-text.js"></script>
<link href="jspsych-master/css/jspsych.css" rel="stylesheet" type="text/css"></link>
<link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/black-tie/jquery-ui.min.css" rel="stylesheet" type="text/css"></link>