Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁
-
Updated
Nov 6, 2019 - 1 commits
- Java
13 Halloween-themed game jam games featuring ghosts, ghouls, demons, daemons, and more. All fun to play and hack on. Cheats codes included!
Lua
Lua is a lightweight, embeddable scripting language.
🤓 Build your own (insert technology here)
-
Updated
Nov 6, 2019 - 371 commits
Needs to generate some texts to test if my GUI rendering codes good or not. so I made this.
-
Updated
Nov 6, 2019 - 28 commits
- JavaScript
Game Off
November 01, 2019 - December 01, 2019 • Online
双十一活动自动化地操作淘宝浏览店铺得喵币脚本 for Android
-
Updated
Nov 6, 2019 - 51 commits
- JavaScript
黑马程序员 120天全栈区块链开发 开源教程
-
Updated
Nov 6, 2019 - 61 commits
- JavaScript
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.
Running: Consul v1.6.1
In the documentation for registering a health check https://www.consul.io/api/agent/check.html#register-check
The 'ID' field is documented as follows. Specifies a unique ID for this check on the node. This defaults to the "Name" parameter, but it may be necessary to provide an ID for uniqueness.
However when I register a service using the ID parameter it does not re
Python - 100天从新手到大师
-
Updated
Nov 6, 2019 - 284 commits
- Jupyter Notebook
Telegram web application, GPL v3
-
Updated
Nov 6, 2019 - 1 commits
- JavaScript
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
-
Updated
Nov 6, 2019 - 781 commits
基于vue的高扩展在线网页制作平台,可自定义组件,可添加脚本,可数据统计。A mobile page builder/editor, similar with amolink.
-
Updated
Nov 6, 2019 - 37 commits
- Vue
:link: Some useful websites for programmers.
-
Updated
Nov 6, 2019 - 822 commits
:books: 技术面试必备基础知识、Leetcode、Java、C++、Python、后端面试、计算机操作系统、计算机网络、系统设计
-
Updated
Nov 6, 2019 - 3 commits
- Java
We have a lot of inconsistency in the current codebase on how we name boolean setters and getters, and especially those we expose to the scripting API.
We should aim at fixing that for 4.0, breaking compatibility where needed. Related to #16863.
Current uses are of the form:
bool stuff = false;
void set_stuff(p_enable);
void set_stuff(p_enabled);
void set_stuff_enabled(p_enableCurrently, most samples only have a C# host program. It would be nice if more or even most samples demonstrated how to use Python to call into Q#.
Samples with Python Hosts
- algorithms
- chsh-game
- database-search
- integer-factorization
- oracle-synthesis
- order-finding
- reversible-logic-synthesis
- simple-grover
-
arithmetic
收集整理远程工作相关的资料
-
Updated
Nov 6, 2019 - 823 commits
- Ruby
Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
-
Updated
Nov 6, 2019 - 80 commits
- Python
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
-
Updated
Nov 6, 2019 - 57 commits
- C
- Terraform Concepts | Command | Tutorial
- Puppet Concepts | Command | Tutorial
- Chef Concepts | Command | Tutorial
- Ansible Concepts | Command | Tutorial
HttpContext.AuthenticationManager was obsoleted and removed in prior releases, but there are still several references to it in the doc comments and API docs.
https://github.com/aspnet/AspNetCore/blob/c565386a3ed135560bc2e9017aa54a950b4e35dd/src/Mvc/Mvc.Core/src/ChallengeResult.cs#L14
https://github.com/aspnet/AspNetCore/blob/c565386a3ed135560bc2e9017aa54a950b4e35dd/src/Mvc/Mvc.Core/src/ForbidRes
are there additional conditionals that can be used for the where command aside from ==, >, <
Review Notebook App
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
- Visual diff for GitHub commit/PR containing notebooks
- Commenting on the notebook diff to start discussion
- Conversation threads to track all open discussions
Image building happens once, running the container happens N times. Theres no reason to re-download the model every time it runs.