Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
gev is a lightweight, fast non-blocking TCP network library based on Reactor mode.
-
Updated
Sep 27, 2019 - 62 commits
- Go
Browse a laser-focused collection of information on application security topics, created by a variety of application security professionals with expertise in specific topics.
Ansible
Ansible is a simple and powerful automation engine.
Conda recipes for the bioconda channel.
-
Updated
Sep 27, 2019 - 24 commits
- Shell
100 Days of ML Coding
-
Updated
Sep 27, 2019 - 107 commits
- Python
GitHub Universe
November 13, 2019 - November 14, 2019 • San Francisco
✍ Halo 一款现代化的个人独立博客系统
-
Updated
Sep 27, 2019 - 1 commits
- Java
:mortar_board: Path to a free self-taught education in Computer Science!
-
Updated
Sep 27, 2019 - 733 commits
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
LeanBoard
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
ROADMAP(Mind Map) and KEYWORD for students those who have interest in learning NLP
-
Updated
Sep 27, 2019 - 17 commits
We may need to change our certs to those at https://github.com/grpc/grpc/tree/master/src/core/tsi/test_creds and https://github.com/grpc/grpc/tree/master/src/csharp/Grpc.IntegrationTesting/data in the future for interop testing scenarios.
Sample code for Channel 9 Python for Beginners course
-
Updated
Sep 27, 2019 - 6 commits
- Python
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
-
Updated
Sep 27, 2019 - 282 commits
- Jupyter Notebook
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read [docs.fastlane.tools](https:/
Blazor workshop
-
Updated
Sep 27, 2019 - 189 commits
- CSS
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
-
Updated
Sep 27, 2019 - 744 commits
When using basic operators (+,-,*,div) on integers of different lengths (eg uint16 and uint32), implicit conversion only works when the longest type is first. It is expected that the order of operands on these operators should not affect the operation.
Example
var a:uint16 = 1
var b:uint32 = 2
echo(b+a) # works
echo(b-a) # works
echo(b*a) # works
echo(b div a) #works
mall学习教程,架构、业务、技术要点全方位解析。mall项目(20k+star)是一套电商系统,使用现阶段主流技术实现。 涵盖了SpringBoot2.1.3、MyBatis3.4.6、Elasticsearch6.2.2、RabbitMQ3.7.15、Redis3.2、Mongodb3.2、Mysql5.7等技术,采用Docker容器化部署。
-
Updated
Sep 27, 2019 - 209 commits
- Java
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
-
Updated
Sep 27, 2019 - 789 commits
- JavaScript
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
-
Updated
Sep 27, 2019 - 7 commits
- Java
Currently, we have no limit for parts number.
For our system key, the prefix is __system__
So if partId large enough (larger than 2037604191), it has conflicts with the system key.
Besides that, for system keys(we just check the first byte is '_' or not), compaction will skip them. They will never be deleted.
Maybe we could set the max limit for the parts number and ch
As @TimvanScherpenzeel pointed out, cmgen should better explain that --size applies to the DFG LUT as well and that a cubemap and the LUT cannot be generated at the same time.
Prometheus instrumentation library for Go applications
-
Updated
Sep 27, 2019 - 994 commits
- Go
A design system built by IBM
-
Updated
Sep 27, 2019 - 5 commits
- JavaScript
Hi, I followed the instructions with (this)(https://www.tensorflow.org/install/lang_java?hl=zh-cn).
And I add my implementations with bert pb model, but the GPUs are never used
.
I got Tesla K80, and cuda 9.0
![image](https://user-images.githubusercontent.com/7105813/65371023-bd8cca00-
We need documentation for the following commands in any speaking language of your choosing:
If interest in working on a command, please read this.