This dealer daycare at 404 Second is the gym doors I hate you you know what you know that threshold is that the slave behind replication at what point does the master . Holy does is it with the slate to lock the sleep yet masters trying to repeat fucking love this you have one master got hundreds place right place that is also doing his thing is that every of the laughter doesn't the masses and give the slave slave to fill those that are not a cigarette on your break Good morning to you all on overnight radar Everybody is fine. And if I have a disease fire around urban walking finished depending to you that you do as they read off the masculine binary right into really long locally so that they crashed it still replaced the relay and then in another thread on the slavery is often relate to this single friends to mirroring log on and that's how it can best how to tell if it's falling behind rice massive set of updates going on Master they have reliably chat and sleep until it slightly behind A semi love is lik
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"is_read_only": false, | |
"occurred_at": "2009-06-04T00:00:00Z", | |
"amount": "5000.0", | |
"id": 9406, | |
"description": "Initial Funding Round" | |
}, | |
{ | |
"is_read_only": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"is_read_only": false, | |
"occurred_at": "2009-06-04T00:00:00Z", | |
"amount": "5000.0", | |
"id": 9406, | |
"description": "Initial Funding Round", | |
"checkbook": { | |
"name": "Spring Festival Budget", | |
"id": 11656 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'faraday' | |
require 'json' | |
API_KEY = "dd6b9d2beb614611c5eb9f56c34b743d1d86f385" | |
API_BASE_URL = "https://api.orgsync.com" | |
# Set up the HTTP client | |
conn = Faraday.new(:url => API_BASE_URL, | |
:ssl => {:verify => false}) do |faraday| | |
faraday.adapter Faraday.default_adapter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Gender", | |
"position": 1, | |
"id": 23569, | |
"type": "Selection", | |
"page": 1, | |
"instructions": "", | |
"choices": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIView+Hierarchy.m | |
// OrgSync | |
// | |
// Created by Cameron Desautels on 11/12/13. | |
// Copyright (c) 2013 OrgSync. All rights reserved. | |
// | |
#import "UIView+Hierarchy.m" |
I hereby claim:
- I am camdez on github.
- I am camdez (https://keybase.io/camdez) on keybase.
- I have a public key whose fingerprint is B1E0 96BD CB39 F149 BB10 6638 4A32 D989 2422 82E9
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: Request Addition to MELPA Stable | |
# key: melpa-stable-add | |
# uuid: 2776fd13-47f6-4438-902e-2f39c48fd790 | |
# contributor: Cameron Desautels <[email protected]> | |
# -- | |
Hi! | |
[MELPA Stable](http://stable.melpa.org/) is the new younger sibling of MELPA for users who'd rather run only stable versions of packages (MELPA can be a bit rocky since every commit comprises a new release), and it would be super cool if ${1:this package} could be installed via Stable. | |
Fortunately it's also really easy to support—all you have to do is define a tag in the \`v...\` format and you're done. I'd submit a PR if I could, but since tags are global to a project, that's not something possible via PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(eval-after-load 'projectile | |
'(add-hook 'find-file-hook 'camdez/warn-if-longhorn-version)) | |
(defun camdez/warn-if-longhorn-version () | |
(interactive) | |
(when (projectile-project-p) | |
(let* ((file-name (buffer-file-name)) | |
(project-dir (projectile-project-root)) | |
(views-dir (concat project-dir "app/views/")) | |
(lh-views-dir (concat project-dir "app/longhorn_views/"))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun camdez/add-experiment () | |
(interactive) | |
(find-file camdez/experiments-file) | |
(goto-char (point-min)) | |
(re-search-forward ";;; Code:") | |
(insert "\n\n") | |
(camdez/lisp-insert-hr) | |
(insert ";; ") | |
(insert-date-and-time) | |
(insert "\n\n")) |