perryzjc's Stars
yangshun/tech-interview-handbook
💯 Curated coding interview preparation materials for busy software engineers
localstack/localstack
💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline
SimplifyJobs/Summer2025-Internships
Collection of Summer 2025 tech internships!
mckaywrigley/chatbot-ui
AI chat for any model.
SawyerHood/draw-a-ui
Draw a mockup and generate html for it
mdbootstrap/TW-Elements
𝙃𝙪𝙜𝙚 collection of Tailwind MIT licensed (free) components, sections and templates 😎
facebookresearch/nougat
Implementation of Nougat Neural Optical Understanding for Academic Documents
Visualize-ML/Book4_Power-of-Matrix
Book_4_《矩阵力量》 | 鸢尾花书:从加减乘除到机器学习;上架!
princeton-vl/infinigen
Infinite Photorealistic Worlds using Procedural Generation
meta-llama/llama-stack
Composable building blocks to build Llama Apps
billmei/every-chatgpt-gui
Every front-end GUI client for ChatGPT, Claude, and other LLMs
horizon-ui/horizon-ui-chakra
Horizon UI JavaScript ⭐️ The trendiest & innovative Open Source Admin Template for Chakra UI & React!
iPERDance/iPERCore
Liquid Warping GAN with Attention: A Unified Framework for Human Image Synthesis
cruip/tailwind-dashboard-template
Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in React. Made by
thebjorn/pydeps
Python Module Dependency graphs
localstack/awscli-local
💲 "awslocal" - Thin wrapper around the "aws" command line interface for use with LocalStack
davidfraser/pyan
pyan is a Python module that performs static analysis of Python code to determine a call dependency graph between functions and methods. This is different from running the code and seeing which functions are called and how often; there are various tools that will generate a call graph in that way, usually using debugger or profiling trace hooks - for example: https://pycallgraph.readthedocs.org/ This code was originally written by Edmund Horner, and then modified by Juha Jeronen. See README for the original blog posts and links to their repositories.
kuwapa/LearnDagger
List of resources to learn about Dependency Injection and Dagger 2
sitek94/vite-deploy-demo
Deploy Vite app to GitHub Pages using GitHub Actions
saasbook/courseware
Courseware setup and information for instructors
awslabs/amazon-timestream-tools
Tools and utilities to enable loading data and building applications with Amazon Timestream.
zhuzilin/faster-nougat
Implementation of nougat that focuses on processing pdf locally.
aguinet/secsend
A file-sharing app providing end-to-end encryption of data.
augcog/tai
perryzjc/detect-secrets-action
A robust GitHub Action that scans your repository for any accidentally committed secrets, bolstering your codebase's security and minimizing risk.
arubisov/cs182
Self-study of CS182 (Spring 2021) at UC Berkeley - Designing, Visualizing and Understanding Deep Neural Networks
cs169/BJC-Teacher-Tracker
Access Portal and Dashboards for BJC Teachers
NASA-AMMOS/slim-detect-secrets
An enterprise friendly way of detecting and preventing secrets in code. Added customized plugins to meet the needs from JPL community.
perryzjc/course-seat-tracker-action
A GitHub Action for notifying users of available course seats through email.
perryzjc/team-match-cp-optimization
Student group assignment optimizer that forms balanced groups based on teammate preferences, availability, and skills using constraint optimization.