Skip to content
View st-tran's full-sized avatar
🤯
🤯

Organizations

@UTMIST
Block or Report

Block or report st-tran

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

  1. LaTeX-Snippets LaTeX-Snippets Public

    JavaScript

  2. UltiSnips snippets UltiSnips snippets
    1
    ###############################################################################
    2
    #	UltiSnips snippets for me to type LaTeX quickly
    3
    #	Borrows a handful of snippets from https://castel.dev/post/lecture-notes-1/
    4
    #
    5
    #	Mainly tailored to my own typing style and workflow.
  3. pdf-condenser pdf-condenser Public

    A tool to extract pages from a PDF that add a substantial amount of new content.

    Python 1

  4. Clock page replacement algorithm sim... Clock page replacement algorithm simulator that mimics an exercise in CSC369 (UofT)
    1
    import sys
    2
    
                  
    3
    if __name__ == "__main__":
    4
        iterations = 0
    5