mostafa.milani.amin


Mostafa Milani Amin

  • Fibonacci calculator

    published 1.0.1 2 years ago
  • Remove many directory for Node.js. Function that takes as argument an array of paths, "pathArray", and deletes the relative directories.

    published 1.0.0 2 years ago
  • Delete many files for Node.js. Function that takes as argument an array of paths, "pathArray", and deletes the relative files.

    published 1.0.0 2 years ago
  • Converts positive integer Arabic numbers to Roman numerals.

    published 1.0.1 2 years ago
  • Celsius-Fahrenheit-Kelvin conversion calculator. Accept input in '#C' (or '#c') or '#F' (or '#f') or '#K' (or '#k') format.

    published 1.0.3 2 years ago
  • Caesar cipher for the Latin alphabet (26 letters), with key "n" (0 ≤ n ≤ 26).

    published 1.0.3 2 years ago
  • Removes accents from a string.

    published 1.0.1 2 years ago
  • Find the first most repeated letter in a string ignoring punctuation and emojis.

    published 1.0.1 2 years ago
  • Remove emojis from a string using the following good regex code: / (?! [* # 0-9] +) [\ p {Emoji} \ p {Emoji_Modifier} \ p {Emoji_Component} \ p {Emoji_Modifier_Base} \ p { Emoji_Presentation}] / gu

    published 1.0.2 2 years ago
  • Abjad calculator: calculate the abjad of a string.

    published 1.0.2 2 years ago
  • This function takes "length" as argument and creates a complex random password of length "length".

    published 1.0.1 2 years ago
  • Converts a positive integer to its literal correspondent in Italian.

    published 1.0.2 2 years ago
  • Checks if a string is a palindrome, and returns "true" if it is a palidrome, and "false" if it is not a palindrome.

    published 1.0.1 2 years ago
  • This is a function that accepts 3 arguments, "url", "tag" and "output", and writes to a file, in the "output" path, the content of an html "tag", relative to a specific "url".

    published 1.0.1 2 years ago