Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

32 Zeilen
829B

  1. * shoes (and arranged shoes)
  2. * handle no readline
  3. * cpu and wall time in report
  4. * check that the card distribution is uniform
  5. * initial bankroll
  6. * report
  7. * as a file
  8. * format (yaml, json, markdown table)
  9. * verbosity (extra small, small, medium, large, extra large)
  10. * trap ctrl+c and write report anyway (not sure how to pass arguments to signal handler)
  11. * flag to see if a conf string was used or not
  12. * to_string() for floats
  13. * max_splits through conf (default 3)
  14. * DAS
  15. * name of the game the dealer deals
  16. * name of the games the player can play
  17. * dealers
  18. * ENHC
  19. * blackjack switch
  20. * blackjack under?
  21. * siete y medio
  22. * card war
  23. * between
  24. * players
  25. * internal dumb
  26. * internal reko
  27. * python
  28. * runtime-linked in a shared object
  29. * multithreading
  30. * use of const and restrict