Skip to content
View eldritchideen's full-sized avatar
  • Amazon Web Services
  • Australia

Block or report eldritchideen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cdk-lambda-canary-deploy cdk-lambda-canary-deploy Public

    Example of deploying AWS Lambda with Code Deploy Canary Deployment

    TypeScript 3 2

  2. Web scraping in Clojure with Jsoup Web scraping in Clojure with Jsoup
    1
    (ns scraping.core
    2
      (:gen-class)
    3
      (:import (org.jsoup Jsoup) 
    4
      (org.jsoup.select Elements)
    5
      (org.jsoup.nodes Element)))
  3. resampling resampling Public

    Python port of examples and exercises from Resampling: The New Statistics book.

    Jupyter Notebook