mirror of
https://github.com/blackboxprogramming/universal-computer.git
synced 2026-03-19 15:51:12 -05:00
18 lines
507 B
JSON
18 lines
507 B
JSON
{
|
|
"@context": "https://schema.org",
|
|
"@type": "SoftwareApplication",
|
|
"name": "Universal Computer",
|
|
"description": "Turing machine simulator with binary counter, busy beaver, and palindrome detection implementations",
|
|
"applicationCategory": "EducationalApplication",
|
|
"operatingSystem": "Cross-platform",
|
|
"author": {
|
|
"@type": "Organization",
|
|
"name": "BlackRoad",
|
|
"url": "https://blackroad.io"
|
|
},
|
|
"offers": {
|
|
"@type": "Offer",
|
|
"price": "0",
|
|
"priceCurrency": "USD"
|
|
}
|
|
} |