User:Jgrprior
My Favorite Languages | |
Language | Proficiency |
C | Very Rusty |
C++ | Rusty |
Go | Rusty |
Java | Rusty |
JavaScript | Active |
PL/pgSQL | Rusty |
Python | Active |
SQL | Active |
TypeScript | Active |
Hi, I'm James.
Experimental unimplemented tasks by language
The Lua script defined at Module:Unimplemented attempts to work around Semantic MediaWiki's limitations by deriving a list of unimplemented tasks from multiple SMW inline queries. This script could then be invoked from a suitable template.
The early, untested assumption is that this approach will be too inefficient to be useful, especially considering the SMW query result limit of 500 records.
- Initial tests have indeed show this approach to be far too slow. Jgrprior (talk) 07:02, 2 October 2022 (UTC)
Usage
Invoke Module:Unimplemented
with one of the tasks
, drafts
or omitted
functions and the target language.
Here we've used TypeScript
as the example language.
{{#invoke:Unimplemented|tasks|TypeScript}}
{{#invoke:Unimplemented|drafts|TypeScript}}
{{#invoke:Unimplemented|omitted|TypeScript}}
Example
The following example output from invoking Module:Unimplemented will likely change during development of the script.
{{#invoke:Unimplemented|tasks|Go}}
- Anadromes
- Anagram generator
- Babylonian spiral
- Bifid cipher
- Boustrophedon transform
- Boyer-Moore string search
- Camel case and snake case
- Cycles of a permutation
- Distance and Bearing
- Dominoes
- Euler's constant 0.5772...
- Factorial primes
- Fermat pseudoprimes
- GSTrans string conversion
- Gaussian primes
- Goldbach's comet
- Gotchas
- Hex words
- Inconsummate numbers in base 10
- Klarner-Rado sequence
- Pan base non-primes
- Particle fountain
- Peripheral drift illusion
- Primes: n*2^m+1
- Radical of an integer
- Riordan numbers
- Search in paragraph's text
- Set, the card game
- Simple turtle graphics
- Sisyphus sequence
- Sorensen–Dice coefficient
- Sub-unit squares
- Super-Poulet numbers
- Transliterate English text using the Greek alphabet
- Tupper's self-referential formula
- Two's complement
- Wasteful, equidigital and frugal numbers
- Wordiff
- Zsigmondy numbers