Search found 2 matches

by Envy
22 Jun 2020, 21:40
Forum: Scripts and Functions (v1)
Topic: Using Google Translate to automate text translation
Replies: 228
Views: 99454

Re: Using Google Translate to automate text translation

teadrinker wrote:
19 Jun 2020, 03:49
>>> Broken Link for safety (Zero-fill right shift)
Envy wrote: could you take a look PHP version for me?
Unfortunately I don't know PHP at all. :)
Hmm, PHP has not >>> operator, I will try other ways

Thanks so much for your help :thumbup:
by Envy
18 Jun 2020, 22:54
Forum: Scripts and Functions (v1)
Topic: Using Google Translate to automate text translation
Replies: 228
Views: 99454

Re: Using Google Translate to automate text translation

function b(a, b) { for (var d = 0; d < b.length - 2; d += 3) { var c = b.charAt(d + 2), c = "a" <= c ? c.charCodeAt(0) - 87 : Number(c), c = "+" == b.charAt(d + 1) ? a >>> c : a << c; a = "+" == b.charAt(d) ? a + c & 4294967295 : a ^ c } return a } @teadrinker I want to convert your code to PHP lan...

Go to advanced search