Fushigi ne...
"Fushigi ne... (不思議ね…)" is the 2nd single by Zard[1] and released 25 June 1991 under B-Gram Records label. The single debuted at #30 rank first week. It charted for 5 weeks and sold over 31,000 copies.[2]
"Fushigi ne..." | ||||
---|---|---|---|---|
Single by Zard | ||||
from the album Mō Sagasanai | ||||
Released | June 25, 1991 | |||
Genre | Pop rock | |||
Label | B-Gram Records | |||
Songwriter(s) | Izumi Sakai, Tetsurō Oda | |||
Producer(s) | Daiko Nagato | |||
Zard singles chronology | ||||
|
Track list
All songs are written by Izumi Sakai and arranged by Masao Akashi
- Fushigi ne... (不思議ね…)
- composer: Tetsurō Oda
- Sunao ni Ienakute (素直に言えなくて)
- composer: Izumi Sakai
- for first time Izumi Sakai composed song on her own
- in 2009, it was released as 45th single with collaborated chorus by Mai Kuraki [3]
gollark: And probably AAAA/TXT/etc support.
gollark: <@129553195314839552> You want this with better input validation basically.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```
gollark: Still working on it.
gollark: I'll write up a rough thing.
References
- Zard discography (in Japanese) http://wezard.net/single.html
- Official rankings (in Japanese) http://www.oricon.co.jp/prof/26939/products/204101/2/
- Official track list (in Japanese) http://beinggiza.com/ci/item/BGDH-1011
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.