tutorial
Here are 8,644 public repositories matching this topic...
react-redux-firebase is the Redux bindings for Firebase. Includes Higher Order Component (HOC) for use with React. It is a very useful library and actively maintained.
- Would I like to make a PR for this?
Yes.
The chat tutorial listed for elixir is outdated. It uses a old version of phoenix and could be confusing to new users who would be learning a oudated set of syntax, application structure, commands i.e. mix phoenix.create vs. mix phx.create.
Also it's missing some steps. For one this they never do mix ecto.create without which the postgres database is not initialized so the app doesn't wo
can't find "from sklearn.cross_validation import train_test_split" in Latest version scikit-learn
Describe the bug
can't find "from sklearn.cross_validation import train_test_split" in Latest version scikit-learn
To Reproduce
Steps to reproduce the behavior:
- Day1
- Step 5: Splitting the datasets into training sets and Test sets
- Can't find "from sklearn.cross_validation import train_test_split" in Latest version scikit-learn**
**Desktop (please complete the following infor
Documentation
feature suggestion
Hey,
I suggest to use a standard documentation format like JSDoc to document all functions and APIs. Otherwise, you can use long strings as name for test cases, instead of just writing the name of the function being tested. This will improve readability of code and ensure better practices by people using it. Thanks.
I find this example from
https://github.com/MostlyAdequate/mostly-adequate-guide/blob/master/ch09.md
confusingly indented:
// querySelector :: Selector -> IO DOM
querySelector('input.username')
.chain(({ value: uname }) => querySelector('input.email')
.chain(({ value: email }) => IO.of(`Welcome ${uname} prepare for spam at ${email}`)));
// IO('Welcome Olivia prepare for spam at o-
Updated
Mar 8, 2020 - Jupyter Notebook
Hi winterbe, your article is very good, it introduces the new features of Java 8 in detail, so I translate it into Chinese。Thank you!!!
Link:https://github.com/aalansehaiyang/java8-tutorial
你好,winterbe。你的文章写的真棒,里面详细介绍了Java 8新特性,我将它翻译成了中文。谢谢
LocalDateTime bug
-
Updated
Mar 9, 2020 - Jupyter Notebook
It looks like a lot of the translated files have incorrect links to other documents in the repository. The tools section isn't updated everywhere either.
I noticed issue #16789 but decided to make a new issue since this issue is focusing on translations of the README.md and possibly preventing these issues in the future.
The following links seem to be consistently broken acr
-
Updated
Mar 9, 2020 - Python
In most editors, a line of code can be commented out by pressing the Ctrl+/ hotkey for a single-line comment and something like Ctrl+Shift+/ – for multiline comments (select a piece of code and press the hotkey). For Mac, try Cmd instead of Ctrl.
Should be -->
In most editors, a line of code can be commented out by pressing the Ctrl+/ hotkey for a single-line comment and something like Ctrl
-
Updated
Mar 9, 2020
Frequent bug: while sorting by y-coordinate, the vertices are sorted, but the data coming with the vertices is not.
Gouraud shading, forgot to sort intensities
In my case I was calculating a barycentric coordinate of one vertex and assigning it to a different vertex by mistake.
The artifacts looked exactly the same as you presented, if it is the same problem then the description could be
-
Updated
Mar 8, 2020 - Jupyter Notebook
-
Updated
Mar 9, 2020 - C
-
Updated
Mar 8, 2020 - JavaScript
Description
Add Azure notebook to our SETUP doc.
I tested google colab and Azure notebook to run reco-repo without requiring creating any DSVM or compute by myself, and it works really well with simple tweaks to the notebooks (e.g. for some libs, should install manually).
I think it would be good to add at least Azure notebook to our SETUP doc, where users can easily test out our repo w/o
It would be nice to include content on security & keeping your open source project secure.
Content could help answer questions like:
- How can you track your dependencies & patch vulnerabilities?
- What should you do if you or a security researcher finds a vulnerability in your project?
- What can you do ahead of time to be best prepared to respond to a new vulnerability in your project?
Add Golang tutorial
I've recently started to implement a graphql server in golang, and It was a good experience.
I read about libraries for creating graphql server in golang and these options came across:
- https://github.com/graphql-go/graphql
- https://github.com/99designs/gqlgen
- https://github.com/graph-gophers/graphql-go
graphql-go/graphql is the first library that started implementing graphql in g
-
Updated
Mar 9, 2020 - Jupyter Notebook
2.1 emphasizes the use of their new Component based methodology, with things like the <Query> and <Mutation> component. They've pushed for it to the point that it is quickly becoming difficult to find documentation for the 2.0 methods used in learnapollo.
A full update to 2.1 for apollo sections seems to be in order.
Right now it's just a collection of links (the basic format of each entry is 'name - author'). It might be helpful to make room for 1-2 sentence explanations of the link, particularly as the list grows.
(PS this project is linked prominently from the website now)
-
Updated
Mar 9, 2020 - C
Improve this page
Add a description, image, and links to the tutorial topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tutorial topic, visit your repo's landing page and select "manage topics."
line 123@
X, Y = read_images(DATASET_PATH, MODE, batch_size)
line 66@
classes = sorted(os.walk(dataset_path).next()[1])
StopIteration
Is there a way Tensorflow git cloned repositories can run without overhead issues?