Skip to content

Instantly share code, notes, and snippets.

View Laeyoung's full-sized avatar
:octocat:

Laeyoung Laeyoung

:octocat:
View GitHub Profile
[
{
"url": "https://news.hada.io/topic?id=24683",
"title": "스케일업하는 스타트업을 만들며 배운 32가지",
"description": "- 11명·매출 0에서 시작해 5년 만에 150명·수백만 달러 ARR로 성장하며 조직·문화·제품·세일즈 전반에서 반복적으로 확인된 원칙들을 정리한 글 \r..."
},
{
"url": "https://news.hada.io/topic?id=24675",
"title": "Dockerlings - 실습 중심으로 Docker를 배우는 인터랙티브 학습 도구",
"description": "- Docker 개념을 체계적으로 익히기 위한 학습형 TUI 도구로, 실습을 통해 명령어와 워크플로를 자연스럽게 습득하도록 설계 \r\n- 초보자부터 중급..."
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@Laeyoung
Laeyoung / tf-resnet-openapi.json
Last active October 1, 2019 01:53
tf-resnet OpenAPI 3.0 Spec
{
"openapi": "3.0.0",
"info": {
"title": "TensorFlow Resnet API by Ainize",
"version": "0.1.1"
},
"servers": [
{
"url": "http://34.85.117.64:8501/v1/models"
}
@Laeyoung
Laeyoung / uitextfieldwithpadding
Last active July 20, 2018 14:02 — forked from lawreyios/uitextfieldwithpadding
Add padding to UITextField - Swift 3.0
class CustomSearchTextField: UITextField {
required init?(coder aDecoder: NSCoder) {
super.init(coder: aDecoder)
}
override func textRect(forBounds bounds: CGRect) -> CGRect {
return UIEdgeInsetsInsetRect(bounds, UIEdgeInsetsMake(0, 15, 0, 15))
}
override func editingRect(forBounds bounds: CGRect) -> CGRect {
@Laeyoung
Laeyoung / alleys
Last active January 5, 2016 09:24
Alleys Player Sample URL
[Sample](http://alleys.co/player?id=Rv8CaJQ3WI8)