From 5e19b7735f19e829b88e09e86310cdb76ee8b775 Mon Sep 17 00:00:00 2001 From: RicardoZM Date: Mon, 2 Jan 2023 23:13:16 +0100 Subject: [PATCH 1/2] Reto #1 --- .../java/ricardozm.java" | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 "Retos/Reto #1 - EL LENGUAJE HACKER [F\303\241cil]/java/ricardozm.java" diff --git "a/Retos/Reto #1 - EL LENGUAJE HACKER [F\303\241cil]/java/ricardozm.java" "b/Retos/Reto #1 - EL LENGUAJE HACKER [F\303\241cil]/java/ricardozm.java" new file mode 100644 index 0000000000..8ebe8ba618 --- /dev/null +++ "b/Retos/Reto #1 - EL LENGUAJE HACKER [F\303\241cil]/java/ricardozm.java" @@ -0,0 +1,8 @@ +/* + * Escribe un programa que reciba un texto y transforme lenguaje natural a + * "lenguaje hacker" (conocido realmente como "leet" o "1337"). Este lenguaje + * se caracteriza por sustituir caracteres alfanuméricos. + * - Utiliza esta tabla (https://www.gamehouse.com/blog/leet-speak-cheat-sheet/) + * con el alfabeto y los números en "leet". + * (Usa la primera opción de cada transformación. Por ejemplo "4" para la "a") + */ \ No newline at end of file From a82eedafb267cbbdec032b32394d85f01fa8ddf6 Mon Sep 17 00:00:00 2001 From: RicardoZM Date: Tue, 3 Jan 2023 19:30:07 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Soluci=C3=B3n=20reto#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../html-js/ricardozm.html" | 66 +++++++++++++++++++ .../java/ricardozm.java" | 8 --- 2 files changed, 66 insertions(+), 8 deletions(-) create mode 100644 "Retos/Reto #1 - EL LENGUAJE HACKER [F\303\241cil]/html-js/ricardozm.html" delete mode 100644 "Retos/Reto #1 - EL LENGUAJE HACKER [F\303\241cil]/java/ricardozm.java" diff --git "a/Retos/Reto #1 - EL LENGUAJE HACKER [F\303\241cil]/html-js/ricardozm.html" "b/Retos/Reto #1 - EL LENGUAJE HACKER [F\303\241cil]/html-js/ricardozm.html" new file mode 100644 index 0000000000..103e736233 --- /dev/null +++ "b/Retos/Reto #1 - EL LENGUAJE HACKER [F\303\241cil]/html-js/ricardozm.html" @@ -0,0 +1,66 @@ + + + + + + + + Reto #1 + + + + +
+

Introduce una cadena de texto:

+ + +
+
+ + + + \ No newline at end of file diff --git "a/Retos/Reto #1 - EL LENGUAJE HACKER [F\303\241cil]/java/ricardozm.java" "b/Retos/Reto #1 - EL LENGUAJE HACKER [F\303\241cil]/java/ricardozm.java" deleted file mode 100644 index 8ebe8ba618..0000000000 --- "a/Retos/Reto #1 - EL LENGUAJE HACKER [F\303\241cil]/java/ricardozm.java" +++ /dev/null @@ -1,8 +0,0 @@ -/* - * Escribe un programa que reciba un texto y transforme lenguaje natural a - * "lenguaje hacker" (conocido realmente como "leet" o "1337"). Este lenguaje - * se caracteriza por sustituir caracteres alfanuméricos. - * - Utiliza esta tabla (https://www.gamehouse.com/blog/leet-speak-cheat-sheet/) - * con el alfabeto y los números en "leet". - * (Usa la primera opción de cada transformación. Por ejemplo "4" para la "a") - */ \ No newline at end of file