Discuss Scratch

adri1012018
Scratcher
4 posts

ascii of

Hello, I think I made an ASCII encrypter (or an online chat) the project is here: https://scratch.mit.edu/projects/384745027/editor

please make sure to credit me ^_^ if you use it!

If you want my ascii chars, this is the file http://i.morisinc.net/raw.txt

Last edited by adri1012018 (April 27, 2020 08:37:28)

R4356th
Scratcher
1000+ posts

ascii of

adri1012018 wrote:

Hello, I think I made an ASCII encrypter (or an online chat) the project is here: https://scratch.mit.edu/projects/384745027/editor

please make sure to credit me ^_^ if you use it!

Please do not necropost in this manner. Thank you.
adri1012018
Scratcher
4 posts

ascii of

R4356th wrote:

adri1012018 wrote:

Hello, I think I made an ASCII encrypter (or an online chat) the project is here: https://scratch.mit.edu/projects/384745027/editor

please make sure to credit me ^_^ if you use it!

Please do not necropost in this manner. Thank you.
Sorry, I was trying to help people that wanted to have an ascii converter
Best regards
altha123
Scratcher
32 posts

ascii of

(ascii code of [])
(ascii [10] as letter
[scratchblocks]
i created it!
altha123
Scratcher
32 posts

ascii of

(location)
altha123
Scratcher
32 posts

ascii of

why the location variable is orange? it should be lightblue. right?
adri1012018
Scratcher
4 posts

ascii of

why the location variable is orange? it should be lightblue. right?

Please do not necropost and for ascii, I made a converter you can checkout by clicking on my name and for the location variable it's a bug
MeowyTitan08
Scratcher
1000+ posts

ascii of

altha123 wrote:

(ascii code of [])
(ascii [10] as letter

i created it![/quote]
[quote=altha123]
(location)

altha123 wrote:

why the location variable is orange? it should be lightblue. right?

Please don't necropost or blockspam.

Last edited by MeowyTitan08 (May 6, 2020 21:39:50)

birbilis
Scratcher
93 posts

ascii of

In some languages the function to get a number from a character was called Ord (aka Order number of a character) and it was complemented by a Char or Chr one to get the character from the order number.

An alternative is to allow characters to take part in arithmetic operations, aka to get a char's order number one could do c+0

Last edited by birbilis (May 6, 2020 22:57:00)

country_kid
Scratcher
100+ posts

ascii of

birbilis wrote:

In some languages the function to get a number from a character was called Ord (aka Order number of a character) and it was complemented by a Char or Chr one to get the character from the order number.

An alternative is to allow characters to take part in arithmetic operations, aka to get a char's order number one could do c+0
If I see you necropost one more time I'm gonna-
6d66yh
Scratcher
100+ posts

ascii of

birbilis wrote:

An alternative is to allow characters to take part in arithmetic operations, aka to get a char's order number one could do c+0

This wouldn't work for characters of 48 to 57 ('0' to ‘9’)
samq64
Scratcher
1000+ posts

ascii of

I support the unicode block as long there's a unicode to text block, beacuse you didn't seem to put one.
(unicode of []::operators)
(unicode () as a letter::operators)
griffpatch_hasafan
Scratcher
22 posts

ascii of

maybe you could try a list of every character and for later use put it in your backpack, then use another list including each a system where if it is needed it will turn on and could be used to secretly send messages to other scratchers while decoding it like this
define decode and show
if <(username) = [griffpatch]> then
say [YOU ARE MY FAVOURITE SCRATCHER]
change [griffpatch_saw_it] by (200000)
end
Ishankumar22
Scratcher
4 posts

ascii of

Yeah, Unicode would be better than ASCII, but as it is not implemented yet, ASCII would be nice.
Ishankumar22
Scratcher
4 posts

ascii of

You mean adding 1114111 items to a list @griffpatch_hasafan
imfh
Scratcher
1000+ posts

ascii of

Ishankumar22 wrote:

Yeah, Unicode would be better than ASCII, but as it is not implemented yet, ASCII would be nice.
What is not implemented yet? Scratch uses Unicode (with UTF-8) to store projects, so that is implemented.
Ishankumar22
Scratcher
4 posts

ascii of

Unicode value of () :: operators

Last edited by Ishankumar22 (Aug. 18, 2022 14:14:38)

reallysoftuser
Scratcher
1000+ posts

ascii of

Oh, I'm surprised I haven't replied on this before. Anywho, not sure if this is really needed. People looking to put text into cloud variables would already be using some kind of workaround, and this wouldn't really be understood or useful to most users. Sort of like “days since 2000” but a little more arbitrary, “unicode” and “ascii” isn't in the lingo of most beginners learning to code.
0616044171
Scratcher
13 posts

ascii of

waitwhat2288
Scratcher
100+ posts

ascii of

How did this one 2 page discussion get necroposted 6 times.

But I think the idea of having a Unicode translator would be extremely confusing to newer Scratchers, and if you want to have one, just use lists. No support.

Powered by DjangoBB