Login Register


[A10EN/Release] String Generator filter_list
Author
Message
[A10EN/Release] String Generator #1
Hello, guys.
Let me introduce to the String Generator Smile

If you select the check box, the output is generation to string.

[Image: 0b5737c100.png]

<Download>
<VirusTotal>
/**
If you have any questions, I'd be glad to answer then Smile
SKYPE : a10enh4t / FaceBook : http://fb.com/strhearts / Native Language : English&Korean
**/

Reply

RE: [A10EN/Release] String Generator #2
There's nothing difficult about concatenating strings. The program isn't really useful, you should have just posted the source code because that would've been much easier. Additionally, you could have received feedback on how to improve this program further too.

[+] 2 users Like 0xDEAD10CC's post
Reply

RE: [A10EN/Release] String Generator #3
(04-27-2015, 05:17 AM)0xDEAD10CC Wrote: There's nothing difficult about concatenating strings. The program isn't really useful, you should have just posted the source code because that would've been much easier. Additionally, you could have received feedback on how to improve this program further too.

I agree, it's not the most useful thing ever but hey, at least he's contributing and not asking for a million things from us like almost every new member.
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

Reply

RE: [A10EN/Release] String Generator #4
Code:
const string alpha = "abcdefghijklmnopqrstuvwxyz"; const string digitsStr = "0123456789"; string result = lowerAlpha ? alpha : ""; if (upperAlpha) result += alpha.ToUpper(); if (digits) result += digitsStr; ...

Reply







Users browsing this thread: