Loading...

digibutter.nerr lite

AuthorMessage (Newest at bottom)
Tree_50005
reply to TheEvilShadoo posted 3 years ago

Now..how would we do that type those strange symbols...further more how did you find that out..glad I don't have to rhyme for this.

Rhyme 4

I see we have these symbols... But is their use really at all sharp? Will a need a thimble to resist the mental arp?

Rhyme 4
3 years ago
6My opus is here! The time has come near! Fearl the image url for my art is a living hell! https://postimg.cc/XZSm1Kmz Village Associates in the Old Yold Town, now in the future, building up for a crown. https://postimg.cc/sBY8kQRD The leaders of that strange old place, Bozzo with his unmatched face. https://postimg.cc/dL3bhVG4 Beta NPCs now as Party Members! Left behind once, but now fully remembered. https://postimg.cc/87rxbXKv Less known friends at the end of the Village! Our shrine maidens temple, renovated and pillaged.
Rhyme 4

I hope the links show up better for you please, I worked very hard on, uh, these so for things to not work that well it feels like it’s own special hell.

GamerKid

Ooh! These are cool, I'll say it again, I might as well give it a ten out of ten!

GamerKid

Pog

GamerKid
3 years ago
5Starting today, I'm gonna finally learn Python...
Rhyme 4

Awesome

TheEvilShadoo

print(“Good Luck!”)

TheEvilShadoo1
reply to Rhyme 4 posted 3 years ago

Amazing. PogChamp indeed.

TheEvilShadoo3
reply to Tree_5000 posted 3 years ago

I went to paste something here that I had typed earlier that day a while ago, and I saw that I had accidentally pasted the star (⭐️) emoji instead. Seeing how that worked, I tested sending out some newer symbols and found out that digibutter supports up to Unicode 5.2. On Windows, you can press Windows Key + semicolon to bring up the emoji picker, just know that not all emoji are supported. Otherwise, you can use the emoji picker on whatever other platform you use, or just copy and paste a symbol from the internet.

TheEvilShadoo1
reply to GamerKid posted 3 years ago

A fun little test program that you can make is a Fibonacci sequence generator (it's a sequence of numbers starting from zero where the next number in the sequence is the sum of the previous two. In mathematics, this sequence can be used to create an infinite, perfect spiral.) To make it, you can use only 4 lines of code, although it's a little easier to read if you use 6 lines instead. Here's the code: (You should know that in Python, #'s are used for adding comments to code, but here I put my comments in a separate section below to make it less cluttered.) 1. a, b = 0, 1 2. while True: 3. print(a) 4. a, b = b, a+b 1. # This sets the variables "a" and "b" equal to 0 and 1 respectively. If you used two separate lines to write this, it would look like: 1. a = 0 2. b = 1 2. # This is a while loop. It says that while a certain condition is met, to continue doing whatever code is encased in the loop. In this case, the condition is True, so the loop will just repeat infinitely. If you wanted the program to end after, say 5 seconds, you could instead type: while a < 99999..., Note: basic math is extremely easy for computers, so you're likely going to have to add a bunch more 9's to keep the program running for more than half a second. 3. # This is pretty obvious, it just prints out the current value of the variable "a". 4. # This is the most complicated line, and the one that does most of the work. It's a condensed form of writing out: 1. a = b 2. b = a + b Which means: After the initial value of "a" is printed out, the value of "a" is reassigned to become whatever "b" is. After this, the value of "b" is reassigned to become the value of "a" + "b". Then after that, those last two lines will loop until you close the program. In the end, it should look like this: https://files.catbox.moe/ugt4ec.mov Edit: Wow, the old, broken digibutter video player is trying to embed the video lol.

Rhyme 42
reply to TheEvilShadoo posted 3 years ago

🍆🍆🍩💩😭🥵🥵👌☺️😔😔😆👌🤬🤬🤌🖤🥵🖤🥵🤕🍆💅😆👨🤕🤕🤕👌🤕🥵🥵🤕🍩🍩👌☺️☺️😯📡📡🤌💭✅✅😳🖤😭

Rhyme 4
reply to TheEvilShadoo posted 3 years ago

I might make more, if it is implored

TheEvilShadoo1
reply to Rhyme 4 posted 3 years ago

No... no... no... Please don’t do this... Aaaaaaaaahhhhhhh!

Rhyme 4

There were a lot more there, as you said, it doesn’t use all Emojis, what more do I have to share?

GamerKid
reply to TheEvilShadoo posted 3 years ago

Hmm, looks cool, done some Fibonacci before, I'll try it out later. Thanks

