Skip to content

Instantly share code, notes, and snippets.

View amorfati0310's full-sized avatar
:octocat:
make whatever you like

Chany (dali) amorfati0310

:octocat:
make whatever you like
View GitHub Profile
@amorfati0310
amorfati0310 / parse_after.js
Created November 28, 2018 07:57 — forked from crongro/parse_after.js
before_after
class Data {
constructor(type, value, child) {
this.type = type;
this.value = value;
this.child = child;
}
}
function scan(str) {
@amorfati0310
amorfati0310 / codespitz_75_1.html
Created November 25, 2018 09:05 — forked from rosd89/codespitz_75_1.html
코드스피츠 S75 1일차 과제 제출
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<section id="data"></section>
<script type="text/javascript">
const CError = class extends Error {
@amorfati0310
amorfati0310 / data.json
Created November 25, 2018 09:02 — forked from haeguri/data.json
[ codespitz-75 ] 1강 과제
{
"title": "TIOBEIndex for June 2017",
"header": [
"Jun-17",
"Jun-16",
"Change",
"Programming Language",
"Ratings",
"Change"
],
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie-edge">
<title>Document</title>
<style>
main .gnb{