def intro(): name = "Jeffrey Xiao" current_focus = ["Security", "Cloud Computing", "Web Development"] hobbies = ["Hiking", "Camping", "Skiing", "Programming", "Photography", "Playing Guitar"] personal_website = "jeffreyxiao.info/" print(f"Hello, I'm {name}!") print(f"\nI love programming and exploring technology.") print("\nCurrently, I'm focusing on:") for focus in current_focus: print(f" - {focus}") print("\nWhen I'm not coding, you might find me:") for hobby in hobbies: print(f" - {hobby}") print("\nLet's connect and build something great together!") intro()
Pinned Loading
-
solon
solon PublicAn interactive web tool analyzing U.S. voting patterns by socioeconomic and racial factors, featuring dynamic maps and data visualizations for Oklahoma and Connecticut.
JavaScript
-
dynamic-memory-allocator
dynamic-memory-allocator PublicDynamic memory allocator that manages heap memory at runtime. Provides base functionality to allocate, reallocate, and free memory given an input byte size.
C
-
oml-calculator
oml-calculator PublicRudimentary program that calculates current OMS points based on criteria outlined in USACC Circular 601-24-1. Uses Python and implements basic command-line interface.
Python
-
password-vault
password-vault PublicSecure Password Vault Manager: A Python-based CLI tool for managing encrypted password vaults. Features include password generation, lookup, update, and deletion, secured using AES-GCM encryption a…
Python
-
phylogenetic-data-parser
phylogenetic-data-parser PublicPhylogenetic data parser that reads genetic distance data from .csv and calculates phylogenetic tree based on neighbor-joining algorithm. Capable of outputting resultant tree in matrix or Newick fo…
C
-
word-guesser
word-guesser PublicStart the program and guess the secret word, one letter at a time.
Python
If the problem persists, check the GitHub status page or contact support.