User Tools

Site Tools


chess:programming:links

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
chess:programming:links [2022/06/01 11:47] peterchess:programming:links [2022/06/01 13:21] (current) peter
Line 47: Line 47:
  
 https://www.madchess.net/2018/10/28/madchess-3-0-beta-build-39-bitboards/ https://www.madchess.net/2018/10/28/madchess-3-0-beta-build-39-bitboards/
 +
 +https://www.stmintz.com/ccc/index.php?id=490287
 +
 +https://www.chessprogramming.org/SBAMG
 +
 +http://www.open-aurec.com/wbforum/viewtopic.php?f=4&t=4781
 +
 +https://www.madchess.net/2018/10/28/madchess-3-0-beta-build-39-bitboards/
 +
 +http://www.rivalchess.com/magic-bitboards/
 +
 +https://groups.google.com/g/comp.lang.asm.x86/c/3pVGzQGb1ys?pli=1
 +
 +https://www.chessprogramming.org/Looking_for_Magics
  
  
Line 67: Line 81:
  
 http://www.talkchess.com/forum3/viewtopic.php?f=7&t=29468&sid=d9787b01265e4e8a5cbd2cc8e971297f&start=10 http://www.talkchess.com/forum3/viewtopic.php?f=7&t=29468&sid=d9787b01265e4e8a5cbd2cc8e971297f&start=10
 +
 +https://github.com/niklasf/python-chess/issues/46
 +
 +https://github.com/sshivaji/ctgreader
 +
 +https://www.chess.com/forum/view/general/free-online-ctg-opening-book
 +
 +
  
  
Line 100: Line 122:
  
 https://newbedev.com/error-use-of-deleted-function https://newbedev.com/error-use-of-deleted-function
 +
 +https://dzone.com/articles/all-about-lambda-functions-in-cfrom-c11-to-c17
 +
 +https://www.tutorialspoint.com/print-all-sequences-of-given-length-in-cplusplus
  
  
Line 135: Line 161:
  
 https://www.chessprogramming.org/BMI1 https://www.chessprogramming.org/BMI1
 +
 +https://stackoverflow.com/questions/757059/position-of-least-significant-bit-that-is-set
 +
 +https://www.chessprogramming.org/BitScan
 +
 +https://newbedev.com/bit-twiddling-which-bit-is-set
 +
 +https://graphics.stanford.edu/~seander/bithacks.html
 +
 +https://graphics.stanford.edu/~seander/bithacks.html#ZerosOnRightMultLookup
 +
 +https://siokoshou-hatenadiary-org.translate.goog/entries/2009/07/04?_x_tr_sl=ja&_x_tr_tl=en&_x_tr_hl=en-GB&_x_tr_pto=nui,sc
 +
 +https://wandbox-org.translate.goog/permlink/DKLoL1qKgiwTrugE?_x_tr_sl=ja&_x_tr_tl=en&_x_tr_hl=en-GB&_x_tr_pto=nui,sc
 +
 +http://graphics.stanford.edu/~seander/bithacks.html#IntegerLogIEEE64Float
 +
  
  
Line 170: Line 213:
 https://tutorialspoint.dev/algorithm/divide-and-conquer https://tutorialspoint.dev/algorithm/divide-and-conquer
  
 +https://www.techiedelight.com/find-distinct-combinations-of-given-length/
  
 +https://www.techiedelight.com/find-distinct-combinations-given-length-2/
 +
 +
 +
 +----
 +
 +===== C++ - Hash =====
 +
 +https://github.com/COMBINE-lab/cuttlefish/blob/master/src/xxHash/xxhsum.c
  
  
Line 257: Line 310:
  
 https://stackoverflow.com/questions/9878965/rand-between-0-and-1 https://stackoverflow.com/questions/9878965/rand-between-0-and-1
 +
 +https://www.pcg-random.org/index.html
 +
 +https://www.pcg-random.org/download.html
 +
 +https://codeforces.com/blog/entry/61587
 +
 +https://medium.com/@sddkal/c-reimplementing-default-congruential-random-generator-6000936f38a3
 +
 +
  
  
Line 351: Line 414:
  
 ===== de Bruijn sequence ===== ===== de Bruijn sequence =====
 +
 +
 +[Good]
 +https://datagenetics.com/blog/october22013/index.html
 +
 +[Good]
 +https://www.chessprogramming.org/De_Bruijn_Sequence
 +
 +https://www.chessprogramming.org/De_Bruijn_Sequence_Generator
 +
 +https://www.stmintz.com/ccc/index.php?id=339184
 +
  
 https://www.sciencedirect.com/science/article/pii/S0012365X15002873 https://www.sciencedirect.com/science/article/pii/S0012365X15002873
