/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

andreabergia.com
| | www.nayuki.io
1.4 parsecs away

Travel
| | [AI summary] The user has provided a comprehensive overview of the x86 architecture, covering topics such as basic arithmetic operations, control flow with jumps and conditionals, memory addressing modes, the stack and calling conventions, advanced instructions like SSE, virtual memory, and differences between x86-32 and x86-64. The user is likely looking for a summary or clarification of the x86 architecture, possibly for learning purposes or to reinforce their understanding.
| | studiofreya.org
1.5 parsecs away

Travel
| | [AI summary] A beginner's tutorial on how to install Java 9, set up the JDK environment variable, and run a Hello World program using Eclipse and the command line.
| | zserge.com
1.6 parsecs away

Travel
| | Whether we like it or not, but Java is one of the most widely used programming languages. However, since most of the applications in Java are either too boring or too complex - not every Java developer has enough curiosity to look under the hood and see how JVM works. In this post I will try to write a toy (and incomplete) JVM to show the core principles behind it and hopefully sparkle some interest in you to learn it further.
| | initialcommit.com
26.8 parsecs away

Travel
| Since Java 5, JAX-RS specification has been announced in order to support building REST web services according to the REST architectural pattern.