Skip to content

Instantly share code, notes, and snippets.

View omendezmorales's full-sized avatar
🇲🇽
happy to learn something new every day

Orlando Méndez omendezmorales

🇲🇽
happy to learn something new every day
View GitHub Profile
@omendezmorales
omendezmorales / Garamond initials.md
Last active May 4, 2023 22:54
Garamond initials style in tex

Así se ve esto:

image

@omendezmorales
omendezmorales / MOOC IoT.md
Last active May 4, 2023 22:20
Notas de mi diplomado IoT

Diplomado IoT de la re-PUCV

@TODO definir/investigar cuales serían los temas calientes de IoT en este momento para Latam, y sugerirlo al eventual equipo.

Conectar eventualmente con Cesar Cofre de innovacion de la PUCV

De la logística

Asistencia al 80%, i.e. con más de 9 ausencias, se pierde el diplomado.

@omendezmorales
omendezmorales / suggested_query.sql
Created February 13, 2021 16:10
Project 1 Udacity
SELECT
city_data.city AS "City Name",
city_data.year AS "Year",
city_data.avg_temp AS "City Avgerage Temp.",
global_data.avg_temp AS "Global Average Temp."
FROM
city_data
JOIN
global_data
ON
@omendezmorales
omendezmorales / bikeshare.py
Created February 13, 2021 16:06
Project 2 Udacity
import os
import time
import numpy as np
import pandas as pd
CITY_DATA = {'chicago': 'chicago.csv',
'new york city': 'new_york_city.csv',
'washington': 'washington.csv'}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@omendezmorales
omendezmorales / BD0211EN-Exercise-RDD-py-v2.0.ipynb
Created January 14, 2019 18:56
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.