User:Aram
Appearance
Babel user information | ||||||
---|---|---|---|---|---|---|
| ||||||
Users by language |
Hi! Feel free to leave messages on my talk page. Below is a list of functions I've created. I've also created some implementations and test cases for these functions.
Functions
Ready to use
Language
English
- contains shouting (Z18852): Detects shouting in English text; returns True if any is found, otherwise False.
- Filter shouting words (Z18859): Returns a list of shouting words in English.
Kurdish
- Kurdish plural (Z18199): Takes a singular noun in Central Kurdish with it's plural type and returns it in the plural form.
- has sequence of vowels in Kurdish (Z18603): Takes a Kurdish word or string and returns True if it contains vowels in sequence otherwise False
- List of words containing a sequence of vowels in Kurdish (Z18616): Takes a string of words and returns a list of words that contain a sequence of vowels in Kurdish
- contains non-standard Kurdish characters (Z18708): Takes a text and returns True if contains non-Kurdish characters, otherwise False.
- List of words containing non-standard Kurdish letters (Z18716): Takes a string of words and returns a list of words that contain non-standard Kurdish letters.
- Kurdish Latin to Arabic (Z18790): Converts Kurdish Latin to Arabic script.
- suffix Kurdish word (Z18807): add suffix to a Central Kurdish word with regular changes to spelling
Date
- date difference (Z18957): Takes start and end dates and returns the difference between them.
- date difference in days (Z18961): Takes start and end dates and returns the difference between them in days.
Numeral
- Arabic to Indo-Arabic numerals (Z18489): Takes an Arabic number and returns the same number in the Indo-Arabic system.
- Indo-Arabic to Arabic numerals (Z18504): Takes an Indo-Arabic number and returns the same number in the Arabic system.
- Central Kurdish cardinal from digit string (Z18699): Takes a number/digit as string and returns it in Central Kurdish words.
Computer/Network
- Required cables in mesh topology (Z18922): Calculates the number of cables required for a mesh network topology by giving the number of nodes.
Programming
- python help (Z18722): Helps developers to know how many "modules", "keywords", "symbols" and "symbol names" Python currently has.
Not ready
- )