Hacking Gateway 3DS working on the New Nintendo 3DS.

  • Thread starter Thread starter Vengenceonu
  • Start date Start date
  • Views Views 3,494,293
  • Replies Replies 24,879
  • Likes Likes 30
Status
Not open for further replies.
Also got Christmas taken care of. Some nice gaming sessions.. And daily chores. All while working 10 hours a day. Definitely not as much as you'd care to think. :)

Also, not implying that people have wasted their lives here.. Just that when I wake up and there's 12 new pages of nonsense, I think there's a problem.
 
Code:
while GatewaitReleased == false:
    print "Tomorrow for sure! :D"
    time.sleep(86400)
    CheckForRelease(GatewaitReleased)

I know this isn't C++ because the code isn't littered with semicolons.
Either one of the many versions of Basic, or Python.
 
  • Like
Reactions: Maximilious
Also, not implying that people have wasted their lives here.. Just that when I wake up and there's 12 new pages of nonsense, I think there's a problem.

Who's worse, the poster or the reader?

Don't pretend like you don't spend loads of time on this thread lurking!
 
Code:
public class Gateway {
   
    static boolean doWeFeelReady = false;
   
    public static void main(String[] arguments) {
        new Timer().schedule(new TimerTask() {
            @Override
            public void run() {
                if(!isGatewayReleased())
                    System.out.println("The update will be released soon.");
            }
        }, 0, 1000 * 60 * 60 * 24);
    }
   
    static boolean isGatewayReleased() {
        return doWeFeelReady;
    }
   
}
^ This is Gateway in Java.
 
Code:
public class Gateway {
 
    static boolean doWeFeelReady = false;
 
    public static void main(String[] arguments) {
        new Timer().schedule(new TimerTask() {
            @Override
            public void run() {
                if(!isGatewayReleased())
                    System.out.println("The update will be released soon.");
            }
        }, 0, 1000 * 60 * 60 * 24);
    }
 
    static boolean isGatewayReleased() {
        return doWeFeelReady;
    }
 
}
^ This is Gateway in Java.


lol this also states that gateway will never be released and it will always been in a state of "soon".
 
  • Like
Reactions: VinsCool
Code:
public class Gateway {
 
    static boolean doWeFeelReady = false;
 
    public static void main(String[] arguments) {
        new Timer().schedule(new TimerTask() {
            @Override
            public void run() {
                if(!isGatewayReleased())
                    System.out.println("The update will be released soon.");
            }
        }, 0, 1000 * 60 * 60 * 24);
    }
 
    static boolean isGatewayReleased() {
        return doWeFeelReady;
    }
 
}
^ This is Gateway in Java.

I prefer the Python version :P Much cleaner, and less garbage all over the place...
 
  • Like
Reactions: Wilhelm
I prefer the Python version :P Much cleaner, and less garbage all over the place...

My disdain for Java is limitless. One of the things I hate most is hardware with proprietary Java software, or worse games that use it. I'm looking at you, Minecraft. It's a memory hog, an IT's MC Escher version of a zen garden in code, and software totally dependant on having -various- versions of java being assigned manually to each program... or else BUGS. Lots of bugs. Bugs everywhere.

</java-rant>
 
My disdain for Java is limitless. One of the things I hate most is hardware with proprietary Java software, or worse games that use it. I'm looking at you, Minecraft. It's a memory hog, an IT's MC Escher version of a zen garden in code, and software totally dependant on having -various- versions of java being assigned manually to each program... or else BUGS. Lots of bugs. Bugs everywhere.

</java-rant>
Can't argue with you there. Java sucks a bit ...
 
  • Like
Reactions: MrJason005
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum