#ff4000
?
!!! HELP WANTED !!!
Wanted List!
Looking for names for the following colors (preferably one word names)
Hex | Link to color |
---|---|
#ff4000 |
http://hslpicker.com/#ff4000 |
#80ff00 |
http://hslpicker.com/#80ff00 |
#40ff00 |
http://hslpicker.com/#40ff00 |
#00ff40 |
http://hslpicker.com/#00ff40 |
#00ffbf |
http://hslpicker.com/#00ffbf |
#007fff |
http://hslpicker.com/#007fff |
#0040ff |
http://hslpicker.com/#0040ff |
#7f00ff |
http://hslpicker.com/#7f00ff |
#ff0040 |
http://hslpicker.com/#ff0040 |
Hi, I'm CamperBot! I can help you in this chatroom :smile:
find TOPIC
find all entries about topic. e.g. find js
wiki TOPIC
show contents of topic pagethanks @username
send brownie points to another userabout @username
shows info on that userAlgorithm BONFIRENAME
info on a Algorithm:speechballoon: meet CamperBot in [](https://gitter.im/FreeCodeCamp/camperbotPlayground)
lilyheart sends brownie points to @dcpking :sparkles: :thumbsup: :sparkles:
:cookie: 14 | @dcpking |http://www.freecodecamp.com/dcpking
I started this list while doing Algorithms, noticing a few things that were common issues / questions but I think most of them are going to be useful to people coding in general. If you've got some tips to help people code I'd love to hear them.
If you don't know where to start, write some pseudocode. Plan out the logic you're trying to implement in your native language before you try to put it into code.
Comment your code! Can't stress that one enough, if you get lost or take a break then come back you need to know what your code is trying to do. It will also reinforce what the code means to you, and help other people understand what your code does if you get stuck and ask for help. If you've got a any other tips for campers I'd love to see them!
Use the chrome javascript debugger console in conjunction with something like netbeans IDE or sublime text to write your code. Both are free to download. <br />
The free code camp window is great but you can get a lot more feedback on your code's behaviour by using chrome's JS debugger and a bunch of console.log(myVariableGoesHere); <br />
https://developer.chrome.com/devtools/docs/console <br />
http://www.sublimetext.com/ <br />
https://netbeans.org/downloads/
Posting your code in gitter is as simple as adding a line consisting of only
```
Then your code on the next lines, followed by a final
```
davidjcastner sends brownie points to @montbot :sparkles: :thumbsup: :sparkles:
:warning: could not find receiver for montbot
Hi, I'm CamperBot! I can help you in this chatroom :smile:
find TOPIC
find all entries about topic. e.g. find js
wiki TOPIC
show contents of topic pagethanks @username
send brownie points to another userabout @username
shows info on that userAlgorithm BONFIRENAME
info on a Algorithm:speechballoon: meet CamperBot in [](https://gitter.im/FreeCodeCamp/camperbotPlayground)
I started this list while doing Algorithms, noticing a few things that were common issues / questions but I think most of them are going to be useful to people coding in general. If you've got some tips to help people code I'd love to hear them.
If you don't know where to start, write some pseudocode. Plan out the logic you're trying to implement in your native language before you try to put it into code.
Comment your code! Can't stress that one enough, if you get lost or take a break then come back you need to know what your code is trying to do. It will also reinforce what the code means to you, and help other people understand what your code does if you get stuck and ask for help. If you've got a any other tips for campers I'd love to see them!
Use the chrome javascript debugger console in conjunction with something like netbeans IDE or sublime text to write your code. Both are free to download. <br />
The free code camp window is great but you can get a lot more feedback on your code's behaviour by using chrome's JS debugger and a bunch of console.log(myVariableGoesHere); <br />
https://developer.chrome.com/devtools/docs/console <br />
http://www.sublimetext.com/ <br />
https://netbeans.org/downloads/
Posting your code in gitter is as simple as adding a line consisting of only
```
Then your code on the next lines, followed by a final
```
lilyheart sends brownie points to @montbot :sparkles: :thumbsup: :sparkles:
:cookie: 2 | @montbot |http://www.freecodecamp.com/montbot
rmaylie9560 sends brownie points to @montbot :sparkles: :thumbsup: :sparkles:
:cookie: 3 | @montbot |http://www.freecodecamp.com/montbot
git push heroku master
Create a Heroku account.
After making an account, you can go to your dashboard at https://dashboard.heroku.com/apps
Click the + sign in the top right hand corner and click Create New App (just like you're making a new repo on github). Give it a name, and click Create.
<img src="./images/Heroku-Deployment-Guide/new-heroku-app.png" alt="Image for 'Create New Heroku App'">
After creating the app you'll see its name in your dashboard. Click on it.
You'll be taken to a dashboard for that app. Click on the Deploy tab.
There you'll be pleased to find that you can connect to a github repo. In the Deployment Method section, choose Github and authenticate by signing into Github.
Right below that, fill in your github repo name. (This of course requires that you've pushed a repo to github from either cloud9 or your local machine...and that you've correctly configured it. More on that below.)
Scroll down again and click Automatic Deploy or scroll down even more and click Manual Deploy. After a few moments you should see your app running at your-repo-name.herokuapp.com. Sweet.
:pencil: read more about heroku deployment guide on the FCC Wiki
davidjcastner sends brownie points to @lilyheart :sparkles: :thumbsup: :sparkles:
:cookie: 320 | @lilyheart |http://www.freecodecamp.com/lilyheart
lilyheart sends brownie points to @all :sparkles: :thumbsup: :sparkles:
:warning: could not find receiver for all
rmaylie9560 sends brownie points to @montbot :sparkles: :thumbsup: :sparkles:
:warning: rmaylie9560 already gave montbot points
go to sleep montbot
and it goes quiet for 5-10 minutes
rmaylie9560 sends brownie points to @montbot :sparkles: :thumbsup: :sparkles:
:warning: rmaylie9560 already gave montbot points
[link name](youtubelinkhere)