Skip to content

Instantly share code, notes, and snippets.

@247369
247369 / index.html
Created February 26, 2023 00:13
qBMOLWb
<html lang="es"><head>
<h2>Marcos Martinez CV</h2>
<p class="description">Lenguaje de marcado HTML5 utilizado en el desarrollo web para crear el contenido y la estructura de una página web.</p>
<img src= https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQPB2dewDFo6XiPyCsCNhDKZouq4nCS4hfK8Q&usqp=CAU
</footer>
</div>
@247369
247369 / calendario-_martinezmarcos.markdown
Created February 26, 2023 00:15
calendario _martinezmarcos
@247369
247369 / calendario-_martinezmarcos.markdown
Created February 27, 2023 20:40
calendario _martinezmarcos
@247369
247369 / index.html
Created March 10, 2023 21:02
marcos cv 2
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="John Doe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@247369
247369 / index.html
Created March 10, 2023 21:11
marcos cv 2
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="John Doe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@247369
247369 / laberinto-- 1 .py
Last active November 7, 2023 15:39 — forked from knkillname/laberinto.py
Laberinto por recorrido en profundidad en Python 3
# Crear un laberinto aleatorio en Python3 usando el algoritmo de
# recorrido en profundidad. El propósito de este programa es mostrar las
# características del lenguaje.
#
# Autor: Mario Abarca
# Fecha: 2017/09/07
from random import shuffle, randint # Números pseudoaleatorios
from itertools import product # Producto cartesiano