1. Welcome to the Brawl website! Feel free to look around our forums. Join our growing community by typing /register in-game!

Technology Quit wasting your time and learn to program

Discussion in 'Off Topic' started by chickenputty, Sep 22, 2014.

Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...
  1. jnitz

    jnitz Member

    Joined:
    Jan 13, 2015
    Messages:
    54
    Ratings:
    +6
    I wish I could say "I'm in.", but I can barely code something to say "hi"....
     
  2. jacobkolstad

    jacobkolstad Well-Known Member

    Joined:
    Aug 5, 2013
    Messages:
    1,848
    Ratings:
    +200
    class HelloWorldApp {
    public static void main(String[] args) {
    System.out.println("I'm in.");
    }
    }
    :wink:
     
  3. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    Code:
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    
    public class HelloWorld extends JFrame {
        public HelloWorld frame;
    
        public HelloWorld() {
            this.getContentPane().add(new JLabel("I'm in"), BorderLayout.CENTER);
        }
    
        public static void main(String[] args) {
            frame = new HelloWorld();
            frame.setVisible(true);
        }
    }
    
     
  4. DarSwag

    DarSwag Well-Known Member

    Joined:
    Nov 7, 2013
    Messages:
    1,320
    Ratings:
    +130
    I'm gonna start coding I have a lot of spare time on the weekends I am a fast learner too. I'm in!
     
  5. bman7842

    bman7842 Well-Known Member

    Joined:
    Aug 11, 2013
    Messages:
    760
    Ratings:
    +124
    In my opinion the best way to code is to learn it yourself. I had tutorials, they either lack explanation or do things in a way that makes it seem like you have to do it that way. I suggest getting a real teacher if you really wanna be a pro coder otherwise there is something called Google and if you type in Int or boolean or float it will show you tons of stuff about it. This is how I learned to code in Java, C#, and Lua
     
  6. alleging

    alleging Well-Known Member

    Joined:
    Feb 2, 2015
    Messages:
    926
    Ratings:
    +173
    Minecraft is my badass hobby, yet I still don't code. Help plz
     
  7. patrickdemooij9

    patrickdemooij9 Well-Known Member

    Joined:
    Oct 25, 2013
    Messages:
    1,048
    Ratings:
    +384
    I started coding an Assassin creed plugin and it's really fun to do. For the people who want to try it, I will send you some vids when I get home that can get you started :wink: Practise a lot and you'll become better!
     
  8. SweetLava

    SweetLava The Sweetest of Lava's

    Joined:
    Nov 23, 2013
    Messages:
    909
    Ratings:
    +440
    When did coding get chicks? loool
     
  9. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    Code:
    babes++;
     
  10. SweetLava

    SweetLava The Sweetest of Lava's

    Joined:
    Nov 23, 2013
    Messages:
    909
    Ratings:
    +440
    No loool
     
  11. TheSinisterOne

    TheSinisterOne Goodbye

    Joined:
    Sep 2, 2013
    Messages:
    1,213
    Ratings:
    +274
    I have coded simple Java programs before and it isn't that hard. I may be in. :smile:
     
  12. Cyborg_Nightmare

    Joined:
    Dec 2, 2014
    Messages:
    39
    Ratings:
    +9
    <HTML>

    <head>

    <title>Im about to say "Hi."</title>

    <p>Hi.</p>

    </head>

    </HTML>
     
  13. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    HTML AIN'T CODE
     
  14. jacobkolstad

    jacobkolstad Well-Known Member

    Joined:
    Aug 5, 2013
    Messages:
    1,848
    Ratings:
    +200
    Yes it is.
     
  15. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    HTML is markup.
    @D3RGPS31


    Also, why would you ever put a <p> element in the header?
     
  16. Amir_FH

    Amir_FH Well-Known Member

    Joined:
    Dec 29, 2014
    Messages:
    265
    Ratings:
    +41
    Dats confusin...
     
  17. 19kss

    19kss 18kss

    Joined:
    Jul 30, 2014
    Messages:
    1,850
    Ratings:
    +736
    Wtf is this?
     
  18. HurricaneLuke

    HurricaneLuke Member

    Joined:
    Mar 24, 2014
    Messages:
    29
    Ratings:
    +7
    I just learned what that does :grinning:
    *pats self on the back
     
  19. Registration

    Registration Well-Known Member

    Joined:
    Nov 25, 2014
    Messages:
    412
    Ratings:
    +33
    Coding is too hard for me
    Guys if you learn to code, be a coder, work on War 2.0/glitches/anything, stop future complaining :d
     
  20. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    I tried
    Only 18 year olds+ can be legally bound by contract
     
Loading...
Similar Threads Forum Date
Putty is quitting Brawl (No Clickbait) Off Topic Mar 10, 2019
It's been quite a while... Discussion Feb 7, 2019
Mutterings from someone who should have quit a while ago Capture the Flag Sep 25, 2018
AMA I see these quite often. Off Topic Aug 9, 2018
Reasons you have quit? Raid Jun 23, 2018
Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...