Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

37 lines
865B

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