形式
Plain text
投稿日時
2022-01-04 04:15
公開期間
無期限
  1. for number in {101..113} {201..213} {301..313} {401..413} {101..113} {201..213} {301..313} {401..413} ; do echo $number ; done | shuf -n 30
  2. # bash map two decks of 52 cards to numbers and select a certain number of them randomly
  3. # This is helpful for some solitaries. If one doesn't want to use real cards but pen and paper, having a mapping on numbers helps.
  4. # Example with rummikub (https://en.wikipedia.org/wiki/Rummikub).
  5. # Picking a certain number of cards at random, is it possible to place them in legal combinations.
  6. # If yes, how many cards cannot be combined? Can they all be combined?
  7. # There are many other possible puzzles/solitaires to solve with cards, and thus those can be mapped to numbers are well.
ダウンロード 印刷用表示

このコピペの URL

JavaScript での埋め込み

iframe での埋め込み

元のテキスト