Code Examples
Pages
(Move to ...)
Home
Java
AutoIT
PHP
Like us on Facebook!
▼
Monday, 3 January 2022
Eratosthenes Sieve - Prime numbers in Java - Algorithm Example
›
Eratosthenes Sieve algorithm for checking prime numbers. Maybe we should first ask, what is prime number? If one number can be calculated by...
Sunday, 5 February 2017
Can we create Matrix using AI?
›
Would it be possible for us to create real time world simulation? We started using super computers with few thousands of processors, unbe...
Saturday, 7 January 2017
Lotto Predictions - Java AI
›
Hello, we want to show you simple AI algorithm and how can he produce some lotto numbers for us. We created small algorithm, load some ...
Saturday, 17 December 2016
Measure Code Speed in Java
›
How to measure code speed in Java Quite often we have two solutions in our mind and we don't know which one is the best to use. Simp...
Monday, 21 April 2014
Speed test: String vs StringBuilder in JAVA
›
We compare String with StringBuilder, run this code and see yourself, example: public class SpeedTest { public static void main(Stri...
›
Home
View web version