Language: python
taki0112 / UGATIT
https://github.com/taki0112/UGATIT
stars | today |
---|---|
2022 | 368 |
Official Tensorflow implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation
znxlwm / UGATIT-pytorch
https://github.com/znxlwm/UGATIT-pytorch
stars | today |
---|---|
737 | 138 |
Official PyTorch implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation
makcedward / nlp
https://github.com/makcedward/nlp
stars | today |
---|---|
334 | 43 |
📝 This repository recorded my NLP journey.
ahmetozlu / tensorflow_object_counting_api
https://github.com/ahmetozlu/tensorflow_object_counting_api
stars | today |
---|---|
349 | 25 |
🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems!
danijar / handout
https://github.com/danijar/handout
stars | today |
---|---|
1224 | 283 |
Turn Python scripts into handouts with Markdown and figures
didi / delta
stars | today |
---|---|
508 | 197 |
DELTA is a deep learning based natural language and speech processing platform.
open-mmlab / mmdetection
https://github.com/open-mmlab/mmdetection
stars | today |
---|---|
5547 | 40 |
Open MMLab Detection Toolbox and Benchmark
sherlock-project / sherlock
https://github.com/sherlock-project/sherlock
stars | today |
---|---|
6122 | 97 |
🔎 Find usernames across social networks
google / python-fire
https://github.com/google/python-fire
stars | today |
---|---|
14698 | 27 |
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
70899 | 60 |
A curated list of awesome Python frameworks, libraries, software and resources
docker / compose
https://github.com/docker/compose
stars | today |
---|---|
16968 | 15 |
Define and run multi-container applications with Docker
0voice / interview_internal_reference
https://github.com/0voice/interview_internal_reference
stars | today |
---|---|
16145 | 160 |
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
googleapis / google-cloud-python
https://github.com/googleapis/google-cloud-python
stars | today |
---|---|
2624 | 3 |
Google Cloud Client Library for Python
thunil / TecoGAN
https://github.com/thunil/TecoGAN
stars | today |
---|---|
827 | 44 |
This repo will contain source code and materials for the TecoGAN project, i.e. code for a TEmporally COherent GAN
bijection / sistine
https://github.com/bijection/sistine
stars | today |
---|---|
2431 | 87 |
Turn a MacBook into a Touchscreen with $1 of Hardware
dagster-io / dagster
https://github.com/dagster-io/dagster
stars | today |
---|---|
649 | 7 |
Dagster is an open-source system for building data applications.
davekch / b
stars | today |
---|---|
48 | 15 |
Brainfuck interpreter in a single line of Python
vishnubob / wait-for-it
https://github.com/vishnubob/wait-for-it
stars | today |
---|---|
3764 | 5 |
Pure bash script to test and wait on the availability of a TCP host and port
HelloZeroNet / ZeroNet
https://github.com/HelloZeroNet/ZeroNet
stars | today |
---|---|
14289 | 54 |
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
tianzhi0549 / FCOS
https://github.com/tianzhi0549/FCOS
stars | today |
---|---|
1174 | 13 |
FCOS: Fully Convolutional One-Stage Object Detection (ICCV’19)
prometheus / client_python
https://github.com/prometheus/client_python
stars | today |
---|---|
1143 | 4 |
Prometheus instrumentation library for Python applications
dmlc / dgl
stars | today |
---|---|
2558 | 9 |
Python package built to ease deep learning on graph, on top of existing DL frameworks.
localstack / localstack
https://github.com/localstack/localstack
stars | today |
---|---|
18186 | 31 |
💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!
huggingface / pytorch-transformers
https://github.com/huggingface/pytorch-transformers
stars | today |
---|---|
10512 | 45 |
👾 A library of state-of-the-art pretrained models for Natural Language Processing (NLP)
spulec / moto
https://github.com/spulec/moto
stars | today |
---|---|
2705 | 6 |
A library that allows you to easily mock out tests based on AWS infrastructure.
Language: go
timeromantic / TopList
https://github.com/timeromantic/TopList
stars | today |
---|---|
519 | 162 |
今日热榜,一个获取各大热门网站热门头条的聚合网站,使用Go语言编写,多协程异步快速抓取信息,预览: https://www.printf520.com/hot.html
cnlh / nps
stars | today |
---|---|
5761 | 325 |
一款轻量级、功能强大的内网穿透代理服务器。支持tcp、udp流量转发,支持内网http代理、内网socks5代理,同时支持snappy压缩、站点保护、加密传输、多路复用、header修改等。支持web图形化管理,集成多用户模式。
merklecounty / rget
https://github.com/merklecounty/rget
stars | today |
---|---|
128 | 27 |
download URLs and verify the contents against a publicly recorded cryptographic log
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
56376 | 72 |
Production-Grade Container Scheduling and Management
golang-migrate / migrate
https://github.com/golang-migrate/migrate
stars | today |
---|---|
2744 | 41 |
Database migrations. CLI and Golang library.
kubernetes / kops
https://github.com/kubernetes/kops
stars | today |
---|---|
9540 | 10 |
Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
zalando / postgres-operator
https://github.com/zalando/postgres-operator
stars | today |
---|---|
624 | 6 |
Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
spf13 / viper
https://github.com/spf13/viper
stars | today |
---|---|
9356 | 30 |
Go configuration with fangs
aws / aws-sdk-go
https://github.com/aws/aws-sdk-go
stars | today |
---|---|
5034 | 5 |
AWS SDK for the Go programming language.
99designs / gqlgen
https://github.com/99designs/gqlgen
stars | today |
---|---|
3197 | 11 |
go generate based graphql server library
hashicorp / vault
https://github.com/hashicorp/vault
stars | today |
---|---|
13527 | 10 |
A tool for secrets management, encryption as a service, and privileged access management
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
23787 | 26 |
The Cloud Native Edge Router
kubernetes / community
https://github.com/kubernetes/community
stars | today |
---|---|
4537 | 26 |
Kubernetes community content
cortexproject / cortex
https://github.com/cortexproject/cortex
stars | today |
---|---|
1643 | 18 |
A multitenant, horizontally scalable Prometheus as a Service
vmware / octant
https://github.com/vmware/octant
stars | today |
---|---|
698 | 279 |
A web-based, highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
DataDog / datadog-agent
https://github.com/DataDog/datadog-agent
stars | today |
---|---|
545 | 4 |
Datadog Agent
aws / aws-lambda-go
https://github.com/aws/aws-lambda-go
stars | today |
---|---|
1984 | 29 |
Libraries, samples and tools to help Go developers develop AWS Lambda functions.
github / gh-ost
https://github.com/github/gh-ost
stars | today |
---|---|
6712 | 14 |
GitHub’s Online Schema Migrations for MySQL
go-resty / resty
https://github.com/go-resty/resty
stars | today |
---|---|
1984 | 10 |
Simple HTTP and REST client library for Go
micro / go-micro
https://github.com/micro/go-micro
stars | today |
---|---|
8552 | 21 |
A microservice development framework
terraform-providers / terraform-provider-aws
https://github.com/terraform-providers/terraform-provider-aws
stars | today |
---|---|
2916 | 3 |
Terraform AWS provider
kubernetes-sigs / kubebuilder
https://github.com/kubernetes-sigs/kubebuilder
stars | today |
---|---|
1538 | 5 |
Kubebuilder - SDK for building Kubernetes APIs using CRDs
casbin / casbin
https://github.com/casbin/casbin
stars | today |
---|---|
4968 | 10 |
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
hashicorp / nomad
https://github.com/hashicorp/nomad
stars | today |
---|---|
5055 | 10 |
Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
lindb / lindb
https://github.com/lindb/lindb
stars | today |
---|---|
842 | 14 |
LinDB is a scalable, high performance, high availability distributed time series database.
Language: java
dengyuhan / magnetW
https://github.com/dengyuhan/magnetW
stars | today |
---|---|
1434 | 303 |
磁力搜网页版 - 磁力链接聚合搜索 - https://bt.biedian.me
spring-projects / spring-boot
https://github.com/spring-projects/spring-boot
stars | today |
---|---|
40762 | 53 |
Spring Boot
eugenp / tutorials
https://github.com/eugenp/tutorials
stars | today |
---|---|
16256 | 30 |
The “REST With Spring” Course:
google / guava
https://github.com/google/guava
stars | today |
---|---|
33088 | 30 |
Google core libraries for Java
2227324689 / gpmall
https://github.com/2227324689/gpmall
stars | today |
---|---|
177 | 37 |
基于SpringBoot+Dubbo构建的电商平台-微服务架构
ctripcorp / C-OCR
https://github.com/ctripcorp/C-OCR
stars | today |
---|---|
255 | 45 |
C-OCR是携程自研的OCR项目,主要包括身份证、护照、火车票、签证等旅游相关证件、材料的识别。 项目包含4个部分,拒识、检测、识别、后处理。
b3log / solo
stars | today |
---|---|
9680 | 86 |
🎸 一款小而美的博客系统,专为程序员设计。
libgdx / libgdx
https://github.com/libgdx/libgdx
stars | today |
---|---|
15745 | 7 |
Desktop/Android/HTML5/iOS Java game development framework
xkcoding / spring-boot-demo
https://github.com/xkcoding/spring-boot-demo
stars | today |
---|---|
1158 | 35 |
spring boot demo 是一个用来学习 spring boot 的项目,总共包含 57 个集成demo,已经完成 47 个。包含集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate、JPA(ORM框架)、mybatis(ORM框架)、通用Mapper、PageHelper、mybatis-plus、BeetlSQL、upload(本地文件上传和七牛云文件上传)、redis(缓存)、ehcache(缓存)、email(发送各种类…
hankcs / HanLP
https://github.com/hankcs/HanLP
stars | today |
---|---|
14259 | 33 |
自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁
alibaba / Sentinel
https://github.com/alibaba/Sentinel
stars | today |
---|---|
8196 | 31 |
A lightweight powerful flow control component enabling reliability and monitoring for microservices. (轻量级的流量控制、熔断降级 Java 库)
diyhi / bbs
stars | today |
---|---|
377 | 16 |
巡云轻论坛系统采用JAVA+MYSQL架构,自适应手机端和电脑端,界面简洁,性能高效。数据库表结构设计使用分表方案,提高系统的负载能力。后台数据库备份/还原、全站指定目录打包、一键自动升级等功能使维护简单方便。系统拥有强大的模板管理功能,布局版块支持设置输出条件,让前端页面展示方便快捷。
eclipse-vertx / vert.x
https://github.com/eclipse-vertx/vert.x
stars | today |
---|---|
10026 | 12 |
Vert.x is a tool-kit for building reactive applications on the JVM
spring-projects / spring-security
https://github.com/spring-projects/spring-security
stars | today |
---|---|
3733 | 9 |
Spring Security
Netflix / Hystrix
https://github.com/Netflix/Hystrix
stars | today |
---|---|
17995 | 17 |
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
Qihoo360 / ArgusAPM
https://github.com/Qihoo360/ArgusAPM
stars | today |
---|---|
1786 | 5 |
Powerful, comprehensive (Android) application performance management platform. 360线上移动性能检测平台
rabbitmq / rabbitmq-tutorials
https://github.com/rabbitmq/rabbitmq-tutorials
stars | today |
---|---|
4046 | 10 |
Tutorials for using RabbitMQ in various ways
YunaiV / onemall
https://github.com/YunaiV/onemall
stars | today |
---|---|
817 | 12 |
mall 商城,基于微服务的思想,构建在 B2C 电商场景下的项目实战。核心技术栈,是 Spring Boot + Dubbo 。未来,会重构成 Spring Cloud Alibaba 。
gephi / gephi
https://github.com/gephi/gephi
stars | today |
---|---|
3401 | 4 |
Gephi - The Open Graph Viz Platform
OpenFeign / feign
https://github.com/OpenFeign/feign
stars | today |
---|---|
4757 | 11 |
Feign makes writing java http clients easier
react-native-community / react-native-device-info
https://github.com/react-native-community/react-native-device-info
stars | today |
---|---|
4128 | 1 |
Device Information for React Native iOS and Android
netty / netty
https://github.com/netty/netty
stars | today |
---|---|
20272 | 25 |
Netty project - an event-driven asynchronous network application framework
Tencent / tinker
https://github.com/Tencent/tinker
stars | today |
---|---|
14045 | 4 |
Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
Activiti / Activiti
https://github.com/Activiti/Activiti
stars | today |
---|---|
5537 | 11 |
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It’s open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the…
ctripcorp / apollo
https://github.com/ctripcorp/apollo
stars | today |
---|---|
16191 | 30 |
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
Language: c++
microsoft / terminal
https://github.com/microsoft/terminal
stars | today |
---|---|
50232 | 95 |
The new Windows Terminal, and the original Windows console host – all in the same place!
google / googletest
https://github.com/google/googletest
stars | today |
---|---|
12515 | 34 |
Googletest - Google Testing and Mocking Framework
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
36300 | 23 |
Protocol Buffers - Google’s data interchange format
gabime / spdlog
https://github.com/gabime/spdlog
stars | today |
---|---|
6403 | 13 |
Fast C++ logging library.
microsoft / onnxruntime
https://github.com/microsoft/onnxruntime
stars | today |
---|---|
992 | 3 |
ONNX Runtime: cross-platform, high performance scoring engine for ML models
EOSIO / eos
stars | today |
---|---|
10556 | 2 |
An open source smart contract platform
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
132306 | 66 |
An Open Source Machine Learning Framework for Everyone
HKUST-Aerial-Robotics / VINS-Fusion
https://github.com/HKUST-Aerial-Robotics/VINS-Fusion
stars | today |
---|---|
762 | 8 |
An optimization-based multi-sensor state estimator
lltcggie / waifu2x-caffe
https://github.com/lltcggie/waifu2x-caffe
stars | today |
---|---|
3633 | 9 |
waifu2xのCaffe版
catchorg / Catch2
https://github.com/catchorg/Catch2
stars | today |
---|---|
9608 | 4 |
A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)
OSGeo / gdal
stars | today |
---|---|
1317 | 1 |
GDAL is an open source X/MIT licensed translator library for raster and vector geospatial data formats.
eigenteam / eigen-git-mirror
https://github.com/eigenteam/eigen-git-mirror
stars | today |
---|---|
1303 | 1 |
Git mirror of the official Eigen’s repository – PULL REQUEST MUST BE SENT TO: https://bitbucket.org/eigen/eigen
intel / tbb
stars | today |
---|---|
1356 | 2 |
Official Intel® Threading Building Blocks (Intel TBB) GitHub repository.
microsoft / interpret
https://github.com/microsoft/interpret
stars | today |
---|---|
1688 | 6 |
Fit interpretable models. Explain blackbox machine learning.
grpc / grpc
stars | today |
---|---|
22472 | 20 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
SpiderLabs / ModSecurity
https://github.com/SpiderLabs/ModSecurity
stars | today |
---|---|
2933 | 2 |
ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave’s SpiderLabs. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analys…
gflags / gflags
https://github.com/gflags/gflags
stars | today |
---|---|
1495 | 3 |
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
microsoft / GSL
https://github.com/microsoft/GSL
stars | today |
---|---|
3556 | 3 |
Guidelines Support Library
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
14858 | 24 |
JSON for Modern C++
intel / mkl-dnn
https://github.com/intel/mkl-dnn
stars | today |
---|---|
1525 | 3 |
Intel® Math Kernel Library for Deep Neural Networks (Intel® MKL-DNN)
googlesamples / android-ndk
https://github.com/googlesamples/android-ndk
stars | today |
---|---|
6253 | 8 |
Android NDK samples with Android Studio
microsoft / Azure-Kinect-Sensor-SDK
https://github.com/microsoft/Azure-Kinect-Sensor-SDK
stars | today |
---|---|
273 | 2 |
A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
yandex / ClickHouse
https://github.com/yandex/ClickHouse
stars | today |
---|---|
7826 | 13 |
ClickHouse is a free analytic DBMS for big data.
zeromq / libzmq
https://github.com/zeromq/libzmq
stars | today |
---|---|
5442 | 6 |
ZeroMQ core engine in C++, implements ZMTP/3.1
mysql / mysql-server
https://github.com/mysql/mysql-server
stars | today |
---|---|
4182 | 8 |
MySQL Server, the world’s most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
Language: javascript
amejiarosario / dsa.js-data-structures-algorithms-javascript
https://github.com/amejiarosario/dsa.js-data-structures-algorithms-javascript
stars | today |
---|---|
3785 | 311 |
Data Structures and Algorithms explained and implemented in JavaScript
google / blockly
https://github.com/google/blockly
stars | today |
---|---|
6565 | 103 |
The web-based visual programming editor.
adam-p / markdown-here
https://github.com/adam-p/markdown-here
stars | today |
---|---|
39808 | 39 |
Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
lllyasviel / style2paints
https://github.com/lllyasviel/style2paints
stars | today |
---|---|
10438 | 48 |
sketch + style = paints 🎨
babel / babel
https://github.com/babel/babel
stars | today |
---|---|
34130 | 12 |
🐠 Babel is a compiler for writing next generation JavaScript.
select2 / select2
https://github.com/select2/select2
stars | today |
---|---|
23854 | 8 |
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
gatsbyjs / gatsby
https://github.com/gatsbyjs/gatsby
stars | today |
---|---|
36975 | 29 |
Build blazing fast, modern apps and websites with React
photonstorm / phaser
https://github.com/photonstorm/phaser
stars | today |
---|---|
25358 | 14 |
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
wekan / wekan
https://github.com/wekan/wekan
stars | today |
---|---|
14713 | 3 |
The open-source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add PR changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
apollographql / fullstack-tutorial
https://github.com/apollographql/fullstack-tutorial
stars | today |
---|---|
412 | 45 |
🚀 The Apollo platform tutorial app
d3 / d3
stars | today |
---|---|
86523 | 33 |
Bring data to life with SVG, Canvas and HTML. 📊 📈 🎉
lodash / lodash
https://github.com/lodash/lodash
stars | today |
---|---|
40776 | 18 |
A modern JavaScript utility library delivering modularity, performance, & extras.
wuxia2001 / loveyue
https://github.com/wuxia2001/loveyue
stars | today |
---|---|
712 | 4 |
loveyue系列1到8的源码
uber / deck.gl
https://github.com/uber/deck.gl
stars | today |
---|---|
6351 | 9 |
WebGL2 powered geospatial visualization layers
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
135095 | 27 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
josdejong / jsoneditor
https://github.com/josdejong/jsoneditor
stars | today |
---|---|
6075 | 14 |
A web-based tool to view, edit, format, and validate JSON
invertase / react-native-firebase
https://github.com/invertase/react-native-firebase
stars | today |
---|---|
5915 | 8 |
🔥 A well tested feature rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for over 20 Firebase services.
nolimits4web / swiper
https://github.com/nolimits4web/swiper
stars | today |
---|---|
20562 | 15 |
Most modern mobile touch slider with hardware accelerated transitions
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
70438 | 51 |
Set up a modern web app by running one command.
vuejs / vue-router
https://github.com/vuejs/vue-router
stars | today |
---|---|
14370 | 16 |
🚦 The official router for Vue.js.
openlayers / openlayers
https://github.com/openlayers/openlayers
stars | today |
---|---|
5336 | 5 |
OpenLayers
Akryum / vue-apollo
https://github.com/Akryum/vue-apollo
stars | today |
---|---|
3939 | 9 |
🚀 Apollo/GraphQL integration for VueJS
parcel-bundler / parcel
https://github.com/parcel-bundler/parcel
stars | today |
---|---|
32632 | 19 |
📦 🚀 Blazing fast, zero configuration web application bundler
modood / Administrative-divisions-of-China
https://github.com/modood/Administrative-divisions-of-China
stars | today |
---|---|
5024 | 22 |
中华人民共和国行政区划:省级(省份直辖市自治区)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,中国省市区镇村二级三级四级五级联动地址数据 Node.js 爬虫。
NervJS / taro
https://github.com/NervJS/taro
stars | today |
---|---|
20831 | 38 |
多端统一开发框架,支持用 React 的开发方式编写一次代码,生成能运行在微信/百度/支付宝/字节跳动/ QQ 小程序、快应用、H5、React Native 等的应用。 https://taro.jd.com/
Language: unknown
datawhalechina / leeml-notes
https://github.com/datawhalechina/leeml-notes
stars | today |
---|---|
1980 | 449 |
李宏毅《机器学习》笔记,在线阅读地址: https://datawhalechina.github.io/leeml-notes
DeepGraphLearning / LiteratureDL4Graph
https://github.com/DeepGraphLearning/LiteratureDL4Graph
stars | today |
---|---|
1782 | 38 |
justjavac / free-programming-books-zh_CN
https://github.com/justjavac/free-programming-books-zh_CN
stars | today |
---|---|
53628 | 152 |
📚 免费的计算机编程类中文书籍,欢迎投稿
arpitjindal97 / technology_books
https://github.com/arpitjindal97/technology_books
stars | today |
---|---|
3728 | 451 |
Premium eBook free for Geeks
enaqx / awesome-react
https://github.com/enaqx/awesome-react
stars | today |
---|---|
32593 | 68 |
A collection of awesome things regarding React ecosystem
wsargent / docker-cheat-sheet
https://github.com/wsargent/docker-cheat-sheet
stars | today |
---|---|
16761 | 6 |
Docker Cheat Sheet
sorrycc / awesome-javascript
https://github.com/sorrycc/awesome-javascript
stars | today |
---|---|
18320 | 8 |
🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
18F / technology-budgeting
https://github.com/18F/technology-budgeting
stars | today |
---|---|
87 | 15 |
10x project to pilot a process to educate state stakeholders about alternatives to legacy software development practices.
lib-xdown / xdown
https://github.com/lib-xdown/xdown
stars | today |
---|---|
201 | 27 |
免费的idm+torrent
lknik / gdpr
stars | today |
---|---|
85 | 8 |
qq449245884 / xiaozhi
https://github.com/qq449245884/xiaozhi
stars | today |
---|---|
1402 | 11 |
tc39 / proposals
https://github.com/tc39/proposals
stars | today |
---|---|
8376 | 12 |
Tracking ECMAScript Proposals
MicrosoftLearning / AZ-103-MicrosoftAzureAdministrator
https://github.com/MicrosoftLearning/AZ-103-MicrosoftAzureAdministrator
stars | today |
---|---|
185 | 3 |
AZ-103: Microsoft Azure Administrator
datawhalechina / pumpkin-book
https://github.com/datawhalechina/pumpkin-book
stars | today |
---|---|
7880 | 19 |
《机器学习》(西瓜书)公式推导解析,在线阅读地址: https://datawhalechina.github.io/pumpkin-book
sudheerj / javascript-interview-questions
https://github.com/sudheerj/javascript-interview-questions
stars | today |
---|---|
197 | 3 |
List of 1000 JavaScript Interview Questions
interviewBubble / Data-Science-Competitions
https://github.com/interviewBubble/Data-Science-Competitions
stars | today |
---|---|
18 | 1 |
Goal of this repo is to provide solutions of all Data Science Competitions(Kaggle, Data Hack, Machine Hack, Driven Data etc…).
judasn / IntelliJ-IDEA-Tutorial
https://github.com/judasn/IntelliJ-IDEA-Tutorial
stars | today |
---|---|
13033 | 17 |
IntelliJ IDEA 简体中文专题教程
danistefanovic / build-your-own-x
https://github.com/danistefanovic/build-your-own-x
stars | today |
---|---|
46546 | 34 |
🤓 Build your own (insert technology here)
kelseyhightower / kubernetes-the-hard-way
https://github.com/kelseyhightower/kubernetes-the-hard-way
stars | today |
---|---|
16848 | 22 |
Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
yadox666 / The-Hackers-Hardware-Toolkit
https://github.com/yadox666/The-Hackers-Hardware-Toolkit
stars | today |
---|---|
1301 | 4 |
The best hacker’s gadgets for Red Team pentesters and security researchers.
ziishaned / learn-regex
https://github.com/ziishaned/learn-regex
stars | today |
---|---|
21439 | 346 |
Learn regex the easy way
dracula / dracula-theme
https://github.com/dracula/dracula-theme
stars | today |
---|---|
10064 | 7 |
😱 A dark theme for all the things!
microsoft / azure-pipelines-yaml
https://github.com/microsoft/azure-pipelines-yaml
stars | today |
---|---|
266 | 2 |
Azure Pipelines YAML examples, templates, and community interaction
timzhang642 / 3D-Machine-Learning
https://github.com/timzhang642/3D-Machine-Learning
stars | today |
---|---|
3693 | 6 |
A resource repository for 3D machine learning
brightmart / nlp_chinese_corpus
https://github.com/brightmart/nlp_chinese_corpus
stars | today |
---|---|
3117 | 3 |
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP