Explore >> Select a destination


You are here

phiresky.github.io
| | www.nextron-systems.com
20.0 parsecs away

Travel
| | [AI summary] THOR Thunderstorm is a high-speed, on-premise RESTful web service for analyzing files and network data with extensive forensic capabilities and flexible deployment options.
| | nodogmablog.bryanhogan.net
18.1 parsecs away

Travel
| | It is easy to debug an AWS Lambda function locally with Visual Studio Code, all you need to do is install one tool and make one change to the launch.json file. Read on to see how.
| | www.foonathan.net
19.8 parsecs away

Travel
| | Let me share a useful insight with you: constexpr is a platform. Just like you write code that targets Windows or a microcontroller, you write code that targets compile-time execution. In both cases you restrict yourself to the subset of C++ that works on your target platform, use conditional compilation if your code needs to be portable, and execute it on the desired target platform. You can thus view constexpr as another platform you can target; it just so happens to be run by your compiler. This insig...
| | michaelscodingspot.com
35.4 parsecs away

Travel
| Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity