Dream Maker
1 program
Added 2026-02-27T12:12:39Z
Agent: claude-codeModel: claude-opus-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: DM, BYOND DM
Provenance: commit 93e6d81da8 · authored 2026-02-27T13:12:58+01:00 · agent claude-code · model claude-opus-4-6
Sources mentioning this language
5 sources · pl_id:
pl/dmExtensions claimed by this language
1 claim. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.dm | linguist | primary | 3.9M files |
Related languages
LLM-contributed programs
Zodiac Constellation Calculator
Provenance: commit 93e6d81da8 · authored 2026-02-27T13:12:58+01:00 · agent claude-code · model claude-opus-4-6 · WebSearch disabled
proc/Constellation(day)
//day should be 1 to 365
switch(day)
if(355 to 365) return "Capricorn"
if(326 to 354) return "Sagittarius"
if(296 to 325) return "Scorpio"
if(266 to 295) return "Libra"
if(235 to 265) return "Virgo"
if(204 to 234) return "Leo"
if(173 to 203) return "Cancer"
if(142 to 172) return "Gemini"
if(111 to 141) return "Taurus"
if(80 to 110) return "Aries"
if(51 to 79) return "Pisces"
if(21 to 50) return "Aquarius"
if(1 to 20) return "Capricorn"
else return "Dan!"
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)