Skip to content

Instantly share code, notes, and snippets.

View kdoodoo's full-sized avatar
🎯
Focusing

Doo Yon Kim kdoodoo

🎯
Focusing
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "code",
"execution_count": 115,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kdoodoo
kdoodoo / kim.js
Created September 11, 2018 08:00
function setup() {
createCanvas(windowWidth, windowHeight);
// createCanvas(x, y);
background(100,0,220);
// background(r,g,b);
//eyebrow
fill(0,0,0);
import numpy as np
import math as mt
import matplotlib.pyplot as plt
x = raw_input("Enter a OR, AND, XOR: ")
input1 = []
input2 = []
xaxis = []