Install osxfuse (3.x.x) from https://github.com/osxfuse/osxfuse/releases.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew update| /* Original source code courtesy John from iOSDeveloperTips.com */ | |
| #include <sys/socket.h> | |
| #include <sys/sysctl.h> | |
| #include <net/if.h> | |
| #include <net/if_dl.h> | |
| + (NSString *)getMacAddress | |
| { | |
| int mgmtInfoBase[6]; |
| // | |
| // ARC Helper | |
| // | |
| // Version 2.1 | |
| // | |
| // Created by Nick Lockwood on 05/01/2012. | |
| // Copyright 2012 Charcoal Design | |
| // | |
| // Distributed under the permissive zlib license | |
| // Get the latest version from here: |
| using System; | |
| namespace Virtlink | |
| { | |
| /// <summary> | |
| /// Executes a particular piece of code based on the type of the argument. | |
| /// </summary> | |
| /// <example> | |
| /// Usage example: | |
| /// <code> |
osxfuse (3.x.x) from https://github.com/osxfuse/osxfuse/releases.ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew update| // | |
| // NSString-Levenshtein.m | |
| // https://web.archive.org/web/20031221230916/http://www.merriampark.com:80/ldobjc.htm | |
| // Created by Rick Bourner on Sat Aug 09 2003. | |
| // Rick@Bourner.com | |
| @implementation NSString(Levenshtein) | |
| // calculate the distance between two string treating them eash as a |
Not an expert:
Pro needed: