Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fake data generator #8

Open
Laoujin opened this issue Feb 26, 2018 · 0 comments
Open

Fake data generator #8

Laoujin opened this issue Feb 26, 2018 · 0 comments
Labels

Comments

@Laoujin
Copy link
Member

Laoujin commented Feb 26, 2018

Fake data idea?
RandomStr(l = 16, i = 97, x = 122) { ; length, lowest and highest Asc value
Loop, %l% {
Random, r, i, x
s .= Chr(r)
}
Return, s
}

; TODO: win + alt + f --> fake data generator
; + e => fake email
; + t => fake telephone number

fake name, city, street, url, ....

#!f::
localPart := RandomStr(8)
domain := RandomStr(5)
Send, %localPart%@%domain%.com
return

lorum ipsum

@Laoujin Laoujin added the epic label Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant