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
| OCTUser *user = [OCTUser userWithLogin:@"lottadot" server:OCTServer.dotComServer]; | |
| OCTClient *client = [OCTClient authenticatedClientWithUser:user password:@""]; |
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
| git clone foo | |
| cd foo | |
| git remote add myfork ssh://mylogin@myserver/mypath/foo.git | |
| git push myfork -all |
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
| [ -f Cartfile.resolved ]; then | |
| CARTFILE_CHANGED=`git diff --stat $(GIT_PREVIOUS_SUCCESSFUL_COMMIT) $(GIT_COMMIT) | grep '\|' | awk '{print $$1}' | grep Cartfile.resolved` | |
| if test "$(CARTFILE_CHANGED)" ; then | |
| echo "## STEP: Updating Carthage" | |
| carthage bootstrap --platform iOS --no-use-binaries | |
| else | |
| echo "## Carthage is up to date" | |
| fi | |
| else | |
| echo "## STEP: Installing Carthage Dependencies" |
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
| For sale: | |
| 15" MacBook Pro Retina 2.6 GHz i7 CPU, GeForce GT 650M Video, 16GB Ram, 500GB HD and | |
| 27" Apple LED Cinema Display | |
| Two laptop chargers included, misc video adapters. Model is MacBookPro10,1 (2012). Asking $950.00. | |
| Located in Grove City, Ohio |
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
| ` | |
| Showing Recent Messages | |
| .../Projects/SWPoc/SWPoc/SWPoc/ContentView.swift:18:4: Static member 'leading' cannot be used on instance of type 'HorizontalAlignment' | |
| ` | |
| HStack { | |
| Image("Candy") | |
| VStack(alignment: .leading) { | |
| Text("hello") | |
| Text("This is a test") |
OlderNewer