-
AppHands
- Seattle area
- apphands.com
- @apphands
- http://linkedin.com/in/randyedmonds/
- @[email protected]
Pinned Loading
-
BackgroundBeaconDemo
BackgroundBeaconDemo PublicUsing CoreBluetooth to scan for (non-iBeacon) bluetooth beacons while the app is in the background.
Objective-C 1
-
NodeMCU esp8266 home irrigation script
NodeMCU esp8266 home irrigation script 12// Load Wi-Fi library3#include <ESP8266WiFi.h>
45// Replace with your network credentials -
iOS-Face-Detection
iOS-Face-Detection PublicYou pick a photo from the Photo Library and the app uses Core Image Face Detection to highlight the faces.
-
-
Calculate Fibonacci numbers in Swift
Calculate Fibonacci numbers in Swift 1// https://en.wikipedia.org/wiki/Fibonacci_number
2// 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 ...
34func fib(n:Int)->Int {
5if n > 2 {
-
Sort NSDictionary keys in descending...
Sort NSDictionary keys in descending order 1NSDictionary *dict = @{@"a":@1, @"b":@3, @"z":@24};2NSArray *sortedArray = [dict keysSortedByValueUsingComparator:^NSComparisonResult(id _Nonnull obj1, id _Nonnull obj2) {3return [obj1 integerValue] < [obj2 integerValue];
4}];
5NSLog(@"dict: %@", sortedArray);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


