Skip to content

Instantly share code, notes, and snippets.

View mkausas's full-sized avatar

Marty Kausas mkausas

View GitHub Profile
@mkausas
mkausas / minHeap.c
Last active March 10, 2017 07:33
Min Heap for Xinu
// @author Marty Kausas <mkausas@purdue.edu>
// Adapted from http://www.mathcs.emory.edu/~cheung/Courses/171/Syllabus/9-BinTree/Progs/Heap/Basic/delete/Heap.java
// This is a basic min-heap implementation written in C for Xinu. It is quite messy. I suggest using it as a black-box.
#include <xinu.h>
void printOldReadyList();
int rl_node_count = 0;

A scrappy data collector for Goodreads and Amazon pricing information.

Instructions:

  1. Fill in CONSUMER_KEY and CONSUMER_SECRET in scraper.py
  2. $ python scraper.py
{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Need support? Click *Request Support*."
},
"accessory": {
"type": "button",