About 8,290,000 results
Open links in new tab
  1. Generate a string of random characters - Stack Overflow

    I want a string of fixed length, composed of characters picked randomly from a set of characters e.g. [a-zA-Z0-9]. How can I do this with JavaScript?

  2. Producing ascii art via C# - Stack Overflow

    Jul 8, 2020 · After some research I found out that the best way to do it is this: 1. go to Text to ASCII Art Generator (TAAG). 2. type your text. 3. Change the settings to make the text look right to you. 3. …

  3. How to generate a random alphanumeric string with a formula in Excel ...

    Dec 5, 2022 · I'm trying to generate a random 8 character alphanumeric string in Excel (or Google Sheets or Libreoffice, which both have the same challenge) using a formula. I'd like to get something …

  4. cmd - How do I echo ASCII art that contains special characters in a ...

    However, when using echo not all special batch characters need to be escaped, as some as interpreted as text. The ones you still need to escape, and how to escape them, are:

  5. Generating random strings with T-SQL - Stack Overflow

    If you wanted to generate a pseudorandom alphanumeric string using T-SQL, how would you do it? How would you exclude characters like dollar signs, dashes, and slashes from it?

  6. Generate Ascii art text in C - Stack Overflow

    Dec 21, 2011 · I am trying to generate ascii art text for a fun application. From FIGLET, I got the ASCII pattern. I am using that pattern in a printf statement to print letters. Here is a screenshot of the patte...

  7. python - How to make an text generator - Stack Overflow

    Feb 6, 2022 · I been stuck in this line of code trying to make a text generator that generates a random text with a vocabulary, like I'm trying to make a code that generates text ...

  8. python - How to print a generator expression? - Stack Overflow

    list( generator-expression ) isn't printing the generator expression; it is generating a list (and then printing it in an interactive shell). Instead of generating a list, in Python 3, you could splat the generator …

  9. css - Outline effect to text - Stack Overflow

    Are there any ways in CSS to give outlines to text with different colors ? I want to highlight some parts of my text to make it more intuitive - like the names, links, etc. Changing the link colors...

  10. Text-to-ASCII art generator in Python - Stack Overflow

    Jul 8, 2012 · Text-to-ASCII art generator in Python Asked 13 years, 3 months ago Modified 7 years, 1 month ago Viewed 31k times