Explore >> Select a destination


You are here

gafter.blogspot.com
| | danielbachler.de
4.4 parsecs away

Travel
| | I've used F# a lot in the last 3 years and for quite some time I wanted to collect a few good starting points to venture into F# in one place. I also wanted ...
| | sookocheff.com
3.5 parsecs away

Travel
| | Java was the first programming language I was taught at University, and the language I used for the first decade of my career. It continues to be a reliable companion throughout my software development career. Unfortunately, not having developed with Java professionally for several years, I've found there are many aspects of the modern Java language that I'm simply not familiar with. To rectify this, I've collected the major improvements to the language beginning with Java 8, combined with a short explanation of how they work and how to use them. It assumes you know Java, but don't really know Java. Hopefully, it can take you from experienced beginner to just plain experienced again.
| | joeduffyblog.com
4.2 parsecs away

Travel
| | Joe Duffy's Blog | Adventures in the high-tech underbelly
| | jorenar.com
24.1 parsecs away

Travel
| [AI summary] The provided text is a comprehensive overview of various advanced C programming techniques and features. It covers topics such as preprocessor tricks, metaprogramming, inline assembly, coroutines, and more. The text also includes examples of using _Generic for type-based dispatch, handling variadic functions safely, and implementing a garbage collector. The content is highly technical and demonstrates the flexibility and power of the C language.