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
https://xkcd.com/ | |
https://www.autodraw.com/ | |
https://screenshot.guru/ | |
https://www.labnol.org/reverse/ | |
https://copychar.cc/math/ 🌟 | |
https://www.noisli.com/ | |
https://e.ggtimer.com/ | |
https://www.myfonts.com/WhatTheFont/ | |
https://www.onlineocr.net/ // scanner pdf to words | |
https://wetransfer.com // shre big files |
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
=== Commands | |
force:alias:list # list username aliases for the Salesforce CLI | |
force:alias:set # set username aliases for the Salesforce CLI | |
force:apex:class:create # create an Apex class | |
force:apex:execute # execute anonymous Apex code | |
force:apex:log:get # fetch a debug log | |
force:apex:log:list # list debug logs | |
force:apex:log:tail # start debug logging and display logs | |
force:apex:test:report # display test results | |
force:apex:test:run # invoke Apex tests |