Web Pages PortFolio

I have made several web pages over the years I don’t think I can remember/recover them all. But here is a selection of what I recall. Unless otherwise stated assume they are defunct. Free Hosting via netify or vercel and github mostly rock the Code learning: Active CV profile page might add more things to it later. https://app.netlify.com/sites/amunizp-cv/ code can be found here. some easter eggs can be found but other than that, simple page.

Read More
Simulating Chutes & Ladders in Python

This notebook originally appeared as a post on the blog Pythonic Perambulations. Edit 12/19/2017: added a new subsection on analyzing Chutes & Ladders as an Absorbing Markov Chain. Edit 2020-04-19: Andres added new sections to simulate different dice rolls and different boards. Andres left many of the anecdotes the same but had a similar situation with his son. Andres cannot presume to understand the Markov process yet. Edit 2024-07-17: Andres was prompted to publish this after a conversation with a neighbour added a bit about bin sizes

Read More
CV

This is a test to see if I can embed my spanish CV into a blog post. By simply embedding the iframe as directed by google docs “publish to web” feature. you can add this to the iframe height=“600px” width=“100%” and so forth or simply create an iframe.css and call it from the header.

Read More
Tfl BusCountDown

Tfl Bus Count Down TL;DR Go to https://gitlab.com/RichmondMakerLabs/JS-countdown Download code, or git clone it to your computer Go to tfl and create your own API key. https://api-portal.tfl.gov.uk/signin Edit the file tfl-api-key-template.js remove -template from the name of the file and put your ID and key inside it. Check that the page works by opening index.html realise that if you upload this to a public webserver someone might on purpose or not not purpose copy your tfl key and and api key.

Read More