|
You are here |
crocidb.com | ||
| | | | |
randolphburt.co.uk
|
|
| | | | | TL;DR I wrote a version of the Arcade classic Centipede using AngularJS and the HTML5 canvas. You can play the game here and view the source code on GitHub. Introduction Normally I'm coding in c# and evangelising about MonoGame, however in recent times I've had to start using JavaScript, in particular AngularJS. As always when... | |
| | | | |
fennel-lang.org
|
|
| | | | | [AI summary] A tutorial introducing Fennel, a minimalist Lisp-inspired syntax for Lua, covering syntax, data structures, control flow, modules, and common pitfalls. | |
| | | | |
michaelscodingspot.com
|
|
| | | | | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity | |
| | | | |
sookocheff.com
|
|
| | | A short tagline from the book Learning eBPF describes eBPF as a revolutionary kernel technology that allows developers to write custom code that can be loaded into the kernel dynamically, changing the way the kernel behaves. The key word in this phrase is dynamically. eBPF allows you to write custom code that changes the way the kernel behaves without having to implement a kernel module or integrate your code directly into the kernel. | ||