Jordan Piepkow's repositories
aoc2017-elixir
trying out elixir for advent of code 2017
nearest-pantone
JavaScript library to find the nearest Pantone color name for a given hex color. Uses CIEDE2000 color difference algorithm
electron
Build cross platform desktop apps with JavaScript, HTML, and CSS
electron-squirrel-startup
Default Squirrel.Windows event handler for your Electron apps.
phoenix_req_header_issue
Demo project to replicate a possible bug with request header handling in Phoenix Framework
sandbox.lua
A lua sandbox for executing non-trusted code
functional-toolkit
This lib is my own ongoing collection of functions that I seem to keep having to write when writing functional code. This library starts by wrapping all of the functionality of ramda and then extends with my own set of functions on top.
electron-prebuilt
Install precompiled versions of Electron using npm
prevent-screenshot
Because preventing global hotkeys for screenshots is very hard and sometimes impossible this module will listen once started and delete all new screenshots in a give directory. Mac implementation only so far
react.build
A cli helper to take a directory and run babel on it outputting a lib.
electron-with-create-react-app
Sample Electron application using create-react-app
scroll-load
react component that will "slide in" children as they enter the viewport
agendash
Agenda Dashboard
good-look
A wrapper around prettier formatter to make it easier to use(for more control just use prettier)
obj-trans
module that will run a function/ functions recursively over an object to transform all of the values at any nest level
function-timer
module that makes profileing your application simple.
console-extend
This module allows you to proxy the console.log,console.warn and console.error methods to add in your own function calls that are executed before the origial console(log|warn|error) (can all set it to not do the origional call at all). Also exposes console.dev as a new method you can use to have a custome console call. If you need more then just one new method you can call addCustom to add any new console method by name. Ex console.test or console.jordan.
association
General machine learning helper library that exposes a nearest neighbor algorithm that can be configured to use one of two included types of mesurement. The lib includes two methods to either compare objects as a whole to see what two share the closest similarity or compare the keys from all objects to get the inverse. Supports pearson correlation algo AND euclidean distance algo
angular-ladda-edit
Edit of angular-ladda code to work with electron angular application
vim
:scream: A dark theme for Vim
node-lambda-helper
aws lambda helper for yeoman generator generator-lambda-publish
nestcheck
A small utility to do a deep nest check on an object without throwing a TypeError
predeploy-builder
v1 builder used for build process stuff like generate api at apiary and update client lib on npm
s-loc
A Simple service locator
object2dot
This npm module is used to take a nested object and return an array of dot notation keys, return a new object where keys are dot notation or rebuild a flattened object.
arraytrans
Do complex array transformation based on substrings to change order of array or remove values
apiary-gen
used to generate an apiary api based on swagger doc.
cli-codegen
using the swagger doc's generate a client library(codengen cli)