Jump to content

AresScripts

Members
  • Posts

    1770
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by AresScripts

  1. 15 minutes ago, Swizzbeat said:

    Absolutely not. Xcode is one of the worst IDE's I've ever used and building UI's reminds me of the stone age. I literally have a few hundred line class file to just deal with proper scrolling when the keyboard covers the screen (surprisingly this isn't handled internally).

    On the other side I've been told Android's API is an absolute clusterfuck so meh.

    Sometimes you gotta piss with the dick you got eh?

    • Like 1
  2. On 2/7/2017 at 0:15 AM, Swizzbeat said:

    What kind of game graphics are you into? I develop iOS apps and have been meaning to move into the game development space for awhile now.

    Are iOS apps fun to develop?

  3. Look at the line labeled 500 on your graph. Trace that line until you meet 20 on the x axis and that is the minimum possible width. We square this to get the final answer.

     

    The minimum possible width would be about 70 miles, and the minimum possible area would be 70^2 = 4900 square miles.

    • Like 1
  4. Hey, i'm 17 and still in highschool (senior year) as of last year i joined the team and was the 120lb varsity wrestler.

    ~~~skip through the whole year, placed 3rd at districts, flunk out at regionals and dream about states~~~ 

    I'm now around 138~ish lbs and still the same height ( 5ft4) or 1.6 meters~  

    I really need to get down to 120 and i'm having a real tough time, i do admit i got hella lazy over the summer and my conditioning went to shit.

    Any tips from anyone who had a demanding sport?? ( cutting weight, food, excercise) I'm afraid to ask my coach because he's a big pain in the ass about conditioning) 

    Anyway heres a pic of me (Can provide pic of me grabbing ass on same guy at request wink.png)

    b49dff481dd38014d7c814f133abcd53.png

    I wrestled folk style my freshman year and had a record of 22-2. Making weight in highschool wrestling is very dependent on your lifestyle. If you have fat on you, it is only a matter of throwing on a sweatshirt, taping the cuffs, and going for a run every day. If, however, you have grown in the past year(which is much more probable) it may not be possible for you to go back down to 120 lbs in a healthy manner. 

  5. Say I had 100 possible nodes in my onStart method:

    Collections.addAll(
                    nodes,
                    new nodeOne(this),
                    new NodeTwo(this),
                    new nodeThree(this),
                    new nodeFour(this),
                    etc... up to 100
    

    Won't it take a long time to go through all these nodes?

     

    Is there a better way to sort the nodes?

     

    E,g say 5 of the nodes were involved in separate stages of a banking method, would it be better to have one Banking class and then putting the others into states?

    Classes are supposed to break programs down into smaller parts to make it less complicated. Having 100 different classes, all being nodes, would overcomplicate things.

×
×
  • Create New...