I just used wgetHow'd you get all the images and everything?
I just used wgetHow'd you get all the images and everything?
Could someone elaborate on this? I'd like to play with all images, but I'm incompetent when it comes to this stuff.I just used wget
Which image exactly? Tell me so I can add it.
You don't have permission to view the spoiler content. Log in or register now.
What I meant was is that you're missing the tits banner.You don't have permission to view the spoiler content. Log in or register now.
This is what I see. I opened by pressing index and it opens in my browser.
This is what I see. I opened by pressing index and it opens in my browser.
It looks like there is a high res and low res version of the picture. The low res picture was missing and my browser used the high res one so I was seeing the image and didn't notice the issue. Here's an updated version with the low and high res pictures.What I meant was is that you're missing the tits banner.
Why are they doing it in Javascript anyway and not Java?
While the JVM has overhead, JavaScript does as well. Both languages have a runtime. I feel like you are overstating how slow the JVM is compared to JavaScript.Java -> require dedicated virtual machine (slow by its nature, like running full emulator of a computer on other), require more powerful computer (because computer inside computer) and Inteligence >5 and Science > 80% to do something with it.
JavaScript -> mainly used in browsers (i.e. anything that able to launch it is gud enuf to launch JS port), language itself is pretty simple in all senses (even complete retard able to write something in it, but it would be something written by complete retard), there are lots of already ready solutions to read file/draw shit/text on a screen/play sound/etc.
I just stated main differences between them.While the JVM has overhead, JavaScript does as well. Both languages have a runtime. I feel like you are overstating how slow the JVM is compared to JavaScript.
I don't remember installing any additional java stuff with minecraft. Unless it does it all now?Java requires an installed JVM. This makes it cross platform, but installing an extra program is an additional step that some people don't know how to do. JavaScript requires a browser/web renderer. OS's almost always come preinstalled with a web browser.
They made us learn Java at uni for a beginners programing lecture. I don't know why they went with that but it entirely put me off programming.But is non specialist in programming will understand all of it?
Off topic but Java is a good language for learning, an oriented object with good polymorphism, true inheritance and rigorous syntax without having to trouble you with the memory gestion. C, C++ and C# are really easy to learn after java because there are a lot in common (java being a "child" of C++). Javascript while being multi platform and more lightweight is horrible for anything oriented object and complex data manipulation, only good for client side data presentation. Server side we usually work with either C#, C++ or java (C# having a good support on microsoft server for obvious reasons).They made us learn Java at uni. I don't know why they didn't go with a good language but it entirely put me off programming.
hmm, should have said useful. But yeah C++ or python as an introduction to programming rather than javaC++?TrousersPython? Ruby? BASIC? Assembler?
could you tell me wich arguments did you use? I tried with -r but that did not even get all of the .js files let alone the imagesI just used wget
I went through the game's code to get all of the links to each file the game uses and I put all the links in a file I called TiTSLinks.txt. I then ran wget using the options wget -x -i TiTSLinks.txt. There were about 4800 links that I found.could you tell me wich arguments did you use? I tried with -r but that did not even get all of the .js files let alone the images
fucking smart holy shitI went through the game's code to get all of the links to each file the game uses and I put all the links in a file I called TiTSLinks.txt. I then ran wget using the options wget -x -i TiTSLinks.txt. There were about 4800 links that I found.
You could have said it has "gotchas" if you wanted to simplify it, but that doesn't really matter because I wasn't asking you to state more specific problems with JavaScript. I just don't think the JVM being slow is a difference between JS and Java.I just stated main differences between them.
I COULD have said something about "1" + 1 = "11" and "1" - 1 = NaN for JS and lack of GUI and proper support for important for game basic data types like unsigned integers for Java. But is non specialist in programming will understand all of it?
I don't remember installing any additional java stuff with minecraft. Unless it does it all now?
It is a common intro language because it was very popular. It's also object oriented, which is/was a very popular programming paradigm. Businesses want people to know it so they can hire them.They made us learn Java at uni for a beginners programing lecture. I don't know why they went with that but it entirely put me off programming.
You are a hero!I went through the game's code to get all of the links to each file the game uses and I put all the links in a file I called TiTSLinks.txt. I then ran wget using the options wget -x -i TiTSLinks.txt. There were about 4800 links that I found.
Basically I didn't understand it at all Maybe if I had started learning it young.What was so bad about Java that it turned you off programming?