Kyle Rebstock (kjr247)

kjr247

Geek Repo

Company:Driverse a DRB Company

Location:Atlanta, Ga

Home Page:https://www.linkedin.com/in/kylerebstock/

Twitter:@kjr247

Github PK Tool:Github PK Tool

Kyle Rebstock's repositories

dangerzone

Full stack mean app for tracking the dangerzone level for geo-locations. Get warnings when you are entering "THE DANGERZONE" with alerts for the level of "THE DANGERZONE"

Language:JavaScriptStargazers:2Issues:1Issues:0

immutableFortify

[Deprecated in favor of immutablejs-type-helpers] Explosions and chaos in the air... if the .toJS or .get methods do not exist. I love ImmutableJS, but the number one argument that I get is that those docs are illegible for most people. These wrappers save the day by giving 'just enough' type checking to prevent the end of the world.

Language:TypeScriptLicense:MITStargazers:2Issues:1Issues:0

QuickInterfaces

[Deprecated in favor of quick-interfaces]Quick Tsc (Typescript) Interfaces from your chosen data source. Tell the config where to point, and from now on just spin up the cli and tell her which model you want. For now this accepts JSON, but in the future will accept many different schemas.

Language:JavaScriptLicense:MITStargazers:2Issues:1Issues:0

RationalReactRedux-Gen

This saves me an average of 20 - 30 minutes each time I start on a new feature. This not only has capabilities for creating new files, but also of updating old ones. This also helps the team to stick to the same conventions and best practices. Enjoy!

Language:JavaScriptLicense:MITStargazers:2Issues:1Issues:0

reduxSagaOneLiners

No more 15 - 20 liners to do a one liner!

Language:JavaScriptLicense:MITStargazers:2Issues:1Issues:0

immutablejs-type-helpers

A set of functional helpers to assist with type checking with Immutable.js and TypeScript

Language:TypeScriptLicense:MITStargazers:1Issues:1Issues:0

Project-Euler

I will be storing and optimizing my personal solutions for Project Euler. Please be aware that if you are looking for solutions before you attempt the problem you are cheating yourself of experience. Once you have tried your own version feel free to look through others for tricks and optimizations that will improve your own habits.

Language:JavaScriptStargazers:1Issues:1Issues:0

quick-interfaces

A simple CLI for magically generating Typescript interfaces from schemas.

Language:TypeScriptLicense:MITStargazers:1Issues:0Issues:0

food-data-central-db

The FoodData Central database provides access to the USDAs database nutritional values. It is intended primarily to assist developers and data scientists wishing to incorporate nutrient data into their applications or machine learning models.

Language:TSQLLicense:MITStargazers:0Issues:0Issues:0

FoodDataCentralSDK

The FoodData Central API provides REST access to FoodData Central (FDC). It is intended primarily to assist application developers wishing to incorporate nutrient data into their applications or websites.

Language:C#Stargazers:0Issues:0Issues:0

JumpingPlatformer

A small group project Unity3D game about a planet/meteor thing. The idea is still growing organically at this point. A stub for massively diverging forks and branches. This contains 2d platforms, and character with movement controls and infinitie double jumps.

Language:C#Stargazers:0Issues:0Issues:0

LeetCode

This is a set of C# LeetCode solutions I've hand-crafted and optimized including unit tests and benchmarked for performance aiming for 10th percentile or better.

Language:C#Stargazers:0Issues:0Issues:0

Meteor228

A small group project Unity3D game about a planet/meteor thing. The idea is still growing organically at this point. A stub for massively diverging forks and branches. This contains gravity, and 1st person perspective.

Language:C#License:MITStargazers:0Issues:0Issues:0
Language:C#Stargazers:0Issues:0Issues:0

Ajaximagegallery

restful image gallery in Ajax with json

Language:PHPStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:1Issues:0

AngularCLI2018

rehashing my knowledge of Angular CLI inital commit

Language:TypeScriptStargazers:0Issues:1Issues:0

AngularCLIRouting2018

Examples of running angular cli routing for angular 4+.

Stargazers:0Issues:1Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

Best-README-Template

An awesome README template to jumpstart your projects!

License:MITStargazers:0Issues:0Issues:0

Compilers

concurrent Pascal Parser/Compiler without semaphore in C++

Stargazers:0Issues:1Issues:0

deepValue

The need to check for the existence of a value or type deeply is real. Couldn't find a solid implementation. This one isn't amazing, but it meets my needs. Hope others enjoy.

Stargazers:0Issues:1Issues:0

fibopthread.reposit

program in Linux which uses Pthreads to spawn a child process and print the Fibonacci sequence (http://en.wikipedia.org/wiki/Fibonacci_number) up to a user specified number of places. You do actually have to COMPUTE the sequence, not just print it out from a hardcoded value. You should divide the sequence roughly in half (if the user inputs an even number, one half - doesn't matter which - will have one more than the other). The first half should be computed in the child process. The second half should be computed in the parent process. Finally, the parent process should output the entire sequence (which should have already been computed), followed by "Sequence complete." Note: To compile a program using pthreads, you will need to link the pthreads library. For example: g++ main.cpp -lpthread -o main ./main (to run) Example Output: ... How many places would you like to see in the Fibonacci Sequence? 10 0, 1, 1, 2, 3, 5, 8, 13, 21, 34 Sequence Complete

Stargazers:0Issues:0Issues:0

findUndefinded

The need to check for the existence of a value or type deeply is real. Couldn't find a solid implementation. This one isn't amazing, but it meets my needs. Hope others enjoy. So far it requires lodash because when I wrote it, i preferred the collections implementation of map, but I will probably take it out.

Stargazers:0Issues:0Issues:0
Language:CSSStargazers:0Issues:0Issues:0

mound

A small group project Unity3D game about a mound. The idea is still growing organically at this point. A stub for massively diverging forks and branches. This contains falling objects, a platform, memory management, and a neato whisp cursor tool.

Language:C#Stargazers:0Issues:2Issues:0

portfolio

Portfolio showing my personal arsenal of projects.

Language:JavaScriptStargazers:0Issues:0Issues:0

simple-websockets-chat-app

This SAM application provides the Lambda functions, DynamoDB table, and roles to allow you to build a simple chat application based on API Gateway's new WebSocket-based API feature.

Language:JavaScriptLicense:MIT-0Stargazers:0Issues:1Issues:0
Language:JavaScriptStargazers:0Issues:1Issues:0

typescript-library-starter

Starter kit with zero-config for building a library in TypeScript, featuring RollupJS, Jest, Prettier, TSLint, Semantic Release, and more!

Language:TypeScriptLicense:MITStargazers:0Issues:1Issues:0