go
-
alibaba/pouch
Pouch is an open-source project created to promote the container technology movement.
-
bbb31/slurp
S3 bucket enumerator
-
manifoldco/promptui
Interactive prompt for command-line applications
-
lyft/cni-ipvlan-vpc-k8s
AWS VPC Kubernetes CNI driver using IPvlan
-
go-ignite/ignite
A SS panel for managing multiple users, powered by Go & Docker.
-
kubernetes/kubernetes
Production-Grade Container Scheduling and Management
-
golang/go
The Go programming language
-
jszwec/csvutil
csvutil provides fast and idiomatic mapping between CSV and Go (golang) values.
-
google/metallb
A network load-balancer implementation for Kubernetes using BGP
-
ethereum/go-ethereum
Official Go implementation of the Ethereum protocol
-
adtac/commento
A privacy-focused Disqus alternative
-
prometheus/prometheus
The Prometheus monitoring system and time series database.
-
gohugoio/hugo
A Fast and Flexible Static Site Generator built with love in GoLang.
-
goby-lang/goby
Goby - A new language helps you develop microservices
-
asticode/go-astilectron
Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron)
-
weibocom/opendcp
OpenDCP official source site
-
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
-
kubernetes/minikube
Run Kubernetes locally
-
snail007/goproxy
proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持正向代理和内网穿透.程序本身可以作为一级代理,如果设置了上级代理那么可以作为二级代理,乃至N级代理.如果程序不是一级代理,而且上级代理也是本程序,那么可以加密和上级代理之间的通讯,采用底层tls高强度加密,安全无特征.代理时会自动判断访问的网站是否屏蔽,如果被屏蔽那么就会使用上级代理(前提是配置了上级代理)访问网站;如果访问的网站没有被屏蔽,为了加速访问,代理会直接访问网站,不使用上级代理.另外可以设置域名黑白名单,更加自由的控制网站的访问方式。下载地址:https://github.com/snail007/goproxy/releases官方QQ交流群:189618940
-
gobuffalo/buffalo
Rapid Web Development w/ Go
-
containous/traefik
Træfik, a modern reverse proxy
-
astaxie/build-web-application-with-golang
A golang ebook intro how to build a web with golang
-
fatedier/frp
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
drone/drone
Drone is a Continuous Delivery platform built on Docker, written in Go
-
jessfraz/weather
Weather via the command line.
java
javascript
-
haltu/muuri
Responsive, sortable, filterable and draggable grid layouts
-
parcel-bundler/parcel
📦🚀Blazing fast, zero configuration web application bundler
-
thedaviddias/Front-End-Checklist
🗂The perfect Front-End Checklist for modern websites and meticulous developers
-
ianstormtaylor/superstruct
A simple and composable way to validate data in Javascript.
-
hectahertz/react-native-typography
Pixel–perfect, native–looking typographic styles for React Native✒️
-
laurent22/joplin
Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
-
reactopt/reactopt
A CLI React performance optimization tool that identifies potential unnecessary re-rendering
-
vuejs/vue
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
facebook/react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
fbsamples/f8app
Source code of the official F8 app of 2017, powered by React Native and other Facebook open source projects.
-
ustbhuangyi/better-scroll
inspired by iscroll, and it has a better scroll perfermance
-
axios/axios
Promise based HTTP client for the browser and node.js
-
sunkuo/grow-to-express
渐进式Express学习课程,从零开始实现一个Express
-
ant-design/ant-design-pro
👨🏻💻👩🏻💻 An out-of-box UI solution for enterprise applications
-
facebookincubator/create-react-app
Create React apps with no build configuration.
-
airbnb/javascript
JavaScript Style Guide
-
facebook/react-native
A framework for building native apps with React.
-
russellgoldenberg/scrollama
Scrollytelling with IntersectionObserver.
-
iotaledger/wallet
IOTA Wallet
-
justjavac/free-programming-books-zh_CN
📚免费的计算机编程类中文书籍,欢迎投稿
-
getify/Functional-Light-JS
Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter.
-
nodejs/node
Node.js JavaScript runtime✨🐢🚀✨
-
GoogleChrome/puppeteer
Headless Chrome Node API
-
sentsin/layui
采用自身模块规范编写的前端UI框架,遵循原生 HTML/CSS/JS 的书写形式,极低门槛,拿来即用。
-
reactjs/redux
Predictable state container for JavaScript apps
python
-
NVIDIA/pix2pixHD
Generating and manipulating 2048x1024 images with conditional GANs
-
facebookresearch/FaderNetworks
Fader Networks: Manipulating Images by Sliding Attributes - NIPS 2017
-
gaojiuli/toapi
A library letting any web site provide APIs.
-
google/deepvariant
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
-
NVIDIA/flownet2-pytorch
Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
-
kendricktan/misocoin
Barebones bitcoin-like protocol implemented in Python 3.6
-
DmitryUlyanov/deep-image-prior
Image restoration with neural networks but without learning.
-
faneshion/MatchZoo
MatchZoo is a toolkit for text matching. It was developed to facilitate the designing, comparing, and sharing of deep text matching models.
-
michael-lazar/rtv
Browse Reddit from your terminal
-
tensorflow/models
Models and examples built with TensorFlow
-
eth0izzle/bucket-stream
Find interesting Amazon S3 Buckets by watching certificate transparency logs.
-
fchollet/keras
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
-
mingyuliutw/UNIT
unsupervised/unpaired image-to-image translation using coupled GANs
-
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
-
victordibia/handtracking
Building a Real-time Hand-Detector using Neural Networks (SSD) on Tensorflow
-
vinta/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
-
scikit-learn/scikit-learn
scikit-learn: machine learning in Python
-
probtorch/probtorch
Probabilistic Torch is library for deep generative models that extends PyTorch
-
django/django
The Web framework for perfectionists with deadlines.
-
yunjey/StarGAN
StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation
-
josephmisiti/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
-
rg3/youtube-dl
Command-line program to download videos from YouTube.com and other video sites
-
keon/seq2seq
Minimal Seq2Seq model with Attention for Neural Machine Translation in PyTorch
-
ansible/ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.
-
python/cpython
The Python programming language