Jump to content

oTroll

Members
  • Posts

    755
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by oTroll

  1. I'm currently creating a program where you drag any file into it and it creates a shortcut right there for you. It's sort of a directory but for many applications. Only reason I'm making this is because my desktop is messy as shit and I could totally use this to organize everything

     

    Preview of what it should look like:

     

    5676f312bda9176ed2cf718ea460f1fc.gif

     

    I just started working on it today, all it does is create a panel at your cursor, draw to it and if you click on it run the application.

     

    So, would anyone be interested?

  2. I've actually never taken any of that, nor have I received a shot in my entire life. My parents are probably the most natural people you'll ever meet and wouldn't let the doctors give me any of that. Only drugs I've ever taken were antibiotics when I had pink eye and another time when I had whooping cough.

     

    So yes that does mean if I get a headache I deal with it, or if I get a cavity filling I don't use novacane. It's really not that bad, instead of taking something to ease the pain just deal with it and after awhile your body gets used to it so you're not dependant on drugs for everything.

    Yes you've taken shots, when you were a baby lel

  3. You shouldn't haven't introduced enums so quickly, since that's pretty complex for a beginner scripter. Back in the ol' day when I was a beginner this was my basic skeleton:

     
    //Constants
     
    private boolean toWhatever() {
    //code
    return false;
    }
     
    private int whatever() {
    // code
    return 2000;
    }
     
    private int loop() {
    if (toWhatever())
       whatever();
    return Random().NextInt(50)+10;
    }
     
    

    Otherwise nice structure throughout the thread, I actually learned something new tongue.png

  4.  

    1. I was talking with my crush and all of a sudden my principle comes up behind me and I hit on her and asked her out. After she rejected me (sad.png) my principle walked away laughing >.>

    Ouch you gott the real blow off

     

    ikr but that bitch don't deserve me. I'm way too good for her!

×
×
  • Create New...