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
| local monitorIds = {39, 38, 37, 40, 36, 41, 43, 42, 44} | |
| local monitors = {} | |
| for i,id in ipairs(monitorIds) do | |
| monitors[i] = peripheral.wrap("monitor_"..id) | |
| monitors[i].setTextScale(0.5) | |
| monitors[i].setBackgroundColor(colors.red) | |
| monitors[i].clear() | |
| end |
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
| import 'package:flutter/material.dart'; | |
| void main() => runApp(MyApp()); | |
| class MyApp extends StatelessWidget { | |
| @override | |
| Widget build(BuildContext context) { | |
| return MaterialApp( | |
| title: 'Flutter Demo', | |
| theme: ThemeData( |
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
| // | |
| // Created by ottomated on 27/11/18. | |
| // | |
| #include "Tokenizer.h" | |
| #include <ctype.h> | |
| #include <string> | |
| #include <unordered_map> | |
| using namespace std; |
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
| QWxsIEhhbGxvd3MnIEV2ZQo= / All Hallows' Eve / a (note, there is a newline at the end of the base 64) | |
| bGFudGVybg== / lantern / b | |
| cHJhbms= / prank / c | |
| Y29zdHVtZQ== / costume / d | |
| bWFrZS1iZWxpZXZl / make-believe / e | |
| c3dlZXRz / sweets / f | |
| ZGFya25lc3M= / darkness / g | |
| bW9uc3Rlcg== / monster / h | |
| c2hhZG93cw== / shadows / i | |
| ZGVjb3JhdGlvbnM / decorations / j |