openpgp4fpr:00E643C21FAC965FFB28D3B714D0D45A1DADAAFA
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 java.io.BufferedReader; | |
| import java.io.FileReader; | |
| import java.io.IOException; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| import java.util.regex.Matcher; | |
| import java.util.regex.Pattern; | |
| public class RangeMerger { | |
I hereby claim:
- I am jaspermayone on github.
- I am jaspermayone (https://keybase.io/jaspermayone) on keybase.
- I have a public key ASCwjo2PlDjq6_LhAo2aZKWj2JSSxMKhc50b40D-vAuMago
To claim this, I am signing this object:
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
| // open slack in the browser and paste this into your console for the XOXC token | |
| localConfig = JSON.parse(localStorage.getItem('localConfig_v2')) | |
| localConfig.teams[localConfig.lastActiveTeamId].token |