I hereby claim:
- I am carylee on github.
- I am carylee (https://keybase.io/carylee) on keybase.
- I have a public key ASAxcg5XOp_4RL_xBAnJiZkhFIoE1DIMrPKT6YoTyXbz0Qo
To claim this, I am signing this object:
| pdflatex final-writeup.tex | |
| This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2011) | |
| restricted \write18 enabled. | |
| entering extended mode | |
| (./final-writeup.tex | |
| LaTeX2e <2009/09/24> | |
| Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge | |
| rman-x-2009-06-19, ngerman-x-2009-06-19, afrikaans, ancientgreek, ibycus, arabi | |
| c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis | |
| h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, finnis |
| require 'rbing' | |
| $BINGAPPID = ENV['BINGAPPID'] | |
| print "Does bing seem to be working?... " | |
| bing = RBing.new($BINGAPPID) | |
| rsp = bing.web("site:chicagotribune.com budget", :count=>50) | |
| if rsp.web.total == 42 | |
| puts "nope." | |
| else | |
| puts "yes! found #{rsp.web.total.to_s} results!" |
| #!/bin/bash | |
| find /Users/cary/Downloads -mtime +30 -exec rm -r {} \; |
| topology.cc: In member function ‘std::deque<Node*, std::allocator<Node*> >* Topology::GetNeighbors(const Node*)’: | |
| topology.cc:65: warning: taking address of temporary | |
| topology.cc: In member function ‘void Topology::ChangeLink(const Link*)’: | |
| topology.cc:143: warning: taking address of temporary | |
| topology.cc: In member function ‘void Topology::CollectShortestPathTreeLinks(const Node&, std::deque<Link, std::allocator<Link> >&)’: | |
| topology.cc:231: warning: taking address of temporary | |
| context.cc: In member function ‘void SimulationContext::SendToNeighbors(const Node*, const RoutingMessage*)’: | |
| context.cc:333: warning: taking address of temporary | |
| context.cc: In member function ‘void SimulationContext::SendToNeighbor(const Node*, const Node*, const RoutingMessage*)’: | |
| context.cc:341: warning: taking address of temporary |
| printf '%s\n' $@ | sort -u |
| { | |
| "addedAt": 1405347851360, | |
| "vid": 154835, | |
| "canonical-vid": 154835, | |
| "merged-vids": [], | |
| "portal-id": 62515, | |
| "is-contact": true, | |
| "profile-token": "AO_T-mPlyZmoCpqTNHTwZq_pcAEjmt8FIoJO67osiz9pMRNtyZ0wLvXMHgDbUKsMmIvuHnHYoaQNnwcsUgWnSvtLCBI4VNKpIfaRzaoMXnN3WB0YyBRHIdhwf3taqZq5R2gCf6_dK0lb", | |
| "profile-url": "https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mPlyZmoCpqTNHTwZq_pcAEjmt8FIoJO67osiz9pMRNtyZ0wLvXMHgDbUKsMmIvuHnHYoaQNnwcsUgWnSvtLCBI4VNKpIfaRzaoMXnN3WB0YyBRHIdhwf3taqZq5R2gCf6_dK0lb/", | |
| "properties": { |
I hereby claim:
To claim this, I am signing this object:
| filetype plugin indent on | |
| set nocompatible | |
| syntax on | |
| filetype off | |
| set tabstop=2 | |
| set shiftwidth=2 | |
| set expandtab | |
| set termguicolors | |
| function! BuildComposer(info) |
| Homebrew build logs for python on macOS 10.14.2 | |
| Build date: 2019-02-13 12:35:43 |
| #!/bin/bash | |
| ffmpeg -y \ | |
| -ss 5 -i "elisabeth.mp4" \ | |
| -ss 0 -i "ryan.MOV" \ | |
| -ss 7.5 -i "cary.mp4" \ | |
| -ss 2.9 -i "jackie.MOV" \ | |
| -ss 9 -i "tess.MOV" \ | |
| -ss 9 -i "Water River Spirit Grace.m4a" \ | |
| -filter_complex " \ | |
| [0:v] setpts=PTS-STARTPTS, crop=608:720:in_w/2-out_w/2+100:100, scale=912:1080 [v0]; \ |