Ancoder
Is this forum still active?
Yes, kinda, the engine will be on scratch for some reason, the coding engine Is this forum still active?
Umm its not active anymore? Username: Ancoder
Activity(1-10): 5 or 6 or 7
Job you want:Coder
Why should we include you: Something I made: https://scratch.mit.edu/projects/557673627/ - Something else I made: https://logintemplate.ancoder.repl.co/register
How long you have been on scratch: (min: less than 1 month): 2-3 yrs
I wanted to join but ive been waiting for 3 days. Username: What_do_we_do_now
Activity (1/10): 8
Job you want: Syntax and/or command maker
Why should we include you: I enjoy coding on Scratch, Python, JS, HTML, and have made my own coding language.
How long have you been on Scratch: Old: 2 months, New: 8 months
I would really like to join because I am bored.
-What_do_we_do_now
Username: What_do_we_do_now
Activity (1/10): 8
Job you want: Syntax and/or command maker
Why should we include you: I enjoy coding on Scratch, Python, JS, HTML, and have made my own coding language.
How long have you been on Scratch: Old: 2 months, New: 8 months
I would really like to join because I am bored.
-What_do_we_do_now
Thanks.Username: What_do_we_do_now
Activity (1/10): 8
Job you want: Syntax and/or command maker
Why should we include you: I enjoy coding on Scratch, Python, JS, HTML, and have made my own coding language.
How long have you been on Scratch: Old: 2 months, New: 8 months
I would really like to join because I am bored.
-What_do_we_do_now
and ancoder, sorry for the wait, but you guys are accepted!
accepted! Username: orangeicecream23
Activity(1-10): 9
Job you want: creating a console and command making
Why should we include you: I know plenty of Programming Languages
How long you have been on scratch: 2 years
The command bar will be on the website, this is just a imagination of a raw form of itImportant Announcement:
The command bar is really good! The only thing I would want to change is how it looks. We can use something like PTE+ to make the command bar look better.
<(letter (1) of (item ((Part of Script)) of [Code v] :: Code) = [m]>
(i make this all [code] tags because scratch confuses some of the functions as bbcode tags)
ideas for text/string functions (inspired by python and wikitext)
syntax of text functions is .functionname(parameter1, parameter2)
.explode(string)
.explode("abcdef") will result in a list of those letters [a, b, c, d, e, f]
.tolist(variable)
for example
abcdef = o1h1!
.tolist(abcdef, seperator=h) will result in [o1, 1!]
.tolist(abcdef, seperator=1) will result in [o, h, !]
.tolist(abcdef, locationseperate=2) will result in [o, h1!]
.tolist(abcdef, locationseperate=4) will result in [o1h, !]
.tolist(abcdef, locationseperate=4, keepseperator=true) will result in [o1h, 1, !]
.tovariable(list)
for example
abcdef = [123, 456, abc]
.tovariable(abcdef, mode=all) will result in "123, 456, abc"
.tovariable(abcdef, seperate="a") will result in "123a456aabc"
.tovariable(abcdef, seperate="Haha") will result in "123Haha456Hahaabc"
.replace(text to search, what to find, replace to)
.replace("ABCDEFG", "C", "H") will result in "ABHDEFG"
.replace("Oh my god", " ", "") will result in "Ohmygod"
.lwc(text to turn to lowercase)
lwc stands for lowercase
.lwc("OH MY GOD THIS IS SO GOOD") will result in "oh my god this is so good"
.upc(text to turn to uppercase)
.upc("why?") will result in "WHY?"
.uplwc(text to turn to correct uppercase/lowercase)
uplwc means uppercase/lowercase
.uplwc("HaHa bRuH WhO made this, ME? i? ok") will result in "Haha bruh who made this, me? I? Ok"
.count(text to search, what to search)
searches for certain strings in text
.count("ahahahhaha i like balloons", "a") will result in 5
.count("ahahahhaha i like balloons", "ah") will result in 3
.count("ahahahhaha i like balloons", "balloons") will result in 1
[/code]
yup 1/PPD
(One Post Per Day)
This is getting really inactive.
accepted! Username: abcde26
Activity(1-10): 7
Job you want: Command Coder and UI Designer.
Why should we include you: Because I want to help this collab grow.
How long you have been on scratch: (min: less than 1 month): 2 years and 10 months.