- Follow the basic heroku/hubot instructions here: https://gist.github.com/trey/9690729
- Add
"slack-destiny-bot": "cranberyxl/slack-destiny-bot#search_armory"topackage.jsonto get my fork of the bot with armory search. These will probably make their way back to the original repo eventually. - Go to
https://{your-slack-name}.slack.com/services/new/hubotto setup a new hubot integration - Signup for a Bungie API key here: https://www.bungie.net/en/User/API
- Plugin the Bungie API key and the slack hubot token into heroku config
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
| Shader "Unlit/InfiniteGrid" | |
| { | |
| Properties | |
| { | |
| [Toggle] _WorldUV ("Use World Space UV", Float) = 1.0 | |
| _GridScale ("Grid Scale", Float) = 1.0 | |
| _GridBias ("Grid Bias", Float) = 0.5 | |
| _GridDiv ("Grid Divisions", Float) = 10.0 | |
| _BaseColor ("Base Color", Color) = (0,0,0,1) | |
| _LineColor ("Line Color", Color) = (1,1,1,1) |
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
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| using UnityEditor; | |
| [InitializeOnLoad] | |
| public class MakeUploadsFast : MonoBehaviour | |
| { | |
| static MakeUploadsFast() | |
| { |
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
| All actions are performed in Terminal.app. | |
| 1. Install Homebrew http://brew.sh/ | |
| 2. Install Jack (route audio tool) http://jackaudio.org/. Current stable version from official website doesn't work with | |
| MacOS Sierra (I use 10.12.3) so you need to download beta version from there https://yadi.sk/d/JwT10b7v3Dm5yy. | |
| After installing reboot your computer. | |
| 3. Install Darkice (audio streamer) via brew. |
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
| ffmpeg -i "https://content.jwplatform.com/manifests/Wqyolfwt.m3u8" -c copy -bsf:a aac_adtstoasc video.mp4 |