Skip to content

Instantly share code, notes, and snippets.

View kevinvle's full-sized avatar
💭
Busy at work.

kevinvle

💭
Busy at work.
View GitHub Profile
@kevinvle
kevinvle / auto-google-foobar.js
Created November 13, 2015 10:04 — forked from christianbundy/auto-google-foobar.js
Probably automatically gets you into Google Foobar. Probably.
// to be run on https://docs.python.org/3.5/reference/
// (probably works on other versions of the docs) (probably)
var topics = [];
var links = document.getElementsByTagName("a");
for (var i in links) {
if (links.hasOwnProperty(i)) {
var link = links[i];
var text = link.innerText;
if (typeof text === 'string') {
@kevinvle
kevinvle / README.md
Created March 2, 2017 03:28 — forked from leonardofed/README.md
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.

For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed