HTML5 standard introduces the Canvas element. We can now draw on a web page with plain JavaScript code. Isn't this exciting?
I have a few old games which I wrote in Turbo Pascal (and Delphi) and I intend to convert them into JavaScript code and post them in my blog, so anyone can play them. Woo hoo!
If your browser does support the canvas tag/element you'll be able to view a white square with a black border below. If so, try rolling the mouse over the square. If no, consider upgrading your browser ;-)
That's my Black Triangle.
Implementing Raft: Part 5 - Exactly-once delivery
-
This is Part 5 in a series of posts describing the Raft distributed
consensus algorithm and its complete implementation in Go. Here is a list
of posts in...
5 days ago
No comments:
Post a Comment