Skip to content

Instantly share code, notes, and snippets.

@Project516
Project516 / javadoc.yml
Last active October 21, 2025 12:13
Generate JavaDoc and deploy to GitHub Pages
name: Generate javadoc and deploy to GitHub Pages
on:
push:
branches:
[ "master" ]
jobs:
build:
permissions:
@Project516
Project516 / netris-bot.lua
Last active June 21, 2024 20:03 — forked from dlech/netris-bot.lua
Running Netris on LEGO MINDSTORMS EV3
#!/usr/bin/env lua5.3
-- SPDX-License-Identifier: MIT
-- Copyright: 2018 David Lechner <david@lechnology.com>
-- File: netris-bot.lua
-- This is a bot program for controlling netris. It reads button presses on
-- LEGO MINDSTORMS EV3 and translates them to messages that netris understands.
--
-- Prerequisties:
-- # run this on the EV3