EvannaZhang's Stars
Anduin2017/HowToCook
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).
SimplifyJobs/Summer2025-Internships
Collection of Summer 2025 tech internships!
taki0112/UGATIT
Official Tensorflow implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation (ICLR 2020)
rui314/8cc
A Small C Compiler
itorr/nbnhhsh
😩「能不能好好说话?」 拼音首字母缩写翻译工具
remkop/picocli
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
BlockchainCommons/Learning-Bitcoin-from-the-Command-Line
A complete course for learning Bitcoin programming and usage from the command
WebAssembly/spec
WebAssembly specification, reference interpreter, and test suite.
yingDev/Tickeys
Instant audio feedback for typing. macOS version. (Rust)
huaweicloud/ModelArts-Lab
ModelArts-Lab是示例代码库。更多AI开发学习交流信息,请访问华为云AI开发者社区:huaweicloud.ai
dmfs/opentasks
A task app for Android
nlsandler/write_a_c_compiler
Test suite to help you write your own C compiler
huxiaoman7/leetcodebook
leetcode 1~400知识点&题型总结&leetcode对应题表
jackispm/ProductManager
为产品工程师/产品经理/产品设计师/产品独立开发者准备的资源集和,Resource for Full Stack Product Manager, Product Engineer, Product Designer/ 产品要么是剽窃,要么是革命。 #产品经理文档
SUSTech-Application/SUSTechapplication
南方科技大学飞跃手册同步仓库
drifter1/compiler
Implementing a complete Compiler for a simple C-like language using the C-tools Flex and Bison
vvy/wshell
A simple simulation of shell(bash) in Linux.
xiayandi/Pytorch_text_classification
A simple implementation of CNN based text classification in Pytorch
sqlab-sustech/CS323-Compilers-2020fall
Course materials of SUSTech CS323-Compilers (2020fall)
drom/wast-parser
WebAssembly AST parser
adrianomelo/c-compiler-in-c
A compiler using Flex and Bison for a very limited C syntax - Educational purpose only
yangliu0/MachineLearning
Some machine learning algorithms
martinoywa/cifar10-cnn-exercise
A model to classify images from the CIFAR-10 dataset using PyTorch.
henryhchchc/SUSTech_Dailyhealth_Submitter
Automatically submit daily health report to SUSTech
dmholtz/cnn-cifar10-pytorch
Convolutional neural network for Cifar10 dataset, built with PyTorch in python
alfredalpaca/CIFAR10-pytorch
A simple CNN for the CIFAR10 dataset
NewbieOrange/WasmFuzzTest
rodgzilla/machine_learning_pytorch_simple_cnn_1d_nlp
The purpose of this notebook is to demonstrate how to build a simple one dimensionnal CNN to do text classification. The dataset used in this notebook is the "Twitter Sentiment Analysis" dataset. The goal of the network is to be able to predict whether a given has a positive or a negative sentiment.
SylvainVerdy/RNN---MNIST
Simple implementation in pytorch
varvarakoshman/pytorch_rnn_text_generator
generating simple sentences with vanilla RNN