Skip to content

Instantly share code, notes, and snippets.

View pythagoraskitty's full-sized avatar

Camillia Smith Barnes pythagoraskitty

View GitHub Profile
@pythagoraskitty
pythagoraskitty / compile.sh
Created July 31, 2018 19:33 — forked from marcusficner/compile.sh
Compile script for C+11 in CodeRunner
#!/bin/bash
# This is a CodeRunner compile script. Compile scripts are used to compile
# code before being run using the run command specified in CodeRunner
# preferences. This script is invoked with the following properties:
#
# Current directory: The directory of the source file being run
#
# Arguments $1-$n: User-defined compile flags
#
# Environment: $CR_FILENAME Filename of the source file being run
@pythagoraskitty
pythagoraskitty / 1-1000.txt
Created June 4, 2017 00:33 — forked from deekayen/1-1000.txt
1,000 most common US English words
the
of
to
and
a
in
is
it
you
that
@pythagoraskitty
pythagoraskitty / fingerpaint.html
Created April 14, 2017 03:13 — forked from mlassoff/fingerpaint.html
Created during LearnToProgram.tv's hack night on 4/13/2017
<!DOCTYPE html>
<html>
<head>
<title>Fingerpaint</title>
<style>
h1
{
font-family: Arial;
}
canvas