Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active January 8, 2017 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/e49f2dae03606319bbbd991b70b3e34d to your computer and use it in GitHub Desktop.
Save deque-blog/e49f2dae03606319bbbd991b70b3e34d to your computer and use it in GitHub Desktop.
auto read = read_stock_by_id("A");
double min_val = extract_min_value(read(source));
double avg_val = compute_average(read(source));
int variation_count = count_big_variations(read(source));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment