Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Course Files for Complete Python 3 Bootcamp Course on Udemy
-
Updated
Dec 15, 2019 - Jupyter Notebook
Gradle
Activate failed: Failed to find the tap device in registry with specified ComponentId 'tap0901', TAP driver may be not installed
The docs don't mention the need for a TAP driver. Which driver is recommended?
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
-
Updated
Dec 15, 2019 - C
Git Merge 2020
March 04, 2020 • Los Angeles
JAV影片信息整理工具,抓取元数据nfo,自定义重命名文件(夹),下载fanart裁剪poster,为emby、kodi、极影派铺路。jav-scrapy 老司机 javbus
-
Updated
Dec 15, 2019 - Python
Steps to reproduce the issue
- On a newly-connected Jetpack site, head to My Plan and click the "Activity Log" link
- You will be taken to https://wordpress.com/activity-log/your-site-url.com
- A tooltip appears with a link to https://jetpack.com/support/activity-log/
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
StyleGAN2 - Official TensorFlow Implementation
-
Updated
Dec 15, 2019 - Python
An interactive cheatsheet tool for the command-line
-
Updated
Dec 15, 2019 - Shell
Search backwards
Hi! Thanks for this tool, I searched for something like this for a looong time. :) One question: Would it be possible to add a shortcut to search backwards (i.e. going back to the previous result, possibly wrapping around at the top)? I immediately assumed it would be possible via N (like in vim) or p, but realized both keys don't have any effect.
【编程随想】整理的《太子党关系网络》,专门揭露赵国的权贵
-
Updated
Dec 15, 2019 - Python
Power BI Adoption Framework
-
Updated
Dec 15, 2019
Just a small type, in Typo in Course 1 - Part 6 - Lesson 2, Visualizing the Convolutions and Pooling section,
This code will show us the convolutions graphically. The print (test_labels[;100]) shows ...
test_labels[;100] should be test_labels[:100]
A collection of Flutter examples and demos.
-
Updated
Dec 15, 2019 - Dart
-
Updated
Dec 15, 2019
I think it makes more sense to return an empty array
// invalid input return null or throw an error
if (!setA || !setB) {
return null;
}
if (!setA.length || !setB.length) {
return [];
}
// or do nothing since the for loop will not trigger anyway
12306智能刷票,订票
-
Updated
Dec 15, 2019 - Python
This should really help to keep a track of papers read so far. I would love to fork the repo and keep on checking the boxes in my local fork.
For example: Have a look at this section. People fork this repo and check the boxes as they finish reading each section.
Lean's OpenWrt source
-
Updated
Dec 15, 2019 - C
Description of the Issue
I tried to follow the instructions to build notepad++ in visual studio, I even tried downgrading to a more compatible version, but I could never get it to build. I'm running Windows 10, I tried clicking the links, but several of the links in the readme file are dead links.
Steps to Reproduce the Issue
following the readme file
Expected Behavior
To be
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
-
Updated
Dec 15, 2019 - Jupyter Notebook
Even though we moved to org-re-reveal, we're still pointing to upstream org-reveal in the docs. These two have different manuals now and have different functions, so they aren't interchangeable anymore. Could we (I) change it and push back up?
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.
Hey Cube.Js team!
I get the following yarn warnings when installing dependencies. Can these be fixed? Thank you.