I hereby claim:
- I am tmdvs on github.
- I am tmdvs (https://keybase.io/tmdvs) on keybase.
- I have a public key whose fingerprint is 1DB3 BBAF C199 5A3A 4EEF C6AC FC75 986C 1B3F 3CE2
To claim this, I am signing this object:
{% if item.modifiers %} | |
<ul class="modifiers"> | |
{% for value in item.modifiers %} | |
<li><strong>{{ value.meta.name }}:</strong> {{ value.value }}</li> | |
{% endfor %} | |
</ul> | |
{% endif %} |
@interface UIBlockSwitch : UISwitch { | |
ActionBlock _actionBlock; | |
} | |
-(void) handleControlEvent:(UIControlEvents)event | |
withBlock:(ActionBlock) action; | |
@end | |
@implementation UIBlockSwitch |
// An Example of a bubble sort algorithm in Swift | |
// | |
// Essentialy this algorithm will loop through the values up to | |
// the index where we last did a sort (everything above is already in order/sorted) | |
// comparing a one value to the value before it. If the value before it is higher, | |
// swap them, and note the highest swap index. On the next iteration of the loop we | |
// only need to go as high as the previous swap. | |
import Foundation |
YES CHRIS, I WROTE THIS UP -- ERICA ([email protected]) | |
p.s. Follow me on twitter: @ericasadun | |
------------- | |
US AT&T Customers: I don't have specific details on adding tethering to your account but just give AT&T a call. They'll help with the billing. | |
Note: UK People start here: http://twitter.com/timmeh/status/1351833678 | |
Note: US People look here: http://tinyurl.com/cstrqx (New version by Michael Johnston of iPhone Alley) | |
Over Bluetooth: http://www.joachimbean.com/Computer_Inventory/News/Entries/2009/3/19_Tethering_on_iPhone_OS_3.0_over_AT&T.html |
I hereby claim:
To claim this, I am signing this object: