Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

32 lines
639B

  1. * handle no readline
  2. * parse 1e5 in hands
  3. * trap ctrl+c and write report anyway
  4. * flag to see if a conf string was used or not
  5. * to_string() for floats
  6. * max_splits through conf (default 3)
  7. * DAS
  8. * shoes (and arranged shoes)
  9. * name of the game the dealer deals
  10. * name of the games the player can play
  11. * dealers
  12. * ENHC
  13. * blackjack switch
  14. * blackjack under?
  15. * siete y medio
  16. * players
  17. * tty
  18. * stdio
  19. - yes
  20. * fifo
  21. - awk
  22. - bash
  23. - perl
  24. - python
  25. * internal
  26. - strategy from file
  27. - reko
  28. * runtime-linked in a shared object
  29. * multithreading
  30. * use of const and restrict