-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtools.html
106 lines (106 loc) · 5.75 KB
/
tools.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Puzzle Tools & How-To's · MIT Mystery Hunt / Puzzle Club</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&family=Syncopate:wght@700&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/style.css" type="text/css" />
<meta
name="description"
content="The MIT Mystery Hunt is an internationally renowned puzzle competition which takes place every January on MIT campus and attracts hundreds of participants from all over the world."
/>
<meta property="og:image" content="/images/header-coin.png" />
<meta
property="og:description"
content="The MIT Mystery Hunt is an internationally renowned puzzle competition which takes place every January on MIT campus and attracts hundreds of participants from all over the world."
/>
</head>
<body>
<div id="header"></div>
<main id="main">
<!-- NOTE: Don't edit this page directly! View the README on the Github. -->
<h1>Puzzle Tools & How-To's</h1>
<p>The tools below are useful when solving various types of puzzles. Be cautious when using them: too much automation can take the fun out of puzzling.</p>
<h2>Word Tools</h2>
<ul>
<li><a href="http://www.onelook.com">OneLook</a> and <a href="http://onelook.com/reverse-dictionary.shtml">OneLook Reverse Dictionary</a></li>
<li><a href="https://nutrimatic.org/">Nutrimatic</a></li>
<li><a href="https://www.quinapalus.com/qat.html">Qat</a></li>
<li><a href="https://www.visca.com/regexdict/">Regex Dictionary</a></li>
<li><a href="http://thewordsword.com/">Mystery Hunter's Word Search</a></li>
<li><a href="http://wiki.puzzlers.org/dokuwiki/doku.php?id=solving:bases">Base Finding Tools</a> of the NPL</li>
<li><a href="https://www.morewords.com/">MoreWords</a></li>
<li><a href="https://www.rhymezone.com/">RhymeZone</a></li>
<li><a href="https://tools.qhex.org/">tools.qhex.org</a> has some word search tools</li>
<li><a href="https://crosswordnexus.com/wiki/">CrosswordNexus Wikipedia Regex Search</a></li>
<li><a href="http://wordsmith.org/anagram/">Internet Anagram Solver</a></li>
<li><a href="http://puz.link/">puz.link</a></li>
<li><a href="https://util.in/solver.html">util.in heavy-duty anagram solver</a></li>
</ul>
<h2>Crosswords and Cryptics</h2>
<ul>
<li><a href="https://xword.group/">xword.group</a></li>
<li><a href="http://www.npinsker.me/puzzles/crossword">Crossword Parser</a></li>
<li><a href="http://www.oneacross.com/crosswords/">OneAcross Crossword Clue Search</a></li>
<li><a href="https://crosswordtracker.com/">Crossword Tracker Crossword Database</a></li>
<li><a href="https://www.crosswordnexus.com/">Crossword Nexus</a></li>
<li><a href="https://www.wordplays.com/">wordplays Crossword Solver</a></li>
<li><a href="https://www.crosswordgenius.com/">Crossword Genius</a></li>
<li><a href="https://www.xwordinfo.com/">XWord Info</a></li>
<li><a href="https://eobar.org/Crossbar.php">CrossBar Cryptic Crossword Solver</a></li>
</ul>
<h2>Ciphers</h2>
<ul>
<li><a href="https://www.quipqiup.com/">quipqiup Cryptogram Solver</a></li>
<li><a href="https://www.dcode.fr/en">dCode</a></li>
<li><a href="http://rumkin.com/tools/cipher/">Rumkin Cipher Tools</a></li>
<li><a href="https://gchq.github.io/CyberChef/">CyberChef</a></li>
<li><a href="https://cryptii.com/">Cryptii</a></li>
<li><a href="http://www.npinsker.me/puzzles/monkey/">Monkey</a></li>
</ul>
<h2>Image Search Tools</h2>
<ul>
<li><a href="https://tineye.com/">TinEye Reverse Image Search</a></li>
<li><a href="https://yandex.com/images/">Yandex Image Search</a>, has reverse image search through clicking the camera icon</li>
<li><a href="https://images.google.com/">Google Image Search</a>, has reverse image search through clicking the camera icon</li>
<li><a href="https://tools.qhex.org/imagesearch.html">qhex's Image Search tool</a></li>
<li><a href="https://chrome.google.com/webstore/detail/huntress-reverse-image-se/nkhjamjppefmeceaokadfacbdmmcmdpg?hl=en">Huntress</a>, a browser extension</li>
<li><a href="https://github.com/dessant/search-by-image">Search by Image</a>, a browser extension</li>
</ul>
<h2>Audio Search Tools</h2>
<ul>
<li><a href="https://www.shazam.com/">Shazam</a></li>
<li><a href="https://www.midomi.com/">Midmoi</a></li>
<li><a href="https://www.musipedia.org/">Musipedia</a></li>
<li><a href="http://bestclassicaltunes.com/DictionaryPiano.aspx">Classical Music Tune Lookup</a></li>
</ul>
<h2>Libraries</h2>
<ul>
<li><a href="https://github.com/obijywk/grilops">grilops Grid Logic Puzzle Solver library</a></li>
<li><a href="https://github.com/rspeer/solvertools">solvertools</a></li>
<li><a href="https://github.com/dgulotta/puzzle-tools">puzzle-tools</a></li>
</ul>
<h2>Other Tools</h2>
<ul>
<li><a href="https://devjoe.appspot.com/huntindex/">/dev/joe's MIT Mystery Hunt Puzzle Index</a></li>
<li><a href="https://www.mstang.xyz/noq">Noq</a>, logic puzzle solver</li>
<li><a href="https://tools.qhex.org/">tools.qhex.org</a> has some logic puzzle tools</li>
<li><a href="https://phenomist.wordpress.com/storage/sets/">Sets of Things</a></li>
<li><a href="https://cjquines.com/dropquote/">Dropquote solver</a></li>
</ul> </main>
<div id="footer"></div>
</body>
<script type="module" src="/package.js"></script>
<script type="module" src="/Header.js"></script>
<script type="module" src="/Nav.js?1"></script>
<script type="module" src="/Title.js"></script>
<script type="module" src="/Toggle.js"></script>
<script type="module" src="/Footer.js"></script>
<script type="module" src="/main.js"></script>
</html>