Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by jayphelps
A curated list of projects in awesome lists by jayphelps .
https://github.com/jayphelps/git-blame-someone-else
Blame someone else for your bad code.
Last synced: 17 Oct 2024
https://github.com/jayphelps/core-decorators
Library of stage-0 JavaScript decorators (aka ES2016/ES7 decorators but not accurate) inspired by languages that come with built-ins like @override, @deprecate, @autobind, @mixin and more. Popular with React/Angular, but is framework agnostic.
Last synced: 28 Sep 2024
https://github.com/jayphelps/nofux
Unpredictable state container for JavaScript apps.
Last synced: 17 Oct 2024
https://github.com/jayphelps/react-observable-subscribe
<Subscribe> component to automatically consume observables declaratively in React JSX
Last synced: 29 Oct 2024
https://github.com/jayphelps/multiline-template
Multiline tagged templates using a pipe |, followed by a space, to signal line start, no more crazy indent hacks.
Last synced: 17 Oct 2024
https://github.com/jayphelps/ember-string-interpolate
Adds string interpolation as a computed property to Ember.js (i.e. no more unreadable getter concatenation)
Last synced: 17 Oct 2024
https://github.com/jayphelps/sweet-async-await
Sweet.js macros to support the async/await ES7 proposed feature
Last synced: 17 Oct 2024
https://github.com/jayphelps/web-retina-emulator
A tiny script for testing what your website looks like on a 2x pixel density (retina) display.
Last synced: 17 Oct 2024
https://github.com/jayphelps/broccoli-babel-boilerplate
[NO LONGER MAINTAINED] A boilerplate, using Broccoli, to author JavaScript libraries in ES6/ES7++ but transpile and distribute using Babel.js
Last synced: 17 Oct 2024
https://github.com/jayphelps/ember-computed-injection
Inject anything from your Ember container into any class as a property. (i.e. sort of like `needs` for everything else)
Last synced: 17 Oct 2024
https://github.com/jayphelps/wasm-anyref-demo
Playing around with WebAssembly (Wasm) anyref using JavaScript's GC as the allocator
Last synced: 17 Oct 2024
https://github.com/jayphelps/loading-attribute-eagle-polyfill
loading="eagle" attribute polyfill
Last synced: 17 Oct 2024
https://github.com/jayphelps/webpack-rxjs-externals
Generate all the RxJS v5 "externals" for your webpack config.
Last synced: 17 Oct 2024
https://github.com/jayphelps/ember-computed-content-controller
A computed property for injecting a unique instance of a content controller (ObjectController, ArrayController, etc) into an Ember class instance. Useful for nested ArrayControllers, among other things.
Last synced: 29 Oct 2024
https://github.com/jayphelps/jayscript
A very small subset dialect of JavaScript
Last synced: 17 Oct 2024
https://github.com/jayphelps/npm-publish-scoped
Publish any package temporarily to your @user scope, while you wait for them cut a release. Useful when your PR is merged and you don't want to wait.
Last synced: 17 Oct 2024
https://github.com/jayphelps/resume
Jay's resume, hand-written in WebAssembly text
Last synced: 17 Oct 2024
https://github.com/jayphelps/ember-model-batch
Batch multiple model requests into a single ajax call (ember-data or ember-model)
Last synced: 17 Oct 2024
https://github.com/jayphelps/react-map-props
Transform component props before they're passed to your component
Last synced: 17 Oct 2024
https://github.com/jayphelps/rxjs-compatibility
Use RxJS v5 with v4 and vice versa
Last synced: 17 Oct 2024
https://github.com/jayphelps/stackblur
A fast almost Gaussian Blur For Canvas by Mario Klingemann (bower mirror)
Last synced: 17 Oct 2024
https://github.com/jayphelps/react-webpack-boilerplate
NOTE: As of now, this is used mostly internally by our team so it'll have some things like Semantic UI, etc that you might not want.
Last synced: 17 Oct 2024
https://github.com/jayphelps/ember-computed-smart-property
Ember Computed Properties without needing to provide dependent keys (it figures it out for you)
Last synced: 17 Oct 2024
https://github.com/jayphelps/github-clone-pr
Clone a github PR easily using just the github.com PR URL
Last synced: 17 Oct 2024
https://github.com/jayphelps/wazzup
WebAssembly codegen, inspired by Binaryen. NOT intended for use, it was just created to learn the spec better.
ast bytecode compiler javascript typescript wasm webassembly
Last synced: 17 Oct 2024
https://github.com/jayphelps/wasmjs-binary-bundles
Experimenting with combining WebAssembly and JavaScript into a single file bundle
Last synced: 17 Oct 2024
https://github.com/jayphelps/uikit-cpp-win32
Win32 C++ Application Framework inspired by UIKit
Last synced: 17 Oct 2024
https://github.com/jayphelps/using-llvm-from-rust-to-generate-webassembly
Code for my Medium article "Using LLVM from Rust, to generate WebAssembly"
Last synced: 17 Oct 2024
https://github.com/jayphelps/ember-relay
That whole `Promises` thing without even paying attention.
Last synced: 17 Oct 2024
https://github.com/jayphelps/ember-data-json-patch-adapter
Adds support for JSON Patch (RFC 6902) updates
Last synced: 17 Oct 2024
https://github.com/jayphelps/shortcut.js
Add keyboard shortcuts that simulate an element being clicked
Last synced: 17 Oct 2024
https://github.com/jayphelps/string.interpolate.js
A generic string interpolation helper for JavaScript that is library agnostic.
Last synced: 17 Oct 2024
https://github.com/jayphelps/core-decorators-artifacts
Built files from https://github.com/jayphelps/core-decorators.js
Last synced: 17 Oct 2024
https://github.com/jayphelps/talks
A list of the talks I can/will/have given
Last synced: 17 Oct 2024
https://github.com/jayphelps/cool-story-bro-theme
A minimalistic blue-steel colored theme for Apple Keynote that uses Bebas Neue.
Last synced: 17 Oct 2024
https://github.com/jayphelps/ember-media
Ember-idiomatic views for <video> and <audio>
Last synced: 17 Oct 2024
https://github.com/jayphelps/shadow-dom.css
a CSS reset class name you can add to emulate/polyfill being inside a Shadow DOM from the preventing outside styles from bleeding in.
Last synced: 17 Oct 2024
https://github.com/jayphelps/react-router-query-params
Better query params management for react-router users
Last synced: 17 Oct 2024
https://github.com/jayphelps/nails
Node.js web application framework based on JavaScript ES6/ES7 features
Last synced: 17 Oct 2024
https://github.com/jayphelps/pomade.js
Decorate a JavaScript object by giving read-only access to a Delegate.
Last synced: 17 Oct 2024
https://github.com/jayphelps/web-engines
Mount sandboxed web applications inside a host app with intelligent URL management
Last synced: 17 Oct 2024
https://github.com/jayphelps/hector
A view markup language and implementation. No more template hell.
Last synced: 17 Oct 2024
https://github.com/jayphelps/github-dashboard-redux
A Github dashboard built with Ember and Redux
Last synced: 17 Oct 2024
https://github.com/jayphelps/ember-steriods
A runtime framework that builds on top of Ember.js for complex apps.
Last synced: 17 Oct 2024
https://github.com/jayphelps/cowbell
DEFUNCT JavaScript web application framework
Last synced: 17 Oct 2024
https://github.com/jayphelps/babel-module-indexes-example
Example of how to have directory index.js files take the parent dir name for easy relative imports
Last synced: 17 Oct 2024
https://github.com/jayphelps/ecmascript-match
Proposed `match` expression to the TC39 ECMAScript aka JavaScript
Last synced: 17 Oct 2024
https://github.com/jayphelps/ember-cli-esnext-issue-demo
ignore this, it's a demo for an issue
Last synced: 17 Oct 2024
https://github.com/jayphelps/ember-server
shhhhhh nothing to see here. move along!
Last synced: 17 Oct 2024
https://github.com/jayphelps/ember-jj-abrams-cli
Now with 37 pieces of [lens] flare
Last synced: 17 Oct 2024
https://github.com/jayphelps/ember-hopscotch
Ember-idiomatic Hopscotch: A framework to make it easy for developers to add product tours to their pages.
Last synced: 17 Oct 2024