rm -rf ~/Documents/Parallels/
rm -rf ~/Applications\ \(Parallels\)/
rm -rf ~/Library/Preferences/com.parallels.*
rm -rf ~/Library/Preferences/parallels
rm -rf ~/Library/Logs/parallels.log
sudo rm -rf /library/logs/parallels.log
sudo rm -rf /library/preferences/parallels
sudo rm -rf /private/var/db/Parallels
sudo rm -rf /private/var/.Parallels_swap
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
| # <type>: (If applied, this commit will...) <subject> (Max 50 char) | |
| # |<---- Using a Maximum Of 50 Characters ---->| | |
| # Explain why this change is being made | |
| # |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| | |
| # Provide links or keys to any relevant tickets, articles or other resources | |
| # Example: Github issue #23 |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Author</key> | |
| <string>tiggerk</string> | |
| <key>AuthorURL</key> | |
| <string></string> | |
| <key>CanDragToMacroGroup</key> | |
| <true/> |
- Underscore
_.anyis Lodash_.some - Underscore
_.composeis Lodash_.flowRight - Underscore
_.containsis Lodash_.includes - Underscore
_.eachdoesn’t allow exiting by returningfalse - Underscore
_.findWhereis Lodash_.find - Underscore
_.flattenis deep by default while Lodash is shallow - Underscore
_.indexByis Lodash_.keyBy - Underscore
_.invokeis Lodash_.invokeMap - Underscore
_.mapObjectis Lodash_.mapValues - Underscore
_.maxcombines Lodash_.max&_.maxBy