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
| from dataclasses import dataclass | |
| from enum import Enum, auto | |
| class Proficiency(Enum): | |
| HEAVY_ARMOR = auto() | |
| MEDIUM_ARMOR = auto() | |
| LIGHT_ARMOR = auto() | |
| SIMPLE_WEAPONS = auto() | |
| SHIELD = auto() |
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
| Starting Jem's Disco! | |
| DMA initialized, channel 0 | |
| DMA CB initialized, channel 1 | |
| Random data | |
| [00:00:00.000] LOG -- btstack_tlv_flash_bank.c.548: found bank 0 | |
| [00:00:00.000] LOG -- btstack_tlv_flash_bank.c.239: test erased: bank 0, offset 476 | |
| [00:00:00.000] LOG -- btstack_tlv_flash_bank.c.583: Flash clean after last found tag | |
| [00:00:00.000] LOG -- btstack_tlv_flash_bank.c.598: write offset 1dc | |
| [00:00:00.000] LOG -- btstack_tlv.c.48: TLV Instance 100202E4 | |
| [00:00:00.000] LOG -- btstack_tlv_flash_bank.c.408: Found tag '4254440f' at position 264 |
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
| Starting Jem's Disco! | |
| [00:00:00.003] LOG -- btstack_tlv_flash_bank.c.548: found bank 0 | |
| [00:00:00.009] LOG -- btstack_tlv_flash_bank.c.239: test erased: bank 0, offset 476 | |
| [00:00:00.017] LOG -- btstack_tlv_flash_bank.c.583: Flash clean after last found tag | |
| [00:00:00.024] LOG -- btstack_tlv_flash_bank.c.598: write offset 1dc | |
| [00:00:00.030] LOG -- btstack_tlv.c.48: TLV Instance 1001FDAC | |
| [00:00:00.036] LOG -- btstack_tlv_flash_bank.c.408: Found tag '4254440f' at position 264 | |
| [00:00:00.044] LOG -- le_device_db_tlv.c.159: num valid le device entries 1 | |
| [00:00:00.052] LOG -- att_db.c.250: att_set_db 1001E270 | |
| [00:00:00.057] LOG -- nordic_spp_service_server.c.162: nordic_spp_rx_value_handle 0x06 |
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
| yosys -p "read_verilog hw/memory_tb.v ; synth_ice40 -top memory_tb -json memory_tb.json" | |
| /----------------------------------------------------------------------------\ | |
| | | | |
| | yosys -- Yosys Open SYnthesis Suite | | |
| | | | |
| | Copyright (C) 2012 - 2020 Claire Xenia Wolf <claire@yosyshq.com> | | |
| | | | |
| | Permission to use, copy, modify, and/or distribute this software for any | | |
| | purpose with or without fee is hereby granted, provided that the above | |
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
| ******************************************************************** | |
| Serial Initialized | |
| -------------------------------------------------------------------- | |
| I2CexpDiag - i2c LCD i/o expander backpack diagnostic tool | |
| -------------------------------------------------------------------- | |
| hd44780 lib version: 1.3.2 | |
| -------------------------------------------------------------------- | |
| Reported Arduino Revision: 1.6.7 | |
| CPU ARCH: arm - F_CPU: 48000000 | |
| -------------------------------------------------------------------- |
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 os | |
| import time | |
| def evaluate_possible_operation(trg, cur_num, next_nums, concat=False): | |
| if len(next_nums) == 0: | |
| return trg == cur_num | |
| if cur_num > trg: | |
| return False |
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
| O | |
| ^-------------------># | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | |
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 fcw | |
| import camera | |
| import time | |
| import distances | |
| import default_values | |
| def doLaneDepartureWarning(): | |
| dashcam.beep(volume.MEDIUM) | |
| dashcam.screen.flash(RED) |
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 tkinter as tk | |
| from tkinter import messagebox | |
| class MyGUI: | |
| def __init__(self): | |
| self.root = tk.Tk() | |
| self.check_state = tk.IntVar() |
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
| Activation Code 2G2b5QUsWGYzsHTVqIWq | |
| Activation ID b8035237-0c6a-4c54-ae73-795227cfb870 |
NewerOlder