|
You are here |
calebfenton.github.io | ||
| | | | |
www.thepolyglotdeveloper.com
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | Sharing notes with the internet | ||