text generator - Search
About 13,300,000 results
Open links in new tab
    Kizdar net | Kizdar net | Кыздар Нет
  1. 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 pattern I got from FIGLET: Here is the code snippet I use to print A: printf(" _/_/\n _/ _/\n _/_/_/_/\n _/ _/\n_/ _/\n");

  2. Generating random text strings of a given pattern

    Jan 7, 2013 · I need to generate random text strings of a particular format. Would like some ideas so that I can code it up in Python. The format is <8 digit number><15 character string>.

  3. Producing ascii art via C# - Stack Overflow

    Jul 8, 2020 · string text = @"// Your copied ASCII code"; Console.WriteLine(text); Make sure you add the @ sign before the quotes so that the formatting stays the same, otherwise the editor will give you lots of errors.

  4. css - Outline effect to text - Stack Overflow

    Text Shadow Generator. There are lots of great answers here. It would appear the text-shadow is probably the most reliable way to do this. I won't go into detail about how to do this with text-shadow since others have already done that, but the basic idea is that you create multiple text shadows around the text element.

  5. How to generate a random String in Java - Stack Overflow

    May 19, 2010 · Generating a random string of characters is easy - just use java.util.Random and a string containing all the characters you want to be available, e.g.

  6. is there any lorem ipsum generator in c#? - Stack Overflow

    Nov 26, 2010 · Pretty neat example, thank you for sharing. Totally fine for test scenarios - which frankly is about the only reason I want to use Lorem ipsum text in the first place - and can easily be adapted to other use cases beyond this Lorem ipsum page. –

  7. How to generate random string in dart? - Stack Overflow

    May 20, 2020 · The reason for this is Random() will get a new generator based on a new seed generated internally which only has 32 bit of random. This makes it (if you generates a lot of random Strings) likely you get the same seed and therefore will generate the exact same String .

  8. How can I generate random alphanumeric strings? - Stack Overflow

    Aug 28, 2009 · UPDATED for .NET 6. RNGCryptoServiceProvider is marked as obsolete. Instead, call RandomNumberGenerator.Create().

  9. How to generate a random alphanumeric string with a formula in …

    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 like this:

  10. Generating questions from text (NLP) - Stack Overflow

    As of 2019, Question generation from text has become possible. There are several research papers for this task. The current state-of-the-art question generation model uses language modeling with different pretraining objectives. Research paper, code implementation and pre-trained model are available to download on the Paperwithcode website link.

Refresh