can_make_word
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
can_make_word has 35 facts recorded in Dontopedia across 7 references, with 2 live disagreements.
Mostly:has parameter(5), rejects non alpha words(3), takes parameters(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (3)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
checksCanMakeWordChecks Can Make Word(1)
- Main Function
ex:main-function
definesFunctionDefines Function(1)
- Scrabble Solver Code
ex:scrabble-solver-code
hasFunctionHas Function(1)
- Scrabble Solver C Program
ex:scrabble-solver-c-program
Other facts (33)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Has Parameter | Parameter Word 2 | [5] |
| Has Parameter | Parameter Jumble Counts | [5] |
| Has Parameter | word | [6] |
| Has Parameter | jumble_counts | [6] |
| Has Parameter | Param Jumble Counts | [7] |
| Rejects Non Alpha Words | null | [1] |
| Rejects Non Alpha Words | true | [2] |
| Rejects Non Alpha Words | 0 | [4] |
| Takes Parameters | const char* word, const int* jumble_counts | [2] |
| Takes Parameters | const char* word, const int* jumble_counts | [4] |
| Compares Word Counts to | Jumble Counts | [1] |
| Computes Word Counts | Word Counts 26 | [2] |
| Depends on | Ctype H | [2] |
| Implements Subset Check | Multiset Subset | [2] |
| Checks Subset Relation | true | [2] |
| Ignores Case | true | [2] |
| Uses Letter Counts | Jumble Counts Array | [3] |
| Checks Subset | Jumble Counts | [4] |
| Increments Word Counts | Word Chars | [4] |
| Initializes Word Counts | {0} | [4] |
| Returns Success | 1 | [4] |
| Treats Case Insensitively | Tolower | [4] |
| Returns Boolean | 0 | [5] |
| Performs Check | Alpha Check | [5] |
| Contains Comment | Reject Non Alpha Comment | [5] |
| Has Return Type | int | [6] |
| Uses Function | isalpha | [6] |
| Rejects Condition | non-alpha characters | [6] |
| Returns Value for Condition | 0 | [6] |
| Compares Counts | word_counts | [6] |
| Uses Local Array | Word Counts | [7] |
| Returns Literal | 0 | [7] |
| Has Conditional | Non Alpha Rejection | [7] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (7)
ctx:discord/blah/omega/part-560ctx:discord/blah/omega/part-565ctx:discord/blah/omega/part-561ctx:discord/blah/omega/part-562ctx:discord/blah/omega/555- full textomega-555text/plain2 KB
doc:agent/omega-555/09a46997-67f1-4753-a041-de893a761be6Show excerpt
[2025-12-04 15:03] omega [bot]: The code execution environment rejected the C code submission with a 401 Unauthorized error. Here's the full C program for a scrabble solver as requested. You can compile and run it locally on your system: …
ctx:discord/blah/omega/557- full textomega-557text/plain2 KB
doc:agent/omega-557/f64a4287-be13-426c-8f69-6e6586e0cba1Show excerpt
[2025-12-04 15:04] omega [bot]: Good catch — the C code got split between two blocks, which likely confused uncloseai (and maybe anyone trying to copy it). Here’s the entire scrabble solver C program combined into a single code block for c…
ctx:discord/blah/omega/560- full textomega-560text/plain2 KB
doc:agent/omega-560/c9abfec9-7715-462e-b0e7-d39612fd6975Show excerpt
[2025-12-04 15:17] omega [bot]: ```c #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <time.h> #define MAX_WORDS 21 #if __has_include(<unistd.h>) #include <unistd.h> #endif // Try common dictionary pa…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.