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 { Collection } from 'fireorm'; | |
@Collection() | |
class Band { | |
id: string; | |
name: string; | |
formationYear: number; | |
genres: Array<string>; | |
} |
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
class Band { | |
id: string; | |
name: string; | |
formationYear: number; | |
genres: Array<string>; | |
} |
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
{"lastUpload":"2018-09-22T20:34:19.139Z","extensionVersion":"v3.1.2"} |
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
{"lastUpload":"2020-08-25T14:55:45.150Z","extensionVersion":"v3.4.3"} |
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 five = require("johnny-five") | |
const client = require('messenger').createSpeaker(8000) | |
const stopwatch = require('../stopwatch') | |
let board, buttons, timer | |
board = new five.Board({ | |
repl: false | |
}) | |
const buttonsObj = { |
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
#Download and install raspbian-lite | |
#Expand filesystem | |
sudo raspi-config | |
expand filesystem | |
sudo reboot | |
#Test new space | |
df -H |
NewerOlder