I hereby claim:
- I am dshook on github.
- I am dshook (https://keybase.io/dshook) on keybase.
- I have a public key whose fingerprint is 8808 2F42 C189 8673 EE64 859F 9F7E 4668 F35B 8C8C
To claim this, I am signing this object:
| //For demo purposes ofc | |
| // | |
| //globals all over the place and no test harness | |
| //library makes this a bit messy but hope you should get the idea | |
| var TEST_SIZE = 10; | |
| var testBoard = initState(TEST_SIZE); | |
| assertEquals(testBoard.length, TEST_SIZE, 'Correct Number of Rows'); | |
| assertEquals(testBoard[0].length, TEST_SIZE, 'Correct Number of Columns'); |
| var React = require('react'); | |
| var CreateTransformWidget = require('./CreateTransformWidget.jsx'); | |
| var TransformWidget = require('./TransformWidget.jsx'); | |
| var WidgetStore = require('../stores/WidgetStore'); | |
| var event = require('../messenger/Messenger').event; | |
| var messenger = require('../messenger/AppMessenger'); | |
| module.exports = React.createClass({ | |
| getState() { |
| WEBLINC.formValidation = (function () { | |
| 'use strict'; | |
| var setup = function () { | |
| var CREDIT_CARD_NUMBER_WHITE_LIST = ['1', '2', '3'], | |
| setDefaults = function () { | |
| $.validator.setDefaults({ | |
| meta: 'validation', | |
| ignoreTitle: true, |
| var promise = require('bluebird'); | |
| global.Promise = promise; | |
| var ghost = require('ghost'); | |
| var express = require('express'); | |
| var path = require('path'); | |
| var deploy = require('./deploy.js'); | |
| var app = express(); |
| var shell = Promise.promisifyAll(require('shelljs')); | |
| module.exports = function deploy(req, res){ | |
| shell.execAsync('git remote update') | |
| .then(function(output){ | |
| res.write(output.toString()); | |
| }) | |
| .then(function(){ | |
| return shell.execAsync('git status -uno'); |
| void Main() | |
| { | |
| var cart = new List<Item>(){ | |
| new Item(){id = 7, cost = .99m, quantity = 1}, | |
| new Item(){id = 8, cost = 4m, quantity = 1}, | |
| new Item(){id = 9, cost = 4.9m, quantity = 1}, | |
| }; | |
| var solution = CalculateSolution(cart, 5.0m); |
I hereby claim:
To claim this, I am signing this object:
| Shader "Custom/HpBorder" | |
| { | |
| Properties | |
| { | |
| _Scale("Scale", Range(0.0, 1.0)) = 0.5 | |
| } | |
| SubShader | |
| { | |
| Tags {"RenderType"="Transparent" "Queue"="Transparent"} | |
| LOD 200 |
| Verifying that "dillonshook.id" is my Blockstack ID. https://onename.com/dillonshook |
| {"label":"","duration":8052.6069929513105,"markers":[{"causeName":"setInterval handler","end":58.43870282320131,"endStack":null,"isOffMainThread":false,"name":"Javascript","processType":2,"stack":1,"start":58.41817629920115,"index":0},{"causeName":"setInterval handler","end":68.41272744010348,"endStack":null,"isOffMainThread":false,"name":"Javascript","processType":2,"stack":2,"start":68.39375595579622,"index":1},{"causeName":"setInterval handler","end":78.92510680011765,"endStack":null,"isOffMainThread":false,"name":"Javascript","processType":2,"stack":3,"start":78.90613531581766,"index":2},{"causeName":"setInterval handler","end":89.42349080287386,"endStack":null,"isOffMainThread":false,"name":"Javascript","processType":2,"stack":4,"start":89.3930120248042,"index":3},{"causeName":"setInterval handler","end":99.48210957929405,"endStack":null,"isOffMainThread":false,"name":"Javascript","processType":2,"stack":5,"start":99.45163080122438,"index":4},{"causeName":"setInterval handler","end":109.90305260512832,"e |