made with esnextbin
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
| Cell 01 - Address: 28:32:C5:89:98:70 | |
| Channel:6 | |
| Frequency:2.437 GHz (Channel 6) | |
| Quality=49/70 Signal level=-61 dBm | |
| Encryption key:on | |
| ESSID:"maneiro" | |
| Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s | |
| 24 Mb/s; 36 Mb/s; 54 Mb/s | |
| Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s | |
| Mode:Master |
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
| const channelCodes = [...document.querySelectorAll('#channels_list optgroup option')].reduce((acc, n) => { | |
| acc[n.innerText] = n.value | |
| return acc | |
| }, {}) | |
| TS.boot_data.all_channels.forEach(channel => { | |
| if(channelCodes[`#${channel.name}`]) channel.mapping = channelCodes[`#${channel.name}`] | |
| }) |
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
| This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
| ✅ did:muport:QmYmsmsv1381845jVEzkmrNF7xgQmaoctvTYWuN3TiR3Jt ✅ | |
| Create your profile today to start building social connection and trust online at https://3Box.io/ |
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
| clear lock | |
| keycode 66 = Mode_switch | |
| keycode 9 = Escape dead_tilde dead_grave | |
| keycode 10 = 1 exclam F1 | |
| keycode 11 = 2 at F2 | |
| keycode 12 = 3 numbersign F3 | |
| keycode 13 = 4 dollar F4 | |
| keycode 14 = 5 percent F5 | |
| keycode 15 = 6 dead_circumflex F6 | |
| keycode 16 = 7 ampersand F7 |
OlderNewer