Robo Kiss
"Robo Kiss" (ロボキッス) is the third single of the Hello! Project group, W. It was released on October 14, 2004, on the Zetima label, peaking at #5 on the Oricon charts in Japan and charting for five weeks.[1] The Single V, released on November 17, peaked at #17 on the weekly charts and charted for three weeks.[2]
"Robo Kiss" | ||||
---|---|---|---|---|
Single cover | ||||
Single by W | ||||
from the album 2nd W | ||||
Released | October 14, 2004 (JP) November 17, 2004 (Single V) | |||
Recorded | 2004 | |||
Genre | J-pop | |||
Length | 10:33 | |||
Label | Zetima | |||
Songwriter(s) | Tsunku | |||
Producer(s) | Tsunku | |||
W singles chronology | ||||
|
Track listings
CD
All tracks are written by Tsunku.
No. | Title | Length |
---|---|---|
1. | "Robo Kiss (ロボキッス)" | 3:36 |
2. | "Sexy Snow" (Arranged by Yuichi Takahashi) | 3:23 |
3. | "Robo Kiss (Instrumental)" (Arranged by Hideyuki "Daichi" Suzuki) | 3:34 |
Total length: | 10:33 |
Single V DVD
No. | Title | Length |
---|---|---|
1. | "Robo Kiss" | |
2. | "Robo Kiss (Happy Version)" | |
3. | "Making of (メイキング映像)" |
gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.
gollark: Hmm. Gibson, you use nim, yes? How can I nicely™ abstract this C library?
gollark: Hi.
gollark: Why are you not just... using an actual IRC client?
References
- "W - Releases - Oricon Style Music" (in Japanese). Oricon. Retrieved 2010-03-17.
- "W - Releases - Oricon Style Music" (in Japanese). Oricon. Retrieved 2010-03-17.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.