Pinned Repositories
15slider
slider game built as a Java applet
aws-sdk-go
AWS SDK for the Go programming language.
base-django
Simple django app to learn nginx/gunicorn/postgresql configuration
ccflasktest
testing cookiecutter-flask to see what I need to tweak if I want to use it as my base - I have found that it seems to be well built but I am trying to focus on the RESTful API only and not so much worried about the front end - I will work with another cookiecutter
checking-account
Checking account for Comp 645
code-kata
(not quite started!) The idea is to recreate some of the algorithms in CLRS. This repository is also used for capturing code exercises.
dbconn
easy to use sqlalchemy connection class for MS SQL Server
dbmanager-basic
basic DB manager showing Java DAO. This was before I thought about separating all of the work, all of the meat is in DBConnection.java
sqlalchemy-helper
An easy to use SQLAlchemy wrapper which allows the user to build models and setup a connection to a DB of their choice. This helps get rid of the SQLAlchemy setup work required and does it in a reusable manner. At least that's the goal.
chrcoe's Repositories
chrcoe/sqlalchemy-helper
An easy to use SQLAlchemy wrapper which allows the user to build models and setup a connection to a DB of their choice. This helps get rid of the SQLAlchemy setup work required and does it in a reusable manner. At least that's the goal.
chrcoe/aws-sdk-go
AWS SDK for the Go programming language.
chrcoe/base-django
Simple django app to learn nginx/gunicorn/postgresql configuration
chrcoe/ccflasktest
testing cookiecutter-flask to see what I need to tweak if I want to use it as my base - I have found that it seems to be well built but I am trying to focus on the RESTful API only and not so much worried about the front end - I will work with another cookiecutter
chrcoe/checking-account
Checking account for Comp 645
chrcoe/code-kata
(not quite started!) The idea is to recreate some of the algorithms in CLRS. This repository is also used for capturing code exercises.
chrcoe/dbconn
easy to use sqlalchemy connection class for MS SQL Server
chrcoe/django-in-cloud9
testing django development in cloud9 IDE
chrcoe/docker-couchpotato
This is a Dockerfile to set up "CouchPotato" - (https://couchpota.to/)
chrcoe/dotfiles
@holman does dotfiles
chrcoe/emr-patient
Patient portal side of EMR system Fall 2014
chrcoe/fizzbuzz
simple fizz buzz activity
chrcoe/flask-angular-template
used to create future flask-based API and angular front end applications
chrcoe/go-gdax
Go (golang) Client for the Coinbase GDAX API https://www.gdax.com
chrcoe/graypy
Python logging handler for Graylog2 that sends messages in GELF (Graylog Extended Log Format).
chrcoe/learning-angular
uses angular-seed to start (gh:angular/angular-seed)
chrcoe/learning-ansible
working through ansible guide starting with introduction
chrcoe/learning-flask
The goal is to use this repo to learn about flask
chrcoe/learning-flask-api
building api scaffold piece by piece starting with Flask-JWT, intending to use Flask-Security as well for roles etc
chrcoe/mezzanine_test
repo setup to work through mezzanine tutorials
chrcoe/pg_amqp
AMQP Support for Postgres
chrcoe/pickle-timing
test to determine which pickle usage is fastest on the system it is being run on
chrcoe/sceptre
Build better AWS infrastructure
chrcoe/shopping-cart
A basic shopping cart app written in Java using Stripes framework. This was a group project.
chrcoe/sso-keygen
SSO Keygen UI program using PyQT5
chrcoe/standardlibs
This is a collection of libraries to allow common functionality to be added to any project.
chrcoe/suds_requests
chrcoe/test-django-mongoengine
Core Django with MongoEngine to talk to MongoDB all built on Docker.
chrcoe/token-auth-flask-security
Learning how to build a full backend API solution including token-based authentication with Flask-Security. The project may include a simple front end to show it working, but the main goal is to build the API to refer to in the future.
chrcoe/vim-autoformat
Provide easy code formatting in Vim by integrating existing code formatters.