Skip to content

Instantly share code, notes, and snippets.

View 5tigerjelly's full-sized avatar

Chris Oh 5tigerjelly

View GitHub Profile
'''Build_Sustainable.py
A QUIET Solving Tool problem formulation.
QUIET = Quetzal User Intelligence Enhancing Technology.
The XML-like tags used here serve to identify key sections of this
problem formulation.
CAPITALIZED constructs are generally present in any problem
formulation and therefore need to be spelled exactly the way they are.
Other globals begin with a capital letter but otherwise are lower
case or camel case.
https://calendar.google.com/calendar/ical/iugahelpuw%40gmail.com/public/basic.ics
// removes your box from the page so you don't get removed from the group
$$('[data-name=GroupProfileGridItem]')[0].remove();
// member action dropdowns
const actions = $$('.adminActions');
// open all dropdowns so they're added to the DOM
for (var i = 0; i < actions.length; i++) {
$$('.adminActions button')[i] && $$('.adminActions button')[i].click();
}
---
title: 'INFO 370 Assignment 3: Mini Data Science Project'
author: "Abhishek Joshi, Chris Oh"
output:
pdf_document: default
html_document: default
---
```{r include = FALSE}
# include libraries
@5tigerjelly
5tigerjelly / README-template.md
Created January 24, 2018 22:10
This is the template to INFO344 README.md file

INFO 344 PA 2

Website Link

Link to working website

Screenshot

alt text

Write up

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquam tempus leo, id vulputate mi aliquam eu. Ut lobortis lacus sed eros porttitor interdum. Etiam sed eros ac neque iaculis ullamcorper ac non ante. In faucibus luctus dignissim. Vestibulum fermentum neque eros, quis tristique sapien bibendum eget. Nam consectetur ornare mauris non feugiat. Cras eu feugiat quam. Phasellus quis placerat nunc. Nam posuere leo ac rhoncus auctor. Vivamus ut metus accumsan, tristique lectus ac, hendrerit nibh.

def parseText(large_text, parse_term):
result_list = []
# if not found
if not large_text:
return result_list
found = False
for line in large_text.strip().splitlines():
line = line.strip().lower()
if found:
if line != '' and line != '.':
function face(centerX, centerY, radius, exo, eyo) {
canvas.beginPath();
canvas.arc(centerX, centerY, radius, 0, 2 * Math.PI, false);
canvas.fillStyle = 'yellow';
canvas.fill();
canvas. lineWidth = 5;
canvas.strokeStyle = 'black';
canvas.stroke();
// aye aye captain
canvas.beginPath();
@5tigerjelly
5tigerjelly / install.sh
Last active January 10, 2020 16:14
워드프레스 EC2에 설치하는 방법
//ssh 하기
ssh ec2-user@<-public DNS-> -i seoul-key.pem
//키의 권환 변경하기
chmod 600 seoul-key.pem
//ssh 접속한 이후
sudo su
//아파치 웹서버 설치하기
{
"Statement": [
{
"Action": [
"apigateway:*",
"cloudformation:CancelUpdateStack",
"cloudformation:ContinueUpdateRollback",
"cloudformation:CreateChangeSet",
"cloudformation:CreateStack",
"cloudformation:CreateUploadBucket",