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
| {"gameLink":"www.flickgame.org","canvasses":[[232,"1",3,"6",156,"1",5,"6",155,"1",5,"6",6,"1",3,"6",146,"1",5,"6",5,"1",5,"6",145,"1",5,"6",5,"1",5,"6",125,"1",3,"6",17,"1",5,"6",5,"1",5,"6",32,"1",3,"6",89,"1",5,"6",16,"1",5,"6",5,"1",5,"6",31,"1",5,"6",88,"1",5,"6",16,"1",5,"6",5,"1",6,"6",30,"1",5,"6",88,"1",5,"6",16,"1",5,"6",5,"1",6,"6",30,"1",5,"6",88,"1",5,"6",16,"1",5,"6",6,"1",5,"6",30,"1",5,"6",88,"1",5,"6",16,"1",5,"6",6,"1",6,"6",29,"1",5,"6",88,"1",5,"6",16,"1",5,"6",6,"1",6,"6",29,"1",5,"6",88,"1",5,"6",16,"1",5,"6",7,"1",6,"6",28,"1",5,"6",88,"1",5,"6",16,"1",5,"6",7,"1",6,"6",28,"1",5,"6",38,"1",1,"0",49,"1",5,"6",16,"1",5,"6",2,"1",1,"0",5,"1",5,"6",28,"1",5,"6",38,"1",1,"0",49,"1",5,"6",16,"1",5,"6",2,"1",1,"0",5,"1",5,"6",28,"1",5,"6",38,"1",1,"0",49,"1",5,"6",16,"1",5,"6",2,"1",1,"0",5,"1",5,"6",28,"1",6,"6",37,"1",1,"0",49,"1",5,"6",16,"1",5,"6",1,"1",3,"0",4,"1",5,"6",28,"1",6,"6",37,"1",1,"0",49,"1",5,"6",16,"1",5,"6",1,"1",3,"0",4,"1",6,"6",28,"1",5,"6",37,"1",1,"0",49,"1",5,"6",16,"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
| sleep 1500 && say -v Yuri "поработал, отдохни" | |
| (say -v ? to choose a voice) |
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
| curl -v \ | |
| --data 'token=your-token' \ | |
| --data-urlencode 'profile={"status_text":"Will be available within 25 minutes", "status_emoji":":tomato:"}' \ | |
| https://slack.com/api/users.profile.set | |
| (get your token at https://api.slack.com/custom-integrations/legacy-tokens) |