Skip to content

Instantly share code, notes, and snippets.

View JJediny's full-sized avatar

John Jediny JJediny

View GitHub Profile
@JJediny
JJediny / The Technical Interview Cheat Sheet.md
Created November 30, 2015 21:06 — forked from tsiege/The Technical Interview Cheat Sheet.md
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

Studying for a Tech Interview Sucks, so Here's a Cheat Sheet to Help

This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.

Data Structure Basics

###Array ####Definition:

  • Stores data elements based on an sequential, most commonly 0 based, index.
  • Based on tuples from set theory.
{
"title": "FederalProjectSchema",
"type": "object",
"properties": {
"title": {
"title": "Title",
"description": "Title or Name of the Project",
"type": "string",
"minLength": 10,
"propertyOrder": 1
@JJediny
JJediny / federalprojectschema_mappingTo_WoodrowWillsonCrowdsourcingMap.json
Last active December 31, 2015 17:03
This template maps fields from the (DRAFT) Federal Project Schema to the WWlison Crowdsourcing Map/Form... this template/mapping allows us to feed projects to and from databases in realtime or by bulk download... only fields NOT mapped = zip, street_address_2
{
"title": "project_name",
"description": "project_description",
"status": "options",
"categories": "options",
"keywords": [
{
"keyword": "keywords"
}
],
@JJediny
JJediny / CitizenScienceandCrowdsourcing_WWilson.geojson
Last active February 1, 2016 20:37
Federal Citizen Science and Crowdsourcing Projects from Woodrow Wilson Database
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JJediny
JJediny / hypothesis-docker-compose.txt
Created January 18, 2016 18:50
hypothosis: Docker Compose Errors
bash-3.2$ docker-compose up
WARNING: The PASSWORD variable is not set. Defaulting to a blank string.
ERROR: build path /Users/johnjediny/h/hypothesis/h . either does not exist, is not accessible, or is not a valid URL.
bash-3.2$ docker-compose up
WARNING: The PASSWORD variable is not set. Defaulting to a blank string.
ERROR: Service "app" has a link to service "statsd" which does not exist.
bash-3.2$ docker-compose up
WARNING: The PASSWORD variable is not set. Defaulting to a blank string.
Pulling postgresql (postgres:latest)...
latest: Pulling from library/postgres
hypthosis:
build: .
ports:
- "5000:5000"
environment:
DATABASE_URL: "postgresql://hypothesis:mysecretpassword@localhost:5432/hypothesis" #username:password@host:port/database
#APP_URL: http://127.0.0.1 #Replace with IP or DNS Name
SECRET_KEY: TCtkLQ3k5kNkezsFiPDvq04yG4olCwU6QF7XT6gktGDaEiBZAnxkDJXYCLMfF96W1j+A1PMO+vyfQUgMboEnoQ
#ALLOWED_ORIGINS: "*" #origins allowed to connect over the WebSocket protocol
#CLIENT_ID: #a unique API key for authentication
@JJediny
JJediny / harvest-csw.py
Created April 6, 2016 14:13 — forked from tomkralidis/harvest-csw.py
simple CSW metadata download design pattern
# -*- coding: utf-8 -*-
# =================================================================
#
# Authors: Tom Kralidis <[email protected]>
#
# Copyright (c) 2016 Tom Kralidis
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
@JJediny
JJediny / curl.md
Created April 25, 2016 03:59 — forked from btoone/curl.md
A curl tutorial using GitHub's API

Introduction

An introduction to curl using GitHub's API

The Basics

Makes a basic GET request to the specifed URI

curl https://api.github.com/users/caspyin
@JJediny
JJediny / d3lib.md
Created April 25, 2016 15:15 — forked from widged/d3lib.md
d3 libraries

chartFactory

/affini-tech/ChartFactory

Based on D3.JS and Dimple, ChartFactory provide the ability to build quickly D3.JS charts without coding any lines of javascript. Just define your dashboard in a JSON and voila !

charts: [
        {id:'chart1',
         width:800,height:250,

xAxis:{type:'Category',field: "Month",orderRule:'Date'},

USDigitalRegistry Government.Github GSA.github.registry GovCode.org
18f 18f 18f 18F
ACME-Climate
adl-aicc adl-aicc
adlnet adlnet adlnet adlnet
afrl afrl afrl afrl
afseo afseo
arcticlcc arcticlcc arcticlcc
ARM-DOE ARM-DOE ARM-DOE
BBGInnovate BBGInnovate BBGInnovate