senooken JP Social
  • FAQ
  • Login
senooken JP Socialはsenookenの専用分散SNSです。
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. やんてね (yantene@fla.red)'s status on Sunday, 17-Feb-2019 21:44:20 JST やんてね やんてね

    ```ruby
    [4, 4, 5, 6].then { |ord|
    %i[+ - * /].repeated_combination(ord.size - 1).flat_map { |orr|
    (ord + orr).permutation((ord + orr).size).map { |formula|
    begin
    formula if formula.each.with_object([]) { |v, obj|
    if v.is_a? Symbol
    fail unless obj.size >= 2
    fail if v == :/ && obj[-1].zero?
    obj[-2, 2] = obj[-2].send(v, obj[-1])
    else
    obj << v.to_r
    end
    }.first == 10
    rescue
    end
    }
    }
    }.compact
    ```

    In conversation Sunday, 17-Feb-2019 21:44:20 JST from fla.red permalink

    Feeds

    • Activity Streams
    • RSS 2.0
    • Atom
    • Help
    • About
    • FAQ
    • TOS
    • Privacy
    • Source
    • Version
    • Contact

    senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.

    Creative Commons Attribution 3.0 All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.