Skip to content
View alec-huang-labs's full-sized avatar
⬅️
Me & Teddy !
⬅️
Me & Teddy !

Block or report alec-huang-labs

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

    Interactive choropleth map of recorded residential real estate sales > $0 within each neighborhood. The data will span from October 2019 -> September 2020.

    JavaScript

  2. manhattanTaxMap.geojson manhattanTaxMap.geojson
    1
    {
    2
      "type": "FeatureCollection",
    3
      "features": [
    4
        {
    5
          "type": "Feature",
  3. stravaMapCal stravaMapCal Public

    Strava Dashboard with Map and Calendar Heatmap.

    JavaScript 3

  4. TerminalCalculator2.0 TerminalCalculator2.0 Public

    Scientific Calculator with a Retro 80s Terminal Feel

    JavaScript

  5. Cash Register Cash Register
    1
    function checkCashRegister(price, cash, cid) {
    2
        
    3
        let originalDrawer = cid.map(arr => [...arr]);
    4
        let drawerTotal = cid.reduce((accum, obj) => accum + obj[1], 0);
    5
        let names = ["ONE HUNDRED", "TWENTY", "TEN", "FIVE", "ONE", "QUARTER", "DIME", "NICKEL", "PENNY"];
  6. alec-huang-labs.github.io alec-huang-labs.github.io Public

    My Portfolio Website

    JavaScript