Skip to content
View tommyip's full-sized avatar

Organizations

@zulip @KryptonChicken @elementcapital
Block or Report

Block or report tommyip

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
tommyip/README.md

Hi there 👋, I am Thomas

  • I’m interested in compilers, algorithmic trading and AGI
  • How to reach me: email me at thomas@ipthomas.com

Pinned

  1. bootstrap-icons-vue bootstrap-icons-vue Public

    A Vue component library for Bootstrap Icons.

    TypeScript 47 4

  2. n_times_faster_than_c n_times_faster_than_c Public

    Code for blog post "{n} times faster than C, where n = 128"

    Rust 10 1

  3. aoc2023 aoc2023 Public

    Advent of Code 2023

    Python

  4. aoc2022 aoc2022 Public

    Advent of Code 2022

    Python

  5. toxic_comment_classification toxic_comment_classification Public

    Jupyter notebooks for Kaggle's toxic comment classification challenge

    Jupyter Notebook

  6. venv.fish - Automatically activate/d... venv.fish - Automatically activate/deactivate virtualenv in fish shell
    1
    # Based on https://gist.github.com/bastibe/c0950e463ffdfdfada7adf149ae77c6f
    2
    # Changes:
    3
    # * Instead of overriding cd, we detect directory change. This allows the script to work
    4
    #   for other means of cd, such as z.
    5
    # * Update syntax to work with new versions of fish.