Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
A self-hosted event management tool for nonprofits
-
Updated
Oct 18, 2019 - 76 commits
Hacktoberfest — brought to you by DigitalOcean in partnership with DEV — is a month-long celebration of open source software. Maintainers are invited to guide would-be contributors towards issues that will help move the project forward, and contributors get the opportunity to give back to both projects they like and others they’ve just discovered. No contribution is too small — bug fixes and documentation updates are valid ways of participating.
Can’t make it to this event? Hacktoberfest is virtual and open to participants from around the globe. Sign up to participate today.
You can look for open issues labeled Hacktoberfest for inspiration. And if are an open source repository maintainer, you can create issues or label existing ones with Hacktoberfest on your GitHub projects to help new contributors know what to work on.
Jekyll
Jekyll is a simple, blog-aware static site generator.
Memory management in the documentation is illustrated by an example which shows a case where no manual memory management is necessary. The other is an example of an array, which is freed by a free method.
There is no other information on how the programmer can differentiate between cases where manual memory management is necessary and where it isn't, other than that leaks will be reported at ru
mapbox-gl-js version: 1.3.1
browser: *
Why scale control uses different earth radius than mercator projection code? Is this ok?
Game Off
November 01, 2019 - December 01, 2019 • Online
A PyTorch-Based Framework for Deep Learning in Computer Vision
-
Updated
Oct 18, 2019 - 377 commits
- Shell
List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc.
-
Updated
Oct 18, 2019 - 97 commits
- Shell
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.
by ex-googlers, for ex-googlers - a lookup table of similar tech & services
-
Updated
Oct 18, 2019 - 365 commits
史上最大规模1.4亿中文知识图谱开源下载
-
Updated
Oct 18, 2019 - 5 commits
- Python
A trackball mouse. Mechanical files, PCBs, and firmware all included.
-
Updated
Oct 18, 2019 - 7 commits
- C++
Chinese Translation for Machine Learning Infographics
-
Updated
Oct 18, 2019 - 23 commits
- Python
It seems that the official Javadoc is not up to date. I found differences in the latest releases and Javadoc site -> https://developers.google.com/protocol-buffers/docs/reference/java/.
I checked for UnsafeByteOperation.java at Javadoc site and at [github repo](https://github.com/pr
Visually explore, understand, and present your data.
-
Updated
Oct 18, 2019 - 212 commits
- TypeScript
pkuseg多领域中文分词工具; The pkuseg toolkit for multi-domain Chinese word segmentation
-
Updated
Oct 18, 2019 - 187 commits
- Python
📈 A responsive, composable react charting library with a hand-drawn style.
-
Updated
Oct 18, 2019 - 39 commits
- TypeScript
- It would be great to update the README to mention the additional utilities that are now supported by the SDK.
- Improve the content of the README by removing replicated information and providing URL's of the appropriate document.
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
-
Updated
Oct 18, 2019 - 299 commits
- Jupyter Notebook
Bayesian optimization in PyTorch
-
Updated
Oct 18, 2019 - 542 commits
- Python
Current behavior:
On every run, cypress will clean it's screenshots folder (as mentioned in the documentation). Unfortunately on Windows it is likely that the filenames are too long and thus can not be deleted. When cypress tries to do this, it ignores those files.
We take all screenshots after the test runs and publish them as build artifacts. So this is a problem as we always see old sc
Description
So our function arrayToHtmlList is in a pretty bad space and could use an update. We already had some discussion over at #675 but I wanted to move the update discussion over to an issue for more visibility.
Current problem:
It uses an awkward query selector instead of the `document.prototype.getElementBy
As requested in #2626, we should document all the fields available via the context as they are not really discoverable. The doc should include grpc functions like SetHeader/Method/etc as well as fields stored directly within the context like metadata and peer info.
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
A user landing on the page can be confused right now, believing they can type immediately. However, the app does not begin with any active note, nor does it have an example note.
In the case that no notes exist on initial load, create a new empty note. Do not create a new empty note if they delete all notes - only initial load.