MountainOne's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
ytdl-org/youtube-dl
Command-line program to download videos from YouTube.com and other video sites
Chalarangelo/30-seconds-of-code
Coding articles to level up your development skills
gothinkster/realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
DopplerHQ/awesome-interview-questions
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
satwikkansal/wtfpython
What the f*ck Python? 😱
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
hwdsl2/setup-ipsec-vpn
Scripts to build your own IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2
proxyee-down-org/proxyee-down
http下载工具,基于http代理,支持多连接分块下载
jbhuang0604/awesome-computer-vision
A curated list of awesome computer vision resources
taizilongxu/interview_python
关于Python的面试题
arialdomartini/Back-End-Developer-Interview-Questions
A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore
seaswalker/spring-analysis
Spring源码阅读
soumith/ganhacks
starter from "How to Train a GAN?" at NIPS2016
NVIDIA/FastPhotoStyle
Style transfer, deep learning, feature transform
learnbyexample/Command-line-text-processing
:zap: From finding text to search and replace, from sorting to beautifying text and more :art:
apsdehal/awesome-ctf
A curated list of CTF frameworks, libraries, resources and softwares
me115/design_patterns
图说设计模式
dmlc/gluon-cv
Gluon CV Toolkit
NullArray/AutoSploit
Automated Mass Exploiter
MrGemy95/Tensorflow-Project-Template
A best practice for tensorflow project template architecture.
jiesutd/NCRFpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
azat-co/react-quickly
Source code for React Quickly [Manning, 2018]: Painless Web Apps with React, JSX, Redux, and GraphQL 📕
HRLTY/TP-GAN
Official TP-GAN Tensorflow implementation for paper "Beyond Face Rotation: Global and Local Perception GAN for Photorealistic and Identity Preserving Frontal View Synthesis"
NoisyWinds/puzzle
🌷 使用5000张二次元图片生成海报大图,计算颜色相似度。Make a poster with 5000 pictures,Python spider and Color similarity measure
hhb072/WaveletSRNet
A pytorch implementation of Paper "Wavelet-srnet: A wavelet-based cnn for multi-scale face super resolution"
RapidsAtHKUST/EngineRaceRapids
Rapids团队 (https://github.com/CheYulin , https://github.com/shixuansun and https://github.com/WANG-lp), Engine Race (Key-Value Store on Intel Optane SSD, https://tianchi.aliyun.com/competition/entrance/231689/rankingList/1 ),线上成绩413.69s, 排名第1
jenkinsci/alibabacloud-ecs-plugin
alibabacloud-ecs-plugin
MountainOne/algorithms
按专题进行总结的常见算法面试题(LeetCode 为主),基于 Python 实现。