Let's make a clean starter directory:
This file contains 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
var ports = {}; | |
var listeners = { | |
}; | |
var contextMenuID = '4353455656'; | |
var currentPort; | |
chrome.contextMenus.create({ | |
title: 'Share window,tab or desktop', | |
id: contextMenuID |
This file contains 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
var ports = {}; | |
var listeners = { | |
}; | |
var contextMenuID = '4353455656'; | |
var currentPort; | |
chrome.contextMenus.create({ | |
title: 'Share window,tab or desktop', | |
id: contextMenuID |
This file contains 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
/*********************************************************** | |
Roam Bionic text | |
inspired by Bionic Reading (TM) : https://https://bionic-reading.com/ | |
Version: 0.41, May 31th, 2022 | |
By: @fbgallet on Twitter | |
- Toggle it with Shift+Alt+B or 'B' button in the top bar. | |
- Set fixation (percentage of word in bold), saccade (applies every x words) and button display on [[roam/js/bionic text]] page. | |
Support my work on: https://www.buymeacoffee.com/fbgallet |
This file contains 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
declare -a MY_EYES # so cloudy | |
for cloud in "${MY_EYES[@]}"; do | |
i for an i in `$cloud describe deathstar`; do | |
rm -rf * | |
done | |
done |
era_duration = '1700seconds'
minimum_era_height = 100
minimum_round_exponent = 14
{
"api_version": "1.0.0",
"chainspec_name": "lrt3-2020-10-22T12:25:27Z",
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 1
---
stopped nodes:
```
172.85.63.221
172.96.52.130
```
---
This file contains 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
syntax = "proto3"; | |
package fastchain; | |
//Interface exposed by pbft committee nodes | |
service FastChain { | |
//RPC service that responds whether the node is the leader | |
rpc CheckLeader (CheckLeaderReq) returns (CheckLeaderResp) {} | |
This file contains 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
{ | |
"version": 0, | |
"dependencies": [ | |
{ | |
"importpath": "cloud.google.com/go/bigquery", | |
"repository": "https://code.googlesource.com/gocloud", | |
"vcs": "git", | |
"revision": "5dc73f060f3844a0da646dd93286dc86ab4f00f6", | |
"branch": "master", | |
"path": "bigquery", |
NewerOlder