Skip to content

Instantly share code, notes, and snippets.

View CompewterTutor's full-sized avatar
:shipit:

Compewter Tutor CompewterTutor

:shipit:
View GitHub Profile
@CompewterTutor
CompewterTutor / app.js
Created February 12, 2019 18:25
laura
var twitter_api_endpoint = "https://api.twitter.com/1.1/";
var twitter_api_key = "5DlnOPnrtv2qBBo2KGlEvDNkt ";
var twitter_secret_apikey = "RT5oHsr6qZtdpOy6SGzsZrcFD2BKehX7oq54poIPC4OHJnktXO";
var geo_trending_topics = [];
// on click that grabs in the input from the text box when submit is pressed
$("#button-override").on("click", function() {
var address = $("#input-override");
var queryURL = "http://www.mapquestapi.com/geocoding/v1/address?key=Hh2Y6dWsZuA1C3ZM4fUcz1KEoUUAKHB2&location=" + address;
// ajax call of the URL
$.ajax({
@CompewterTutor
CompewterTutor / app.js
Created January 28, 2019 19:51
laura disney trivia
// (function() {
// function triviaQuiz() {
// // need a place to store the HTML output
// const output = [];
// // for each question...
// myQuestions.forEach((currentQuestion, questionNumber) => {
// // want to store the list of answer choices
// const answers = [];
@CompewterTutor
CompewterTutor / .vimrc
Last active March 22, 2019 21:21
vimrc temp file
" call plug#begin()
" Make sure you use single quotes
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
@CompewterTutor
CompewterTutor / SMBDIS.ASM
Created July 3, 2018 12:44 — forked from 1wErt3r/SMBDIS.ASM
A Comprehensive Super Mario Bros. Disassembly
;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY
;by doppelganger (doppelheathen@gmail.com)
;This file is provided for your own use as-is. It will require the character rom data
;and an iNES file header to get it to work.
;There are so many people I have to thank for this, that taking all the credit for
;myself would be an unforgivable act of arrogance. Without their help this would
;probably not be possible. So I thank all the peeps in the nesdev scene whose insight into
;the 6502 and the NES helped me learn how it works (you guys know who you are, there's no