GitHub / peterwzhang 1 Repository
peterwzhang/website Fork of caddyserver/website
The Caddy website
Size: 5.61 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

peterwzhang/peterwzhang
Size: 77.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

peterwzhang/TDEE-Tracker
Language: Python - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

peterwzhang/tryPy
Block language for python intended for late elementary to middle school math lessons.
Language: HTML - Size: 14.2 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

peterwzhang/MRI
Interface that allows MRI researchers to easily run scripts on a High Performance Computing (HPC) server.
Language: HTML - Size: 23.7 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

peterwzhang/data-engineering-wiki Fork of data-engineering-community/data-engineering-wiki
The best place to learn data engineering. Built and maintained by the data engineering community.
Language: CSS - Size: 7.57 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

peterwzhang/LISP-Interpreter
Lisp interpreter made using Python3. This interpreter is based on Kamin's Pascal implementation of Lisp and uses Tim Budd's C++ version of the Kamin interpreter for testing.
Language: C++ - Size: 3.95 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

peterwzhang/Lox-Interpreter
Lox interpreter made in C#. Lox is a dynamically typed language from the book Crafting Interpreters.
Language: Dart - Size: 2.27 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

peterwzhang/TikTok-Trivia-Helper
This is a program that attempts to find the answers for TikTok Trivia questions using Google and OpenAI's GPT-3.
Language: Python - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 10 - Forks: 0

peterwzhang/GameofLife
Conway's Game of Life made with C++ and SFML
Language: C++ - Size: 548 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

peterwzhang/interview-prep
My preparation notes for various interviews.
Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

peterwzhang/ProjectGrader
This is a simple project grader shell script. It is made to emulate the grading done for projects in the Data Structures and Algorithms class I took (CS201 at the University of Alabama).
Language: Shell - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

peterwzhang/DCP-Solutions
This repository is a collection of solutions for Daily Coding Problem problems.
Language: C++ - Size: 2.59 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

peterwzhang/contact-card
This is a simple React project that creates a digital contact card with a style inspired by Linktree and Blinq. The colors used are the University of Alabama's official colors.
Language: TypeScript - Size: 1.38 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

peterwzhang/Gendle
A guessing game similar to Wordle, but you try to guess Genshin Impact characters based on their attributes instead of words.
Language: TypeScript - Size: 2.36 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

peterwzhang/ReportSystem
A distributed reports generator that prints formatted reports using a record file.
Language: C - Size: 76.2 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

peterwzhang/LispNotes
A collection of lisp code snippets/notes for CS403.
Language: Common Lisp - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

peterwzhang/PGMBinaryEncoder
This program has five functions that will work together with the code in main.c to encode and decode binary messages from/into PGM images.
Language: C - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

peterwzhang/Zybooks-Gradebook
This program has nine main functions and several other helper functions in order to make a functional Zybooks gradebook using linked lists.
Language: C - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

peterwzhang/24-Game-Solver
This program takes in four integers and then uses functions and for loops to calculate all 64 combinations of all permutations, but returns the first solution found or no solution if there is none.
Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

peterwzhang/CPP-DS-Library
This library has several different data structure implementations. This was made for my CS201 class (Data Structures and Algorithms).
Language: C++ - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

peterwzhang/CS201ProjectTestCases
These are my test cases for my semester project (Data Structure Library) in my data structures and algorithms class. It includes test cases for circular dynamic arrays, red black trees, binary heaps, and binomial heaps.
Language: C++ - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

peterwzhang/MNIST-Learning
A brief example of machine learning using MNIST's number dataset.
Language: Jupyter Notebook - Size: 6.38 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

peterwzhang/CS403Problems
A collection of the practice problems for CS403 (Programming Languages).
Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

peterwzhang/NumConversions
This is a program made in C++ that randomly generates number system conversion problems.
Language: C++ - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

peterwzhang/LearnCPP
My LearnCPP files
Language: C++ - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

peterwzhang/BinaryArithmetic
This is a program made in C++ that randomly generates 8-bit unsigned binary addition and subtraction problems.
Language: C++ - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

peterwzhang/GroupMeUtils
A tool that help accomplish some repetitive tasks on GroupMe by using the GroupMe API.
Language: Python - Size: 61.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

peterwzhang/DI-Chest-Opener
A simple python script to open blessed chests in Diablo Immortal.
Language: Python - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

peterwzhang/Ashley-Website-Project Fork of acramadan/Website-Project
Personal Website Project
Language: HTML - Size: 35.9 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

peterwzhang/seed-labs Fork of seed-labs/seed-labs
SEED Labs developed in the last 20 years.
Language: Python - Size: 41.3 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0
