Skip to content

Instantly share code, notes, and snippets.

View jeongmincha's full-sized avatar
📚
Researching

JeongminCha (Everett) jeongmincha

📚
Researching
View GitHub Profile
@martinsik
martinsik / chat-frontend.js
Last active December 19, 2023 10:23
Node.js chat frontend and server
$(function () {
"use strict";
// for better performance - to avoid searching in DOM
var content = $('#content');
var input = $('#input');
var status = $('#status');
// my color assigned by the server
var myColor = false;
@andromedarabbit
andromedarabbit / gradle-commands.md
Last active October 30, 2022 08:13
자주 쓰는 Gradle 명령어

자주 쓰는 Gradle 명령어

단위 테스트 돌리기

gradle test

단위 테스트는 건너뛰고 빌드하기

@jeongmincha
jeongmincha / resume.json
Last active March 17, 2021 16:09
resume.json
{
"meta": {
"theme": "spartan",
"whatever": {
"x" : "dsdsds",
"y" : [],
"z": {
"z1": 1,
"z2": "2"
}