Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Telegram
Originally submitted by @ajdavis on idea-sourcetrail issue tracker:
I think that executing the "Send Location" action in CLion (or other JetBrains IDE) should switch focus to the SourceTrail application and bring its window to the foreground. That's what I intuitively expected, and it would be convenient: whenever I execute "Send Location", th
The Time component should include a shared timer that refreshes any mounted components once per minute so that the timestamps update inline without needing a full page re-render.
Git Merge 2020
March 04, 2020 • Los Angeles
为方便查找对应的书籍,整理了几百本计算机类常用书籍,并且附带下载链接
-
Updated
Dec 29, 2019
Are there any references on how to create a good design diagram? What do the different colors mean? What do the dashed lines mean?
Sorry if this is a basic question but I don't even know where to start searching for more information. This is the first page I saw that had the diagrams in the format that I've seen before.
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
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
Python有趣的小例子、小Demo一网打尽。Python基础、Web开发、数据科学、机器学习、TensorFlow、Pytorch,一切都是简单易懂的小例子。
-
Updated
Dec 29, 2019 - HTML
Hi,
looks like the metrics provider by Hikari has changed in recent version, yet the documentation in this project hasn't been updated since 2015, could you please update the documentation? Thanks!
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
-
Updated
Dec 29, 2019 - Jupyter Notebook
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
-
Updated
Dec 29, 2019 - HTML
:thumbsup: :thumbsup:逐行剖析Vue.js源码 在线阅读地址https://nlrx-wjc.github.io/Learn-Vue-Source-Code/
-
Updated
Dec 29, 2019 - JavaScript
List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc.
-
Updated
Dec 29, 2019 - Shell
(user@192.168.8.205) [(none)]> yield 1.000000001
============
| 1.000000 |
============
| 1.000000 |
------------
Got 1 rows (Time spent: 376/9795 us)
(user@192.168.8.205) [(none)]> yield 1.000003
============
| 1.000003 |
============
| 1.000003 |
------------
Got 1 rows (Time spent: 168/3260 us)
(user@192.168.8.205) [(none)]> yield 1.0000004
============
| 1.000000 |
==
In What about &&? section we have the following code.
function foo() {
console.log( a );
}
var a = 42;
a && foo(); // 42
result in comment should indicate that foo was called. but in fact we would get same result of "42" if first operand had been called (like in || operator). i think results of a and foo() should be different to make the example be clearer.
I just noticed that both A Practical Introduction to APL1 & APL2 , and A Practical Introduction to APL3 & APL4 links are redirecting to the main page of the APL Wiki. My quick inspection shows that the page [BooksAndPublications](
LBADD: An experimental, distributed SQL database
-
Updated
Dec 29, 2019 - Go
Feature Request
docker has a config setting called perdevice:
## Whether to report for each container per-device blkio (8:0, 8:1...) and
## network (eth0, eth1, ...) stats or not
perdevice = true
While it applies to blkio and network, it does not apply to CPU. So I get 5 CPU values, one for each CPU.
The spirit of perdevice is clearly "Don't overload my network and my
small typo
Thanks for creating this content! I noticed there is a typo in the pandas, import convention section. It says pasdas instead of pandas. I thought you'd like to know.
-
Updated
Dec 29, 2019 - Python
Lean's OpenWrt source
-
Updated
Dec 29, 2019 - C
:mortar_board: List of Udacity Nanodegree programs with links to the free courses in their curricula
-
Updated
Dec 29, 2019
- I've read, understood, and done my best to follow the *CONTRIBUTING guidelines.
I was searching what was the best way to log Alamofire requests and responses and the first thing I found was [How can I log each request/response using Alamofire?](https://stackoverflow.com/questions/26736428/how-can-i-log-each-request-resp
Algorithms and data structures in Swift, with explanations!
-
Updated
Dec 29, 2019 - Swift
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.
is it Grid Search can solve CASH problems with NNI , it seems that it is usually used for hyper-parameters optimization, have you guys have finished some revision for Grid Search for solving CASH problems.
about Cash problems can refer to :microsoft/nni#1178