Pinned Repositories
2017-03-21-melbourne-workshop
amindunited.github.io
Github Page for AMindUnited
amu-build-horde-package
A node script to build several projects and collate them into a single zip file for packaging
amu-demo-box
amu-demos
A Mono-Repo of demos
amu-express-static
Just a simple example (reference) of a static server in Express
amu-get-query-param
An example of getting the query params from the url
amu-mtg-deckmaster
Demo for an MTG store
ng-upgrade-cli-trial
An attempt to get angularjs modules working in angular-cli
tinyAjax
A small pureJS ajax helper that implements a jQuery.ajax like interface
amindunited's Repositories
amindunited/ng-upgrade-cli-trial
An attempt to get angularjs modules working in angular-cli
amindunited/2017-03-21-melbourne-workshop
amindunited/amu-build-horde-package
A node script to build several projects and collate them into a single zip file for packaging
amindunited/amu-demo-box
amindunited/amu-express-static
Just a simple example (reference) of a static server in Express
amindunited/amu-get-query-param
An example of getting the query params from the url
amindunited/angular2typescript
Code samples from the book Angular 2 Development with TypeScript
amindunited/child-process
A Promise wrapper around node child process commands
amindunited/cra-redux-thunk-blank
amindunited/deep-flatten
Accepts a nested array and returns a flattened copy
amindunited/dummy-package
An Dummy / placeholder npm package
amindunited/exclude
Removes each given value from a source array
amindunited/file-stat
This function returns information about a file
amindunited/firebase-cards-react
amindunited/html-sketchapp
HTML to Sketch export solution
amindunited/js-pursuit
amindunited/reactive-state
A very simple state container built with RxJs
amindunited/read-dir
Read the contents of a Directory
amindunited/read-file
A Promise wrapper around fs.readFile
amindunited/recursive-read-directory
Recursively list the contents of a given directory
amindunited/revision-hash
Creates an MD5 hash of a given string and returns the first 10 characters
amindunited/simple-ng1.5-es5
International League of Villains - Name picker (angular 1.5 / ES5 )
amindunited/simple-ng1.5-es6
International League of Villains - Origin Story Picker (angular 1.5 / ES6 )
amindunited/super-small-webpack-seed
amindunited/to-camel-case
Joins a string separated by dashes or underscores and uppercases the first character of each word
amindunited/to-kebab-case
Converts a string to be separated by dashes
amindunited/to-snake-case
Accepts a, Title Case, camel Case or dash separated string and returns a copy separated by underscores.
amindunited/to-title-case
Accepts an underscore or dash separated string and returns a copy separated by underscores.
amindunited/trello-chrome-extension
A Spike for wiring a chrome extension to trello
amindunited/write-file
A Promise wrapped implementation of node fs.writeFile