Skip to content

Instantly share code, notes, and snippets.

View wgcv's full-sized avatar

Gustavo Cevallos wgcv

View GitHub Profile
@wgcv
wgcv / string Pikachu
Created November 14, 2014 17:13
Pikachu ASCII
"░█▀▀▄░░░░░░░░░░░▄▀▀█\n░█░░░▀▄░▄▄▄▄▄░▄▀░░░█\n░░▀▄░░░▀░░░░░▀░░░▄▀\n░░░░▌░▄▄░░░▄▄░▐▀▀\n░░░▐░░█▄░░░▄█░░▌▄▄▀▀▀▀█\n░░░▌▄▄▀▀░▄░▀▀▄▄▐░░░░░░█\n▄▀▀▐▀▀░▄▄▄▄▄░▀▀▌▄▄▄░░░█\n█░░░▀▄░█░░░█░▄▀░░░░█▀▀▀\n░▀▄░░▀░░▀▀▀░░▀░░░▄█▀\n░░░█░░░░░░░░░░░▄▀▄░▀▄\n░░░█░░░░░░░░░▄▀█░░█░░█\n░░░█░░░░░░░░░░░█▄█░░▄▀\n░░░█░░░░░░░░░░░████▀\n░░░▀▄▄▀▀▄▄▀▀▄▄▄█▀\n"
@wgcv
wgcv / squirtle ASCII
Last active August 29, 2015 14:09
squirtle ASCII
_.-~~ ~~~-.\n / _ ~.\n |#` /#` \\\n |-'| |-'| |\n /-- -- |-.\n \\__ . . / /\\_ \n \\ ~~--___---~~/\\| | ~-.\n .---`~~--____---_) \\ \\-__ \\\n ) < |__ __\\_ \\ \\ |\n ~-.__ / ~~~~ \\ \\ \\ |\n ~-. | .~-.-' | |\n | \\___|___/ / / | \n | / | \\ | | / |\n \\ | ~-___ \\ \\/ /\n /\\__ / `._ / ~-\\ \\_/\n / \\_____| |`~\n | | | | \n \\ | | |\n >______) /_/\\/\\_\\\n
@wgcv
wgcv / bridge.py
Created February 18, 2016 19:44 — forked from pazdera/bridge.py
Example of `bridge' design pattern in Python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Example of `bridge' design pattern
# This code is part of http://wp.me/p1Fz60-8y
# Copyright (C) 2011 Radek Pazdera
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
#You need to run this 3 line to add the repo to apt-get then you install ROSE INDIGO
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net --recv-key 0xB01FA116
sudo apt-get update
@wgcv
wgcv / CampusExpertFlag.svg
Last active September 27, 2018 19:58
CampusExpertFlag.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wgcv
wgcv / My resume.gif
Last active May 8, 2019 19:37
Gustavo Cevallos - CV
My resume.gif
@wgcv
wgcv / events.gif
Last active May 8, 2019 20:53
Events
events.gif
@wgcv
wgcv / My blog.gif
Last active May 9, 2019 00:02
My Blog
My blog.gif
import csv
import twitter
import datetime
import time
api = twitter.Api(
consumer_key='',
consumer_secret='',
access_token_key='',
access_token_secret='',
@wgcv
wgcv / coc.md
Created June 3, 2019 18:30
Code of Conduct

Code of Conduct

This events is a a harassment-free event experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of event participants in any form, nor do we tolerate any behavior that would reasonably lead to another event participant being made to feel unsafe, insecure, or frightened for their physical or emotional well-being.

All communication should be appropriate for a professional audience including people of many different backgrounds. Sexual language and imagery is not appropriate for any presentation given in the GitHub space or in any presentation associated with or related to GitHub.

Be kind to others. Do not insult or put down other attendees. Behave professionally. Remember that harassment and sexist, racist, or exclusionary jokes are not appropriate at this event.

Each event guest is entirely responsible for their own actions.

Attendees violating these rul