I hereby claim:
- I am codykrieger on github.
- I am cjk (https://keybase.io/cjk) on keybase.
- I have a public key whose fingerprint is 2C41 BDAB 1CCA 6C19 E9AA EA2B 7BB7 8ABD D378 65E5
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
No hosts file modifications: | |
% dscacheutil -q host -a name manager.linode.com | |
name: manager.linode.com | |
ipv6_address: 2600:3c00::34 | |
ipv6_address: 2600:3c00::14 | |
ipv6_address: 2600:3c00::24 | |
name: manager.linode.com | |
ip_address: 72.14.191.204 |
// | |
// IPInsetLabel.h | |
// Instapaper | |
// | |
// Created by Marco Arment on 7/23/11. | |
// Copyright 2011 Instapaper LLC, released to the public domain. | |
// | |
#import <UIKit/UIKit.h> |
Hi,
My name is Cody Krieger. I'm an undergraduate student studying Software Engineering here at RIT, and I have some serious concerns about the new RIT Enrollment system.
After taking a good look at the [new search functionality][search-link], and browsing through the [Enrollment "marketing" site][marketing-site], it is clear that GeneSIS is headed in the wrong direction at high velocity.
class PostsController < ActionController::Base | |
def create | |
Post.create(post_params) | |
end | |
def update | |
Post.find(params[:id]).update_attributes!(post_params) | |
end | |
private |
production: | |
domain: | |
- name: "codykrieger.com" | |
roles: | |
- "web" | |
- "app" | |
- "db" | |
deploy_to: "~/codykrieger.com" | |
repository: "git://github.com/codykrieger/codykrieger.com.git" | |
branch: "master" |
#!/usr/bin/env ruby | |
# ********************************************* | |
# Jekyll Post Generator Awesomeness | |
# by Cody Krieger (http://codykrieger.com) | |
# ********************************************* | |
# Usage: | |
# % ./newpost.rb POST NAME |