Pinned Repositories
angular-accordion
An angular accordion which auto stretches to its container height and width while debouncing height recalculation on resize. Works in modern browsers and IE9+.
angular-es6-boilerplate
An opinionated angular boilerplate in the spirit of ng-boilerplate which uses traceur to allow for es6 features.
angular-jquery-ui-accordion
An angular accordion control which wraps the jquery ui accordion. Better for my use case than the bootstrap accordion wrappers, as it fits to the height of its container.
angular-loading
An angular directive that supports a pattern to simplify loading messages with timeout, error messages, and retry for a particular dom element.
angular-table
An angular directive for a table with fixed, sortable headers, row selection, row even/odd coloring, which automatically stays the correct height relative to its container when the browser is resized. No javascript code required; the api is a 100% declarative dsl.
css-visual-test
Test your front end components visually. Currently supports components built with react and commonjs / browserify.
diy-react-redux
A project which shows how to integrate redux into react without using any third party react components by using a higher order function. Application uses redux middleware to persist state, reselect and shouldcomponentupdate for performance, seamless immutable, flow types and unit tests to prevent bugs and ease refactoring.
es6-boilerplate
Write apps in es6 now via traceur while using dependencies distributed as amd and browser global modules, with source maps, concatenation, minification, compression, and unit testing in real browsers.
modified_eight_queens
A variant of eight queens, using recursive backtracking and depth first search. Includes static typing with flow, a browser visualization and very thorough integration tests.
single-page-app-boilerplate
Single Page App Boilerplate is a toolkit for easily and quickly creating single page javascript applications using best practices such as test driven development, javascript dependency management, automated builds, and (coming soon) continuous deployment.
davidjnelson's Repositories
davidjnelson/angular-table
An angular directive for a table with fixed, sortable headers, row selection, row even/odd coloring, which automatically stays the correct height relative to its container when the browser is resized. No javascript code required; the api is a 100% declarative dsl.
davidjnelson/es6-boilerplate
Write apps in es6 now via traceur while using dependencies distributed as amd and browser global modules, with source maps, concatenation, minification, compression, and unit testing in real browsers.
davidjnelson/single-page-app-boilerplate
Single Page App Boilerplate is a toolkit for easily and quickly creating single page javascript applications using best practices such as test driven development, javascript dependency management, automated builds, and (coming soon) continuous deployment.
davidjnelson/angular-accordion
An angular accordion which auto stretches to its container height and width while debouncing height recalculation on resize. Works in modern browsers and IE9+.
davidjnelson/css-visual-test
Test your front end components visually. Currently supports components built with react and commonjs / browserify.
davidjnelson/awesome-arts
Awesome Arts is a collection of arts links and stuff.
davidjnelson/diy-react-redux
A project which shows how to integrate redux into react without using any third party react components by using a higher order function. Application uses redux middleware to persist state, reselect and shouldcomponentupdate for performance, seamless immutable, flow types and unit tests to prevent bugs and ease refactoring.
davidjnelson/modified_eight_queens
A variant of eight queens, using recursive backtracking and depth first search. Includes static typing with flow, a browser visualization and very thorough integration tests.
davidjnelson/angular-starter
An angular starter project based on gulp, requirejs, karma, jasmine, protractor, and separation of code by module.
davidjnelson/appengineblogsoftware
Automatically exported from code.google.com/p/appengineblogsoftware
davidjnelson/davidshousing
Automatically exported from code.google.com/p/davidshousing
davidjnelson/dynamo-typeorm
ORM for AWS DynamoDB, with ES6 / TS support
davidjnelson/ecommerceshoppingcartsoftware
Automatically exported from code.google.com/p/ecommerceshoppingcartsoftware
davidjnelson/flow-issues
Showing some errors with flow.
davidjnelson/git-extras
GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
davidjnelson/gwtroundedbutton
Automatically exported from code.google.com/p/gwtroundedbutton
davidjnelson/internetsbestcats
react redux app that uses a custom local storage middleware, with unit tests
davidjnelson/jspm-exploration
Trying out jspm to use modules from es6, npm / commonjs, amd, and browser globals simultaneously.
davidjnelson/learning-javascript-data-structures-and-algorithms
A repo to code along with a book I'm reading.
davidjnelson/news-app
react redux app for searching the news, with unit tests
davidjnelson/php-saml
Simple SAML toolkit for PHP
davidjnelson/polymorphic_row
A simple example of how to use both inheritance and parametric polymorphism together.
davidjnelson/react-transform-boilerplate
A new Webpack boilerplate with hot reloading React components, and error handling on module and component level.
davidjnelson/redux-first-router
🎖 seamless redux-first routing -- just dispatch actions
davidjnelson/serverless
Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
davidjnelson/simple-catalog
davidjnelson/structure.js
Common data structures and algorithms implemented in object oriented javascript using test driven development.
davidjnelson/text-justification
davidjnelson/twitgreat
Automatically exported from code.google.com/p/twitgreat
davidjnelson/vim_cubed
Vim rendered on a cube for no reason