Skip to content
#

learn-to-code

Here are 819 public repositories matching this topic...

freeCodeCamp
WangLianpla83
WangLianpla83 commented Nov 4, 2019

注意:这里只处理 FreeCodeCamp.cn 的相关问题,不处理 w3cschool 的任何问题

注意:请不要乱开无意义的 Issue,违者直接加黑名单

注意:Issue 是用来处理代码库中的 bug,不是用来提问题的。完成挑战过程中遇到的代码问题请在gitter 讨论组 或者 QQ 群 526289580 中讨论 (QQ 群验证答案: freeCodeCamp 注意大小写)

FreeCodeCamp.cn Issue 模板

如何使用本模板:

  • 尽可能多填些相关信息,方便管理员参考
  • 对于无法给出的内容,请删除掉那一行

以上内容请在提交 Issue 之前删除

浏览器信息

  • 浏览器名称,版本号
  • 操作系统
samuelpath
samuelpath commented Aug 2, 2017

Hi,

In the solutions to the exercises my_first_io and my_first_async_io, the variable to count the number of newlines is called "lines".

This is misleading since we are not counting the number of lines per se but rather the numbre of newlines, which are two different things.

e.g.

line 1 \n
line 2 \n
line 3

In the example above, we have 3 lines but only 2 newlines.

If I'm

berwin
berwin commented Dec 2, 2015

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插件的配置

`

lachlanjc
lachlanjc commented Mar 7, 2020

Hack Club’s curriculum should be accessible, no exceptions. The new workshops are missing alt text for screenreader users on all images:

  • Colorful Grammar
  • Rickroll
    • Rickroll Leader
  • Sound Galaxy
  • Splatter Paint
  • Teachable Machine

From the archive, an incomplete list (search ![]( to find them all) of workshops with uncaptioned images included:

  • [ ]
webgems
S3B4S
S3B4S commented Oct 15, 2019

Some descriptions for certain resources are very long, it'd be great if someone could go through all of these and shorten them. There shouldn't be too much of them.

Some examples:

  • PHP: (The only proper) PDO tutorial
  • Fullstack: freeCodeCamp curriculum

@lostdesign Maybe we should put some restriction on the amount of words that can be used for a resource?

kwurst
kwurst commented Feb 8, 2019

@jlord:

CONTRIBUTORS and Contributors folders have been created.

When cloned on a Mac they overwrite the contributors folder with a CONTRIBUTORS folder.

  • If you create the add-username.txt file in your add-username branch in the CONTRIBUTORS folder and commit, reporobot will not find it.
  • If you rename CONTRIBUTORS to contributors, then add the file and commit, `re

Improve this page

Add a description, image, and links to the learn-to-code topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the learn-to-code topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.