Yu-Gi-Oh! Deck Building and Card Inventory Management web interface written in Common Lisp, utilizing HTMX.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

wiki.org 2.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #+TITLE: Wiki KB
  2. * Abbreviations
  3. - CG :: Card Game
  4. - TCG :: Trading Card Game
  5. - OCG :: Official Card Game
  6. * Links
  7. ** Reference
  8. - [[http://cheat.markdunkley.com/][Liquid Cheat Sheet]]
  9. - [[https://challonge.com/pricing][Challonge]]
  10. - [[https://decks.tcgplayer.com/magic][TCGPlayer Deck Builder - MTG]]
  11. - [[https://jqlang.github.io/jq/tutorial/][JQ Tutorial]]
  12. - [[https://keyrune.andrewgioia.com][Keyrune Magic: the Gathering set symbol font]]
  13. - [[https://lisptips.com/post/11728375873/initform-and-default-initargs][:initform and :default-initargs]]
  14. - [[https://npm.io/package/ydke][ydke]]
  15. - [[https://scryfall.com/docs/api][Scryfall is a powerful Magic: The Gathering card search]]
  16. - [[https://www.db.yugioh-card.com/yugiohdb/][Konami Yu-Gi-Oh! DB]]
  17. - [[https://www.masterduelmeta.com/][Master Duel Meta]]
  18. - [[https://www.noip.com/integrate/request][No-IP Dynamic DNS Support]]
  19. - [[https://www.sqlite.org/lang_analyze.html]]
  20. - [[https://www.toptal.com/designers/htmlarrows/][HTML Arrows]]
  21. - [[https://yugioh.fandom.com/wiki/Template:Rarities][Template:Rarities]]
  22. - [[https://yugipedia.com/wiki/][Yugipedia]]
  23. - [[https://www.db.yugioh-card.com/yugiohdb/forbidden_limited.action][Forbidden / Limited List]]
  24. - [[https://www.youtube.com/watch?v=sy7dtW8CvQ4][How Do MTG Card Sorting Machines Compare?]]
  25. *** Might Be Useful
  26. - [[https://dev.pokemontcg.io/][PokemonTCG API Dev Portal]]
  27. - [[https://github.com/FelixRilling/yugioh-deck-tool][Yu-Gi-Oh! Deck Tool]]
  28. - https://github.com/AccelerationNet/function-cache
  29. - https://github.com/OpenBookStore/openbookstore
  30. - https://github.com/lispnik/iup
  31. - https://github.com/mmontone/sxql-composer
  32. ** Fun
  33. - [[https://ygopro.org/yugioh-card-maker/][Custom Yu-Gi-Oh Card Maker]]
  34. - [[https://pokecardmaker.net/creator][Custom Pokémon Card Creator]]
  35. - [[https://www.duelingbook.com/][Dueling Book]]
  36. - [[https://gimp-tools.sourceforge.net/tools.shtml][Ofnuts' Gimp Tools]]
  37. - [[https://www.deviantart.com/teufik2305/art/Yu-Gi-Oh-Playmat-60x35cm-with-Labeled-Zones-853628853][Yu-Gi-Oh! Playmat with Labeled Zones]]
  38. - [[https://www.metamats.com/1-player-templates][1 Player Templates - Metamats]]
  39. - [[https://images.squarespace-cdn.com/content/v1/58f293311b631b9852e71d4b/1591657147889-DOEJSUD8UN7KZ61YPYNQ/1Player+Zones-01.png?format=2500w]]
  40. - [[https://images.squarespace-cdn.com/content/v1/58f293311b631b9852e71d4b/1591657047085-J5LQ9ABPX7HJQZD9DDEZ/1player+zones+Transparent-01-01.png?format=2500w]]
  41. ** Tools
  42. - [[https://dnschecker.org/all-dns-records-of-domain.php][DNS Checker]]
  43. - [[https://gitlab.com/fisxoj/sly-docker-poc/-/tree/master]]
  44. - [[https://www.freecodecamp.org/news/rest-api-design-best-practices-build-a-rest-api/]]
  45. - [[https://restfulapi.net/rest-api-design-tutorial-with-example/]]
  46. - [[https://stackoverflow.com/a/34001943][multiple javascript queryselectors conditions]]
  47. - [[https://dba.stackexchange.com/questions/89051/stored-procedure-to-update-an-adjacency-model-to-nested-sets-model]]