https://github.com/adam-mcdaniel/adam-mcdaniel
My profile📝
https://github.com/adam-mcdaniel/adam-mcdaniel
adam github profile-readme readme
Last synced: 4 months ago
JSON representation
My profile📝
- Host: GitHub
- URL: https://github.com/adam-mcdaniel/adam-mcdaniel
- Owner: adam-mcdaniel
- Created: 2020-08-26T23:24:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-25T18:53:21.000Z (4 months ago)
- Last Synced: 2025-06-25T19:35:34.305Z (4 months ago)
- Topics: adam, github, profile-readme, readme
- Homepage: https://adam-mcdaniel.net
- Size: 438 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hello! I'm [Adam](https://adam-mcdaniel.github.io).
#### My Trophies🏆
---
#### About Me👨💻
![]()
I'm a passionate PhD student studying at the University of Tennessee, Knoxville.
- 📺 Check out my YouTube channel, where I talk about software!
- 🔭 I’m currently working on my blog and Sage
- 🌱 I’m currently learning frontend development to make my projects look nice :)
- 🤝 I’m looking to collaborate on my programming language and my shell
- 💬 Ask me about compiler design
- 📫 How to reach me: adam.mcdaniel17@gmail.com
- 📖 Read my blog here
- 📄 Learn about my experiences on my resume
- 🇪🇸 He estado hablando español desde 2021! Si tú también lo hablas, envíame un mensaje!
#### My Websites🌐
|Website|
|---|
| ▹ [Personal Website](https://adam-mcdaniel.github.io)|
| ▹ [Blog](https://adam-mcdaniel.github.io/blog)|
| ▹ [Sage Programming Language](https://adam-mcdaniel.github.io/sage-website)|
| ▹ [Dune Shell](https://adam-mcdaniel.github.io/dune-website)|
| ▹ [Music](https://adam-mcdaniel.github.io/music)|#### My Languages📚
#### My Tools⚙️
![]()
#### My Stats📊
#### My Projects🏗
|️Category|Projects|
|---|---|
|Chemistry| ▹ [Molecule - An Organic Chemistry Library](https://github.com/adam-mcdaniel/molecule)|
|Compilers| ▹ [Sage Programming Language](https://github.com/adam-mcdaniel/sage)
▹ [Oak Programming Language](https://github.com/adam-mcdaniel/oakc)
▹ [BASM Assembly Language](https://github.com/adam-mcdaniel/basm)
▹ [Harbor Programming Language](https://github.com/adam-mcdaniel/harbor)
▹ [Tsar Programming Language](https://github.com/adam-mcdaniel/tsar)
▹ [Free Programming Language](https://github.com/adam-mcdaniel/free)
▹ [Bootstrapped Wisp Compiler](https://github.com/adam-mcdaniel/wisp-bootstrap)
▹ [Extended BrainF!$@ Compiler](https://github.com/adam-mcdaniel/smpl)|
|Cybersecurity/Crypto| ▹ [VPN](https://github.com/adam-mcdaniel/vpn)
▹ [RSA implementation](https://github.com/adam-mcdaniel/rsa)
▹ [AES implementation](https://github.com/adam-mcdaniel/sage/blob/main/examples/frontend/AES.sg)|
|High Performance Computing| ▹ [Scalable GPU Profiling on Exascale Clusters using AMD](https://github.com/adam-mcdaniel/scorep-amd)
▹ [Exascale Energy Usage Analysis - Identify Power-Hungry GPU Kernels](https://github.com/adam-mcdaniel/hpc-energy-trace-analysis)|
|Interpreters| ▹ [Sage-Lisp](https://github.com/adam-mcdaniel/sage-lisp)
▹ [Wisp](https://github.com/adam-mcdaniel/wisp)
▹ [Dynamic BrainF!$@ Web Interpreter](https://adam-mcdaniel.github.io/harbor)
▹ [Dune Scripting Language](https://github.com/adam-mcdaniel/dune)
▹ [Maroon Functional Programming Language](https://github.com/adam-mcdaniel/maroon-lang)|
|Computer Vision| ▹ [Sight - Computer Vision Library](https://github.com/adam-mcdaniel/sight)
▹ [Command Line Vision Processing](https://github.com/adam-mcdaniel/cmd-vision)|
|Developer Tools| ▹ [Text Editor with Lisp-Like Scripting](https://github.com/adam-mcdaniel/lite)
▹ [Rusty-CI Continuous Integration Tool](https://github.com/adam-mcdaniel/rusty-ci)
▹ [Git Blame Analysis](https://github.com/adam-mcdaniel/blame-tracker)|
|Formal Methods| ▹ [Reckon - A Prolog-like Theorem Prover](https://github.com/adam-mcdaniel/reckon)
▹ [Verus - Simply Typed Lambda Calculus for MISRA-C Alternative](https://github.com/adam-mcdaniel/verus)|
|Graph Algorithms| ▹ [Graph - Graph Manipulation and Visualization Library](https://github.com/adam-mcdaniel/graph)
▹ [Tree - A Tree Rewriting/Pattern Matching Library](https://github.com/adam-mcdaniel/trees)|
|Machine Learning| ▹ [Code Optimization with Genetic Algorithms](https://github.com/adam-mcdaniel/program-evolution)
▹ [Toki Pona Language Model](https://github.com/adam-mcdaniel/toki-pona-language-model) and [Toki Pona Dataset](https://github.com/adam-mcdaniel/toki-pona-dataset)
▹ [Gesture Detection](https://github.com/adam-mcdaniel/Octaculus)
▹ [Characterizing Subreddit Attitudes, Divisiveness, and Humor](https://github.com/adam-mcdaniel/reddit-analysis)|
|Music| ▹ [Music Theory Library + Song Generator](https://github.com/adam-mcdaniel/music-generation)
▹ [Music Player in React](https://github.com/adam-mcdaniel/music)
|
|Robotics| ▹ [2020 First Robotics Competition](https://github.com/adam-mcdaniel/rc2020)
▹ [2019 First Robotics Competition](https://github.com/adam-mcdaniel/rc)|
|Systems Programming| ▹ [Operating System (Written in C + My Programming Language)](https://github.com/adam-mcdaniel/sage-os)
▹ [HeapPulse - A Heap Memory Profiler](https://github.com/adam-mcdaniel/allocation-tracker)
▹ [Dynamic CPU Scheduling Simulator (Tomasulo's Algorithm)](https://github.com/adam-mcdaniel/dynamic-scheduling)|
|Shell Programming| ▹ [Dune Shell](https://github.com/adam-mcdaniel/dune)
▹ [Atom Shell](https://github.com/adam-mcdaniel/atom)|
|Text Processing| ▹ [Regex Engine](https://github.com/adam-mcdaniel/regex-engine)
▹ [Honeycomb Parser Combinator Library](https://github.com/adam-mcdaniel/honeycomb)
▹ [Argument Parser Library](https://github.com/adam-mcdaniel/clip)
▹ [YAML Parser Library](https://github.com/adam-mcdaniel/rusty-yaml)
▹ [Markdown → HTML in Haskell](https://github.com/adam-mcdaniel/markdown-to-html)|
|Games| ▹ [Chess Engine](https://github.com/adam-mcdaniel/chess-engine)
▹ [Game of Life](https://github.com/adam-mcdaniel/game-of-life)
▹ [State Capitalist Chess Engine](https://github.com/adam-mcdaniel/capitalist-chess)
▹ [Microbiome](https://github.com/adam-mcdaniel/microbiome)
▹ [Rogue-like Game Engine](https://github.com/adam-mcdaniel/rogue-like)
▹ [Sage Implementation of Chess Engine](https://github.com/adam-mcdaniel/sage-chess)|
|Miscellaneous| ▹ [Adam's Discord Bot](https://github.com/adam-mcdaniel/adams-bot)
▹ [Big Integer Library](https://github.com/adam-mcdaniel/bigint)
▹ [Tiny Package Manager](https://github.com/adam-mcdaniel/rapture)
▹ [TI84 App Builder](https://github.com/adam-mcdaniel/qalc)
▹ [Smartlamp API](https://github.com/adam-mcdaniel/smartlamp)
▹ [Terrible Resume Generator](https://github.com/adam-mcdaniel/ResumeGenerator)|