Skip to content
View oohwooh's full-sized avatar

Organizations

@codeday

Block or report oohwooh

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. My Second Calculator My Second Calculator
    1
    # My second calculator
    2
    print('Calculator loading... please wait')
    3
    add = {i:{j:i+j for j in range(1000)} for i in range(1000)}
    4
    sub = {i:{j:i-j for j in range(1000)} for i in range(1000)}
    5
    mult = {i:{j:i*j for j in range(1000)} for i in range(1000)}
  2. codeday/clear-gql codeday/clear-gql Public

    TypeScript 1 1

  3. codeday/www-clear codeday/www-clear Public

    Internal tool for CodeDay event planning

    JavaScript 4 6