Rhyme 4
reply to Rhyme 4 posted 3 years ago

Also if anyone has questions feel free to ask

Tree_5000
reply to GamerKid posted 3 years ago

You are going to enjoy it's simplicity and ease of accessories may I suggest getting geany organelles and pyautogui for some cool stuff..though later of course...

PerryThePenguin
3 years ago
2Can't get enough of that Francis
TheEvilShadoo

We really can't seem to get any Francis at all, so I wholeheartedly agree.

TheEvilShadoo
3 years ago
4Someone posted this on Mr. L’s Discord server, so I’ll spread the news over to here. https://gamebanana.com/skins/189215
GamerKid

Rap

Dimentio21
3 years ago
6Important news update for SPM2 coming Thursday! https://www.youtube.com/watch?v=eVwZB37tOqs
GamerKid
3 years ago
3Mario is dying tommorow
GamerKid
reply to Dimentio21 posted 3 years ago

Sus

Lady Nastasia1
reply to GamerKid posted 3 years ago

Oh yeah, Mario doomsday. This will be... interesting?

Lady Nastasia
reply to TheEvilShadoo posted 3 years ago

Cool!

Lady Nastasia
reply to PerryThePenguin posted 3 years ago

Hello!

Lady Nastasia3
reply to Dimentio21 posted 3 years ago

Wait, why is this being uploaded on /your/ channel? Shouldn't Mr. L be the one uploading SPM2 news?

Dimentio21

It mostly involves stuff that I've been working on for the project, including the soundtrack and possibly a new character reveal... There's also some stuff about the full cast of voice actors, and a general idea of when the release date will be. I believe Mr. L is uploading news on his channel as well. The two vids are going to have slightly different content, so it might be worth checking them both out.

TheEvilShadoo
reply to GamerKid posted 3 years ago

This is so sad. RIP

Mr. L Productions1
reply to Lady Nastasia posted 3 years ago

Yeah, I'm doing a similar news video. I just haven't put the link here yet because I've been busy with Superstar Saga

Mr. L Productions
reply to Lady Nastasia posted 3 years ago

Yes interesting... Me: <Schedules cover of The Frenzied Firearm, G U N for tomorrow>

Mr. L Productions
reply to Mr. L Productions posted 3 years ago

Here's the link: https://m.youtube.com/watch?v=MltaKOqA3SQ

Mr. L Productions
3 years ago
News from Mr. L Productions: Today I released "The Frenzied Firearm, G U N - Cover" to pay respect to Mario "dying" today: https://www.youtube.com/watch?v=4qsWC9XxUH0 Tomorrow is my Super Paper Mario 2 news!: https://www.youtube.com/watch?v=MltaKOqA3SQ The day after will be my first Phase 5 cover in the set with the theme of "Final Levels/Bosses", giving us one of my favourite final bosses and final boss tune: Cackletta's Soul!: https://www.youtube.com/watch?v=jp8hoZgb1SA
Dimentio21
reply to Dimentio21 posted 3 years ago

Starting soon!

Mr. L Productions
3 years ago
3Super Smash Bros. Ultimate Digibutter Tourney this Sunday at 1:30pm GMT! Sign up here with name and switch name:
Mr. L Productions

Mr. L Productions - Mr. L Prod

TheEvilShadoo

TheEvilShadoo - Shadoo18

Mitchgst

Mitchgst - Mitch

Mr. L Productions
3 years ago
4Results: Mr. L: 12 Storm: 6 Luke: 5 Shadoo: 1 Milla: 1 Everyone else scored 0
TheEvilShadoo3

Woohoo, 1 point! I was definitely playing better towards the end. See you all in May!

Mr. L Productions2

For me, Spirits and Squidward Arena make me win! I'm thinking Super Mario 3D World next if you have it

TheEvilShadoo1

Yeah, I have SM3DW. I actually just 100%'d it up to World ⭐ two days ago.

Mr. L Productions

I 100% it... now I'm just trying to clear all the courses with each character... then I'll truly be at 100%

GamerKid
3 years ago
1Waiting
TheEvilShadoo

Me too

TheEvilShadoo
3 years ago
2I never thought that we would see the day, but Yahoo Answers is being shut down on May 4th this year. Post in the replies where you think all of the idiots from over there are going to flock to. My guess is either answers.com or Reddit. https://www.ign.com/articles/yahoo-answers-is-shutting-down-permanently-on-may-4th
AquaDoesStuff
3 years ago
2a few days ago i made a remix of bopeebo from friday night funkin https://twitter.com/AquaDoesTweets/status/1378851976742645767 (might sound compressed because twitter video compression is horrendous)