Skip to content

Instantly share code, notes, and snippets.

@kyle1elyk
kyle1elyk / time.html
Last active February 27, 2024 07:08
Simple UTC Clock with copy paste
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Timestamps in Different Timezones</title>
<style>
body {
background-color: black;
color: white;
@kyle1elyk
kyle1elyk / newmine.lua
Last active March 2, 2021 17:57
Work in progress mining turtle script for ComputerCraft Tweaked 1.12.2
--[[
newmine.lua
kyle1elyk 2021-02-27
CraftOS 1.8
Uses: mpeterv/argparse (with minor conversion to CraftOS 1.8)
https://raw.githubusercontent.com/mpeterv/argparse/master/src/argparse.lua
]]