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
| Homebrew build logs for osslsigncode on macOS 10.14.5 | |
| Build date: 2019-08-06 10:10:11 |
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
| # Gaia hub & reader container deployment controller | |
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: gaia-app | |
| spec: | |
| selector: | |
| matchLabels: | |
| app: gaia-app |
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
| { | |
| "squadName": "Super hero squad", | |
| "homeTown": "Metro City", | |
| "formed": 2016, | |
| "secretBase": "Super tower", | |
| "active": true, | |
| "members": [ | |
| { | |
| "name": "Molecule Man", | |
| "age": 29, |
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 * as readline from 'readline'; | |
| import * as stream from 'stream'; | |
| export async function* asyncIterableToGenerator<T>(iter: AsyncIterable<T>) { | |
| for await (const entry of iter) { | |
| yield entry; | |
| } | |
| } | |
| export class LineReaderStream extends stream.Duplex { |
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
| ["/new_burn_block",{"burn_amount":0,"burn_block_hash":"0x0c79e0a0b950d8838b92299f3c623a2275220567c1f09bd30dd14b82efe1e8c0","burn_block_height":100,"reward_recipients":[],"reward_slot_holders":[]}] | |
| ["/new_burn_block",{"burn_amount":0,"burn_block_hash":"0x37cdc44d61328ae67f8882d4754e2fa2160f4ef1ead91d2d19ad98808f400131","burn_block_height":101,"reward_recipients":[],"reward_slot_holders":[]}] | |
| ["/new_burn_block",{"burn_amount":0,"burn_block_hash":"0x79c0dc847ed7574c7d63627f0a7422e5a48d6315d0ff7d754323b886caab6108","burn_block_height":102,"reward_recipients":[],"reward_slot_holders":[]}] | |
| ["/new_burn_block",{"burn_amount":20000,"burn_block_hash":"0x7c45de287b70eb596b40833c2cdbde49282daf41cd0145186d0bcf8f6f9f53d6","burn_block_height":103,"reward_recipients":[],"reward_slot_holders":[]}] | |
| ["/new_block",{"anchored_cost":{"read_count":0,"read_length":0,"runtime":0,"write_count":0,"write_length":0},"block_hash":"0xe074842eca1985317e4b83f9064e4044ea0c4af3ca81bba569280b1b2a08c24b","block_height":1,"burn_block_hash":"0x7c4 |
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
| { | |
| "$schema": "./dataflash-table.schema.json", | |
| "tableName": "Data Flash Table", | |
| "tableNumber": "14-1", | |
| "device": "BQ28Z610", | |
| "entries": [ | |
| { | |
| "class": "Calibration", | |
| "subclass": "Voltage", | |
| "address": "0x4000", |
OlderNewer