education
Here are 3,909 public repositories matching this topic...
Below is a list of failing links in our Farsi lists
You can help improve this repo by resolving the problems.
A failing link may be a website or resource that has disappeared. You can submit a PR
- removing the link (maybe the resource is obsolete.)
- correcting the link (sometimes things move)
- replacing the link (make sure the link is authorized, or the resource is open-licensed). Ofte
Update various parts of the text.
There's no such thing as "early ReferenceError" anymore (for things like 0++); they're all just "early SyntaxError" now. tc39/ecma262#691
-
Updated
Jul 9, 2020 - Python
-
Updated
Jul 8, 2020 - JavaScript
注意:这里只处理 FreeCodeCamp.cn 的相关问题,不处理 w3cschool 的任何问题
注意:请不要乱开无意义的 Issue,违者直接加黑名单
注意:Issue 是用来处理代码库中的 bug,不是用来提问题的。完成挑战过程中遇到的代码问题请在gitter 讨论组 或者 QQ 群 526289580 中讨论 (QQ 群验证答案: freeCodeCamp 注意大小写)
FreeCodeCamp.cn Issue 模板
如何使用本模板:
- 尽可能多填些相关信息,方便管理员参考
- 对于无法给出的内容,请删除掉那一行
以上内容请在提交 Issue 之前删除
浏览器信息
- 浏览器名称,版本号
- 操作系统
Describe the bug
Github readme allows inserting svg images in readmes directly from repository. But it renders them wrong. It seems that carbon generates lots of overhead in svgs, also github doesn't display it correct, eg:
The source part:
<svg xmlns=-
Updated
May 2, 2020 - CSS
-
Updated
Mar 10, 2020 - JavaScript
-
Updated
Mar 15, 2020
Basic info
Application name: prom2teams
Application repo link: https://github.com/idealista/prom2teams
**Application h
-
Updated
Jun 15, 2020 - CSS
-
Updated
Jul 5, 2020 - C
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jun 19, 2020 - Python
language reference
Description
-
Updated
Dec 27, 2019
I create leetcode directory. You can contribute solution for Leetcode algorithm by C language.
Good practice coding :)
Please put some comment for explanation. It helps other people understand your algorithm better
-
Updated
Jun 12, 2019
-
Updated
Jul 2, 2020
-
Updated
Jul 3, 2020 - JavaScript
git的快捷键 alias,加 oh-my-zsh应该是使用中比较实用的小技巧
在实际应用中,一遍一遍输入git status,git status,git commit -m 'xx'什么的确实挺繁琐,于是配置alias可以简化成 gst === git status,gcmsg 'xxx' === git commit -m 'xxx',gp === git push等等。。
大概是这样配置的
- alias gst='git status'
- alias gp='git push'
- alias gp='git push'
- …
而且还发现oh-my-zsh默认用的插件是git,查看oh-my-zsh的config
cat ~/.zshrc
其中有一条配置是
plugins=(git)
那么刨根问底拦不住,看看git插件的配置
`
Git
-
Updated
Jun 24, 2020
This will help reduce some copy pasted boiler plate code.
Reproduction Steps
- Click Plus sign
- Add
- Type in your note
- Check Mark (save)
At this point, I would like to be able to see a link to the last inserted note to be able do re-edit it again without having to navigate through the search tool.
Expected Result
Actual Result
Debug info
Refer to the [support page](https://ankidroid.org/doc
-
Updated
May 2, 2020 - PHP
-
Updated
Apr 15, 2020 - Rust
Improve this page
Add a description, image, and links to the education topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the education topic, visit your repo's landing page and select "manage topics."
Describe your problem and how to reproduce it:
This is expected to work, and it works in the preview.
There is a space before and after the
=symbol.