Skip to content
View timhwang777's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report timhwang777

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

Popular repositories

  1. llvm-ecs260 llvm-ecs260 Public

    This Master's Software Engineering project repository focuses on utilizing LLVM to develop tools for program testing and range validation. It includes an implementation of KLEE for automatic test …

    TeX 1

  2. gitignore gitignore Public

    Forked from github/gitignore

    A collection of useful .gitignore templates

  3. arnoldi-matlab arnoldi-matlab Public

    This project provides two MATLAB functions, myarnoldi.m and myarnoldiro.m, for efficient and accurate extraction of a few eigenpairs from large, sparse matrices. It includes key features like spars…

    TeX

  4. basic-grep-cpp basic-grep-cpp Public

    A lightweight C++ regex matcher built for basic pattern matching. It supports common functionalities like literals, wildcards, character sets, line anchors, grouping, and quantifiers through a user…

    C++

  5. concurrency-in-c concurrency-in-c Public

    Offering parallel processing through POSIX threads, this C program compresses and decompresses files efficiently. Each thread handles a chunk of the input, resulting in faster compression and decom…

    C

  6. dns-server-go dns-server-go Public

    This lightweight Go DNS forwarder efficiently manages multiple queries by utilizing Go routines. It listens on port 2053, forwards requests to a chosen resolver, and returns responses to clients, e…

    Go