count_letters
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
count_letters has 32 facts recorded in Dontopedia across 7 references, with 5 live disagreements.
Mostly:has parameter(6), uses function(4), has return type(3)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (4)
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.
callsCountLettersCalls Count Letters(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
presupposesDefinedPresupposes Defined(1)
- Main Function
ex:main-function
Other facts (30)
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 Str | [5] |
| Has Parameter | Parameter Counts | [5] |
| Has Parameter | str | [6] |
| Has Parameter | counts | [6] |
| Has Parameter | Param Str | [7] |
| Has Parameter | Param Counts | [7] |
| Uses Function | isalpha | [6] |
| Uses Function | tolower | [6] |
| Uses Function | isalpha | [7] |
| Uses Function | tolower | [7] |
| Has Return Type | Void Type | [5] |
| Has Return Type | void | [6] |
| Has Return Type | void | [7] |
| Increments Counts for Alpha | Lowercase Letters | [1] |
| Increments Counts for Alpha | Str Chars | [4] |
| Initializes Array to Zero | Counts 26 | [1] |
| Initializes Array to Zero | Counts 26 | [2] |
| Takes Parameters | const char* str, int* counts | [2] |
| Takes Parameters | const char* str, int* counts | [4] |
| Initializes Array | Parameter Counts | [5] |
| Initializes Array | counts | [6] |
| Counts Alpha Only | true | [2] |
| Ignores Case | true | [2] |
| Populates Output Array | Counts | [2] |
| Uses Tolower for Index | true | [2] |
| Populates Array | Jumble Counts Array | [3] |
| Ignores Non Alpha | Str Chars | [4] |
| Zeros Array | Counts 26 | [4] |
| Uses Conditional | Isalpha Check | [5] |
| Uses Standard Library Function | Isalpha Function | [5] |
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.