Jump to content
View in the app

A better way to browse. Learn more.

KH13 · for Kingdom Hearts

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Posted
Note: This is a special chat topic! This means that posts can be shorter and more casual here. Posts here are linked with and may appear on our Discord server.
  • Replies 539.5k
  • Views 6.1m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • 2 quid is good
    2 quid is good

    I found forum posts from when I was 12.... Why did I never change my username "happiness is eating cheese" - Quid, 2012

  • <@!435188856854413343> I am lost, is your name a joke? ??

  • Reminds me of the time when my Spanish teacher in Middle School wouldn't allow me to use my hall pass or the hall pass she made to let me use the bathroom... ever since then I never used the hall pass

Posted Images

Featured Replies

def = definition, meaning it's defining in_discord() whenever he types it again

And if he's not in the second monitor when he inputs that command, it returns "You're in wrong window fool"
And if he's not in second monitor, meaning most likely the correct monitor, it calls him a good fool

`

java
/**
in_discord: function which tells you if you're in discord when typing code
@return: String -> a string representation of your status
*/
public String inDiscord() {
try{
if(CURRENT_MONITOR != 2)
return "You're in the wrong window fool";
else
return "You good fool";
} catch (Exception e) {
e.printStackTrace();
}
}

`

Which is java

code is love
code is life

What do you get out of learning code

I took a class in it once in high school and learned nothing from it:bizDolan:

Short answer: a lot of technical acumen which is going to be more needed by people with each coming year
Long answer: you put yourself in a pretty good understanding of technology and if you have the mindset, you have the tools to make many of the mundane tasks in life automated and super easy to do as well as mitigate human error

Computers are not magic fairy dust, so you gain the know how of to algorithmically handle tasks and tackle problems differently than the common mind

plus having a better grasp of logic is generally a plus since the two go hand in hand

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.
Scroll to the top