Skip to content

Instantly share code, notes, and snippets.

View luiscosio's full-sized avatar

Luis Cosio luiscosio

View GitHub Profile
@actsasgeek
actsasgeek / starter.md
Last active January 22, 2026 06:21
645_starter.md

EN605.645 Artificial Intelligence

Welcome!

This course requires knowledge of Python (the requirement is listed in the course description). If you do not know Python, you will not do well and the course will be more challenging than it is meant to be.

Introductory Video

The course requires a specific programming style. That style is introduced in the following programming video:

@softwarechido
softwarechido / Guia Universitaria
Last active May 14, 2020 16:23
Alexa, abre guía universitaria y dame un datos curioso
//Lambda
const Alexa = require('ask-sdk-core');
const LaunchRequestHandler = {
canHandle(handlerInput) {
const request = handlerInput.requestEnvelope.request;
return request.type === 'LaunchRequest'
},
handle(handlerInput) {
@luiscosio
luiscosio / CreateCryptocurrency101.md
Last active November 27, 2022 18:32
Create a cryptocurrency 101

Create a cryptocurrency 101

Notes

  • This is a work in progress
  • The goal of this guide is to create:
    • A premined cryptocurrency
    • node
    • simplewallet
  • walletd
@leonardofed
leonardofed / README.md
Last active January 18, 2026 15:17
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.