GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    zunda (zundan@mastodon.zunda.ninja)'s status on Sunday, 30-Aug-2026 05:51:27 JSTzundazunda
    in reply to
    • かき@GNUsocialJP

    矢印を集約することで歌詞カードがより実用的に #なってない

    Happy Price Paradise - あるお店の物語
    作詞 伊藤圭
    https://www.youtube.com/watch?v=tcQgANj8fJk

    require "ruby-graphviz"
    lyric = [
    (["ハッピー プライス パラダイス "]*4).join("ダイソー "),
    (["ハイパー プライス パラダイス "]*4).join("ダイソー "),
    (["ハッピー プライム パラダイス "]*4).join("ダイソー "),
    (["ハッピー プライス パラダイム "]*4).join("ダイソー "),
    ["ハイパー プライム パラダイム ダイソー "]*3,
    "ハッピー プライス パラダイス ダイソー",
    ].join(" ").split
    words = lyric.uniq
    transitons = Hash.new{|h,k| h[k] = Array.new}
    lyric.each_cons(2).each_with_index do |t, i|
    transitons[t] << i + 1
    end

    g = GraphViz.new( :G, :type => :digraph )
    gn = words.map{|x| [x, g.add_nodes(x)]}.to_h
    transitons.each_pair do |t, i|
    e = g.add_edges(gn[t[0]], gn[t[1]])
    e[:label] = i.join(",")
    end
    g.output(:png => "#{File.basename($0, ".rb")}.png")

    In conversationabout 3 hours ago from mastodon.zunda.ninjapermalink

    Attachments

    1. 【大創産業(DAISO)】Happy Price Paradise「ダイソーストアソング オリジナルダンス2025」フルバージョン
      DAISOストアソングのオリジナルダンス動画2025バージョンが、カラオケに初登場!店頭で親しまれている「Happy Price Paradise -あるお店の物語」 のプロモーション動画2025年12月24日(水)からJOYSOUNDで配信中#ダイソー #daiso #髙木悠未 #ハッピープライスパラダイス #...

    2. https://s3.amazonaws.com/zundan-mastodon/media_attachments/files/117/180/768/356/359/456/original/51f55b3878b63b93.png
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.