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
| { | |
| "_id" : ObjectId("5ff7e70ad9a2815b7adc79f9"), | |
| "type" : "Medication", | |
| "status" : "active", | |
| "category" : { | |
| "code" : "medicine" | |
| }, | |
| "code" : { | |
| "coding" : [ | |
| { |
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
| { | |
| "_id" : ObjectId("5ff38d884ba9e3133372ba93"), | |
| "type" : "Medication", | |
| "status" : "active", | |
| "category" : { | |
| "code" : "medicine" | |
| }, | |
| "code" : { | |
| "coding" : [ | |
| { |
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
| 1. **Run the game at least once before trying to mod the game!** This applies to reinstalling your game too. All mods are moved into an `Old X.X.X Plugins` folder on first launch to avoid version mismatches, so make sure to do this before installing mods on a fresh version. | |
| 2. Once that's done, simply check off the mods that you wish to install and click the <kbd>Install or Update</kbd> button. Likewise, click the <kbd>Uninstall</kbd> button to remove any mods. | |
| 3. Mods are installed to `IPA/Pending` until the game is run. Boot the game to complete mod installation. | |
| ## Themes | |
| <details> | |
| <summary><b>Light</b></summary> | |
| <div> | |
| <p><img src="https://cdn.assistant.moe/images/ModAssistant/Themes/Light/Intro.png" /></p> |
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
| Set audio source = None | |
| Additional command line arguemnts | |
| ``` | |
| -f dshow -i audio="Microphone (Realtek(R) Audio)" -f dshow -i audio="Stereo Mix (Realtek(R) Audio)" -filter_complex "[1:a][2:a]amerge=inputs=2[a]" -map 0 -map "[a]" | |
| ``` | |
| change audio=My device | |
| and | |
| filter_complex read https://ffmpeg.org/ffmpeg.html |
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 query = [ | |
| { | |
| "$match": { | |
| "$and": [ | |
| { | |
| "death.date": { | |
| "$exists": false | |
| } | |
| } | |
| ] |
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 | |
| mongoimport.exe /h 127.0.0.1 /d ffc /c organ .\organcc.json | |
| # Run | |
| mongod --dbpath D:\mongo\ffc\dataEntity |
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
| language: node_js | |
| node_js: | |
| - 7 | |
| branches: | |
| only: | |
| - master | |
| before_script: | |
| - du -sh /tmp/* |
NewerOlder