Skip to content
View aidandunlop's full-sized avatar

Block or report aidandunlop

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. traffic_light_recognition traffic_light_recognition Public

    Traffic Light recognition using FasterRCNN in Pytorch

    Jupyter Notebook 8 5

  2. aidandunlop aidandunlop Public

    Personal website

    JavaScript

  3. grids.ipynb grids.ipynb
    1
    {
    2
     "cells": [
    3
      {
    4
       "cell_type": "markdown",
    5
       "metadata": {},
  4. Automatic playing of https://arithme... Automatic playing of https://arithmetic.zetamac.com
    1
    function triggerEvent(el, type){
    2
            var e = document.createEvent('HTMLEvents');
    3
            e.initEvent(type, false, true);
    4
            el.dispatchEvent(e);
    5
    }