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
| #!/usr/bin/env node | |
| // Channel ID is on the the browser URL.: https://mycompany.slack.com/messages/MYCHANNELID/ | |
| // Pass it as a parameter: node ./delete-slack-messages.js CHANNEL_ID | |
| // CONFIGURATION ####################################################################################################### | |
| const token = 'xoxp-4006768287264...'; | |
| // Legacy tokens are no more supported. | |
| // Please create an app or use an existing Slack App |
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
| gci -r| sort -descending -property length | select -first 20 fullname, length > C:\Users\Mohammed.Gpt\Desktop\LargeFiles.txt |
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
| <?php | |
| $targetFolder = $_SERVER['DOCUMENT_ROOT'].'/web/reviera/storage/app/public'; | |
| $linkfolder = $_SERVER['DOCUMENT_ROOT'].'/web/reviera/public/storage'; | |
| symlink($targetFolder,$linkfolder); | |
| echo 'Success'; | |
| ?> |
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 os | |
| runnable = [ | |
| 'acm-api', | |
| 'authorization', | |
| 'clients-api', | |
| 'cportal-api', | |
| 'dashboard', | |
| 'documents-api', | |
| 'eportal-api', |