Skip to content

Instantly share code, notes, and snippets.

View bunchoftrees's full-sized avatar
🐻‍❄️

Forrest H bunchoftrees

🐻‍❄️
  • Boston
  • 17:28 (UTC -04:00)
View GitHub Profile
@bunchoftrees
bunchoftrees / main.cpp
Created April 2, 2020 02:35
Check C++ Version
#include<iostream>
int main() {
if (__cplusplus == 199711L)
std::cout << "C++98" << std::endl;
else if (__cplusplus == 201402L)
std::cout << "C++14" << std::endl;
else if (__cplusplus == 201103L)
std::cout << "C++11" << std::endl;
else if (__cplusplus == 201703L)
std::cout << "C++17" << std::endl;
import arvados
import arvados.collection
project_uuid = "su92l-j7d0g-zzzzzzzzzzzzzzz"
collection_name = "Test Collection"
# collection_uuid here?
filename = "file1.txt"
api = arvados.api()
c = arvados.collection.Collection()
@bunchoftrees
bunchoftrees / keybase.md
Created February 6, 2019 15:48
keybase

Keybase proof

I hereby claim:

  • I am bunchoftrees on github.
  • I am forrest_bh (https://keybase.io/forrest_bh) on keybase.
  • I have a public key ASBOSnCabx38kXKNPT7OKWe33akKPyT4cincZYI4B5Uzswo

To claim this, I am signing this object: