Skip to content

Instantly share code, notes, and snippets.

View noahkoch's full-sized avatar

Noah Kochanowicz noahkoch

View GitHub Profile
@noahkoch
noahkoch / hosts
Created November 23, 2017 17:24
Productive block list
##
# Host Database
# PRODUCTIVE
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
@noahkoch
noahkoch / api-noah.md
Last active August 13, 2017 21:50
API.noah Documentation

API.noah Documentation

For more information visit api.noahkoch.com.

Basics

API.noah does not require any authentication, but excessive use will result in rate limitting or your IP address being blocked.

API Base https://api.noahkoch.com/

@noahkoch
noahkoch / .vimrc
Last active August 29, 2015 14:05
Adds line numbers, 2 space tabs to vim
set number
set tabstop=2
set expandtab
set nobackup
set nowritebackup
nmap <S-Enter> O<Esc>j
nmap <CR> o<Esc>k
nmap <S-l> 9l
nmap <S-h> 9h
nmap <S-j> 5j