Wikifunctions:Function of the Week
Appearance
Every week a Function is chosen to be showcased as the Function of the Week.
As of now, a Function is chosen every week by Denny Vrandecic or Sharvani Haran to be highlighted in our weekly status update, but in the future this will become more of a community-driven choice, where users can suggest functions to be highlighted.
Archive
- 2024-09-26: multiply two natural numbers (Z13539)
- 2024-09-20: Caesar cipher (Bengali alphabets) (Z17530)
- 2024-09-13: count substrings (Z14450)
- 2024-09-06: lists have unequal length (Z13310)
- 2024-08-23: blood compatibility (Z14469)
- 2024-08-16: convert X11 colour to hex (Z17713)
- 2024-08-02: N months after month (Z16307)
- 2024-07-26: Bengali to braille (India) (Z17563)
- 2024-07-18: divisors (Z13726)
- 2024-07-10: greatest common divisor (Z13612)
- 2024-07-03: count a day of the week in a month (Z17452)
- 2024-06-26: subtract an Integer (Z17111)
- 2024-06-20: following month (Igbo) (Z16972)
- 2024-06-13: do these charges electrostatically attract? (Z16781)
- 2024-06-06: is later month in the year (Z16648)
- 2024-05-30: days in month when not a leap year (Z16316)
- 2024-05-22: same month (Z16137)
- 2024-05-15: English cardinal (Z13587)
- 2024-05-10: binomial coefficient (Z13848)
- 2024-04-19: international morse code encode (Z10944)
- 2024-04-11: Padovan number (Z15075)
- 2024-04-03: bitwise or (Z13652)
- 2024-03-28: nor (Z10231)
- 2024-03-07: is decimal natural number string of Arabic numerals (Z13489)
- 2024-02-28: or (Z10184)
- 2024-02-22: not (Z10216)
- 2024-02-14: duplicate string (Z10753)
- 2024-02-07: is permutation (Z12741)
- 2024-02-01: Suffix a verb to get it imperative form (Igbo) (Z11353)
- 2024-01-25: wrap string (Z11145)
- 2024-01-17: ROT13 (Latin alphabet) (Z10627)
- 2024-01-11: reverse string (Z10012)
Suggest your own Function of the Week
Here you can suggest what function (and why!) in your opinion should be featured as Function of the Week in the next update.
- Mix colours (Z12997) -- many people don't often consider that colours are mathematical objects mutable by functions.
- This may be less different now that a helper function set up for its composition convert X11 colour to hex (Z17713) has been featured. --99of9 (talk) 02:13, 21 August 2024 (UTC)
- select a function based on language (Z14310) -- an important building block for our multilingual ambitions and for connecting similar functions
- is valid email address (Z10410) -- many people do not know how complicated email addresses actually are and that they support escaping characters and quoting parts
- convert [R,G,B] to hex colour (Z17687) this has a fair bit to discuss: some data structure, and a few varied implementations including compositions.
- occurrence of first almost equal substring (Z20687) this one is not only causes LLMs to fail, but the success rate on Leetcode is only 12% (4th lowest of almost 4000 on the site), so it'd be nice to show how Wikifunctions can handle difficult and complex functions, as well as simple ones. The actual function itself would also be useful in user input handling.
- Triangle of Power operation (Z20323) this one has interesting inputs, and an opportunity to talk about how log2(8)=3, 2^3=8, and 3rdroot(8)=2 all mean the same thing, but this notation only has one representation.
- (add suggestion here)