Skip to content

Instantly share code, notes, and snippets.

View mousedoc's full-sized avatar
๐ŸŒŠ

mousedoc mousedoc

๐ŸŒŠ
  • Netmarble Monster
  • Seoul, Republic of Korea
View GitHub Profile
@ikaruce
ikaruce / Svn2Git.md
Created February 3, 2015 08:06
SVN์—์„œ Git์œผ๋กœ ์ „ํ™˜ํ•˜๊ธฐ(๋ธŒ๋žœ์น˜์™€ ํƒœ๊ทธ ๋ณด์ „ํ•˜๋ฉด์„œ)

SVN์—์„œ Git์œผ๋กœ ์ „ํ™˜ํ•˜๊ธฐ

(์›๋ฌธ http://www.sailmaker.co.uk/blog/2013/05/05/migrating-from-svn-to-git-preserving-branches-and-tags-3/ )

๋ธŒ๋žœ์น˜์™€ ํƒœ๊ทธ ๋ณด์ „ํ•˜๋ฉด์„œ

git svn ์„ ์‚ฌ์šฉํ•ด์„œ SVN์—์„œ ๋ธŒ๋žœ์น˜์™€ ํƒœ๊ทธ๋ฅผ ๋ณด์กดํ•˜๋ฉด์„œ Git์œผ๋กœ ์ „ํ™˜ํ•˜๋Š” ๊ฒƒ์„ ์„ค๋ช…ํ•œ๋‹ค.

๋กœ์ปฌ ์Šคํ…Œ์ด์ง• ๋ฆฌํŒŒ์ง€ํ† ๋ฆฌ๋กœ import

๋กœ์ปฌ ์Šคํ…Œ์ด์ง• ํด๋” ์ƒ์„ฑ
$ mkdir staging
@tylerneylon
tylerneylon / learn.lua
Last active July 8, 2025 14:39
Learn Lua quickly with this short yet comprehensive and friendly script. It's written as both an introduction and a quick reference. It's also a valid Lua script so you can verify that the code does what it says, and learn more by modifying and running this script in your Lua interpreter.
-- Two dashes start a one-line comment.
--[[
Adding two ['s and ]'s makes it a
multi-line comment.
--]]
----------------------------------------------------
-- 1. Variables and flow control.
----------------------------------------------------
@alexpeattie
alexpeattie / disable-autolinking.md
Created February 7, 2013 07:32
Disable Github-flavored Markdown autolinking

http://example.com

http://example.com

@adamawolf
adamawolf / Apple_mobile_device_types.txt
Last active August 28, 2025 08:07
List of Apple's mobile device codes types a.k.a. machine ids (e.g. `iPhone1,1`, `Watch1,1`, etc.) and their matching product names
i386 : iPhone Simulator
x86_64 : iPhone Simulator
arm64 : iPhone Simulator
iPhone1,1 : iPhone
iPhone1,2 : iPhone 3G
iPhone2,1 : iPhone 3GS
iPhone3,1 : iPhone 4
iPhone3,2 : iPhone 4 GSM Rev A
iPhone3,3 : iPhone 4 CDMA
iPhone4,1 : iPhone 4S
@carlopires
carlopires / ISO639_2.py
Created October 4, 2011 16:06 — forked from austing/gist:779243
Python dict with ISO-639-2 language codes
# -o- coding: utf-8 -o-
# ISO639 python dict
# oficial list in http://www.loc.gov/standards/iso639-2/php/code_list.php
ISO639_2 = {
'ab': 'Abkhaz',
'aa': 'Afar',
'af': 'Afrikaans',
'ak': 'Akan',
'sq': 'Albanian',