Full text search for "dir"
- C++/(Windows)파일 처리 . . . . 146 matches
굵게(Bold)처리한 함수들은 자주 쓰일법한 녀석들이다.</p><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 15px; font-family: 돋움, Dotum, AppleGothic, sans-serif; color: rgb(138, 138, 138); font-size: 12px;">사용하기 위해서는 shlwapi.h를 include하고 shlwapi.lib를 링크해야 한다.</p><p id="more4_0" class="moreless_top" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 18px; border: 0px; line-height: 15px; font-family: 돋움, Dotum, AppleGothic, sans-serif; text-decoration: underline; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconLess.gif); color: rgb(138, 138, 138); font-size: 12px; background-position: 0% 0%; background-repeat: no-repeat no-repeat;"><span style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3; cursor: pointer;"></span></p><div id="content4_0" class="moreless_content" style="margin: 10px 0px; padding: 0px; border: 0px; line-height: 15px; font-family: 돋움, Dotum, AppleGothic, sans-serif; color: rgb(138, 138, 138); font-size: 12px;"><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><strong style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">LPTSTR PathAddBackslash( LPTSTR <i style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">lpszPath </i>);</font></strong></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Adds a backslash to the end of a string to create the correct syntax for a path. If the source path already has a trailing backslash, no backslash will be added.</font>
</p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">경로 문자열의 맨 뒤에 '\'를 붙여준다. 만약 이미 '\'문자로 종결된 상태라면 아무일도 하지 않는다.
lpszPath는 MAX_PATH크기(또는 그 이상)이라야 하며, lpszPath에 '\'를 더 붙일 수 없다면 NULL이 반환된다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathAddExtension( LPTSTR <i style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</i>, LPCTSTR <i style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszExtension </i>);</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Adds a file extension to a path string.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">파일 경로(pszPath)의 맨 뒤에 지정된 확장자를 붙여준다.
pszExtension이 NULL이라면 기본적으로 ".exe"가 붙는다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><strong style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathAppend( LPTSTR <i style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</i>, LPCTSTR <i style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszMore </i>);</font></strong></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Appends one path to the end of another.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">두개의 경로 문자열 결합. pszPath에 pszMore를 붙여준다. 필요하다면 '\' 문자를 사용해 결합한다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">LPTSTR PathBuildRoot( LPTSTR <i style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">szRoot</i>, int <i style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">iDrive </i>);</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Creates a root path from a given drive number.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">드라이브 식별 번호(iDrive)를 문자열 형(szRoot)으로 변환해 준다. 0 = a:\ 뭐 이런식이다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathCanonicalize( LPTSTR <i style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">lpszDst</i>, LPCTSTR <i style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">lpszSrc </i>);</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Canonicalizes a path.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">경로에 상대경로 지정문자 ( "./", "../")가 포함되어 있다면 이를 적절하게 처리해준다. lpszsrc="c:\\a\\b\\..\\c" temp_src="c:\\a\\b\\..\\c"라면 lpszDst = "c:\\a\\c"가 된다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"><strong style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">LPTSTR PathCombine( LPTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">lpszDest</em>, LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">lpszDir</em>, LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">lpszFile</em> );</strong></font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Concatenates two strings that represent properly formed paths into one path; also concatenates any relative path elements.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">폴더 경로 + 파일경로로 구성해준다. lpszDest = lpszDir + lpszFile.
적절한 함수로군-ㅅ-ㅋㅋ</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">int PathCommonPrefix( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszFile1</em>, LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszFile2</em>, LPTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Compares two paths to determine if they share a common prefix. A prefix is one of these types: "C:\\", ".", "..", "..\\".</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">두 경로 pszFile1과 pszFile2에서 어디까지가 공통된 경로인지 조사하고, pszPath에 공통된 부분을 담아준다.
공통된 부분이 없다면 pszPath는 NULL로 설정된다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathCompactPath( HDC <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">hDC</em>, LPTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">lpszPath</em>, UINT <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">dx</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Truncates a file path to fit within a given pixel width by replacing path components with ellipses.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">lpszPath에 포함된 경로 문자열을 dx pixel 크기에 출력하기 적절하게 잘라준다.
C:\p...\sample.txt</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathCompactPathEx( LPTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszOut</em>, LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszSrc</em>, UINT <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">cchMax</em>, DWORD <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">dwFlags </em>);</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Truncates a path to fit within a certain number of characters by replacing path components with ellipses.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">PathCompactPath와 유사하다. 다만, pixel단위가 아니라 최대 cchMax만큼 잘라낸다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">HRESULT PathCreateFromUrl( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszUrl</em>, LPTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em>, LPDWORD <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pcchPath</em>, DWORD dwReserved );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Converts a file URL to a Microsoft MS-DOS path.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">URL형태로 구성된 경로를 Windows 경로 형식으로 변환해 준다. file:///c:/test.txt = c:\test.txt.
또, 실제 URL(Web)이 아니라 Local File Url이라야 한다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"><strong style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathFileExists( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em> );</strong></font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Determines whether a path to a file system object such as a file or directory is valid.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">제시된 경로의 파일/폴더가 실제로 <font id="altools-findtxt" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3; background-color: rgb(255, 255, 0); font-size: 14px; font-weight: bold;">존재</font>하는지 검사한다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"><strong style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">LPTSTR PathFindExtension( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pPath</em> );</strong></font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Searches a path for an extension.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">파일 경로에서 확장자를 찾아준다. (pPath에서 확장자가 시작되는 위치를 반환).</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"><strong style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">LPTSTR PathFindFileName( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pPath</em> );</strong></font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Searches a path for a file name.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">파일 경로에서 파일 이름을 찾아준다. (pPath에서 이름이 시작되는 위치를 반환).</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">LPTSTR PathFindNextComponent( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Parses a path for the next path component.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">다음 위치의 경로를 찾아준다. 어떤 경로에 대해 순자접근이 필요하다면 사용해볼 법 하다.
PathFindNextComponent( "windows\system32") = system32</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathFindOnPath( LPTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszFile</em>, LPCTSTR *<em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">ppszOtherDirs</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Searches for a file.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">파일을 검색한다. 만약 검색에 성공하면 pszFile에는 해당 파일의 전체 경로가 담겨져서 반환된다.
ppszOtherDirs가 NULL이라면 windows 기본 경로(system32, 환경 변수 path의 값 등)에서 파일을 검색한다.
<span id="callbacknestfunnismcom381187" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3; width: 1px; height: 1px; float: right;"></span>주의: 여러개의 파일이 존재 하더라도, 첫번째로 검색된 파일의 경로만 반환한다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">LPCTSTR PathFindSuffixArray( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em>, const LPCTSTR *<em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">apszSuffix</em>, int <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">iArraySize</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Determines whether a given file name has one of a list of suffixes.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">PathFindOnPath와 유사하다. 다만, apszSuffix를 통해 검색할 경로를 여러개 지정할 수 있다. (기본경로 검색은 하지 않는다.)
주의: 대소문자를 구분한다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">LPTSTR PathGetArgs( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Finds the command line arguments within a given path.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">경로에 포함된 매개변수(argv)를 찾아준다.
PathGetArgs("c:\test.exe temp.txt /x") = "temp.txt /x"</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"><strong style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">UINT PathGetCharType( TUCHAR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">ch</em> );</strong></font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Determines the type of character in relation to a path.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">문자가 경로 문자열에 사용되면 어떤 의미인지 알려준다. 경로에 포함될 수 있는 문자인가? 경로 구분자('\')인가? 등등..
이 함수를 이용해서 경로에 사용할 수 있는 문자열인지를 검사할 수 있다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">int PathGetDriveNumber( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">lpsz</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Searches a path for a drive letter within the range of 'A' to 'Z' and returns the corresponding drive number.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">제시된 경로에 포함된 드라이브 문자(c:\) 의 식별 번호를 반환한다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsContentType( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em>, LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszContentType</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Determines if a file's registered content type matches the specified content type. This function obtains the content type for the specified file type and compares that string with the pszContentType. The comparison is not case-sensitive.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">제시된 파일경로가(확장자만 넘겨줘도 된다;) 등록된 contents type과 일치하는지 검사한다.
PathIsContentType( "c:\temp.txt", "text/plain" ) = TRUE</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"><strong style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsDirectory( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em> );</strong></font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Verifies that a path is a valid directory.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">실제로 존재하는 폴더인지 확인한다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsDirectoryEmpty( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Determines whether a specified path is an empty directory.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">비어있는(안에 파일이나 서브 폴더가 없는) 폴더인지 확인한다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsFileSpec( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">lpszPath</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Searches a path for any path-delimiting characters (for example, ':' or '\' ). If there are no path-delimiting characters present, the path is considered to be a File Spec path.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">제시된 경로가 파일명만으로 구성되어 있는지 조사한다.
주의: 파일명으로 사용할 수 없는 문자(/, :, * 등)가 들어있는가? 를 검사하는 함수가 아니다!!</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsHTMLFile( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszFile</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Determines if a file is an HTML file. The determination is made based on the content type that is registered for the file's extension.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">제시된 경로의 확장자가 HTML 유형인가를 검사한다.
한마디로, 레지스트리에 등록된 content type이 text/html이라면 TRUE. (.htm, .html, .xhtml ...)</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsLFNFileSpec( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszName</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Determines whether a file name is in long format.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">제시된 경로가 Long File Name spec에 적합한지 검사한다. (아마 쓸 일은 거의 없을듯 싶다 -_-;)</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsNetworkPath( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Determines whether a path string represents a network resource.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">경로가 네트워크 경로라면 TRUE. 단, 실제로 존재하는 네트워크 경로인가는 다른 얘기다!</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsPrefix( IN LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPrefix</em>, IN LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Searches a path to determine if it contains a valid prefix of the type passed by pszPrefix. A prefix is one of these types: "C:\\", ".", "..", "..\\".</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">경로가 pszPrefix로 시작되는가를 검사한다. 같은 드라이브에 있는 파일인지 검사할때 유용하다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsRelative( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">lpszPath</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Searches a path and determines if it is relative.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">경로가 상대경로인지 검사한다.
PathIsRelative("temp.txt") = TRUE</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsRoot( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pPath</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Parses a path to determine if it is a directory root.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">경로가 루트 폴더(드라이브 바로 밑)인지 검사한다.
PathIsRoot("c:\windows") = FALSE</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"><strong style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsSameRoot( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath1</em>, LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath2</em> );</strong></font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Compares two paths to determine if they have a common root component.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">pszPath1과 pszPath2가 같은 드라이브(루트폴더)에 있는지 검사한다.
PathIsSameRoot( "c:\test1\temp1.txt", "c:\test2\temp2.txt" ) = TRUE</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsSystemFolder( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em>, DWORD <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">dwAttrb</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Determines if an existing folder contains the attributes that make it a system folder. Alternately, this function indicates if certain attributes qualify a folder to be a system folder.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">제시된 경로가 시스템 폴더인지 검사한다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsUNC( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Determines if the string is a valid Universal Naming Convention (UNC) for a server and share path.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">UNC(공유)경로인지 확인한다.
- 오덕 트윗 . . . . 18 matches
<blockquote class="twitter-tweet" data-lang="en"><p lang="ko" dir="ltr">상무님 ㅋㅋㅋㅋㅋ <a href="https://t.co/PolvBhDSli">pic.twitter.com/PolvBhDSli</a></p>— 레모닉스P (@Lemonix2142) <a href="https://twitter.com/Lemonix2142/status/696340701722779650">February 7, 2016</a></blockquote>
<blockquote class="twitter-tweet" data-lang="en"><p lang="ko" dir="ltr">어이, 거울! 메이드가 아니라 그 옆의 애를 비춰달라고! <a href="https://t.co/bOVorqxqEd">pic.twitter.com/bOVorqxqEd</a></p>— せいかぜ@おかやまくらし! (@sei_kaze) <a href="https://twitter.com/sei_kaze/status/696327720024694784">February 7, 2016</a></blockquote>
<blockquote class="twitter-tweet" data-lang="en"><p lang="ko" dir="ltr">프로듀서 이 미친 로리콘시끼 빨리 경찰서 잡아넣어야함 <a href="https://t.co/AfzqOR2f0t">pic.twitter.com/AfzqOR2f0t</a></p>— 소언예㌠ (@soeonye) <a href="https://twitter.com/soeonye/status/696327080527552513">February 7, 2016</a></blockquote>
<blockquote class="twitter-tweet" data-lang="en"><p lang="ja" dir="ltr">本日はワンフェスCerevoブースにお越しいただきありがとうございました!ドミネーターで楽しんでいただけたなら何よりです。18日よりオフィシャルストアでの予約販売がはじまりますので、あわせてよろしくお願いいたします <a href="https://t.co/HkqzBwi4v9">https://t.co/HkqzBwi4v9</a></p>— Cerevo Inc. Official (@cerevo) <a href="https://twitter.com/cerevo/status/696265503149527041">February 7, 2016</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ja" dir="ltr">ガルパンレ?スクイ?ンと制服撮ってきた!嬉しい??? <a href="https://t.co/guMjQmuBBa">pic.twitter.com/guMjQmuBBa</a></p>— A美(え?み)@WFガルパン秋山殿 (@eimy99kirakira) <a href="https://twitter.com/eimy99kirakira/status/691236816339341313">January 24, 2016</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ko" dir="ltr">할아버지 여기서 이러시면 안됩니다! 사람들이 보고 있어요! <a href="https://t.co/r13djjFvoD">pic.twitter.com/r13djjFvoD</a></p>— まけん君 (@makenkun) <a href="https://twitter.com/makenkun/status/688294737443303425">January 16, 2016</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ja" dir="ltr">どうやら、恵もMtUウイルスに感染してしまったようです・・・
<a href="https://twitter.com/hashtag/MtU%E3%82%A6%E3%82%A3%E3%83%AB%E3%82%B9?src=hash">#MtUウィルス</a> <a href="https://twitter.com/hashtag/saekano?src=hash">#saekano</a> <a href="https://t.co/XS9sBmQFSi">pic.twitter.com/XS9sBmQFSi</a></p>— たかしくん (@takasikun_) <a href="https://twitter.com/takasikun_/status/688354997235404800">January 16, 2016</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ko" dir="ltr">[핫산] 타입별 밸런타인 준비 <a href="https://t.co/VdWthUm3G9">https://t.co/VdWthUm3G9</a> <a href="https://t.co/f6EO83F3la">pic.twitter.com/f6EO83F3la</a></p>— 好不好P (@hobullho) <a href="https://twitter.com/hobullho/status/687199258655633408">January 13, 2016</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ko" dir="ltr">아무리 주문토끼라고 해도 계약기간 만료되면 그냥 쓰레기장으로 가는거에요. <a href="https://t.co/jh8aGwhcr4">pic.twitter.com/jh8aGwhcr4</a></p>— 보통 사람 (@goisutokki) <a href="https://twitter.com/goisutokki/status/686527147456921604">January 11, 2016</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ja" dir="ltr">ストライクウィッチーズはいいぞ <a href="https://t.co/9RvEBOnBIC">pic.twitter.com/9RvEBOnBIC</a></p>— たれさん (@Tare7710) <a href="https://twitter.com/Tare7710/status/684131686242619392">January 4, 2016</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ko" dir="ltr">만우절 닛타냐 <a href="https://t.co/fSrcHeFNcG">pic.twitter.com/fSrcHeFNcG</a></p>— ◆*P@전국호죠카렌아름답다협회 (@cmspm6P) <a href="https://twitter.com/cmspm6P/status/684393314582302721">January 5, 2016</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ko" dir="ltr">집에 와 보니 센빠이가... <a href="https://t.co/UXMUoqtpQm">pic.twitter.com/UXMUoqtpQm</a></p>— 新田P, BA #GE_R (@BARcusDONAld) <a href="https://twitter.com/BARcusDONAld/status/658590548383567873">October 26, 2015</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ko" dir="ltr">어머니 " 니 여자친구 겨울 다 되가는데도 옷 안 입고 있는게 추워보여서 덮어놨다 "</p>— 新田P, BA #GE_R (@BARcusDONAld) <a href="https://twitter.com/BARcusDONAld/status/658590817800491008">October 26, 2015</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ko" dir="ltr">나도 치노 성추행하고 싶다 <a href="http://t.co/prFPgv2DHU">pic.twitter.com/prFPgv2DHU</a></p>— 카나 (@k_a_n_a_kr) <a href="https://twitter.com/k_a_n_a_kr/status/653759512663355392">October 13, 2015</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ko" dir="ltr">어떤 사이트가 원하는 칸코레 <a href="http://t.co/fUhfWAK9eA">pic.twitter.com/fUhfWAK9eA</a></p>— 달이우는밤 (@plolria) <a href="https://twitter.com/plolria/status/600251849115992064">May 18, 2015</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ko" dir="ltr">컨셉종자 <a href="http://t.co/V98THgEyN2">pic.twitter.com/V98THgEyN2</a></p>— ₩9 (@Pleasure54) <a href="https://twitter.com/Pleasure54/status/598516514619138048">May 13, 2015</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ko" dir="ltr">번) 무언가를 감지한 후죠시의 모습 <a href="http://t.co/MdskG3NsUr">pic.twitter.com/MdskG3NsUr</a> ←</p>— ₩9 (@Pleasure54) <a href="https://twitter.com/Pleasure54/status/598513088497778689">May 13, 2015</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="und" dir="ltr"><a href="https://twitter.com/animaviola">@animaviola</a> <a href="http://t.co/1wUYolei8H">pic.twitter.com/1wUYolei8H</a></p>— 에리엔 (@erien036) <a href="https://twitter.com/erien036/status/596465966805954560">May 8, 2015</a></blockquote>
- 학부/4학년 . . . . 14 matches
#include <QDir>
snprintf(_config_file,sizeof(_config_file),"%s\\%s",appdata,LINPHONE_CONFIG_DIR);
CreateDirectory(_config_file,NULL);
snprintf(_config_file,sizeof(_config_file),"%s\\%s",appdata,LINPHONE_CONFIG_DIR "\\" CONFIG_FILE);
char *progdir;
progdir = strdup(progpath);
basename = strrchr(progdir, '\\');
"%s\\..\\%s", progdir, FACTORY_CONFIG_FILE);
if (workingdir!=NULL) {
"%s\\%s", workingdir, FACTORY_CONFIG_FILE);
free(progdir);
basename = strrchr(progdir, '/');
"%s/../share/dicephone/%s", progdir, FACTORY_CONFIG_FILE);
free(progdir);
free(progdir);
//linphone_qt_show_directory_search();
progpath = strdup(QApplication::applicationDirPath().toAscii());
since we want to have had time to change directory and to parse
the options, in case we needed to access the working directory */
System.Diagnostics.Process.Start("explorer.exe", System.IO.Path.GetDirectoryName(listView1.SelectedItems[0].SubItems[2].Text));
- MoniWikiOptions . . . . 13 matches
* 기본값은 `$data_dir.'/sistermap.txt'`
`'''$cache_dir'''`
* 기본값 `$data_dir.'/cache'`
`'''$data_dir'''`
* 기본값 `$data_dir.'/editlog'`
`'''$imgs_dir'''`
* 기본값 `$data_dir.'/intermap.txt'`
* 기본값은 `$imgs_dir.'/moniwiki-logo.gif'`
* 기본값은 `$data_dir."/metadb"`
* 기본값은 `$data_dir."/text/InterMap"`
`'''$text_dir'''`
* 기본값은 `$data_dir.'/text'`
`'''$upload_dir'''`
- bidi(Bidirectional)란 무엇인가 . . . . 13 matches
#title bidi(Bidirectional)란 무엇인가?
사전적 의미는 양 방향으로 움직일 수 있는 것을 말한다. 여기서는 텍스트의 Bidirectional에 대해 알아본다.
## Bidirectional text
텍스트 방향은 언어마다 다르다. 텍스트 방향이란 왼쪽에서 오른쪽(Right-To-Left), 오른쪽에서 왼쪽(Left-To-Right)과 같이 문장을 읽고 쓰는 방향을 말한다. Bidirectional 문장은 하나의 텍스트가 두 가지 방향성을 가지는 것을 말한다. 즉, 원래는 오른쪽에서 왼쪽 방향을 쓰는 언어지만 왼쪽에서 오른쪽 방향으로 된 텍스트가 포함된 세그먼트가 들어있는 경우를 양방향(BiDi)이라고 한다. Bidirectional은 또한 우경식 배열(Boustrophedon; 각 줄마다 텍스트 방향성을 바꾼다.)을 가리키는데 쓰이기도 한다.

많은 컴퓨터 프로그램은 Bidirectional 텍스트를 정확히 보여주는데 실패한다. 예를 들어, 히브리어 이름 Sarah (שרה) 의 철자는, sin (ש) (가장 오른쪽에 나타난다.), 그리고 resh (ר), 마지막으로 heh (ה) (가장 왼쪽에 나타나야 한다.)가 된다. 하지만 Bidirectional이 제대로 지원되지 않는 프로그램에서는 이 히브리어 텍스트를 정 반대로 보여줄 수 있다.
## Bidirectional 문장 지원
Bidirectional 문장 지원은 컴퓨터에서 Bidirectional text를 정확히 보여주기 위한 기능이다. 이것은 종종 "BiDi" 또는 "bidi"로 줄여 말하기도 한다.
초기 컴퓨터는 오직 한 가지 쓰기 체계를 지원하도록(일반적으로 오직 라틴 알파벳의 left-to-right 기반으로) 설정되었다. 새로운 문자셋과 문자 인코딩이 추가되면서 다른 left-to-right 언어 문장이 지원되었지만, 아랍어나 히브리어와 같은 right-to-left 문장을 지원하는 것은 쉽지 않은 일이었고, 두 가지를 섞어 쓰는 것은 실용적이지도 않았다. Right-to-left 문장 지원은 문자 안에 읽기 쓰기 순서를 저장하는 ISO/IEC 8859-6 과 ISO/IEC 8859-8 같은 인코딩에서 소개되었다. 이것은 간단하게 left-to-right 텍스트 방향을 반대로 바꿀 수 있었지만, 대신 left-to-right 문장을 정확히 보여주는 능력을 희생하게 되었다. 그리고 마침내 유니코드의 Bidirectional 문장 지원으로, 다른 텍스트 방향 문장이 같은 텍스트에 있어도 원래 언어의 텍스트 방향을 고려하지 않고 문장을 섞는 것이 가능해졌다. 유니코드 표준은 어떻게 RTL과 LTR이 섞인 문장을 인코딩하고 보여주는 방법에 대한 자세한 규칙과 완전한 BiDi 지원을 위한 기반을 제공한다.
http://www.unicode.org/reports/tr9/#Directional_Formatting_Codes
- http://en.wikipedia.org/wiki/Bi-directional_text
- http://www.unicode.org/reports/tr9/ UNICODE BIDIRECTIONAL ALGORITHM
- HelpOnUpdating . . . . 8 matches
Images:: On every update, you should copy the content of the "imgs" directory
to the image directory visible to your web server, normally a new release has some new GIFs/PNGs in it.
your existing directory. Then check whether you miss any new system pages.
InterWiki:: Check that you have the newest entries in the "data/intermap.txt" file; if you have "private" entries, add them to the distribution file, then copy the result over your current file. You can point "shared_intermap" at a file loaded ''before'' the file in your data directory, which takes precedence (i.e. have global entries in the shared one, private entries the data dir file).
To make UserPreferences work, you should "mkdir -m707 user" in your
"data" directory.
Ideally, you assign all files in the data directory to the user the web server
- 3L . . . . 6 matches
<table class="wikitable sortable jquery-tablesorter" border="1" style="font-size: 13px; margin: 1em 0px; background-color: rgb(249, 249, 249); border: 1px solid rgb(170, 170, 170); border-collapse: collapse; color: rgb(0, 0, 0); font-family: sans-serif; line-height: 19.1875px; text-align: center;"><thead><tr><th class="headerSort headerSortDown" title="Sort descending" style="border: 1px solid rgb(170, 170, 170); padding: 0.2em 21px 0.2em 0.2em; background-color: rgb(242, 242, 242); background-image: url(data:image/gif;base64,R0lGODlhFQAEAIABAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4OEM2REYyN0ExMDhBNDJFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhFNzNGQjI3MEY4NjExRTBBMzkyQzAyM0E1RDk3RDc3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhFNzNGQjI2MEY4NjExRTBBMzkyQzAyM0E1RDk3RDc3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDI4MDExNzQwNzIwNjgxMTg4QzZERjI3QTEwOEE0MkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDI4MDExNzQwNzIwNjgxMTg4QzZERjI3QTEwOEE0MkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAFQAEAAACDYyPAcmtsJyDVDKKWQEAOw==); cursor: pointer; width: 191.453125px; background-position: 100% 50%; background-repeat: no-repeat no-repeat;">Date and Convention</th><th class="headerSort" title="Sort ascending" style="border: 1px solid rgb(170, 170, 170); padding: 0.2em 21px 0.2em 0.2em; background-color: rgb(242, 242, 242); background-image: url(data:image/gif;base64,R0lGODlhFQAJAIABAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4OEM2REYyN0ExMDhBNDJFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdCNTAyODcwMEY4NjExRTBBMzkyQzAyM0E1RDk3RDc3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdCNTAyODZGMEY4NjExRTBBMzkyQzAyM0E1RDk3RDc3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDE4MDExNzQwNzIwNjgxMTg4QzZERjI3QTEwOEE0MkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDE4MDExNzQwNzIwNjgxMTg4QzZERjI3QTEwOEE0MkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAFQAJAAACF4yPgMsJ2mJ4VDKKrd4GVz5lYPeMiVUAADs=); cursor: pointer; width: 241.453125px; background-position: 100% 50%; background-repeat: no-repeat no-repeat;">Album Name</th><th class="headerSort" title="Sort ascending" style="border: 1px solid rgb(170, 170, 170); padding: 0.2em 21px 0.2em 0.2em; background-color: rgb(242, 242, 242); background-image: url(data:image/gif;base64,R0lGODlhFQAJAIABAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4OEM2REYyN0ExMDhBNDJFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdCNTAyODcwMEY4NjExRTBBMzkyQzAyM0E1RDk3RDc3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdCNTAyODZGMEY4NjExRTBBMzkyQzAyM0E1RDk3RDc3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDE4MDExNzQwNzIwNjgxMTg4QzZERjI3QTEwOEE0MkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDE4MDExNzQwNzIwNjgxMTg4QzZERjI3QTEwOEE0MkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAFQAJAAACF4yPgMsJ2mJ4VDKKrd4GVz5lYPeMiVUAADs=); cursor: pointer; width: 190.453125px; background-position: 100% 50%; background-repeat: no-repeat no-repeat;">Circle</th><th class="unsortable" title="Sort ascending" style="border: 1px solid rgb(170, 170, 170); padding: 0.2em; background-color: rgb(242, 242, 242); width: 563.90625px;">Contributions<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;"><br></p></th></tr></thead><tbody><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2005-03-21<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_Special_4" title="Category:Comiket Special 4" style="color: rgb(11, 0, 128); background-image: none;">Comiket Special 4</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/VERNAL_FLOWERS" title="VERNAL FLOWERS" style="color: rgb(11, 0, 128); background-image: none;">VERNAL FLOWERS</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/SYNC.ART%27S" title="SYNC.ART'S" style="color: rgb(11, 0, 128); background-image: none;">SYNC.ART'S</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. Wanna Be Free! (vocals as <b>Anporin</b>) (non-Touhou)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2005-06-19<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Sunshine_Creation_28" title="Category:Sunshine Creation 28" style="color: rgb(11, 0, 128); background-image: none;">Sunshine Creation 28</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E7%B5%A2%E7%88%9B%E8%8F%AF%E9%BA%97" title="絢爛華麗" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">絢爛華麗</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SYNC.ART'S</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E4%BA%A1%E3%81%8D%E7%8E%8B%E5%A5%B3%E3%81%AE%E7%82%BA%E3%81%AE%E3%82%BB%E3%83%97%E3%83%86%E3%83%83%E3%83%88_-Vocal-" title="Lyrics: 亡き王女の為のセプテット -Vocal-" style="color: rgb(11, 0, 128); background-image: none;">亡き王女の為のセプテット -Vocal-</a> (vocals as <b>Sayuri Anpo</b>)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2005-08-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_68" title="Category:Comiket 68" style="color: rgb(11, 0, 128); background-image: none;">Comiket 68</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E3%82%86%E3%81%8D%E3%81%86%E3%81%95%E3%81%8E" title="ゆきうさぎ" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">ゆきうさぎ</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SYNC.ART'S</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. SHINE (lyrics and vocals as <b>Sayuri Anpo</b>) (non-Touhou)</li><li style="margin-bottom: 0.1em;">Track 05. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Sweets_Time" title="Lyrics: Sweets Time" style="color: rgb(11, 0, 128); background-image: none;">Sweets Time</a> (vocals as <b>Sayuri Anpo</b>)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2005-11-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:M3-16" title="Category:M3-16" style="color: rgb(11, 0, 128); background-image: none;">M3-16</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/HAPPY_NIGHT" title="HAPPY NIGHT" style="color: rgb(11, 0, 128); background-image: none;">HAPPY NIGHT</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SYNC.ART'S</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E9%81%A5%E3%81%8B%E3%81%AA%E3%82%8B%E6%99%82%E3%81%AE%E5%B9%BB%E6%83%B3%E6%9B%B2&action=edit&redlink=1" class="new" title="Lyrics: 遥かなる時の幻想曲 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">遥かなる時の幻想曲</span></a> (lyrics as <b>Sayuri Anpo</b>)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2006-05-21<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_3" title="Category:Reitaisai 3" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 3</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/REQUIEM%EF%BD%9E%E5%B9%BB%E6%83%B3%E3%81%AB%E6%95%A3%E3%82%8B%E5%B0%91%E5%A5%B3%E3%81%9F%E3%81%A1%EF%BD%9E" title="REQUIEM~幻想に散る少女たち~" style="color: rgb(11, 0, 128); background-image: none;">REQUIEM<span lang="ja">~幻想に散る少女たち~</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SYNC.ART'S</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E3%83%A9%E3%82%B9%E3%83%88%E3%83%80%E3%83%B3%E3%82%B9" title="Lyrics: ラストダンス" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">ラストダンス</span></a> (lyrics as <b>3L</b>, vocals as <b>Anporin</b>)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2006-05-21<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_3" title="Category:Reitaisai 3" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 3</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Repository_%EF%BD%9E%E5%A4%A2%E8%91%AC%E5%9B%9E%E5%B8%B0" title="Repository ~夢葬回帰" style="color: rgb(11, 0, 128); background-image: none;">Repository <span lang="ja">~夢葬回帰</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=Sound_Revolution&action=edit&redlink=1" class="new" title="Sound Revolution (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Sound Revolution</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E3%80%8E%E5%81%BD%E3%80%8F" title="Lyrics: 『偽』" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">『偽』</span></a> (vocals as <b>Unknown-Poly</b>)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2006-05-21<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_3" title="Category:Reitaisai 3" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 3</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9D%B1%E6%96%B9%E9%A2%A8%E6%AB%BB%E5%AE%B4_Phantasmagoria_mystical_expectation" title="東方風櫻宴 Phantasmagoria mystical expectation" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">東方風櫻宴</span> Phantasmagoria mystical expectation</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/IOSYS" title="IOSYS" style="color: rgb(11, 0, 128); background-image: none;">IOSYS</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Phantasmagoria_mystical_expectation" title="Lyrics: Phantasmagoria mystical expectation" style="color: rgb(11, 0, 128); background-image: none;">Phantasmagoria mystical expectation</a> (vocals as <b>Anri Yu</b>)</li><li style="margin-bottom: 0.1em;">Track 03. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Reason_to_Fly" title="Lyrics: Reason to Fly" style="color: rgb(11, 0, 128); background-image: none;">Reason to Fly</a> (vocals as <b>Anri Yu</b>)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2006-08-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_70" title="Category:Comiket 70" style="color: rgb(11, 0, 128); background-image: none;">Comiket 70</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Secret_Seven" title="Secret Seven" style="color: rgb(11, 0, 128); background-image: none;">Secret Seven</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SYNC.ART'S</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. I will -Short- (vocals as <b>Anporin</b>) (non-Touhou)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2006-08-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_70" title="Category:Comiket 70" style="color: rgb(11, 0, 128); background-image: none;">Comiket 70</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9D%B1%E6%96%B9%E4%B9%99%E5%A5%B3%E5%9B%83%E5%AD%90" title="東方乙女囃子" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">東方乙女囃子</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">IOSYS</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E6%83%91%E3%81%84%E3%81%A6%E6%9D%A5%E3%81%9F%E3%82%8C%E3%80%81%E9%81%8A%E6%83%B0%E3%81%AA%E7%A5%9E%E9%9A%A0%E3%81%97_%EF%BD%9E_Border_of_Death" title="Lyrics: 惑いて来たれ、遊惰な神隠し ~ Border of Death" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">惑いて来たれ、遊惰な神隠し ~</span> Border of Death</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2006-12-31<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_71" title="Category:Comiket 71" style="color: rgb(11, 0, 128); background-image: none;">Comiket 71</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Luna_Megalopolis_%EF%BD%9E%E6%9C%88%E4%B8%8B%E9%9F%BF%E5%AE%B4" title="Luna Megalopolis ~月下響宴" style="color: rgb(11, 0, 128); background-image: none;">Luna Megalopolis <span lang="ja">~月下響宴</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=Scinicade&action=edit&redlink=1" class="new" title="Scinicade (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Scinicade</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 10. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Endless_Night%EF%BC%8C_Eternal_Moon.&action=edit&redlink=1" class="new" title="Lyrics: Endless Night, Eternal Moon. (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Endless Night, Eternal Moon.</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2006-12-31<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_71" title="Category:Comiket 71" style="color: rgb(11, 0, 128); background-image: none;">Comiket 71</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9D%B1%E6%96%B9%E6%9C%88%E7%87%88%E7%B1%A0" title="東方月燈籠" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">東方月燈籠</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">IOSYS</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Unlocked_girl_%EF%BD%9E_%E5%AF%86%E5%AE%A4%E3%82%92%E5%87%BA%E3%81%9F%E5%B0%91%E5%A5%B3" title="Lyrics: Unlocked girl ~ 密室を出た少女" style="color: rgb(11, 0, 128); background-image: none;">Unlocked girl <span lang="ja">~ 密室を出た少女</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2007-12-31<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_73" title="Category:Comiket 73" style="color: rgb(11, 0, 128); background-image: none;">Comiket 73</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/CHAOS_%E2%80%94%E3%82%AB%E3%82%AA%E3%82%B9%E2%80%94" title="CHAOS —カオス—" class="mw-redirect" style="color: rgb(11, 0, 128); background-image: none;">CHAOS</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SYNC.ART'S</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 12. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%81%9F%E3%81%BE%E3%81%97%E3%81%84%E3%81%B5%E3%82%8F%E3%81%B5%E3%82%8F&action=edit&redlink=1" class="new" title="Lyrics: たましいふわふわ (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">たましいふわふわ</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2008-05-25<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_5" title="Category:Reitaisai 5" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 5</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Crimson_Glory" title="Crimson Glory" style="color: rgb(11, 0, 128); background-image: none;">Crimson Glory</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/NJK_Record" title="NJK Record" style="color: rgb(11, 0, 128); background-image: none;">NJK Record</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Concierge_of_Dream&action=edit&redlink=1" class="new" title="Lyrics: Concierge of Dream (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Concierge of Dream</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 03. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Little_Lady&action=edit&redlink=1" class="new" title="Lyrics: Little Lady (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Little Lady</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 05. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E3%80%8E%E5%81%BD%E3%80%8F" title="Lyrics: 『偽』" style="color: rgb(11, 0, 128); background-image: none;">Imitation</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 06. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E3%83%A9%E3%82%B9%E3%83%88%E3%83%80%E3%83%B3%E3%82%B9" title="Lyrics: ラストダンス" style="color: rgb(11, 0, 128); background-image: none;">Last Dance Again</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Crimson_Glory" title="Lyrics: Crimson Glory" style="color: rgb(11, 0, 128); background-image: none;">Crimson Glory</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 09. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Sweets_Time" title="Lyrics: Sweets Time" style="color: rgb(11, 0, 128); background-image: none;">Sweets Time Midnight</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2008-05-25<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_5" title="Category:Reitaisai 5" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 5</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9D%B1%E6%96%B9%E7%9C%9F%E8%8F%AF%E7%A5%9E%E7%A5%AD" title="東方真華神祭" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">東方真華神祭</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">IOSYS</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Pray" title="Lyrics: Pray" style="color: rgb(11, 0, 128); background-image: none;">Pray</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 09. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E8%A1%8C%E5%88%97%E3%81%AE%E3%81%A7%E3%81%8D%E3%82%8B%E3%81%88%E3%83%BC%E3%82%8A%E3%82%93%E8%A8%BA%E7%99%82%E6%89%80" title="Lyrics: 行列のできるえーりん診療所" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">行列のできるえーりん診療所</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 12. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E6%81%8B%E3%81%AB%E7%84%A6%E3%81%8C%E3%82%8C%E3%81%9F%E5%85%AB%E7%99%BE%E4%B8%87" title="Lyrics: 恋に焦がれた八百万" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">恋に焦がれた八百万</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track EX. <a href="http://en.touhouwiki.net/wiki/Lyrics:_B%E3%83%BBE%E3%83%BBE%E3%83%BBR" title="Lyrics: B・E・E・R" style="color: rgb(11, 0, 128); background-image: none;">B・E・E・R</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2008-06-15<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Sunshine_Creation_40" title="Category:Sunshine Creation 40" style="color: rgb(11, 0, 128); background-image: none;">Sunshine Creation 40</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9D%B1%E6%96%B9%E6%9B%B4%E7%B4%97%E6%AD%8C%E9%9B%86_Eclectic_Phantasm" title="東方更紗歌集 Eclectic Phantasm" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">東方更紗歌集</span> Eclectic Phantasm</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Seventh_Heaven_MAXION" title="Seventh Heaven MAXION" style="color: rgb(11, 0, 128); background-image: none;">Seventh Heaven MAXION</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 05. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%81%82%E3%82%84%E3%81%A8%E3%82%8A&action=edit&redlink=1" class="new" title="Lyrics: あやとり (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">あやとり</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2008-08-16<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_74" title="Category:Comiket 74" style="color: rgb(11, 0, 128); background-image: none;">Comiket 74</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Rebirth_(Silver_Forest)" title="Rebirth (Silver Forest)" style="color: rgb(11, 0, 128); background-image: none;">Rebirth</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Silver_Forest" title="Silver Forest" style="color: rgb(11, 0, 128); background-image: none;">Silver Forest</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 07. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E5%A6%96%E6%80%AA%E3%81%AE%E5%B1%B1" title="Lyrics: 妖怪の山" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">妖怪の山</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2008-08-16<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_74" title="Category:Comiket 74" style="color: rgb(11, 0, 128); background-image: none;">Comiket 74</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E5%A5%B3%E5%A6%96%E8%BB%A2%E7%94%9F%EF%BD%9E%E5%A6%96%E6%80%AA%E3%82%92%E8%8B%9B%E3%82%81%E3%81%A6%E5%B9%B3%E6%B0%97%E3%81%AA%E3%81%AE%EF%BC%9F" title="女妖転生~妖怪を苛めて平気なの?" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">女妖転生~妖怪を苛めて平気なの?</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">Seventh Heaven MAXION</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E5%A6%96%E6%80%AA%E3%81%A7%E3%82%82%E6%84%9B%E3%81%97%E3%81%A6%E3%81%8F%E3%82%8C%E3%82%8B%EF%BC%9F&action=edit&redlink=1" class="new" title="Lyrics: 妖怪でも愛してくれる? (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">妖怪でも愛してくれる?</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2008-08-16<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_74" title="Category:Comiket 74" style="color: rgb(11, 0, 128); background-image: none;">Comiket 74</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Crimson_Glory_Remixies_%2B" title="Crimson Glory Remixies +" style="color: rgb(11, 0, 128); background-image: none;">Crimson Glory Remixies +</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">NJK Record</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Crimson_Glory" title="Lyrics: Crimson Glory" style="color: rgb(11, 0, 128); background-image: none;">Crimson Glory -Aurtas Mix</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2008-08-17<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_74" title="Category:Comiket 74" style="color: rgb(11, 0, 128); background-image: none;">Comiket 74</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9D%B1%E6%96%B9%E6%83%B3%E5%B9%BD%E6%A3%AE%E9%9B%9B" title="東方想幽森雛" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">東方想幽森雛</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">IOSYS</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E3%82%BF%E3%82%A4%E3%83%A8%E3%82%A6%E3%83%8E%E3%83%8F%E3%83%8A" title="Lyrics: タイヨウノハナ" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">タイヨウノハナ</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 05. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Miracle%E2%88%9EHinacle" title="Lyrics: Miracle∞Hinacle" style="color: rgb(11, 0, 128); background-image: none;">Miracle∞Hinacle</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2008-12-29<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_75" title="Category:Comiket 75" style="color: rgb(11, 0, 128); background-image: none;">Comiket 75</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9D%B1%E6%96%B9%E6%B3%A1%E6%B2%AB%E5%A4%A9%E7%8D%84" title="東方泡沫天獄" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">東方泡沫天獄</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">IOSYS</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E3%82%B5%E3%82%BF%E3%83%87%E3%83%BC%E3%83%8A%E3%82%A4%E3%83%88%E3%83%95%E3%82%A3%E3%83%83%E3%82%B7%E3%83%A5%E3%82%AC%E3%83%BC%E3%83%AB" title="Lyrics: サタデーナイトフィッシュガール" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">サタデーナイトフィッシュガール</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E3%83%8F%E3%83%BC%E3%83%88%E3%83%95%E3%83%AB%E3%83%8D%E3%82%B3%E3%83%AD%E3%83%9E%E3%83%B3%E3%82%B5%E3%83%BC" title="Lyrics: ハートフルネコロマンサー" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">ハートフルネコロマンサー</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 14. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E7%AC%AC%EF%BC%94%E5%B9%95%E3%80%8C%E6%9C%88%E3%81%8B%E3%82%89%E9%99%8D%E3%82%8B%E3%82%A2%E3%83%B3%E3%82%BB%E3%83%A0%E3%80%8D" title="Lyrics: 第4幕「月から降るアンセム」" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">第4幕「月から降るアンセム」</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-03-08<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_6" title="Category:Reitaisai 6" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 6</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/HEART_CHAIN" title="HEART CHAIN" style="color: rgb(11, 0, 128); background-image: none;">HEART CHAIN</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SYNC.ART'S</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 05. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E9%8A%80%E3%81%AE%E3%82%81%E3%81%90%E3%82%8A" title="Lyrics: 銀のめぐり" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">銀のめぐり</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-03-08<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_6" title="Category:Reitaisai 6" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 6</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Crystal_Stone" title="Crystal Stone" style="color: rgb(11, 0, 128); background-image: none;">Crystal Stone</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/ShibayanRecords" title="ShibayanRecords" style="color: rgb(11, 0, 128); background-image: none;">ShibayanRecords</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E5%9C%B0%E7%8D%84%E3%81%AE%E8%8B%A6%E8%BC%AA&action=edit&redlink=1" class="new" title="Lyrics: 地獄の苦輪 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">地獄の苦輪</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-03-08<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_6" title="Category:Reitaisai 6" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 6</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E7%88%9B%E6%BC%AB-ranman-" title="爛漫-ranman-" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">爛漫</span>-ranman-</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">Seventh Heaven MAXION</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E4%BF%A1%E3%81%98%E3%81%9F%E9%81%93%E3%81%AE%E8%A1%8C%E3%81%8F%E6%9C%AB%E3%81%AF&action=edit&redlink=1" class="new" title="Lyrics: 信じた道の行く末は (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">信じた道の行く末は</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-03-08<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_6" title="Category:Reitaisai 6" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 6</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E3%82%A4%E3%82%B3%E3%83%AB%E3%83%91%E3%83%88%E3%82%B9" title="イコルパトス" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">イコルパトス</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">Seventh Heaven MAXION</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E8%BF%BD%E6%86%B6%E3%81%AE%E3%82%BD%E3%83%BC%E3%83%AB" title="Lyrics: 追憶のソール" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">追憶のソール</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-03-08<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_6" title="Category:Reitaisai 6" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 6</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E3%81%82%E3%82%81%E3%81%82%E3%81%8C%E3%82%8B%E3%80%82" title="あめあがる。" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">あめあがる。</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">NJK Record</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 03. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%81%8B%E3%82%80%E3%81%8B%E3%81%9C%E3%81%86%E3%81%9F%E3%81%B5&action=edit&redlink=1" class="new" title="Lyrics: かむかぜうたふ (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">かむかぜうたふ</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_TU%E3%83%BBRALALA&action=edit&redlink=1" class="new" title="Lyrics: TU・RALALA (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">TU・RALALA</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-04-01<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Touhou_Tsukitourou" title="Category:Touhou Tsukitourou" style="color: rgb(11, 0, 128); background-image: none;">Touhou Tsukitourou</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9D%B1%E6%96%B9%E6%9C%88%E7%87%88%E7%B1%A0%E3%82%BB%E3%83%BC%E3%83%95%EF%BC%81" title="東方月燈籠セーフ!" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">東方月燈籠セーフ!</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">IOSYS</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Unlocked_girl_%EF%BD%9E_%E5%AF%86%E5%AE%A4%E3%82%92%E5%87%BA%E3%81%9F%E5%B0%91%E5%A5%B3" title="Lyrics: Unlocked girl ~ 密室を出た少女" style="color: rgb(11, 0, 128); background-image: none;">Unlocked girl <span lang="ja">~ 密室を出た少女</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-04-26<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:COMIC1%E2%98%863" title="Category:COMIC1☆3" style="color: rgb(11, 0, 128); background-image: none;">COMIC1☆3</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=%E6%9D%B1%E6%96%B9%E6%B7%B7%E6%B7%86%E5%B9%BB%E6%A5%BD&action=edit&redlink=1" class="new" title="東方混淆幻楽 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">東方混淆幻楽</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=Rythmique&action=edit&redlink=1" class="new" title="Rythmique (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">rythmique</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 03. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Scarlet_Allegiance_-nocturnal_resolution-&action=edit&redlink=1" class="new" title="Lyrics: Scarlet Allegiance -nocturnal resolution- (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Scarlet Allegiance -nocturnal resolution-</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-08-15<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_76" title="Category:Comiket 76" style="color: rgb(11, 0, 128); background-image: none;">Comiket 76</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/REQUIEM_Re:miniscence%EF%BD%9E%E5%B9%BB%E8%91%AC%E3%81%AF%E8%BF%BD%E6%86%B6%E3%81%AE%E5%BD%BC%E6%96%B9%E3%81%B8%EF%BD%9E" title="REQUIEM Re:miniscence~幻葬は追憶の彼方へ~" style="color: rgb(11, 0, 128); background-image: none;">REQUIEM Re:miniscence<span lang="ja">~幻葬は追憶の彼方へ~</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SYNC.ART'S</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Disc 1 Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E3%83%A9%E3%82%B9%E3%83%88%E3%83%80%E3%83%B3%E3%82%B9" title="Lyrics: ラストダンス" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">ラストダンス</span></a> (lyrics)</li><li style="margin-bottom: 0.1em;">Disc 2 Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E3%83%A9%E3%82%B9%E3%83%88%E3%83%80%E3%83%B3%E3%82%B9" title="Lyrics: ラストダンス" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">ラストダンス</span></a> (lyrics)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-08-15<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_76" title="Category:Comiket 76" style="color: rgb(11, 0, 128); background-image: none;">Comiket 76</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E5%9C%B0_-KUNI-" title="地 -KUNI-" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">地</span> -KUNI-</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/SOUND_HOLIC" title="SOUND HOLIC" style="color: rgb(11, 0, 128); background-image: none;">SOUND HOLIC</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 05. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Yb_Allul" title="Lyrics: Yb Allul" style="color: rgb(11, 0, 128); background-image: none;">Yb Allul</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 07. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Marquis_de_3rd" title="Lyrics: Marquis de 3rd" style="color: rgb(11, 0, 128); background-image: none;">Marquis de 3rd</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-08-15<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_76" title="Category:Comiket 76" style="color: rgb(11, 0, 128); background-image: none;">Comiket 76</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9D%B1%E6%96%B9%E6%81%8B%E6%83%B3%E9%83%B7%EF%BD%9E%E3%82%B0%E3%83%AC%E3%82%A4%E3%82%B8%E3%83%B3%E3%82%B0%E3%83%8F%E3%83%BC%E3%83%88" title="東方恋想郷~グレイジングハート" class="mw-redirect" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">東方恋想郷~グレイジングハート</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">Seventh Heaven MAXION</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 12. <a href="http://en.touhouwiki.net/wiki/Lyrics:_ultimate_blossom" title="Lyrics: ultimate blossom" style="color: rgb(11, 0, 128); background-image: none;">ultimate_blossom</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-08-15<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_76" title="Category:Comiket 76" style="color: rgb(11, 0, 128); background-image: none;">Comiket 76</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=Breezy_Storm&action=edit&redlink=1" class="new" title="Breezy Storm (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Breezy Storm</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">rythmique</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%81%9F%E3%82%81%E6%81%AF%E3%81%AB%E8%88%9E%E3%81%86%E4%B8%80%E7%89%87%E3%81%AE_%EF%BD%9Ebreath_of_air%EF%BD%9E&action=edit&redlink=1" class="new" title="Lyrics: ため息に舞う一片の ~breath of air~ (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">ため息に舞う一片の ~</span>breath of air<span lang="ja">~</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-08-15<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_76" title="Category:Comiket 76" style="color: rgb(11, 0, 128); background-image: none;">Comiket 76</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/T%E2%98%85GIRLS.02" title="T★GIRLS.02" style="color: rgb(11, 0, 128); background-image: none;">T★GIRLS.02</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Forestpireo" title="Forestpireo" class="mw-redirect" style="color: rgb(11, 0, 128); background-image: none;">Forestpireo</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%81%8B%E3%81%8F%E3%82%8C%E3%82%93%E3%81%BC&action=edit&redlink=1" class="new" title="Lyrics: かくれんぼ (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">かくれんぼ</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-10-11<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Touhou_Kouroumu_5" title="Category:Touhou Kouroumu 5" style="color: rgb(11, 0, 128); background-image: none;">Touhou Kouroumu 5</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E3%82%AD%E3%82%BB%E3%82%AD%E2%98%86%E3%82%A4%E3%83%B3%E3%83%91%E3%83%AB%E3%82%B9%EF%BD%9Eemotional_feedback" title="キセキ☆インパルス~emotional feedback" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">キセキ☆インパルス~</span>emotional feedback</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">ShibayanRecords</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E3%82%A2%E3%83%8A%E3%82%BF%E3%82%AC%E3%83%A2%E3%83%88%E3%83%A1%E3%83%AB%E3%83%A2%E3%83%8E" title="Lyrics: アナタガモトメルモノ" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">アナタガモトメルモノ</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 06. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_MyonMyonMyon!&action=edit&redlink=1" class="new" title="Lyrics: MyonMyonMyon! (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">MyonMyonMyon!</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%81%A1%E3%82%8B%E3%81%AE%E3%82%8A%E3%81%9A%E3%82%80&action=edit&redlink=1" class="new" title="Lyrics: ちるのりずむ (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">ちるのりずむ</span></a> (lyrics)</li><li style="margin-bottom: 0.1em;">Track 11. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%81%A1%E3%82%8B%E3%81%AE%E3%82%8A%E3%81%9A%E3%82%80&action=edit&redlink=1" class="new" title="Lyrics: ちるのりずむ (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">ちるのりずむ</span> Second Master</a> (lyrics)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-10-11<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Touhou_Kouroumu_5" title="Category:Touhou Kouroumu 5" style="color: rgb(11, 0, 128); background-image: none;">Touhou Kouroumu 5</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=LET_IT_SNOW,_LET_IT_FLOW&action=edit&redlink=1" class="new" title="LET IT SNOW, LET IT FLOW (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">LET IT SNOW, LET IT FLOW</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">rythmique</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Let_it_snow,_Let_it_flow.&action=edit&redlink=1" class="new" title="Lyrics: Let it snow, Let it flow. (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Let it snow, Let it flow.</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-10-11<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Touhou_Kouroumu_5" title="Category:Touhou Kouroumu 5" style="color: rgb(11, 0, 128); background-image: none;">Touhou Kouroumu 5</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Girl_Revolution" title="Girl Revolution" style="color: rgb(11, 0, 128); background-image: none;">Girl Revolution</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">Forestpireo</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 13. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%83%9B%E3%83%B3%E3%83%8E%E3%82%BF%E3%83%93%E3%83%93%E3%83%88&action=edit&redlink=1" class="new" title="Lyrics: ホンノタビビト (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">ホンノタビビト</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_77" title="Category:Comiket 77" style="color: rgb(11, 0, 128); background-image: none;">Comiket 77</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%83%B3_-OMOI-" title="想 -OMOI-" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">想</span> -OMOI-</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SOUND HOLIC</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Rainy,_rainy_days" title="Lyrics: Rainy, rainy days" style="color: rgb(11, 0, 128); background-image: none;">Rainy, rainy days</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 10. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Phugoid_Heaven" title="Lyrics: Phugoid Heaven" style="color: rgb(11, 0, 128); background-image: none;">Phugoid Heaven</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_77" title="Category:Comiket 77" style="color: rgb(11, 0, 128); background-image: none;">Comiket 77</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Quiet_Storm" title="Quiet Storm" style="color: rgb(11, 0, 128); background-image: none;">Quiet Storm</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">rythmique</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 03. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E5%82%98%E3%81%AE%E7%84%A1%E3%81%84%E3%81%82%E3%81%AE%E4%BA%BA&action=edit&redlink=1" class="new" title="Lyrics: 傘の無いあの人 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">傘の無いあの人</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 09. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%81%9D%E3%82%8C%E3%81%98%E3%82%83%E3%80%81%E3%81%95%E3%82%88%E3%81%AA%E3%82%89&action=edit&redlink=1" class="new" title="Lyrics: それじゃ、さよなら (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">それじゃ、さよなら</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2009-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_77" title="Category:Comiket 77" style="color: rgb(11, 0, 128); background-image: none;">Comiket 77</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E5%A4%A2%E3%81%A8%E5%B9%BB%E3%81%A8%E6%B3%A1%E3%81%A8%E5%BD%B1" title="夢と幻と泡と影" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">夢と幻と泡と影</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=Minstrel&action=edit&redlink=1" class="new" title="Minstrel (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Minstrel</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E6%81%8B%E8%89%B2%E3%82%B7%E3%83%B3%E3%83%89%E3%83%AD%E3%83%BC%E3%83%A0&action=edit&redlink=1" class="new" title="Lyrics: 恋色シンドローム (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">恋色シンドローム</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E7%B4%85%E7%85%A7%E3%82%89%E3%81%97%E6%9C%88%E3%81%8A%E3%81%BC%E3%82%8D&action=edit&redlink=1" class="new" title="Lyrics: 紅照らし月おぼろ (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">紅照らし月おぼろ</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 03. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%82%A2%E3%83%AA%E3%82%B9%E3%83%9E%E3%82%A8%E3%82%B9%E3%83%86%E3%83%A9&action=edit&redlink=1" class="new" title="Lyrics: アリスマエステラ (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">アリスマエステラ</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E5%A4%A2%E3%81%A8%E5%B9%BB%E3%81%A8%E6%B3%A1%E3%81%A8%E5%BD%B1&action=edit&redlink=1" class="new" title="Lyrics: 夢と幻と泡と影 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">夢と幻と泡と影</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 05. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E5%A4%9C%E9%9C%A7%E3%80%81%E6%AE%8B%E5%83%8F&action=edit&redlink=1" class="new" title="Lyrics: 夜霧、残像 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">夜霧、残像</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 06. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E8%A5%BF%E8%A1%8C%E5%AF%BA%E7%84%A1%E4%BD%99%E6%B6%85%E6%A7%83&action=edit&redlink=1" class="new" title="Lyrics: 西行寺無余涅槃 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">西行寺無余涅槃</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 07. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E4%BA%BA%E5%BD%A2%E5%B0%91%E5%A5%B3%E8%A8%80%E8%91%89%E7%84%A1%E3%81%97&action=edit&redlink=1" class="new" title="Lyrics: 人形少女言葉無し (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">人形少女言葉無し</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-03-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_7" title="Category:Reitaisai 7" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 7</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=%E5%B9%BB%E6%83%B3%E9%83%B7%E3%81%AE%E6%98%9F%E9%9B%A8%E6%97%A5%E5%92%8C&action=edit&redlink=1" class="new" title="幻想郷の星雨日和 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">幻想郷の星雨日和</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=Sprite_Wing&action=edit&redlink=1" class="new" title="Sprite Wing (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Sprite Wing</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Stardust_Reverie&action=edit&redlink=1" class="new" title="Lyrics: Stardust Reverie (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Stardust Reverie</a> (lyrics, vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-03-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_7" title="Category:Reitaisai 7" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 7</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9D%B1%E6%96%B9%E9%9B%BB%E6%92%83%E6%B3%A2%E5%8B%95%E2%91%A8" title="東方電撃波動⑨" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">東方電撃波動⑨</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">Silver Forest</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E3%82%AA%E3%83%AC%E3%81%AE%E5%A6%B9%E3%81%8C%E3%81%93%E3%82%93%E3%81%AA%E3%81%AB%E5%8F%AF%E6%84%9B%E3%81%84%E3%81%AF%E3%81%9A%E3%81%8C%E3%81%AA%E3%81%84%EF%BC%81" title="Lyrics: オレの妹がこんなに可愛いはずがない!" style="color: rgb(11, 0, 128); background-image: none;">オレの妹がこんなに可愛いはずがない!</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-03-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_7" title="Category:Reitaisai 7" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 7</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E3%82%AA%E3%83%88%E3%83%A1%E3%82%AD%E3%83%A5%E3%83%BC%E3%83%88" title="オトメキュート" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">オトメキュート</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">ShibayanRecords</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 03. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_dear_Miss_Daydreamer&action=edit&redlink=1" class="new" title="Lyrics: dear Miss Daydreamer (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">dear Miss Daydreamer</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-03-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_7" title="Category:Reitaisai 7" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 7</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/FirstAngriff" title="FirstAngriff" style="color: rgb(11, 0, 128); background-image: none;">FirstAngriff</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">Seventh Heaven MAXION</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_cyclic%3Dencounter&action=edit&redlink=1" class="new" title="Lyrics: cyclic=encounter (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">cyclic=encounter</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-03-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_7" title="Category:Reitaisai 7" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 7</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Double_Counterpoint" title="Double Counterpoint" style="color: rgb(11, 0, 128); background-image: none;">Double Counterpoint</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Alstroemeria_Records" title="Alstroemeria Records" style="color: rgb(11, 0, 128); background-image: none;">Alstroemeria Records</a> and <a href="http://en.touhouwiki.net/wiki/Studio_%22Syrup_Comfiture%22" title="Studio "Syrup Comfiture"" style="color: rgb(11, 0, 128); background-image: none;">Studio "Syrup Comfiture"</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Structure_Frame" title="Lyrics: Structure Frame" style="color: rgb(11, 0, 128); background-image: none;">Structure Frame</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-08-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_78" title="Category:Comiket 78" style="color: rgb(11, 0, 128); background-image: none;">Comiket 78</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Where_is_Love" title="Where is Love" style="color: rgb(11, 0, 128); background-image: none;">Where is Love</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Studio_%22Syrup_Comfiture%22" title="Studio "Syrup Comfiture"" style="color: rgb(11, 0, 128); background-image: none;">Studio "Syrup Comfiture"</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 06. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E3%82%A2%E3%83%A2%E3%83%AA%E3%82%BF%E3%83%81%E3%83%86%E3%82%AB%E3%83%9F%E3%83%88%E3%83%9F%E3%83%A6" title="Lyrics: アモリタチテカミトミユ" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">アモリタチテカミトミユ</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-08-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_78" title="Category:Comiket 78" style="color: rgb(11, 0, 128); background-image: none;">Comiket 78</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Heavenly_Sequence" title="Heavenly Sequence" style="color: rgb(11, 0, 128); background-image: none;">Heavenly Sequence</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/SoundOnline" title="SoundOnline" style="color: rgb(11, 0, 128); background-image: none;">SoundOnline</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E6%83%91%E3%81%84%E3%81%AE%E6%9C%88" title="Lyrics: 惑いの月" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">惑いの月</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-08-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_78" title="Category:Comiket 78" style="color: rgb(11, 0, 128); background-image: none;">Comiket 78</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%98%9F_-HOSHI-" title="星 -HOSHI-" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">星</span> -HOSHI-</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SOUND HOLIC</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/wiki/Lyrics:_vaizravaNaaya" title="Lyrics: vaizravaNaaya" style="color: rgb(11, 0, 128); background-image: none;">vaizravaNaaya</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-08-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_78" title="Category:Comiket 78" style="color: rgb(11, 0, 128); background-image: none;">Comiket 78</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Former_Frontier_3rd_Germinate" title="Former Frontier 3rd Germinate" style="color: rgb(11, 0, 128); background-image: none;">Former Frontier 3rd Germinate</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">Seventh Heaven MAXION</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 12. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E6%9C%80%E6%9E%9C%E3%83%86%E5%B9%BB%E6%83%B3%E8%8A%B1&action=edit&redlink=1" class="new" title="Lyrics: 最果テ幻想花 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">最果テ幻想花</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-08-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_78" title="Category:Comiket 78" style="color: rgb(11, 0, 128); background-image: none;">Comiket 78</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Shooting_Star" title="Shooting Star" style="color: rgb(11, 0, 128); background-image: none;">Shooting Star</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Pizuya%27s_Cell" title="Pizuya's Cell" style="color: rgb(11, 0, 128); background-image: none;">Pizuya's Cell</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%82%AD%E3%83%A9%E3%83%A1%E3%82%AD%E3%82%B9%E3%82%BF%E3%83%BC&action=edit&redlink=1" class="new" title="Lyrics: キラメキスター (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">キラメキスター</span> feat.3L</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 03. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_The_Voyage_of_a_Shooting_Star&action=edit&redlink=1" class="new" title="Lyrics: The Voyage of a Shooting Star (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">The Voyage of a Shooting Star feat.3L</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 06. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%83%A4%E3%82%B4%E3%82%B3%E3%83%AD&action=edit&redlink=1" class="new" title="Lyrics: ヤゴコロ (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">ヤゴコロ</span> feat.3L</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-08-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_78" title="Category:Comiket 78" style="color: rgb(11, 0, 128); background-image: none;">Comiket 78</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/TOHO_EURO_FLASH_Vol.1" title="TOHO EURO FLASH Vol.1" style="color: rgb(11, 0, 128); background-image: none;">TOHO EURO FLASH Vol.1</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">NJK Record</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Spring_of_Dreams" title="Lyrics: Spring of Dreams" style="color: rgb(11, 0, 128); background-image: none;">Spring of Dreams</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Night%27n%27NIGHT" title="Lyrics: Night'n'NIGHT" style="color: rgb(11, 0, 128); background-image: none;">Night'n'NIGHT</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 07. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Last_Moments" title="Lyrics: Last Moments" style="color: rgb(11, 0, 128); background-image: none;">Last Moments</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Sympathy_take_me_to_darkness" title="Lyrics: Sympathy take me to darkness" style="color: rgb(11, 0, 128); background-image: none;">Sympathy take me to darkness</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 09. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Miracle%E2%88%9EHinacle" title="Lyrics: Miracle∞Hinacle" style="color: rgb(11, 0, 128); background-image: none;">Miracle∞Hinacle</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-08-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_78" title="Category:Comiket 78" style="color: rgb(11, 0, 128); background-image: none;">Comiket 78</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9D%B1%E6%96%B9%E6%81%8B%E8%8B%BA%E5%A8%98%2B" title="東方恋苺娘+" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">東方恋苺娘+</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">IOSYS</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 03. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E4%BF%A1%E6%92%83%E3%83%AA%E3%82%B6%E3%83%AC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3" title="Lyrics: 信撃リザレクション" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">信撃リザレクション</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-08-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_78" title="Category:Comiket 78" style="color: rgb(11, 0, 128); background-image: none;">Comiket 78</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9D%B1%E6%96%B9%E3%82%A4%E3%83%8E%E3%82%BB%E3%83%B3%E3%83%88%E3%82%AD%E3%83%BC%E3%81%AE%E6%9C%AC%E6%B0%97" title="東方イノセントキーの本気" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">東方イノセントキーの本気</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Innocent_Key" title="Innocent Key" style="color: rgb(11, 0, 128); background-image: none;">Innocent Key</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E5%8F%99%E8%81%96%E3%81%AE%E3%82%AF%E3%82%AA%E3%83%AA%E3%82%A2_%EF%BD%9ESubterranean_rose%EF%BD%9E" title="Lyrics: 叙聖のクオリア ~Subterranean rose~" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">叙聖のクオリア ~</span>Subterranean rose<span lang="ja">~</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-08-14<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_78" title="Category:Comiket 78" style="color: rgb(11, 0, 128); background-image: none;">Comiket 78</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/RED" title="RED" style="color: rgb(11, 0, 128); background-image: none;">RED</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/ALiCE%27S_EMOTiON" title="ALiCE'S EMOTiON" style="color: rgb(11, 0, 128); background-image: none;">ALiCE'S EMOTiON</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Disc C Track 12. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_the_glow_of_a_firefly&action=edit&redlink=1" class="new" title="Lyrics: the glow of a firefly (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">the glow of a firefly</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-10-11<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Touhou_Kouroumu_6" title="Category:Touhou Kouroumu 6" style="color: rgb(11, 0, 128); background-image: none;">Touhou Kouroumu 6</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9D%B1%E6%96%B9%E6%B5%AE%E6%80%9D%E6%88%AF%E9%9D%A9%E5%91%BD" title="東方浮思戯革命" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">東方浮思戯革命</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">IOSYS</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 05. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E6%9C%AA%E7%A2%BA%E8%AA%8D%E5%B9%BB%E6%83%B3%E9%A3%9B%E8%A1%8C%E3%83%80%E3%83%B3%E3%82%B9&action=edit&redlink=1" class="new" title="Lyrics: 未確認幻想飛行ダンス (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">未確認幻想飛行ダンス</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_79" title="Category:Comiket 79" style="color: rgb(11, 0, 128); background-image: none;">Comiket 79</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/SWING_HOLIC_VOL.06" title="SWING HOLIC VOL.06" style="color: rgb(11, 0, 128); background-image: none;">SWING HOLIC VOL.06</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/SWING_HOLIC" title="SWING HOLIC" style="color: rgb(11, 0, 128); background-image: none;">SWING HOLIC</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 03. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_What_Daemon_Loves&action=edit&redlink=1" class="new" title="Lyrics: What Daemon Loves (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">What Daemon Loves</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_79" title="Category:Comiket 79" style="color: rgb(11, 0, 128); background-image: none;">Comiket 79</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Love_Hearts%3F" title="Love Hearts?" style="color: rgb(11, 0, 128); background-image: none;">Love Hearts?</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Studio_%22Syrup_Comfiture%22" title="Studio "Syrup Comfiture"" style="color: rgb(11, 0, 128); background-image: none;">Studio "Syrup Comfiture"</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 05. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Myosotis_alpestris" title="Lyrics: Myosotis alpestris" style="color: rgb(11, 0, 128); background-image: none;">Myosotis alpestris</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 06. <a href="http://en.touhouwiki.net/wiki/Lyrics:_everything" title="Lyrics: everything" style="color: rgb(11, 0, 128); background-image: none;">everything</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/wiki/Lyrics:_BAD" title="Lyrics: BAD" style="color: rgb(11, 0, 128); background-image: none;">BAD</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_79" title="Category:Comiket 79" style="color: rgb(11, 0, 128); background-image: none;">Comiket 79</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/THIRD_ENSEMBLE:_BLEU" title="THIRD ENSEMBLE: BLEU" style="color: rgb(11, 0, 128); background-image: none;">THIRD ENSEMBLE: BLEU</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SoundOnline</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Underwater_Regret&action=edit&redlink=1" class="new" title="Lyrics: Underwater Regret (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Underwater Regret</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_79" title="Category:Comiket 79" style="color: rgb(11, 0, 128); background-image: none;">Comiket 79</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%96%87_-BUN-" title="文 -BUN-" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">文</span> -BUN-</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SOUND HOLIC</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 06. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Retrospective_Journey&action=edit&redlink=1" class="new" title="Lyrics: Retrospective Journey (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Retrospective Journey</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_79" title="Category:Comiket 79" style="color: rgb(11, 0, 128); background-image: none;">Comiket 79</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E3%82%B3%E3%82%B3%E3%83%AD%E3%83%90%E3%82%A4%E3%83%96%E3%83%AC%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3" title="ココロバイブレーション" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">ココロバイブレーション</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">ShibayanRecords</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_MyonMyonMyonMyonMyon!&action=edit&redlink=1" class="new" title="Lyrics: MyonMyonMyonMyonMyon! (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">MyonMyonMyonMyonMyon!</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 06. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E6%9C%88%E9%BD%A211.3%E3%81%AE%E3%82%AD%E3%83%A3%E3%83%B3%E3%83%89%E3%83%AB%E3%83%9E%E3%82%B8%E3%83%83%E3%82%AF&action=edit&redlink=1" class="new" title="Lyrics: 月齢11.3のキャンドルマジック (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">月齢</span>11.3<span lang="ja">のキャンドルマジック</span></a></li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_79" title="Category:Comiket 79" style="color: rgb(11, 0, 128); background-image: none;">Comiket 79</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Violet_Lotus_Requiem" title="Violet Lotus Requiem" style="color: rgb(11, 0, 128); background-image: none;">Violet Lotus Requiem</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">Pizuya's Cell</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 03. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Retrospective&action=edit&redlink=1" class="new" title="Lyrics: Retrospective (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Retrospective</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2010-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_79" title="Category:Comiket 79" style="color: rgb(11, 0, 128); background-image: none;">Comiket 79</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/TOHO_EUROBEAT_VOL.2" title="TOHO EUROBEAT VOL.2" style="color: rgb(11, 0, 128); background-image: none;">TOHO EUROBEAT VOL.2</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/A-One" title="A-One" style="color: rgb(11, 0, 128); background-image: none;">A-One</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 07. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Come_Back_To_Me" title="Lyrics: Come Back To Me" style="color: rgb(11, 0, 128); background-image: none;">Come Back To Me</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-03-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_8" title="Category:Reitaisai 8" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 8</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Love%3DALL" title="Love=ALL" style="color: rgb(11, 0, 128); background-image: none;">Love=ALL</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Studio_%22Syrup_Comfiture%22" title="Studio "Syrup Comfiture"" style="color: rgb(11, 0, 128); background-image: none;">Studio "Syrup Comfiture"</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Listen_up&action=edit&redlink=1" class="new" title="Lyrics: Listen up (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Listen up</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-03-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_8" title="Category:Reitaisai 8" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 8</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Devote_Strikers!!_Zwei" title="Devote Strikers!! Zwei" style="color: rgb(11, 0, 128); background-image: none;">Devote Strikers!! Zwei</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">Seventh Heaven MAXION</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 05. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_get_along_in_life&action=edit&redlink=1" class="new" title="Lyrics: get along in life (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">get along in life</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-03-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_8" title="Category:Reitaisai 8" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 8</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=Rumbling_Storm&action=edit&redlink=1" class="new" title="Rumbling Storm (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Rumbling Storm</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">rythmique</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Between_the_lines&action=edit&redlink=1" class="new" title="Lyrics: Between the lines (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Between the lines</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-03-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_8" title="Category:Reitaisai 8" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 8</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=Help!!&action=edit&redlink=1" class="new" title="Help!! (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Help!!</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=FullMooN.13&action=edit&redlink=1" class="new" title="FullMooN.13 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">FullMooN.13</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E5%BD%BC%E6%96%B9%E3%81%B8%E2%80%A6&action=edit&redlink=1" class="new" title="Lyrics: 彼方へ… (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">彼方へ…</span></a> (chorus)</li><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Help!!&action=edit&redlink=1" class="new" title="Lyrics: Help!! (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Help!!</a> (chorus)</li><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_good-bye_%E5%B9%BB%E3%81%AE%E6%97%A5%E3%80%85&action=edit&redlink=1" class="new" title="Lyrics: good-bye 幻の日々 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">good-bye <span lang="ja">幻の日々</span></a> (chorus)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-03-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_8" title="Category:Reitaisai 8" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 8</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Overture_KANA" title="Overture KANA" style="color: rgb(11, 0, 128); background-image: none;">Overture | KANA</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">ALiCE'S EMOTiON</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 10. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Night_of_Burning_Star" title="Lyrics: Night of Burning Star" style="color: rgb(11, 0, 128); background-image: none;">Night of Burning Star</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-03-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_8" title="Category:Reitaisai 8" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 8</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Overture_SUWA" title="Overture SUWA" style="color: rgb(11, 0, 128); background-image: none;">Overture | SUWA</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">ALiCE'S EMOTiON</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 10. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E6%A1%9C%E8%8F%AF%E6%9C%88%E6%83%B3&action=edit&redlink=1" class="new" title="Lyrics: 桜華月想 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">桜華月想</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-05-08<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_8" title="Category:Reitaisai 8" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 8</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=%E6%9D%B1%E6%96%B9%E5%BE%A1%E5%A7%89%E6%A7%98%EF%BD%9ELike_your_fascination_sisters&action=edit&redlink=1" class="new" title="東方御姉様~Like your fascination sisters (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">東方御姉様~</span>Like your fascination sisters</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Studio_%22Syrup_Comfiture%22" title="Studio "Syrup Comfiture"" style="color: rgb(11, 0, 128); background-image: none;">Studio "Syrup Comfiture"</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 11. <a href="http://en.touhouwiki.net/wiki/Lyrics:_ultimate_blossom" title="Lyrics: ultimate blossom" style="color: rgb(11, 0, 128); background-image: none;">ultimate_blossom</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-05-08<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_8" title="Category:Reitaisai 8" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 8</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Innocent_Chain" title="Innocent Chain" style="color: rgb(11, 0, 128); background-image: none;">Innocent Chain</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/MyonMyon" title="MyonMyon" style="color: rgb(11, 0, 128); background-image: none;">MyonMyon</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 07. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Innocent_Chain&action=edit&redlink=1" class="new" title="Lyrics: Innocent Chain (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Innocent Chain</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-08-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_80" title="Category:Comiket 80" style="color: rgb(11, 0, 128); background-image: none;">Comiket 80</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Stardust_Motion" title="Stardust Motion" style="color: rgb(11, 0, 128); background-image: none;">Stardust Motion</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SoundOnline</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Make_my_day&action=edit&redlink=1" class="new" title="Lyrics: Make my day (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Make my day</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-08-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_80" title="Category:Comiket 80" style="color: rgb(11, 0, 128); background-image: none;">Comiket 80</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E6%9C%88_-TSUKI-" title="月 -TSUKI-" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">月</span> -TSUKI-</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SOUND HOLIC</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Sense_your_E-Motion&action=edit&redlink=1" class="new" title="Lyrics: Sense your E-Motion (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Sense your E-Motion</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-08-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_80" title="Category:Comiket 80" style="color: rgb(11, 0, 128); background-image: none;">Comiket 80</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=Deusas_do_ver%C3%A3o&action=edit&redlink=1" class="new" title="Deusas do verão (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Deusas do verão</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">rythmique</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E5%A4%8F%E3%81%AE%E9%80%9A%E3%82%8A%E9%9B%A8&action=edit&redlink=1" class="new" title="Lyrics: 夏の通り雨 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">夏の通り雨</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-08-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_80" title="Category:Comiket 80" style="color: rgb(11, 0, 128); background-image: none;">Comiket 80</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Rising_Star" title="Rising Star" style="color: rgb(11, 0, 128); background-image: none;">Rising Star</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">Pizuya's Cell</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 01. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E3%83%9E%E3%82%AF%E3%83%AD%E3%83%95%E3%82%A3%E3%83%A9%E3%83%91%E3%83%A9%E3%82%BD%E3%83%AB" title="Lyrics: マクロフィラパラソル" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">マクロフィラパラソル</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_Worldly_Flower&action=edit&redlink=1" class="new" title="Lyrics: Worldly Flower (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Worldly Flower</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 06. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E6%98%A8%E6%97%A5%E3%81%8C%E6%8F%8F%E3%81%84%E3%81%9F%E6%98%8E%E6%97%A5%E3%81%AE%E6%99%AF%E8%89%B2&action=edit&redlink=1" class="new" title="Lyrics: 昨日が描いた明日の景色 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">昨日が描いた明日の景色</span></a></li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-08-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_80" title="Category:Comiket 80" style="color: rgb(11, 0, 128); background-image: none;">Comiket 80</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/TOHO_EURO_FLASH_Vol.2" title="TOHO EURO FLASH Vol.2" style="color: rgb(11, 0, 128); background-image: none;">TOHO EURO FLASH Vol.2</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">NJK Record</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Search_for_the_butterfly" title="Lyrics: Search for the butterfly" style="color: rgb(11, 0, 128); background-image: none;">Search for the butterfly</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/wiki/Lyrics:_WARNING!" title="Lyrics: WARNING!" style="color: rgb(11, 0, 128); background-image: none;">WARNING!</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 05. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Endless_night" title="Lyrics: Endless night" style="color: rgb(11, 0, 128); background-image: none;">Endless night</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 06. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E6%83%91%E3%81%84%E3%81%AE%E6%9C%88" title="Lyrics: 惑いの月" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">惑いの月</span> / RAYTO MIX</a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 07. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E5%A4%A2%E3%81%A8%E5%B9%BB%E3%81%A8%E6%B3%A1%E3%81%A8%E5%BD%B1&action=edit&redlink=1" class="new" title="Lyrics: 夢と幻と泡と影 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">夢と幻と泡と影</span> / valle blanco MIX</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-08-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_80" title="Category:Comiket 80" style="color: rgb(11, 0, 128); background-image: none;">Comiket 80</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/RADIATA" title="RADIATA" style="color: rgb(11, 0, 128); background-image: none;">RADIATA</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">ALiCE'S EMOTiON</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 11. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E7%A0%B4%E6%9C%88&action=edit&redlink=1" class="new" title="Lyrics: 破月 (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">破月</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-08-13<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_80" title="Category:Comiket 80" style="color: rgb(11, 0, 128); background-image: none;">Comiket 80</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/TOHO_EUROBEAT_VOL.4" title="TOHO EUROBEAT VOL.4" style="color: rgb(11, 0, 128); background-image: none;">TOHO EUROBEAT VOL.4</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">A-One</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 09. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Leave_My_Key" title="Lyrics: Leave My Key" style="color: rgb(11, 0, 128); background-image: none;">Leave My Key</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-10-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:M3-28" title="Category:M3-28" style="color: rgb(11, 0, 128); background-image: none;">M3-28</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E3%83%A0%E3%82%BD%E3%82%A6%E3%83%9E%E3%83%86%E3%83%AA%E3%82%A2%E3%83%A9%E3%82%A4%E3%82%BA" title="ムソウマテリアライズ" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">ムソウマテリアライズ</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">ShibayanRecords</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 03. <a href="http://en.touhouwiki.net/wiki/Lyrics:_%E7%B4%85%E6%B6%99%E3%81%AB%E3%81%97%E3%81%A5%E3%82%80%E3%81%AF%E4%BE%9B%E4%BA%BA%E3%81%AE%E6%86%82%E3%81%84" title="Lyrics: 紅涙にしづむは供人の憂い" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">紅涙にしづむは供人の憂い</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 07. <a href="http://en.touhouwiki.net/wiki/Lyrics:_MyonMyonMyonMyonMyonMyon!" title="Lyrics: MyonMyonMyonMyonMyonMyon!" style="color: rgb(11, 0, 128); background-image: none;">MyonMyonMyonMyonMyonMyon!</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_81" title="Category:Comiket 81" style="color: rgb(11, 0, 128); background-image: none;">Comiket 81</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/A_Couple_of_Time" title="A Couple of Time" style="color: rgb(11, 0, 128); background-image: none;">A Couple of Time</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">SoundOnline</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 06. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%81%82%E3%82%8A%E3%81%8C%E3%81%A8%E3%81%86&action=edit&redlink=1" class="new" title="Lyrics: ありがとう (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">ありがとう</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_81" title="Category:Comiket 81" style="color: rgb(11, 0, 128); background-image: none;">Comiket 81</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Merciless_Lazuli_Rose" title="Merciless Lazuli Rose" style="color: rgb(11, 0, 128); background-image: none;">Merciless Lazuli Rose</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">Pizuya's Cell</td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Apparition_lover" title="Lyrics: Apparition lover" style="color: rgb(11, 0, 128); background-image: none;">Apparition lover</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_81" title="Category:Comiket 81" style="color: rgb(11, 0, 128); background-image: none;">Comiket 81</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/%E7%B6%B4" title="綴" style="color: rgb(11, 0, 128); background-image: none;"><span lang="ja">綴</span></a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Diao_ye_zong" title="Diao ye zong" class="mw-redirect" style="color: rgb(11, 0, 128); background-image: none;">Diao ye zong</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%83%9B%E3%83%B3%E3%83%8E%E3%82%BF%E3%83%93%E3%83%93%E3%83%88&action=edit&redlink=1" class="new" title="Lyrics: ホンノタビビト (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">ホンノタビビト</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2011-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_81" title="Category:Comiket 81" style="color: rgb(11, 0, 128); background-image: none;">Comiket 81</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=%E5%B9%BB%E6%83%B3%E9%81%8A%E5%9C%92%E9%83%B7_-Fantastic_Park-&action=edit&redlink=1" class="new" title="幻想遊園郷 -Fantastic Park- (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">幻想遊園郷</span> -Fantastic Park-</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/index.php?title=Arte_Refact&action=edit&redlink=1" class="new" title="Arte Refact (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">Arte Refact</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%82%B9%E3%83%9A%E3%83%BC%E3%82%B9%E3%82%A2%E3%82%AF%E3%82%BB%E3%83%A9%E3%83%AC%E3%82%A4%E3%82%BF%E3%83%BC&action=edit&redlink=1" class="new" title="Lyrics: スペースアクセラレイター (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">スペースアクセラレイター</span></a> (vocals)</li><li style="margin-bottom: 0.1em;">Track 09. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_%E3%82%A2%E3%82%AB%E3%82%B7%E3%83%83%E3%82%AF%E3%83%91%E3%83%AC%E3%83%BC%E3%83%89&action=edit&redlink=1" class="new" title="Lyrics: アカシックパレード (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;"><span lang="ja">アカシックパレード</span></a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2012-05-27<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Reitaisai_9" title="Category:Reitaisai 9" style="color: rgb(11, 0, 128); background-image: none;">Reitaisai 9</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Angel_Time" title="Angel Time" style="color: rgb(11, 0, 128); background-image: none;">Angel Time</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/DiGiTAL_WiNG" title="DiGiTAL WiNG" style="color: rgb(11, 0, 128); background-image: none;">DiGiTAL WiNG</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Three_Magic" title="Lyrics: Three Magic" style="color: rgb(11, 0, 128); background-image: none;">Three magic</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2012-08-11<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_82" title="Category:Comiket 82" style="color: rgb(11, 0, 128); background-image: none;">Comiket 82</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Eternal_Fantasia" title="Eternal Fantasia" style="color: rgb(11, 0, 128); background-image: none;">Eternal Fantasia</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/DiGiTAL_WiNG" title="DiGiTAL WiNG" style="color: rgb(11, 0, 128); background-image: none;">DiGiTAL WiNG</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 04. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_With_Affection&action=edit&redlink=1" class="new" title="Lyrics: With Affection (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">With Affection</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2012-08-11<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_82" title="Category:Comiket 82" style="color: rgb(11, 0, 128); background-image: none;">Comiket 82</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/JULIANA%27S_TOHO_Vol.1" title="JULIANA'S TOHO Vol.1" class="mw-redirect" style="color: rgb(11, 0, 128); background-image: none;">JULIANA'S TOHO Vol.1</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/DiGiTAL_WiNG" title="DiGiTAL WiNG" style="color: rgb(11, 0, 128); background-image: none;">DiGiTAL WiNG</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Faraway" title="Lyrics: Faraway" style="color: rgb(11, 0, 128); background-image: none;">Faraway</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2012-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_83" title="Category:Comiket 83" style="color: rgb(11, 0, 128); background-image: none;">Comiket 83</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Snow_Melody" title="Snow Melody" style="color: rgb(11, 0, 128); background-image: none;">Snow Melody</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Halozy" title="Halozy" style="color: rgb(11, 0, 128); background-image: none;">Halozy</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 02. <a href="http://en.touhouwiki.net/wiki/Lyrics:_LiveActors" title="Lyrics: LiveActors" style="color: rgb(11, 0, 128); background-image: none;">LiveActors</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2012-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_83" title="Category:Comiket 83" style="color: rgb(11, 0, 128); background-image: none;">Comiket 83</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Frozen_Traveler" title="Frozen Traveler" style="color: rgb(11, 0, 128); background-image: none;">Frozen Traveler</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/DiGiTAL_WiNG" title="DiGiTAL WiNG" style="color: rgb(11, 0, 128); background-image: none;">DiGiTAL WiNG</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 03. <a href="http://en.touhouwiki.net/index.php?title=Lyrics:_FROZEN_WiNG&action=edit&redlink=1" class="new" title="Lyrics: FROZEN WiNG (page does not exist)" style="color: rgb(165, 88, 88); background-image: none;">FROZEN WiNG</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2012-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_83" title="Category:Comiket 83" style="color: rgb(11, 0, 128); background-image: none;">Comiket 83</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/JULIANA%27S_TOHO_Vol.2" title="JULIANA'S TOHO Vol.2" class="mw-redirect" style="color: rgb(11, 0, 128); background-image: none;">JULIANA'S TOHO Vol.2</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/DiGiTAL_WiNG" title="DiGiTAL WiNG" style="color: rgb(11, 0, 128); background-image: none;">DiGiTAL WiNG</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 08. <a href="http://en.touhouwiki.net/wiki/Lyrics:_Unknown_destination" title="Lyrics: Unknown destination" style="color: rgb(11, 0, 128); background-image: none;">Unknown destination</a> (vocals)</li></ul></td></tr><tr><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;">2012-12-30<p style="margin-top: 0.4em; margin-bottom: 0.5em; line-height: 1.5em;">(<a href="http://en.touhouwiki.net/wiki/Category:Comiket_83" title="Category:Comiket 83" style="color: rgb(11, 0, 128); background-image: none;">Comiket 83</a>)</p></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/DOMINATED_DANCEHALL" title="DOMINATED DANCEHALL" style="color: rgb(11, 0, 128); background-image: none;">DOMINATED DANCEHALL</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><a href="http://en.touhouwiki.net/wiki/Alstroemeria_Records" title="Alstroemeria Records" style="color: rgb(11, 0, 128); background-image: none;">Alstroemeria Records</a></td><td style="border: 1px solid rgb(170, 170, 170); padding: 0.2em;"><ul style="line-height: 1.5em; margin: 0.3em 0px 0.5em 1.6em; padding: 0px; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=); text-align: left;"><li style="margin-bottom: 0.1em;">Track 07. <a href="http://en.touhouwiki.net/wiki/Lyrics:_CINDERELLA_CAGE_(ALR_MORE_REWIND_MIX)" title="Lyrics: CINDERELLA CAGE (ALR MORE REWIND MIX)" style="color: rgb(11, 0, 128); background-image: none;">CINDERELLA CAGE (ALR MORE REWIND MIX)</a> (vocals)</li></ul></td></tr></tbody></table><p><br></p>
- C++/SAL 표준 표식 언어 . . . . 5 matches
</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; "> Implementation Abstraction Layer:</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; "> --------------------------------</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; "> Macros from this layer should never be used directly. The layer only exists</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; "> to hide the implementation of the annotation macros.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">
</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; "> Level: Describes the buffer pointer's level of indirection from the parameter or</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; "> return value 'p'.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">
</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; "> /*</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; "> __inner_*</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; "> </p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; "> Helper macros that directly correspond to certain high-level annotations.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; "> </p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; "> */</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">
</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">Any of these may be used to directly annotate functions, but only one should</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">be used for each parameter. To determine which annotation to use for a given</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">buffer, use the table in the buffer annotations section.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">-------------------------------------------------------------------------------</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">*/</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">
</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">Any of these may be used to directly annotate functions, and may be used in</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">combination with each other or with regular buffer macros. For an explanation</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">of each annotation, see the advanced annotations section.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">-------------------------------------------------------------------------------</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">*/</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">
- MoniWikiFaq . . . . 5 matches
$fp=fopen($this->user_dir."/wu-$id","w+");
272 : $fp=fopen($this->user_dir."/wu-"._urlencode($user->id),"w+");
278 : if (file_exists("$this->user_dir/wu-"._urlencode($id)))
296 : $data=file("$this->user_dir/wu-"._urlencode($id));
'''Q''': 웹서버의 포트를 20000번 등과 같이 80 포트 이외의 포트를 사용하고 있습니다. 현재 위키는 http://myserver.com:20000/wiki 와 같이 접속하여 사용하고 있는데, 문제는 수정한 후 자동으로 show로 redirection 되면서 http://myserver.com:20000:20000/wiki/TestPage 처럼 포트를 한 번 더 사용하게 됩니다. 이건 무슨 문제인가요?
- 러브라이브 트윗 . . . . 5 matches
<blockquote class="twitter-tweet" data-lang="en"><p lang="ko" dir="ltr">그룹을 만들 때는 꼭 짝수로 만들도록 하자. <a href="https://t.co/np3DO4IpfG">pic.twitter.com/np3DO4IpfG</a></p>— 뮤즈 제목학원 (@Muse_Title) <a href="https://twitter.com/Muse_Title/status/704640940057604096">March 1, 2016</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ja" dir="ltr">海未ちゃんにぶっかけられたい人集まれえええええええ!! <a href="http://t.co/a6MZh4Juq3">pic.twitter.com/a6MZh4Juq3</a></p>— カラモネーゼ@3日目リ-28a (@karamone_ze) <a href="https://twitter.com/karamone_ze/status/615829684622721024">June 30, 2015</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="und" dir="ltr"><a href="http://t.co/TtMpCKax9l">pic.twitter.com/TtMpCKax9l</a></p>— 海未ちゃん♡動くGIF画像 (@umi_gf) <a href="https://twitter.com/umi_gf/status/600310985757331456">May 18, 2015</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ko" dir="ltr">호시조라 린이 머리카락이 단발인 이유는 캐릭터 벨런스를 맞추기 위함이었다 <a href="http://t.co/bWkpyrugaa">pic.twitter.com/bWkpyrugaa</a></p>— 쑥과 마늘을 먹고 둔갑술을 배운고양이 (@pastecat) <a href="https://twitter.com/pastecat/status/599255223647866880">May 15, 2015</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="und" dir="ltr"><a href="https://twitter.com/hashtag/%E7%81%AB%E6%9B%9C%E6%97%A5%E3%81%8B%E3%82%88%E3%81%A1%E3%82%83%E3%82%93?src=hash">#火曜日かよちゃん</a> <a href="http://t.co/3ExQHUydu4">pic.twitter.com/3ExQHUydu4</a></p>— あめしぃ (@xamethyx) <a href="https://twitter.com/xamethyx/status/597789327590985729">May 11, 2015</a></blockquote>
- Blog/2016-05 . . . . 4 matches
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Alsup: "If you want me to read that again, raise your hand."<br><br>Entire jury raises their hands.</p>— sarah jeong (@sarahjeong) <a href="https://twitter.com/sarahjeong/status/731145232218120192">May 13, 2016</a></blockquote>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">OK Bloch is explaining the words in the line `public static void reverse(List<?> list)` and I'm 90% sure the jury is swimming.</p>— Parker Higgins ☔ (@xor) <a href="https://twitter.com/xor/status/731148838094786561">May 13, 2016</a></blockquote>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Some drama: Google tried to submit Bloch's Effective Java into evidence, and Oracle objected… and brought up that he worked at Google.</p>— Parker Higgins ☔ (@xor) <a href="https://twitter.com/xor/status/731151727018135553">May 13, 2016</a></blockquote>
<blockquote class="twitter-tweet" data-lang="en"><p lang="ko" dir="ltr">구글이 오라클에 이겼다... 에릭 슈미트의 식당 메뉴판 비유가 적절했나 보다.</p>— Yellow Hyacinth (@yhyacinth) <a href="https://twitter.com/yhyacinth/status/736009941333352448">May 27, 2016</a></blockquote>
- PHP/PHP4 HMAC SHA256 . . . . 4 matches
require_once dirname(__FILE__) . '/hash.php';
require dirname(__FILE__) . '/sha1.php';
// require dirname(__FILE__) . '/_sha256.php';
require_once dirname(__FILE__) . '/sha256.php';
- 학부/3학년 . . . . 4 matches
struct dirent *item;
DIR *dp = NULL;
if (dp = opendir("/proc/"))
item = readdir(dp);
closedir(dp);
- Blog/2017-06 . . . . 3 matches
[[html(<blockquote class="twitter-tweet" data-lang="en"><p lang="ko" dir="ltr">보인다! 빠르다!</p>— Yellow Hyacinth (@yhyacinth) <a href="https://twitter.com/yhyacinth/status/873883035510259712">June 11, 2017</a></blockquote><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>)]]
[[html(<blockquote class="twitter-tweet" data-lang="en"><p lang="ko" dir="ltr">이제 목성 아래 지나가고 있다. <a href="https://t.co/AkCGTC6HsO">pic.twitter.com/AkCGTC6HsO</a></p>— Yellow Hyacinth (@yhyacinth) <a href="https://twitter.com/yhyacinth/status/873883136983052288">June 11, 2017</a></blockquote><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>)]]
[[html(<blockquote class="twitter-tweet" data-lang="en"><p lang="ko" dir="ltr">오른쪽 위가 목성이고 왼쪽 아래가 ISS.<br><br>목성을 지난 직후 지구 그림자에 가려져 사라졌다. <a href="https://t.co/kkI0evvHAZ">pic.twitter.com/kkI0evvHAZ</a></p>— Yellow Hyacinth (@yhyacinth) <a href="https://twitter.com/yhyacinth/status/873884733960142851">June 11, 2017</a></blockquote><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>)]]
- HelpOnProcessingInstructions . . . . 3 matches
* {{{#REDIRECT}}} ''pagename'': redirect to a different page (see MeatBall:PageRedirect'''''')
* {{{#redirect}}} ''url''
- HelpOnSpellCheck . . . . 3 matches
* the "dict" directory in the MoinMoin package directory
BTW, a UNIX machine normally comes with at least one words file; to use those, create a symlink within the dict directory, like so:
- UploadFileMacro . . . . 3 matches
모니위키의 {{{[[UploadFile]]}}} 매크로는 업로드 된 파일을 {{{$upload_dir}}}로 정의된 디렉토리에 각 페이지별 디렉토리를 생성시키고, 그 디렉토리에 업로드된 파일을 저장한다.
예를 들어, {{{MyPage}}}에 들어가서 {{{MyPage?action=UploadFile}}}을 하거나, MyPage에서 {{{[[UploadFile]]}}} 매크로를 사용하여 파일을 업로드를 하면 $upload_dir='pds';라고 되어있는 경우에 {{{pds/MyPage/}}}가 새롭게 만들어지고 거기에 올린 파일이 저장된다.
모니위키에서는 모든 업로드 된 파일이 {{{$upload_dir='pds'}}} 하위 디렉토리에 보존된다. 즉 {{{pds/*/}}}에 1단계 하위 디렉토리들이 생성된다. (2단계 이상은 지원하지 않습니다.)
- Windows dir 커맨드 유니코드 출력 . . . . 3 matches
#keywords dir,윈도,유니코드,커맨드
open fList, '-|:encoding(UTF-16LE)', 'cmd /U /C dir /ad/s/w';
cmd>dir
- 윈도우 레지스트리 . . . . 3 matches
[HKEY_LOCAL_MACHINE \SYSTEM] (%windir%/system32/config/system)
[HKEY_LOCAL_MACHINE \SOFTWARE] (%windir%/system32/config/software)
[HKEY_USERS \.Default] (%windir%/system32/config/default)
- Blog . . . . 2 matches
###[[PageList(Blog/,dir)]]
###[[PageList(Blog/.*,subdir)]]
- C++/(MFC)stdout redirect . . . . 2 matches
str = RunStdoutRedirect(cmd);
CString RunStdoutRedirect(CString cmd)
- Grafana + InfluxDB2 + Telegraf 개인 서버 모니터링 구축/구축 동기 . . . . 2 matches
<blockquote class="twitter-tweet"><p lang="ko" dir="ltr">어제 집에서 1년 24시간 돌리는 서버가 상태가 이상해서 점검을 했는데 사용 가능 메모리가 알수 없는 이유로 0이 되어서 원격 접속도 안되는 상황이 발생했다. 모니터링 시스템을 구축할 필요가 있다고 생각해서 거실에서 역시 안 끄고 있는 PC를 호스트로 InfluxDB+Grafana를 설치하고 작업 서버에서</p>— Yellow Hyacinth (@yhyacinth) <a href="https://twitter.com/yhyacinth/status/1411271223657385985?ref_src=twsrc%5Etfw">July 3, 2021</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<blockquote class="twitter-tweet"><p lang="ko" dir="ltr">Telegraf로 시스템 메트릭을 보내서 Grafana로 시각화하고 메모리 사용량 알람을 보내도록 설정했다. 마음이 편해진다...</p>— Yellow Hyacinth (@yhyacinth) <a href="https://twitter.com/yhyacinth/status/1411271225251303432?ref_src=twsrc%5Etfw">July 3, 2021</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
- HelpOnTables . . . . 2 matches
Apart from the option to repeat cell markers to get columns spanning several other columns, you can directly set many HTML table attributes. Any attributes have to be placed between angle brackets {{{<...>}}} directly after the cell marker.
- MoniWikiPo . . . . 2 matches
msgid "Redirected from page \"%s\""
msgid "Directory '%s' is deleted"
msgid "Fail to rmdir '%s'"
- WikiSlide . . . . 2 matches
which ''directly'' follow each other
* If two people edit a page simultaneously, the first can save normally, but the second will get a warning and should follow the directions to merge their changes with the already saved data.
- Windows2003Tips . . . . 2 matches
* direc X 설치후 여러가지 소프트웨어 설치.
Directdraw - (사용)으로변경
Direct3d - (사용)으로 변경
* 소리에서 DirectX 기능에 하드웨어 소리가속을 (최대)로한다.
04. DirectX 버전 확인방법
[기타4] DirectX 버전 확인방법
(dxdiag : DirectX 진단도구 실행 명령어)
E-IDE 드라이브의 인터페이스 컨트롤러에는 PIO 모드와 멀티워드 DMA(Direct Memory Access)라는 두가지 전송방식이 있다.
3. Delete partition or logical dos dirve
- docker/go alpine 빌드&Hub 배포 . . . . 2 matches
# create app directory
RUN mkdir /app
WORKDIR /app
- mym/2010_01_02 . . . . 2 matches
- 각 라우터 learns about 자기에게 직접 붙어있는 네트워크 its own directly connected networks
- Link state routers 헬로 패킷 교환 to "meet" other directly connected link state routers.
|| Net1 ||Directed Connected || 0 ||
- omr1/108 . . . . 2 matches
<blockquote class="twitter-tweet" data-lang="en"><p lang="ko" dir="ltr"><a href="https://twitter.com/hashtag/%EC%86%8C%EB%85%80%EC%A0%84%EC%84%A0?src=hash">#소녀전선</a> <a href="https://twitter.com/hashtag/iws2000?src=hash">#iws2000</a> <a href="https://twitter.com/hashtag/%EC%9B%80%EC%A7%A4?src=hash">#움짤</a> <br><br>자고일어나서 마무리 지어야지. <a href="https://t.co/UppT3ta6zl">pic.twitter.com/UppT3ta6zl</a></p>— 쥬네 (@EroJuNe) <a href="https://twitter.com/EroJuNe/status/892207370125795328">August 1, 2017</a></blockquote>
<blockquote class="twitter-tweet" lang="en"><p lang="ja" dir="ltr">海未ちゃんメイキング <a href="http://t.co/nQAaJDTqtD">pic.twitter.com/nQAaJDTqtD</a></p>— スカル573 (@forhor1) <a href="https://twitter.com/forhor1/status/647759988450955265">September 26, 2015</a></blockquote>
- 기본사진 . . . . 2 matches
|| [[HTML(<embed pluginspage='http://www.macromedia.com/go/getflashplayer' src='http://sketchpan.com/swf/DrawPlayer.swf?uid=fkfhdk&p_id=bluei666&p_dir=1277469227555&skin_name=base_06&item_no=219925&dir=1278824682140&playable=&pan_type=&pan_img=&' width='502' height='413' allowScriptAccess='always' allowNetworking='all' type='application/x-shockwave-flash'></embed>)]] ||
- 모니위키 팁 . . . . 2 matches
#redirect 페이지이름
최상단에 입력. #redirect URL과 같은 방식도 지원.
- AliasPageNames . . . . 1 match
# $aliaspage=$data_dir.'/text/AliasPageNames';
- ArticleClassifierNano . . . . 1 match
#redirect http://hyacinth.byus.net/acn/
- Blog/2009-11 . . . . 1 match
http://health.chosun.com/site/data/html_dir/2006/05/02/2006050256021.html
- C++ . . . . 1 match
["/(MFC)SaveBitmapToDirectFile CDC를 Bitmap으로 저장"]
["/(MFC)stdout redirect"]
- C_Sharp/File IO 관련 모음 . . . . 1 match
* [[code(Path.)]], [[code(Directory.)]] 에 어지간한 건 다 있다.
var fileList = new DirectoryInfo(dir).GetFiles("*.xml", SearchOption.AllDirectories);
- D3 . . . . 1 match
#redirect Data-DrivenDocuments
- FrontPage . . . . 1 match
["bidi(Bidirectional)란 무엇인가"] [[HTML(<span class="blog-user">)]]May 21, 2015[[HTML(</span>)]]
- Git . . . . 1 match
[[html(<blockquote class="twitter-tweet"><p lang="ko" dir="ltr">오늘 배운 유용한 git command `fixup`<br>1. 변경사항 A 커밋!<br>2. 변경사항 B 커밋!<br>3. 미처 A에 포함시키지 못한 변경사항 AA 발견!<br>4. git add AA<br>4. git commit --fixup=A</p>— Jbee🐝 (@JbeeLjyhanll) <a href="https://twitter.com/JbeeLjyhanll/status/1477654868542517253?ref_src=twsrc%5Etfw">January 2, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>)]]
- Go/모듈 다운로드 위치 확인 . . . . 1 match
> dir $Env:GOPATH/pkg/mod/github.com/swaggo
- HelpOnInstallation . . . . 1 match
* backup : {{{?action=backup}}}해 보라. 백업은 data 디렉토리의 user와 text를 및 기타 몇몇 설정을 보존한다. pds/ 디렉토리를 보존하지는 않는다. 백업된 파일은 pds/ (혹은 $upload_dir로 정의된 위치) 하위에 저장된다.
- HelpOnInstallation/MultipleUser . . . . 1 match
# make install DESTDIR=/usr/local
$ cd to_your_public_html_dir
- HelpOnInstallation/SetGid . . . . 1 match
Setgid 퍼미션을 작동시키려면 간단히 "`chmod 2777 ''dir''` 명령을 내리면 되는데, 모니위키가 여러 파일들을 만들게되는 디렉토리에 대해 이 명령을 내려주면 됩니다. 모니위키를 최초 설치하는 과정에서 setgid를 사용하려면 우선 모니위키 최상위 디렉토리를 먼저 `chmod 2777`을 해 줍니다. 아마 wiki.php가 들어있는 디렉토리가 될것입니다.
- HelpOnMacros . . . . 1 match
||{{{[[GoTo]]}}} || directly go to the page you enter || FindPage ||
- InterMapIcon . . . . 1 match
#redirect InterWikiIcons
- InterWikiIcons . . . . 1 match
You can set InterWikiIcon to InterMap entries by putting an icon file of name lowercased InterWiki entry name, e.g; meatball for MeatBall, under imgs directory.
- JS . . . . 1 match
#redirect JavaScript
- LocalKeywords . . . . 1 match
dir 윈도 유니코드 커맨드
- REST와 RESTful API의 차이 . . . . 1 match
> "REST는 수십 년 규모의 소프트웨어 설계입니다. 모든 세부사항은 소프트웨어의 수명을 연장하고 독립적으로 발전할 수 있게 하려는 것입니다. __제약의 상당수가 단기적인 효율 면에서는 부정적인 효과를 가져옵니다.__ (REST is software design on the scale of decades: every detail is intended to promote software longevity and independent evolution. Many of the constraints are directly opposed to short-term efficiency. Unfortunately, people are fairly good at short-term design, and usually awful at long-term design. Most don’t think they need to design past the current release.)" -- Wikipedia:Roy_Fielding
- Star Bookmark . . . . 1 match
주소 : http://ruliweb3.empas.com/ruliboard/read.htm?main=hb&table=img_etcmovie&page=&num=41373&find=&ftext=&left= http://blog.naver.com/finance83?Redirect=Log&logNo=46538951
- UsenetMacro . . . . 1 match
' align="middle" hspace="1" />', $DBInfo->imgs_dir);
- docker . . . . 1 match
WORKDIR /inetpub/wwwroot
=== mount directory ===
- irc logs/2002-2010 . . . . 1 match
[19:33] <05fineapple> http://blog.naver.com/pjy7672?Redirect=Log&logNo=100116355334
- irc logs/2011 . . . . 1 match
[19:43] <@목호> http://blog.naver.com/PostView.nhn?blogId=forstill&logNo=20128252727&redirect=Dlog
- mym . . . . 1 match
#redirect AnimeReleased/mym
- omr1/T02 . . . . 1 match
http://hanium.or.kr/download.do?dirname=attachfile.profile&file=이력서_73.hwp -- [hyacinth] [[DateTime(2010-05-17T13:45:04)]]
- omr1/있다가 볼 것 . . . . 1 match
http://kin.naver.com/qna/detail.nhn?d1id=3&dirId=305&docId=111823211&qb=66eM7ZmUIOuplOydtOuTnCDsnbgg7J6s7Yys&enc=utf8§ion=kin&rank=1&search_sort=0&spq=1&pid=gQeohsoi5TlssbPdMZGsss--393735&sid=TfRoIghW9E0AADOUEPM -- [hyacinth] [[DateTime(2013-07-29T10:44:51)]]
- regex . . . . 1 match
#redirect 정규표현식
- test4 . . . . 1 match
http://wiki.kldp.org/wiki.php/UnreliableGuideToHackingTheLinuxKernel?action=show&redirect=FindPage
- tools . . . . 1 match
#redirect Tools
- 가사 . . . . 1 match
[[PageList(가사/.*,subdir)]]
- 가사/KOTOKO - Oblivion . . . . 1 match
#redirect oblivion
- 가사/KOTOKO - Sociometry . . . . 1 match
#redirect Sociometry
- 가사/Oshima Hiroyuki feat Katakiri Rekka - Why, or Why Not . . . . 1 match
#redirect why, or why not
- 가사/White pearl, black oceans . . . . 1 match
One direction, down, down, down
- 가사/move - Romancing Train . . . . 1 match
#redirect RomancingTrain
- 방명록 . . . . 1 match
#redirect Guestbook
- 비와 기타 . . . . 1 match
#redirect 가사/KOTOKO - 雨とギター
- 안포 사유리 . . . . 1 match
#redirect 3L
- 엉덩이 . . . . 1 match
#redirect નુલુંગ
- 한글 반응 . . . . 1 match
<blockquote class="twitter-tweet" lang="en"><p lang="ko" dir="ltr">도대체 어떤 바보가 아래아 한글 쓰면서 '아 내가 MS에 맞서는 토종기업을 도와주고 있구나' 이런 의식을 가지고 쓰나요? 저는 옛 한국어나 표/특수문자 입력, 각주 기능이 편해서 아래아 한글 쓰고 있는데 애국심이 투철해 쓰는 바보로 만들고 있네...</p>— 센카와 치히로 (@ChihiroChanSuki) <a href="https://twitter.com/ChihiroChanSuki/status/691906144244203520">January 26, 2016</a></blockquote>
Found 71 matching pages out of 1201 total pages
You can also click here to search title.