Skip to content

Instantly share code, notes, and snippets.

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

Jung Do Hyun serithemage

🏠
Working from home
View GitHub Profile
@serithemage
serithemage / 2017_csat_mathematics_type_ga.ipynb
Created April 6, 2019 01:52
2017_CSAT_Mathematics_Type_GA.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@serithemage
serithemage / mxnet_on_colab.ipynb
Last active September 11, 2018 04:16
mxnet_on_colab.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@serithemage
serithemage / softbank20181Q.md
Last active May 13, 2021 06:14
소프트뱅크 2018년3월 1분기 결산설명회 요약 번역

이 글은 소프트뱅크 2018년3월 1분기 결산설명회에서 손정의 회장의 발언만을 요약/번역한 것 입니다. 동영상은 아래 링크에서 보실 수 있습니다.

인사말 번역(영상의 1분45초부터)

손정의 입니다. 잘 부탁 드립니다.

최근 절실히 느끼고 있습니다만 뭐든지 단기간만 봐서는 안된다는 생각이 듭니다.

@serithemage
serithemage / aws-study-resource.md
Last active March 6, 2024 01:52
AWS 학습 자료집

AWS 학습 링크집 시리즈

@serithemage
serithemage / autostop_instances.py
Last active December 29, 2017 06:27
An AWS Lambda function that stops all instances that are not protect tagged
import boto3
import logging
# setup simple logging for INFO
logger = logging.getLogger()
logger.setLevel(logging.INFO)
client = boto3.client('ec2')
runningInstanceFilter = [
@serithemage
serithemage / AWSSecurityContents.md
Last active November 29, 2023 18:54
AWS 보안 관련 자료 모음집

AWS 학습 링크집 시리즈

@serithemage
serithemage / AWSCertifiedDeveloperUnofficialStudyGuide.md
Last active March 3, 2024 05:31
AWS 공인 개발자 - 어소시에이트 수험 가이드