Skip to content

Instantly share code, notes, and snippets.

View daveqr's full-sized avatar

Dave Daniels daveqr

View GitHub Profile
@daveqr
daveqr / cheat-sheet.md
Last active January 15, 2018 19:03
Cheat Sheet

Cheat Sheet

Postgres

Schema details

Queries to retrieve details about tables, columns etc using the information_schema table.

Select foreign key references to table-name

@daveqr
daveqr / kolbe.md
Last active September 18, 2016 18:49

Kolbe A Index

The Kolbe A Index is an assesment designed to measure a person's method of operations, his way of doing things. It is divided into four action modes: Fact Finder, Follow Thru, Quick Start and Implementor. My strengths:

  • Fact Finder - Explain How one gathers and shares information.
    I deal with information by getting the essential facts, asking for specifics and filling in missing information.
  • Follow Thru - Systematize How one organizes.
    I am systematic. I like to get closure on a task before moving on.
  • Quick Start - Stabalize How one deals with risk and uncertainty.
    I stick with what already works. I fit new things into the existing picture.
  • Implementor - Restore How one handles space and tangibles.
    I protect what has been built and fix things that break.

"You’re highly dependable at providing comprehensive methods for monitoring activity. Others can count on you to plan thoroughly,

Coding Samples

These coding samples are simple enough to be understood easily but are also sophisticated enough for an in-depth discussion. They represent a range of technologies and platforms.

NLP Library

https://github.com/daveqr/nlp-lib

This is a demonstration of a rudimentary natural language processing library.

Sharkfin MVC Framework

@daveqr
daveqr / ProjectEuler.java
Last active August 29, 2015 13:55
Leveling Up - Java
package com.davedaniels.levelup.exercises;
public class ProjectEuler {
/**
* See Project Euler's <a href="http://projecteuler.net/problem=1">Multiples of 3 and 5</a> exercise.
*
* @param limit the upper value
* @return the sum of all the multiples of 3 or 5 below n