Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
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.
The Julia Language
Julia is a high-level, high-performance dynamic programming language for numerical computing.
Machine Learning Yearning 中文版 - 《机器学习训练秘籍》 - Andrew Ng 著
-
Updated
Oct 17, 2019 - 105 commits
- CSS
by ex-googlers, for ex-googlers - a lookup table of similar tech & services
-
Updated
Oct 17, 2019 - 365 commits
GitHub Universe
November 13, 2019 - November 14, 2019 • San Francisco
mapbox-gl-js version: 1.3.1
browser: *
Why scale control uses different earth radius than mercator projection code? Is this ok?
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
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.
Chinese Translation for Machine Learning Infographics
-
Updated
Oct 17, 2019 - 23 commits
- Python
Hi, Poetry newbie here, using Poetry v0.12.17.
Trying to get my dependencies specified in requirements.txt format into Poetry took me longer than expected. Here's what I've found.
- I have searched the issues of this repo and believe that this is not a duplicate.
The short documentation section on [Exact [version] requirements](https://p
Feature-Request
Describe the Feature
Allow multiple barcodes to be read at once on Android (as with iOS).
Currently, for example, if there are three barcodes in the screen, onBarCodeRead is called three times on iOS, but it seems to be called only once on Android.
Possible Implementations
How about using zxing's GenericMultipleBarcodeReader.decodeMultiple instead of `
The fastai deep learning library, plus lessons and tutorials
-
Updated
Oct 17, 2019 - 5 commits
- Jupyter Notebook
Current Behavior
All the current documentation is about bootstrapping a new project to use tsdx. There is nothing about how to add the tsdx toolchain to an existing project.
Desired Behavior
With the comparisons to microbundle, it'd be good to have documentation on how to migrate a project to use tsdx instead. If you want to avoid
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
Plan your AWS re:Invent 2019 sessions by visualizing it in a calendar.
-
Updated
Oct 17, 2019 - 68 commits
- JavaScript
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
-
Updated
Oct 17, 2019 - 43 commits
- Python
How you doing guys.
I was wondering why isn't webpack_compile_output enabled by default. If webpack fails to compile your bundles you won't see anything unless you enable it. Compiling issues are so commonplace when working on code or deploying that it doesn't make sense to me to have all webpack output stripped out by default.
Would you guys consider having webpack_compile_output enable
I see that the code for CreateItemModal component in the admin-ui and relationship field view is largely the same.
Should this be unified into separate package? Separate package may also help in enabling people use them in extensions / plugins for admin-ui being worked on.
I have created a diff url http://quickdiff.net/?unique_id=D23C0BBE-07A9-855A-DA6E-BBD8C1377EE9
pkuseg多领域中文分词工具; The pkuseg toolkit for multi-domain Chinese word segmentation
-
Updated
Oct 17, 2019 - 187 commits
- Python
As mentioned in #6401 (comment), requirements files support # -*- coding: utf-8 -*- declarations. Some details about this convention can be found here.
A sentence should be added to the [Requirements File Format](https://pip.pypa.io/en/stable/reference/pip_install/#requirements-fi
There is no documentation on how to quick deploy fresh/existing Strapi apps to Azure (IIS Node environment). And this actually has a lot of process before you can launch
let i = 0;
i++;
i;let i = 0;
++i;
i;This JS generates the error:
thread 'main' panicked at 'internal error: entered unreachable code', src/lib/exec.rs:246:26 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace. The terminal process terminated with exit code: 101
Issue is happening here:
https://github.com/jasonwilliams/boa/blob
Hello Team,
Firstly, thank you for open sourcing this library - Awesome!
Now to my request -
Can you document the polyfills that are required for this project?
react-vis makes use of ES6 array methods isn't very descriptive and I don't want to include everything that babel-polyfills brings in; instead, I would rather just polyfill what's required.
I'm toying around with making Dropdown generic. It will allow us to remove a lot of boiler plating from our app. Is this the right place to share this to spark a discussion? Obviously there's some performance and feature issues to work - but this proves that it can work.
import * as React from "react";
import { Dropdown as SemanticDropdown, SemanticShorthandContent } from "semantic-uiReview 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
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