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.
@inherithandle
inherithandle / gist:f07987c0a149907083e3f58809bcd1c2
Created April 4, 2023 12:27
์ž๋ง‰ํŒŒ์ผ
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