$ sudo apt-get update
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
| { | |
| "AF": [ | |
| "Badakhshan", | |
| "Badghis", | |
| "Baghlan", | |
| "Balkh", | |
| "Bamyan", | |
| "Daykundi", | |
| "Farah", | |
| "Faryab", |
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
| [ | |
| { "code": "AF", "name": "Afghanistan" }, | |
| { "code": "AX", "name": "Åland Islands" }, | |
| { "code": "AL", "name": "Albania" }, | |
| { "code": "DZ", "name": "Algeria" }, | |
| { "code": "AS", "name": "American Samoa" }, | |
| { "code": "AD", "name": "Andorra" }, | |
| { "code": "AO", "name": "Angola" }, | |
| { "code": "AI", "name": "Anguilla" }, | |
| { "code": "AQ", "name": "Antarctica" }, |
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 firestore, { | |
| FirebaseFirestoreTypes, | |
| } from '@react-native-firebase/firestore'; | |
| import { useCallback, useEffect, useMemo, useState } from 'react'; | |
| type RealtimeState<T> = { | |
| data: T[] | T | undefined; | |
| loading: boolean; | |
| error: Error | null; |
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
| > Task :app:checkDebugAarMetadata FAILED | |
| Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. | |
| You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. | |
| See https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings | |
| 41 actionable tasks: 3 executed, 38 up-to-date |
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
| module TemporaryPatch | |
| refine Hash do | |
| def to_s | |
| '' | |
| end | |
| end | |
| end | |
| my_ebook = { | |
| ebook: 'Ruby Object Model', |
Update Homebrew’s package database.
brew update
To install the MongoDB binaries, issue the following command in a system shell:
brew install mongodb
Update Homebrew’s package database.
brew update
To install the MongoDB binaries, issue the following command in a system shell:
brew install rabbitmq
type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
NewerOlder