- Elm education Github repo
- Exercism
- Learn ELM architecture in JavaScript
- Project Euler
- Mostly Adequate Guide to Functional Programming
- Practical introduction to Functional Programming with JS
- 6 Months of Elm in Production by Richard Feldman
- Anjana Vakil: Learning Functional Programming with JavaScript - JSUnconf ✅
- An introduction to functional programming - by Mary Rose Cook ✅
- O que é/faz
window.onload
? - O que é um
canvas
? - Estudar documentação de
document.createElement
- Estudar documentação de
document.body.appendChild
- Estudar
HTMLCanvasElement.getContext()
- Estudar
CanvasRenderingContext2D.clearRect()
- Estudar
CanvasRenderingContext2D.fillStyle
- Estudar
CanvasRenderingContext2D.fillRect()
- Estudar
setTimeout()
;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "2.0.0", | |
"tasks": [ | |
{ | |
"label": "PHP Clean", | |
"type": "shell", | |
"command": "phpcbf", | |
"args": [ | |
"--standard=Drupal,DrupalPractice", | |
"--ignore-annotations", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"breadcrumbs.enabled": false, | |
"css.validate": true, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"editor.tabSize": 2, | |
"editor.autoIndent": true, | |
"editor.insertSpaces": true, | |
"editor.formatOnPaste": true, | |
"editor.formatOnSave": true, | |
"editor.renderWhitespace": "boundary", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From: https://www.computerminds.co.uk/articles/quickly-update-drupal-core | |
# curl 'https://github.com/drupal/drupal/compare/<from_version>..<to_version>.patch' | patch -p1 | |
# Ex: | |
curl 'https://github.com/drupal/drupal/compare/7.59..7.60.patch' | patch -p1 |
NewerOlder