| time \/ | user name | message | ||
| Dec 21, 2022 16:10:29 |
parumpumpum |
ResidentSleeper | ||
| Dec 21, 2022 16:25:50 |
xcomreborn |
This is a test | ||
| Dec 21, 2022 16:26:01 |
josip259 |
hey | ||
| Dec 21, 2022 16:26:18 |
rossm321 |
hi | ||
| Dec 21, 2022 16:26:55 |
rossm321 |
Kappa Kappa | ||
| Dec 21, 2022 16:27:44 |
pythonista24x7 |
Hello Mr. X, good morning. Hope you're doing well | ||
| Dec 21, 2022 16:28:29 |
enfisk |
Parse? | ||
| Dec 21, 2022 16:28:59 |
josip259 |
what do you need number for? you want to hash a string? | ||
| Dec 21, 2022 16:30:38 |
enfisk |
FormatException | ||
| Dec 21, 2022 16:32:14 |
josip259 |
I have a feeling it won't work with prase, you are looking for a hash function | ||
| Dec 21, 2022 16:32:16 |
enfisk |
Debug.log.LogException to get the full thing | ||
| Dec 21, 2022 16:32:46 |
josip259 |
letters can't be casted to numbers | ||
| Dec 21, 2022 16:33:30 |
enfisk |
If the username, is only digits, it will work. Everything else will probably fail | ||
| Dec 21, 2022 16:33:53 |
josip259 |
google c# hash function | ||
| Dec 21, 2022 16:34:00 |
josip259 |
I am not c# expert | ||
| Dec 21, 2022 16:38:48 |
enfisk |
TAB | ||
| Dec 21, 2022 16:39:10 |
josip259 |
try getHashCode() I think it's built in | ||
| Dec 21, 2022 16:39:24 |
josip259 |
that crypography library is too complicated | ||
| Dec 21, 2022 16:40:13 |
josip259 |
I think yes | ||
| Dec 21, 2022 16:43:40 |
aelysi |
Are you teaching programming? | ||
| Dec 21, 2022 16:44:05 |
aelysi |
Are you good with algorithms? | ||
| Dec 21, 2022 16:44:31 |
xcomreborn |
I do stuff | ||
| Dec 21, 2022 16:45:02 |
xcomreborn |
not good | ||
| Dec 21, 2022 16:46:15 |
josip259 |
you are calling the same empty string | ||
| Dec 21, 2022 16:46:21 |
josip259 |
nvm | ||
| Dec 21, 2022 16:46:28 |
josip259 |
just try raw string | ||
| Dec 21, 2022 16:46:50 |
josip259 |
text.GetHashCode() | ||
| Dec 21, 2022 16:48:47 |
xcomreborn |
testinbgs | ||
| Dec 21, 2022 16:49:02 |
josip259 |
test | ||
| Dec 21, 2022 16:51:40 |
xcomreborn |
test |