10000 forum users celebration - special event

How is that a bad thing? It’s actually a very hard problem. After consulting my calculator, I can confirm that not enough information exists to get an accurate anwser. The table below may be of some use.

If X is… Anwser
0 0
1 5
2 10
3 15
5 25
10 50
2 Likes

Combining the equation, I mean.

It’s 5x, but I was in such a clouded mind that I didn’t trust myself.

I know :slight_smile:

Can you solve…

` = 5
" = 6
\ = 7
) = 8
- = 2
^ = 6.5
* = 9.8
; = 3.4

)`"`\ = ???
1 Like

85657?

3 Likes

:x:

Body seems unclear, is it a complete sentence? It is.

You are only one character off.

2 Likes

Hmm !

I think today is my one year anniversary here !

https://forum.infinityfree.com/badges/24/anniversary?username=wackyblackie

2 Likes

Woooo!!!

And it is today!
image

2 Likes
const charAssignments = {
   "`": 5,
   "\"": 6,
   "\\": 7,
   ")": 8,
   "-": 2,
   "^": 6.5,
   "*": 9.8,
   ";": 3.4
};
const evalStrand = s => {
   const res = [];
   s.split("").forEach(c => res.push(charAssignments[c]));
   return res.join("");
};
const strand = ")`\"`\\";
console.log(evalStrand(strand));

85657

1 Like

Algebra, 8*5*6*5*7 = 8400?

and because you said

8400 is one character off 85657.

1 Like

Is correct. I got nitpickey :slight_smile:

It was the question mark.

2 Likes

Although, technically that is true.

Unless the numbers themselves are variables :thinking:

1 Like

People on YouTube are crazy.

2 Likes

REMOVED BY MOD

Imagine :joy:

:running_man:
I found a nice debate in some topic

1 Like

Can someone open these two URLs and tell me what you see? I think it’s not working for me due to DNS, but I want to verify. Thanks!

http://onemoretestsite.myawesomenewdomainname.ml

http://thisisatestofcloudflare.html-5.me

Oh, I put the question mark because I wasn’t sure if it was the right answer.

2 Likes

Someone messed up :joy:

Screenshot 2022-05-17 12.17.28 PM

1 Like

How?

Dear {username},

I have a username with that company, and it has worked before. I guess whoever sent the email forgot to configure the customization part of it.

2 Likes

Was looking at the logic of it lol (the numbers)

Reaction to Thewebuser22’s reaction

my reaction to your reaction of my reaction

I meant that you should make your decoder embeddable so that if one of your articles mentions base64, then you can link a mini decoder inside of the article instead of providing an external link.

Maybe even offer a bookmarklet or chrome extension if you like coding just for the sake of it and want to go even further!

1 Like