I hereby claim:
- I am timd on github.
- I am timduckett (https://keybase.io/timduckett) on keybase.
- I have a public key whose fingerprint is E2F8 8A13 E453 B507 F15D EF4B D8D5 3D9C 4C82 37DF
To claim this, I am signing this object:
{ | |
"info": { | |
"name": "Fastmail JMAP", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
}, | |
"item": [ | |
{ | |
"name": "Fastmail JMAP", | |
"item": [ | |
{ |
<span class> | |
1: | |
</span> In Deutschland dürfen Menschen offen etwas gegen die Regierung sagen, weil … | |
<ul class="faq_answer px-4"> | |
<li class="py-1 px-1" x-data="{ highlight: 0}"> | |
<span :class="{'einburgerungs_test_answer' : highlightAnswers && highlight}"> | |
hier Religionsfreiheit gilt. | |
</span> | |
</li> | |
<li class="py-1 px-1" x-data="{ highlight: 0}"> |
Advanced Animations with UIKit | |
video: https://devstreaming-cdn.apple.com/videos/wwdc/2017/230lc4n1loob9/230/230_hd_advanced_animations_with_uikit.mp4?dl=1 | |
pdf: https://devstreaming-cdn.apple.com/videos/wwdc/2017/230lc4n1loob9/230/230_advanced_animations_with_uikit.pdf | |
Advanced Touch Bar | |
video: https://devstreaming-cdn.apple.com/videos/wwdc/2017/222ijxk2akkrebmr/222/222_hd_advanced_touch_bar.mp4?dl=1 | |
pdf: https://devstreaming-cdn.apple.com/videos/wwdc/2017/222ijxk2akkrebmr/222/222_advanced_touch_bar.pdf | |
Advances in TVMLKit | |
video: https://devstreaming-cdn.apple.com/videos/wwdc/2017/202ximbb9e2dq222/202/202_hd_advances_in_tvmlkit.mp4?dl=1 |
I hereby claim:
To claim this, I am signing this object:
THE MANY FORMS OF SWIFT FUNCTIONS – A CHEATSHEET | |
================================================ | |
No parameters, no return value | |
func foo() | |
called with | |
foo() |
(void)handlePan:(UIPanGestureRecognizer *)panRecognizer { | |
CGPoint locationPoint = [panRecognizer locationInView:self.collectionView]; | |
if (panRecognizer.state == UIGestureRecognizerStateBegan) { | |
NSIndexPath indexPathOfMovingCell = [self.collectionView indexPathForItemAtPoint:locationPoint]; | |
UICollectionViewCell *cell = [self.collectionView cellForItemAtIndexPath:indexPathOfMovingCell]; | |
UIGraphicsBeginImageContext(cell.bounds.size); |
// | |
// SFAuthDemoViewController.m | |
// | |
// Created by Tim Duckett on 19/06/2013. | |
// Copyright (c) 2013 Charismatic Megafauna Ltd. All rights reserved. | |
// | |
#import "SFAuthDemoViewController.h" | |
#import "SFAccountManager.h" | |
#import "SFRestAPI.h" |
Assume Xcode project file structure like: | |
Project/ | |
- project.xcworkspace | |
- project.xcodeproj | |
- Project/ | |
- assets/ | |
- data/ | |
- css/ | |
- html/ |
javascript:q=location.href;if(document.getSelection){d%20=%20'"'%20+%20document.getSelection()%20+%20'"';}else{d='';};p=document.title;void(open('https://pinboard.in/add?showtags=yes&url='+encodeURIComponent(q)+'&description='+encodeURIComponent(d)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,scrollbars=yes,width=750,height=700')); |
Obviously, the simplest solution would be for the client to share their account details or add us as ‘team admin’, but that is not what this is about.