Explore >> Select a destination


You are here

jeffkreeftmeijer.com
| | blog.oddbit.com
6.7 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:
| | jherrlin.github.io
7.2 parsecs away

Travel
| | Post updates [2020-06-23] New section. "Combine source blocks" Intro It's time to start documenting how I use Emacs Org mode (from now on org) and it will contain a serie of posts. This is the first post and it will cover source blocks. Some of the content assumes basic knowledge about org. If you are new to org I can recommend this two videos; hrs and kitchin. One of the features I've been using very frequently is source blocks.
| | www.hhyu.org
8.8 parsecs away

Travel
| | Science, programming, books, and other interesting stuff
| | www.useragentman.com
30.9 parsecs away

Travel
| [AI summary] The blog post discusses accessibility coding best practices for web developers, offering open-source resources and community input.