Skip to content

Commit

Permalink
Merge pull request #285 from clifford1one/main
Browse files Browse the repository at this point in the history
agregar apuntes clifford1one
  • Loading branch information
montoyamoraga authored Nov 25, 2024
2 parents e6c15d9 + 90e1d94 commit 6ccce42
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
34 changes: 33 additions & 1 deletion 07-clifford1one/clase-14/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ se usa if para que ciertos pedazos del código se reproduzcan en ciertos momento

la versión pro es - if() {} else if() - en ese, se lee en orden y si la condición se cumple, se salta el resto del codigo. Entonces va viendo uno, y si no se cumple, pasa al siguiente, si sí se cumple, se salta el resto del if.

ej ```java
ej
```java
void setup(){
size(640, 360);
}
Expand Down Expand Up @@ -123,3 +124,34 @@ background(0, 155, 0);
```


## LINKS RELEVANTES

https://codigofacilito.com/articulos/ejemplos-switch-java

https://processing.org/reference/switch.html

https://processing.org/reference/charconvert_.html

https://processing.org/examples/button.html

https://github.com/AndresMartinM/FODA-Processing/blob/main/sketchPlan/sketchPlan.pde

https://www.paulrosero-montalvo.com/gallery/secap6.2.pdf

https://zzzcode.ai/code-explain?id=e0bd2cc1-f5b8-48f3-942c-138fb2728a95

https://processing.org/reference/text_.html

https://processing.org/reference/translate_.html

https://processing.org/examples/mousefunctions.html

https://processing.org/reference/mousePressed_.html

https://happycoding.io/tutorials/processing/creating-functions/random-faces(este no es tan relevante pero es xistoso)

https://www.alpharithms.com/ascii-table-512119/

https://forum.processing.org/two/discussion/11679/delete-the-last-letter-of-a-string.html

https://processing.org/reference/String_length_.html
14 changes: 13 additions & 1 deletion 07-clifford1one/clase-15/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# clase-15
# PREclase-15

Links relevantes

https://processing.org/reference/char.html

https://processing.org/reference/Array.html

https://processing.org/tutorials/arrays

https://processing.org/examples/array.html

https://forum.processing.org/one/topic/converting-a-string-to-an-array-of-chars

0 comments on commit 6ccce42

Please sign in to comment.