Skip to content

Instantly share code, notes, and snippets.

View ianychoi's full-sized avatar

Ian Y. Choi ianychoi

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ianychoi
ianychoi / README.rst
Last active November 30, 2016 01:09
openstack/i18n badge test (proposed version by Flavio Percoco)

Team and repository tags

OpenStack I18n

@ianychoi
ianychoi / README.rst
Last active November 29, 2016 16:03
openstack/i18n badge test (proposed by ianychoi with badge svg modification)

Team and repository tags

https://www.dropbox.com/s/5cdnh0b5dgrjeub/i18n.svg?dl=1

OpenStack I18n

Team and repository tags

OpenStack I18n

OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool:
http://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
@ianychoi
ianychoi / conf.py
Created February 5, 2017 09:56
Test conf.py for arch-design in openstack/openstack-manuals
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied.
@ianychoi
ianychoi / ArchGuideRst.tex
Created February 5, 2017 09:57
Result of tex file for arch-design build test in openstack/openstack-manuals
%% Generated by Sphinx.
\def\sphinxdocclass{report}
\documentclass[a4paper,11pt,english]{sphinxmanual}
\ifdefined\pdfpxdimen
\let\sphinxpxdimen\pdfpxdimen\else\newdimen\sphinxpxdimen
\fi \sphinxpxdimen=49336sp\relax
\usepackage[margin=1in,marginparwidth=0.5in]{geometry}
\usepackage[utf8]{inputenc}
\ifdefined\DeclareUnicodeCharacter
@ianychoi
ianychoi / pycon2017kr-sample.rst
Created August 13, 2017 02:22
Let's learn rst - Pycon 2017 KR

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

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

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

@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 / 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 값을 붙여넣기