Search the Community
Showing results for tags 'java'.
-
Firefox ended support for NPAPI with FF52. That means Java, Silverlight etc PLUGINS won´t work anymore. Only Flahs plugin is left alone, though I personally turned it off ages ago in favor of HTML5. Mozilla is developing WASM now to enable programs to be run within web browser sandbox. One cool demo is here, you can click on it and play around with it a bit: EPIC engine demo: https://s3.amazonaws.com/mozilla-games/ZenGarden/EpicZenGarden.html Some more info from Arstechnica: https://arstechnica.com/information-technology/2017/03/final-firefox-version-with-windows-xp-plugin-support-released-today/ I wonder how this demo runs on "potato rigs" as it takes 64% of my Fury X GPU recourses and 55% of I5 cpu? Extensions are still there and I got even my Estonian ID card working on 64x version.
-
Anyone updating their PC manually is strongly suggested to do it as fast as possible. There was a week ago or so some problems with flash\java being exploited. Now its time for IE to allow ads to install malware without users action: http://www.tomshardware.com/news/internet-explorer-malware-drive-by-downloads,29881.html The only downside with keeping Firefox up to date is that it will loose smart card support in near future.(But I guess theres not a lot of people using it to give digital signatures).
-
One of the assignments for my final was to write an application that asked the user to input 10 integers, and then separate them into 2 arrays, one to hold numbers below 50, and one for numbers higher than 50, then display both arrays. I had a little fun with the for loop. Don't make fun of my shitty code. import java.util.Scanner; public class ListsOfIntegers { public static void main(String[] args) { Scanner input = new Scanner(System.in); int arrayOfInt[] = new int[10]; final int NUMBEROFINT = 10; System.out.println("Enter an integer"); for(int x = 0; x < NUMBEROFINT; x++) { arrayOfInt[x] = input.nextInt(); System.out.println("Enter another integer"); } int counter = 0; for(int y = 0; y < NUMBEROFINT; y++) { if (arrayOfInt[y] > 50) { counter++; } } int secArray[] = new int[counter]; int arrayCounter = 0; for(int j = 0; j < NUMBEROFINT; j++) { if (arrayOfInt[j] > 50) { secArray[arrayCounter] = arrayOfInt[j]; arrayCounter++; } } int counter2 = 0; for(int i = 0; i < NUMBEROFINT; i++) { if (arrayOfInt[i] < 50) { counter2++; } } int thirdArray[] = new int[counter2]; arrayCounter = 0; for(int k = 0; k < NUMBEROFINT; k++) { if (arrayOfInt[k] < 50) { thirdArray[arrayCounter] = arrayOfInt[k]; arrayCounter++; } } System.out.println("All numbers above 50"); for(int b = 0; b < counter; b++) { System.out.print(secArray[b] + " "); } System.out.println("\n\nAll numbers below 50"); for(int c = 0; c < counter2; c++) { System.out.print(thirdArray[c] + " "); } System.out.println("=F|A= FTW"); } }
-
So, a friend of mine recently wanted to get into writing java code. He had asked me if I could help teach him, but well, I'm not the best teacher. So what I did, was search online for a nice "Java for dummies" book. I found a book that can teach you java within 24 hours (literally 24 hours, not meaning in one day). Looking through the text, I noticed that this book was quite knowledgeable (what else would I expect. It's a textbook!). So, if anyone would be interested in self-teaching themselves java, I recommend THIS BOOK HERE. There is also another, much more in-depth version of this book, called "Teach yourself java in 21 days" as opposed to the "24 hour" edition. That can be found RIGHT HERE
-
how can me host website index.java, i have downloaded a source site but it is coded in java, i did my changes now i dont know how test it in my computer, i have been downloaded tomcast 8.0 idk how host it
About Us
We are glad you decided to stop by our website and servers. At Fearless Assassins Gaming Community (=F|A=) we strive to bring you the best gaming experience possible. With helpful admins, custom maps and good server regulars your gaming experience should be grand! We love to have fun by playing online games especially W:ET, Call of Duty Series, Counter Strike: Series, Minecraft, Insurgency, DOI, Sandstorm, RUST, Team Fortress Series & Battlefield Series and if you like to do same then join us! Here, you can make worldwide friends while enjoying the game. Anyone from any race and country speaking any language can join our Discord and gaming servers. We have clan members from US, Canada, Europe, Sri Lanka, India, Japan, Australia, Brazil, UK, Austria, Poland, Finland, Turkey, Russia, Germany and many other countries. It doesn't matter how much good you are in the game or how much good English you speak. We believe in making new friends from all over the world. If you want to have fun and want to make new friends join up our gaming servers and our VoIP servers any day and at any time. At =F|A= we are all players first and then admins when someone needs our help or support on server.