Ianto Cannon's JavaScript-Generated Clock Graphics Displaying UTC
By
pppone
Looks the part, but the middle's still raw. Chew with caution.
Summary
The article describes Ianto Cannon's clock graphics, which are generated as scalable vector graphics using JavaScript. These clocks display Coordinated Universal Time (UTC) in various formats, including binary (Unix time) and polygons (yy:M:w:d:h:mm:ss). The source code is available for use and modification.
Key quotes
· 4 pulledThese clocks are generated as scalable vector graphics using JavaScript. Feel free to use and modify the source code.
Each clock displays the current Coordinated Universal Time (UTC): Loading…
These squares show the Unix time, which is a 32-bit signed integer representing the number of seconds since 1970.
These polygons show the time in the format yy:M:w:d:h:mm:ss, where M is the month, w is the week in the month, and d is the day of the week.
You might also wanna read
TrueType Font Contains 3D Raycasting Engine in Hinting Virtual Machine
A developer created a DOOM-style 3D raycasting engine that runs inside a TrueType font's hinting virtual machine. The project exploits the T
Building a Programming Language Where M&M Candy Grids Represent Executable Code
The article describes the creation of a unique programming language where programs are represented as physical arrangements of M&M candies o
p5.js Web Editor: An Online Development Environment for Creative Coding
The article discusses the p5.js Web Editor, a web-based development environment for the p5.js JavaScript library. p5.js is designed to make
Teaching a Dog to Code Games Using AI Assistance and Guardrails
The article describes an experiment where the author taught their 9-pound cavapoo dog named Momo to 'vibe code' games using AI assistance. T
Perlin-Terminal: Terminal-Based Perlin Noise Animation Tool
Perlin-terminal is a command-line tool that creates beautiful Perlin noise animations in the terminal using 24-bit truecolor and half-block
css-doodle: A Web Component for Creating CSS Patterns and Artistic Designs
css-doodle is a web component that allows developers to create artistic patterns and designs using CSS Grid and custom properties. The artic
