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
| set deviceName to "Kevin’s iPhone" | |
| activateScreenKeepAwake() | |
| readyQuickTime() | |
| setVideoInput(deviceName) | |
| setAudioInput(deviceName) | |
| setVolume(1.0) | |
| setScreenSize("maximize") | |
| # ----- Functions ----- |
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
| // | |
| // SwiftUI `CollectionView` type implemented with UIKit's `UICollectionView` under the hood. | |
| // Implemented using `UIViewRepresentable`, assigning a custom `UIHostingConfiguration` to | |
| // the `contentConfiguration` property of custom `UICollectionViewCell`s. | |
| // | |
| // See below implementation for usage. | |
| // | |
| import SwiftUI | |
| import UIKit |
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
| cd | |
| wget http://downloads.sourceforge.net/project/netatalk/netatalk/3.1.11/netatalk-3.1.11.tar.bz2 | |
| tar xvf netatalk-3.1.11.tar.bz2 -C netatalk/ | |
| cd netatalk | |
| sudo apt-get install \ | |
| build-essential \ | |
| build-essential \ | |
| libssl-dev \ |
Google Fonts suggests syncing fonts to your computer with a tool called SkyFonts. However, if you're running MacOS and want to keep your machine updated with all Google Fonts without any extra software, you can do this with Git, thanks to the Google Fonts Repo.
To do this, run the following in your terminal:
cd ~/Library/Fonts/
git clone --depth 1 https://github.com/google/fonts.git google-fontsDone! In the future, you can download new fonts by running:
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
| #Akamai | |
| address=/.e.akamai.net/220.90.198.73 | |
| address=/.akamaihd.net/220.90.198.73 | |
| address=/.edgesuite.net/220.90.198.73 | |
| #Limelight | |
| address=/.loris-e.llnwd.net/68.142.79.70 | |
| address=/.loris.llnwd.net/68.142.79.70 | |
| address=/.hs.llnwd.net/68.142.79.70 | |
| address=/.vo.llnwd.net/68.142.79.70 | |
| #CDN & Other |