Analysis of Jeffrey Emanuel's article: The Short Case for Nvidia Stock
Author: Jeffrey Emanuel — former hedge fund analyst (Millennium, Balyasny) with ~10 years experience, plus hands-on deep learning expertise since 2010.
| // === Google Calendar Auto-Colorizer (Jane's version) === | |
| // | |
| // Automatically colors calendar events based on organizer and attendee roles. | |
| // | |
| // Color rules: | |
| // Organizer | Condition | Color | |
| // ------------|------------------------------------|----------------- | |
| // Patric | Jane not accepted OR optional | Blue (Peacock) | |
| // Patric | Jane accepted AND not optional | Yellow (Banana) | |
| // Jane | Patric included + required | Yellow (Banana) |
Analysis of Jeffrey Emanuel's article: The Short Case for Nvidia Stock
Author: Jeffrey Emanuel — former hedge fund analyst (Millennium, Balyasny) with ~10 years experience, plus hands-on deep learning expertise since 2010.
| """ | |
| This code is based on https://github.com/DataDog/dd-trace-py/blob/3f7fbe920d8d8195e4028e522cbe43a974fe91f2/ddtrace/contrib/flask/middleware.py | |
| Copyright (c) 2016, Datadog <info@datadoghq.com> | |
| """ | |
| import logging | |
| from ddtrace import compat | |
| from ddtrace.ext import http, errors, AppTypes | |
| from ddtrace.propagation.http import HTTPPropagator |
| class Simian < Formula | |
| desc "Simian (Similarity Analyser) identifies duplication in a number of programming languages and even plain text files." | |
| homepage "http://www.harukizaemon.com/simian" | |
| url "http://www.harukizaemon.com/simian/simian-2.4.0.tar.gz" | |
| sha256 "6d41d8cac8a3e6b8e219d0eafea4b59ac2b641c1b6e72070ed3969738160f38d" | |
| def install | |
| libexec.install "bin/simian-2.4.0.jar" | |
| (bin+'simian').write <<-EOS.undent | |
| #!/bin/sh |
Effective software delivery teams with technical point of contact.
Software delivery team.
I hereby claim:
To claim this, I am signing this object:
| # | |
| # starting point | |
| # | |
| class DeployCLI | |
| def run | |
| template, args = ... | |
| TemplateRenderer.new.render(template, args) | |
| end | |
| end |