My Great Big List of Things to Read, Learn and Do
When (added{:due}) - What - Why - How (implement it)
- [ ] 20170203:201702 Adding Jekyll plugins to a GitHub Pages site - check GitHub Pages uses the following dependencies and versions, Front Matter
- [ ] 20170203:20170203 create organization websites
- [ ] 20170122:20170123 - GitHub classroom - Assignments:
- [ ] 20170122:20170128 - freeCodeCamp Academic Honesty & fcc GitHub Classroom - own courses
- [ ] 20170123 - GitHub Pages themes - override a Jekyll theme’s defaults with your site’s content. For more information about the Jekyll theme files you can override, see your theme’s README or other documentation in your theme’s source repository - setup easy to use STEM sites Hacker theme
- [ ] 201701222 - freeCodeCamp/about - Great example for STEM site/course/…
- [ ] 20170122 - Math Group math texts - GitHub - to learn more Math - teach Math better
- [ ] Math Symbols
- [ ] 20170122 - Under 13 GMail Conundrum - for ELEM Inquiry
- [ ] 20170122 - Collaborative Student work space - for STEM classes
- [ ] Markdown different links
20170124 FCCamp: Build a Javascript Calculator https://codepen.io/shcolligan/pen/PZBbYo WK 15 Exercises https://codepen.io/volv/pen/vGzdKG Steganography - Digital bottle with message inside https://codepen.io/ricardo8a/full/avarGm CodePen JavaScript Console https://codepen.io/nullobject/pen/cngzI CodePen JavaScript Console https://codepen.io/janzeteachesit/pen/vgJGeQ CodePen JavaScript Console Template https://codepen.io/nullobject/pen/rAbio CodePen JavaScript Console Template https://codepen.io/janzeteachesit/pen/RKZaLE https://gist.github.com/janzeteachesit
https://projecteuler.net/problem=1 Multiples of 3 and 5 Problem 1 If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.
Find the sum of all the multiples of 3 or 5 below 1000. http://www.w3schools.com/js/js_operators.asp https://stackoverflow.com/questions/16505559/how-can-i-use-modulo-operator-in-javascript http://www.w3schools.com/js/js_output.asp JavaScript can “display” data in different ways:
Writing into an alert box, using window.alert(). Writing into the HTML output using document.write(). Writing into an HTML element, using innerHTML. Writing into the browser console, using console.log(). https://www.reddit.com/r/Python/comments/e5r6d/is_project_euler_too_lofty_a_goal_for_a_beginner/ https://adriann.github.io/programming_problems.html