Skip to content

Instantly share code, notes, and snippets.

View ianychoi's full-sized avatar

Ian Y. Choi ianychoi

View GitHub Profile
@ianychoi
ianychoi / Ignite the Tour Seoul materials.md
Last active February 29, 2020 00:38
Ignite the Tour - Seoul: 자료 모음

Ignite the Tour - Seoul: 자료 모음

공유된 커뮤니티 발표 자료 (한글)

@ianychoi
ianychoi / demo2.md
Created January 12, 2020 11:03
MITT Seoul - AIML40

AIML40 - Task 2: data upload in a local environment

  • Date: Jan 12, 2020 by @ianychoi

Installing dependency

(azureml) $ pip install --upgrade azureml-sdk[notebooks,contrib]
Collecting azureml-sdk[contrib,notebooks]
  Downloading https://files.pythonhosted.org/packages/10/f9/43ac7efb1bdfe062be48d86767080f53d743b80694f90869229f92acd298/azureml_sdk-1.0.83-py3-none-any.whl
@ianychoi
ianychoi / Azure ML Studio HOL.md
Last active November 8, 2018 04:43
[Future Now KR 2018 HOL] Azure Machine Learning Studio
diff --git a/doc/source/swift/Swift_Install_Guide.rst b/doc/source/swift/Swift_Install_Guide.rst
index 44c2f15..7ca38c7 100644
--- a/doc/source/swift/Swift_Install_Guide.rst
+++ b/doc/source/swift/Swift_Install_Guide.rst
@@ -1,4 +1,3 @@
-.. _static/myscript:
Devtack-Swift-install
=====================
Devstack 기반의 Swift install Guide 문서이다.
@@ -8,27 +7,29 @@ Devstack 기반의 Swift install Guide 문서이다.

RST 작성법

Note

코드를 보고 싶으면 raw 파일을 참고하시면 됩니다.

RST 작성하기

@ianychoi
ianychoi / MainView.ux
Created April 12, 2018 05:07
Very simple <TextView /> example on Fuse which looks like a bug
<App>
<ScrollView>
<TextView TextWrapping="Wrap">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed commodo, libero nec imperdiet feugiat, mauris ligula varius felis, quis cursus leo est id neque. Etiam lobortis dui id mauris faucibus suscipit. Curabitur et posuere nisi, quis porta felis. Etiam tempor pellentesque leo at commodo. Quisque iaculis, magna quis tempor pulvinar, arcu est tempor ligula, et aliquet velit nunc a ante. Donec egestas metus diam, id laoreet nibh blandit ac. Sed sit amet aliquet diam. Vestibulum ut ligula a elit lobortis vestibulum vitae id sapien. Aliquam laoreet dui sed lorem lobortis, et pulvinar quam vulputate. Ut pharetra et felis vitae eleifend. Vestibulum at fringilla erat, vel sagittis dui. Morbi aliquet lorem magna, ac facilisis urna lobortis eget. Nulla facilisi. Maecenas eu viverra elit.
Donec sagittis, ligula viverra pharetra dapibus, mi elit malesuada neque, quis feugiat nibh velit id tortor. Curabitur tincidunt lobortis risus vel volutpat. Suspendisse potenti
@ianychoi
ianychoi / openstack-api-example.rst
Last active September 20, 2022 01:25
OpenStack API를 curl로 호출하는 간단한 예제를 소개합니다

OpenStack API 간단 예제

변경해야 할 값 목록

  • [login_id]: 로그인 ID
  • [password]: 로그인 암호
  • [Server URL]: API 서버 IP 주소 또는 도메인
  • [X-Subject-Token]: 첫 번째 API 요청 결과 값 중 X-Subject-Token 값을 붙여넣기
@ianychoi
ianychoi / Training-Samples.ux
Last active September 27, 2017 02:36
Fuse-samples
<!-- Layout - Begin -->
<App>
<!-- Panel -->
<Panel Margin="10" Padding="20" Color="#444">
<Rectangle Color="#000" Width="70px" Height="70px" />
<Rectangle Color="#eee" Width="70" Height="70" />
<Rectangle Color="#4bedea" Height="70%" Width="50%" />
<Rectangle Color="#eee" />
</Panel>
@ianychoi
ianychoi / pycon2017kr-sample.rst
Created August 13, 2017 02:22
Let's learn rst - Pycon 2017 KR

[제목 부분: "=" 개수를 맞춥니다]

[부제목 부분: "-" 개수를 맞춥니다]

쓰고 싶은 내용을 텍스트로 편하게 적으면 됩니다. 다음 줄로 바꾸어 적더라도 계속 이어집니다.