You are here |
arcan-fe.com | ||
| | | |
github.com
|
|
| | | | :cherry_blossom: A command-line fuzzy finder. Contribute to junegunn/fzf development by creating an account on GitHub. | |
| | | |
programmingmadecomplicated.wordpress.com
|
|
| | | | Over the past year, I've been completely changed by the knowledge of an entire untold history of things we take for granted-personal computing, object-oriented programming, the GUI. For the vast majority of my coding lifetime, I had considered the act of constructing software as being identical to describing it, using some appropriate or inappropriate language.... | |
| | | |
www.markround.com
|
|
| | | | In Part 2 I discussed the server environment, as well as how I built and launched the first prototype version of the site. I hit some speedbumps along the way and quickly reached the limits of what I could do with a pure client-only 1980s BASIC codebase. In this part, I'll look at how I moved to a backend API system and how all this is deployed and tested. | |
| | | |
davmac.wordpress.com
|
|
| | A discussion of undefined behaviour and compiler optimisation, particularly in regards to signed integer overflow. C (and C++) compilers are becoming notorious for exploiting the notion of undefined behaviour - the idea that certain things a program might do have no behaviour proscribed by the language standard, and that the compiler can assume the program... |