This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require "commas" -- for convert_time | |
| MARGIN = 10 -- pixels | |
| font_id = "fn" | |
| FONT_NAME = "Sans" -- input font name | |
| active_windows = { } -- our windows | |
| -- redraw all active window, one under the other | |
| function ShowWindows () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| || | |
| || @file Keypad.h | |
| || @version 1.8 | |
| || @author Mark Stanley, Alexander Brevig | |
| || @contact mstanley@technologist.com, alexanderbrevig@gmail.com | |
| || | |
| || @description | |
| || | This library provides a simple interface for using matrix | |
| || | keypads. It supports the use of multiple keypads with the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| r""" | |
| Utility to recompile all Java files in the current directory, if needed. | |
| Author: Nick Gammon | |
| Date: 12 March 2024 | |
| Suitable build command for Geany: python \Users\12345678\Downloads\build.py %f | |
| (Replace 12345678 with your student number) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="iso-8859-1"?> | |
| <!DOCTYPE muclient> | |
| <muclient> | |
| <plugin | |
| name="Path_Finder" | |
| author="Nick Gammon" | |
| id="fe137cf7827bb2eda19f4072" | |
| language="Lua" | |
| purpose="Testing path finding" |