jshurst

jshurst

Geek Repo

0

followers

0

following

Github PK Tool:Github PK Tool

jshurst's repositories

functional-injection-test

Sample web application to show injecting functions into a controller. I'm not saying you "should" do this, just seeing if you could.

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

HabitiFit

FitBit and Habitica combined!

Language:PHPLicense:MITStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

FuntionalPrinciplesCsharp

Source code for the Applying Functional Principles in C# course

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

simplest-redux-example

Simplest redux + react example for beginners like me

Language:JavaScriptStargazers:0Issues:0Issues:0

sqlbatchrunner

Run sql (SQL Server only).

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

nodewebkit-student-center

A (so far unfinished) desktop application written using node-webkit, angular.js, using a sql server backend.

Language:JavaScriptStargazers:0Issues:0Issues:0

node-rulesengine

Test creating a node rules engine. This is not close to being ready to use in production (I'll update the description when it is).

Language:JavaScriptStargazers:0Issues:0Issues:0

exercism.io-exercises

My solutions to exercism.io problems.

Language:ElixirStargazers:0Issues:0Issues:0

dapper-wrapper

This is my take on the repository and unit of work pattern. I have not currently used this in production systems, so please thoroughly test it before you do.

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

proxy-helper

This library creates proxies on the fly. I got tired of creating proxy classes for every WCF service and of seeing these proxies not disposed of properly. This library is not limitied to WCF though, you can also use it for object instantiation, so you can very easily switch out local "services" with WCF services.

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

unifi-api

(Irregularly updated mirror of github.com/calmh/unifi-api) An API towards the Ubiquity Networks UniFi controller

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

Railway-Oriented-Programming-Example

This repository contains code that demonstrates the "Railway Oriented Programming" concept for error handling in functional programming languages.

Language:F#Stargazers:0Issues:0Issues:0

Dapper-Extensions

Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.

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