Pinned Repositories
basic-typescript-template
Basic TS build and test environment for node
common-gulp-tasks
A set of common gulp tasks that I use across my projects.
common-gulp-tasks-recipe
An example using the common-gulp-tasks
common-gulp-typescript-build-task
A gulp typescript build task that I can reuse across my projects.
duality
a 2D Game Development Framework
elm-webpack-skeleton
Skeleton project for using elm with webpack.
refactoring-game
[experimental] Refactoring exercises intended to be used as practice material for building fluency in refactoring.
Tennis-Refactoring-Kata
Duplicate of Emily Bache's Tennis Refactoring Kata
typescript-refactoring-plugin
WIP: An investigation into how hard it would be to write typescript automated refactorings
webpack-ava-recipe
An example project demonstrating how to setup webpack to compile test files before passing them to ava to be run.
greyepoxy's Repositories
greyepoxy/webpack-ava-recipe
An example project demonstrating how to setup webpack to compile test files before passing them to ava to be run.
greyepoxy/elm-webpack-skeleton
Skeleton project for using elm with webpack.
greyepoxy/refactoring-game
[experimental] Refactoring exercises intended to be used as practice material for building fluency in refactoring.
greyepoxy/typescript-refactoring-plugin
WIP: An investigation into how hard it would be to write typescript automated refactorings
greyepoxy/Tennis-Refactoring-Kata
Duplicate of Emily Bache's Tennis Refactoring Kata
greyepoxy/basic-typescript-template
Basic TS build and test environment for node
greyepoxy/common-gulp-tasks
A set of common gulp tasks that I use across my projects.
greyepoxy/common-gulp-tasks-recipe
An example using the common-gulp-tasks
greyepoxy/common-gulp-typescript-build-task
A gulp typescript build task that I can reuse across my projects.
greyepoxy/duality
a 2D Game Development Framework
greyepoxy/elm-ChessWebsite
[In-progress] a implementation of chess in the browser
greyepoxy/elm-GameHostServer
An attempt at creating a game server written in elm.
greyepoxy/greyepoxy.github.io
My blog built with Jekyll Now.
greyepoxy/parchment
greyepoxy/provable-refactorings
A collection of refactoring recipes that are provably safe. They never accidentally introduce nor fix a bug, including one that you don't know exists. They maintain all behavior, including unknown or unspecified behavior. To accomplish this, each recipe is concrete and language-specific.
greyepoxy/quill
Quill is a modern WYSIWYG editor built for compatibility and extensibility.
greyepoxy/quixote
CSS unit and integration testing
greyepoxy/random-pairs
Get a circle of pairs for an array.
greyepoxy/RegexWB
Regular Expression Workbench (v2 by Eric Gunnerson)
greyepoxy/resscript-experiments
testing out ReScript
greyepoxy/SpaceGameControlsPrototype
A test for a control layout for a overhead 2D space flight simulator
greyepoxy/Spell-checker
An attempt at making a spellchecker's brain
greyepoxy/time-to-code-simulation
A simulation for how long it takes to code overtime
greyepoxy/typescript-over-lib-inclusion-issue
An example of TypeScript over including libs
greyepoxy/wallaby-import-const-enum-bug
A reproduction of a wallaby bug where importing a const enum does not work
greyepoxy/wallaby-webpack-ts-loader
This repository demonstrates how to configure wallaby.js with webpack built-in postprocessor and typescript.
greyepoxy/webpack-dev-server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
greyepoxy/yalc
Work with yarn/npm packages locally like a boss.
greyepoxy/yarn
📦🐈 Fast, reliable, and secure dependency management.
greyepoxy/yarn-not-pruning-scoped-projects-issue-example
An reproduction of an issue with yarn (1.22.4) not pruning scoped projects after install