/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

calebfenton.github.io
| | www.thepolyglotdeveloper.com
2.4 parsecs away

Travel
| | Use Volley to make asynchronous Android HTTP requests with very little code. A perfect solution for making calls to a web API in Android.
| | parsiya.net
4.2 parsecs away

Travel
| | [AI summary] The article discusses the process of developing and debugging Java Burp extensions using Visual Studio Code. It covers setting up the development environment, configuring Gradle, creating a Burp extension skeleton, and integrating with VS Code for IntelliCode and debugging. The author also addresses compatibility issues with Burp's bundled JRE and provides solutions for debugging extensions effectively.
| | blog.oddbit.com
4.5 parsecs away

Travel
| | Overview I was recently working with someone else's C source and I wanted to add some basic error checking without mucking up the code with a bunch of if statements and calls to perror. I ended up implementing a simple must function that checks the return value of an expression, and exits with an error if the return value is less than 0. You use it like this: must(fd = open("textfile.txt", O_RDONLY)); Or:
| | blog.lambda.cx
24.8 parsecs away

Travel
| Sharing notes with the internet