(Place the description of the play here. Include a summary of when and why to use the play.)
Use this play to:
- (List the bullets of what the play accomplishes)
| People | Time | Difficulty |
|---|---|---|
| List the roles hereList the roles here as well | (Time in hours) hr |
(Place the description of the play here. Include a summary of when and why to use the play.)
Use this play to:
| People | Time | Difficulty |
|---|---|---|
| List the roles hereList the roles here as well | (Time in hours) hr |
| /* | |
| Enable dark mode on slack by appending the below code to this file: | |
| /Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js | |
| NOTE: you will need to change the URL to the latest version of this gist by clicking the "Raw" button. | |
| document.addEventListener('DOMContentLoaded', function() { | |
| $.ajax({ | |
| url: 'https://gist.githubusercontent.com/jon077/330e86682905f2c7ffa5e9a755cfe012/raw/fdcf34fcb8f92283d2c0376025b47e28ecc7195c/slack-dark-mode', |
| BRANCH_NAME=$1 | |
| ## Checkout empty orphan | |
| git checkout --orphan ${BRANCH_NAME}-empty | |
| ## Remove all files | |
| git rm -r --cached * | |
| #!/bin/sh | |
| # | |
| # Starts the local dockerized swagger editor. | |
| # To start the editor, just run the script: it doesn’t take any arguments. | |
| # You can change the port it uses by editing the SE_PORT variable. You need to make it executable: | |
| # | |
| # chmod 755 swagger-editor | |
| # | |
| # then start it with | |
| # |
| /***** | |
| * In your preInit event, declare your recipes | |
| * | |
| * | |
| * / | |
| @EventHandler | |
| public void preInit(FMLPreInitializationEvent event) { |