Line 387: Line 462:
  
 http://supertech.csail.mit.edu/papers/debruijn.pdf http://supertech.csail.mit.edu/papers/debruijn.pdf
 +
 +https://www.chessprogramming.org/De_Bruijn_Sequence_Generator
 +
 +https://en.wikipedia.org/wiki/De_Bruijn_sequence
 +
 +https://ostack.cn/qa/?qa=899440/
 +
 +https://rosettacode.org/wiki/De_Bruijn_sequences#C.2B.2B
 +
 +https://en.wikipedia.org/wiki/De_Bruijn_sequence
 +
 +https://www.tutorialspoint.com/print-all-sequences-of-given-length-in-cplusplus
 +
 +https://stackoverflow.com/questions/4008603/how-to-compute-de-bruijn-sequences-for-non-power-of-two-sized-alphabets
 +
 +https://newbedev.com/how-to-compute-de-bruijn-sequences-for-non-power-of-two-sized-alphabets
 +
 +https://leetcode.com/problems/cracking-the-safe/discuss/110260/de-bruijn-sequence-c
 +
 +https://rosettacode.org/wiki/De_Bruijn_sequences
 +
 +https://www.sciencedirect.com/science/article/pii/S0012365X15002873
 +
 +https://www.sciencedirect.com/science/article/pii/S0012365X15002873#br000075
 +
 +https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.1038.9096&rep=rep1&type=pdf
 +
 +http://supertech.csail.mit.edu/papers/debruijn.pdf
 +
 +https://docplayer.net/167480236-Using-de-bruijn-sequences-to-index-a-1-in-a-computer-word-charles-e-leiserson-harald-prokop-keith-h-randall-mit-laboratory-for-computer-science-cam.html
 +
 +https://www.chessprogramming.org/De_Bruijn_Sequence_Generator
 +
 +https://www.chessprogramming.org/De_Bruijn_Sequence
 +
 +https://stackoverflow.com/questions/21888140/de-bruijn-algorithm-binary-digit-count-64bits-c-sharp
 +
 +https://stackoverflow.com/questions/21888140/de-bruijn-algorithm-binary-digit-count-64bits-c-sharp/21888542#21888542
  
  
Line 464: Line 577:
  
 https://www.madchess.net/guides/technical-specifications/ https://www.madchess.net/guides/technical-specifications/
 +
 +https://www.chessprogramming.org/Syed_Fahad
 +
 +http://www.talkchess.com/forum3/viewtopic.php?t=52709
 +
 +http://computer-chess.org/forum/index.php?id=3153
 +
 +http://computer-chess.org/doku.php?id=computer_chess:wiki:lists:chess_news_list
 +
 +https://zipproth.de/Brainfish/download/
 +
  
  
Line 493: Line 617:
 https://www.madchess.net/2021/09/13/madchess-3-1-beta-2b475bc-color-agnostic-code/ https://www.madchess.net/2021/09/13/madchess-3-1-beta-2b475bc-color-agnostic-code/
  
 +https://chesstempo.com/chess-tactics/
  
  
Line 616: Line 741:
  
 https://github.com/Gigantua/Gigantua https://github.com/Gigantua/Gigantua
 +
 +
 +https://gist.github.com/ekmadsen/d140be3c81a8d86b4698332cb8683dcc
 +
 +https://gist.github.com/ekmadsen
 +
 +https://svn.filezilla-project.org/filezilla/chess/move.hpp?revision=5155&view=markup
 +
  
  
Line 665: Line 798:
  
 https://www.reddit.com/r/chess/comments/69t7s3/is_there_an_open_fen_database/ https://www.reddit.com/r/chess/comments/69t7s3/is_there_an_open_fen_database/
 +
 +https://www.hiarcs.com/chess-opening-book-free.html
 +
 +https://old.chesstempo.com/chess-openings.html
 +
 +https://www.chess2u.com/t8582-bin-books-vs-ctg-books
 +
 +https://www.chess.com/forum/view/general/free-online-ctg-opening-book
 +
  
  
Line 724: Line 866:
  
 http://hgm.nubati.net/book_format.html http://hgm.nubati.net/book_format.html
 +
 +https://github.com/sshivaji/polyglot
  
  
Line 810: Line 954:
  
 http://www.open-aurec.com/wbforum/viewtopic.php?f=2&t=50747 http://www.open-aurec.com/wbforum/viewtopic.php?f=2&t=50747
 +
 +http://computer-chess.org/doku.php?id=computer_chess:wiki:lists:gui_protocol_support_list
  
  
Line 815: Line 961:
 ---- ----
  
 +https://theweekinchess.com/twic
  
chess/programming/links.1654084020.txt.gz · Last modified: 2022/06/01 11:47 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki