Skip to content

Instantly share code, notes, and snippets.

View inherithandle's full-sized avatar
🏠
Working from home

gyutae choi inherithandle

🏠
Working from home
View GitHub Profile
All right, guys.
John DaNerd out here.
This is a video which hopefully will help a lot of you guys out there.
If you're out there thinking about tackling converting your own bike into an E-bike, you've
made a great decision.
Your life will never be the same.
This is going to be the most defining moment in your life.
You know, if you've had children, if you've been married, forget all of that.
This is going to be the new chapter in your life.
I'm grateful you that chose to watch this video to get you into the new era.
WEBVTT
Kind: captions
Language: ko
00:00:00.000 --> 00:00:03.770 align:start position:0%
스탬<00:00:00.480><c> 팬은</c><00:00:00.840><c> 절대</c><00:00:01.230><c> 예</c><00:00:01.439><c> 열로</c><00:00:01.740><c> 인해</c><00:00:01.949><c> 음식이</c><00:00:02.399><c> 안</c><00:00:02.550><c> 눌어</c><00:00:02.790><c> 붙는</c><00:00:02.939><c> 게</c><00:00:03.149><c> 아닙니다</c>
00:00:03.770 --> 00:00:03.780 align:start position:0%
스탬 팬은 절대 예 열로 인해 음식이 안 눌어 붙는 게 아닙니다
@inherithandle
inherithandle / note.md
Created January 5, 2020 08:26
Notion App failed to import this md file

1

Binky: 너의 발이 아픈게 틀림없네 다른 이유로 그렇다면
"응", 머피가 동의합니다. "다른 이유지, 예를 들면 항상 내 발을 밟는 댄스 파트너 말이지."

your feet must be hurting for some other reason then.
"Yes," Muffy agreed. "Some other reason— like a dancing partner who's always stepping on my toes." (back1.mp3 (chapter 2))

2

내가 화내야만 하는 사람은 프랜신이야.

@inherithandle
inherithandle / java
Created October 18, 2019 05:47
CodeWriting almost increasing
package com.jimmy.song.problem;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
public class CodeWriting {
public boolean almostIncreasingSequence(int[] sequence) {
boolean isIncreasingSequnece = isIncreasingSequenceWithoutRemoving(sequence);
<html>
<head>
<title>Todo App</title>
<!-- <link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'> -->
<link rel="stylesheet" href="/todo.css" type="text/css" media="screen" charset="utf-8">
</head>
<body>
<template id="project">
<div class="project-container">
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.Arrays;
import java.util.List;
@inherithandle
inherithandle / 0_reuse_code.js
Created February 15, 2016 14:24
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console