I hereby claim:
- I am nythepegasus on github.
- I am nythepegasus (https://keybase.io/nythepegasus) on keybase.
- I have a public key whose fingerprint is 5895 80A1 6B7C EBE6 1B46 0D23 9CB6 1677 D2F5 29BC
To claim this, I am signing this object:
| // authored by @nythepegasus | |
| // with help from others | |
| public struct NetInfo: Hashable { | |
| public let name: String | |
| public let host: String | |
| public let dest: String? | |
| public let mask: String | |
| public init(name: String, host: String, dest: String?, mask: String) { |
| // original code was shared to me by @stossy11 | |
| // cleaned up by nythepegasus | |
| typealias SecTaskRef = OpaquePointer | |
| @_silgen_name("SecTaskCopyValueForEntitlement") | |
| func SecTaskCopyValueForEntitlement( | |
| _ task: SecTaskRef, | |
| _ entitlement: NSString, | |
| _ error: NSErrorPointer |
| # simple AltSource v2 parse by nythepegasus | |
| class BaseModel: | |
| __slots__, __reqco__ = set(), set() | |
| def __init__(self, **kwargs): | |
| name, strict = self.__class__.__name__, kwargs.get('_BMS', False) | |
| if strict: kwargs.pop('_BMS') | |
| slots, reqco = set(self.__slots__), set(getattr(self, '__reqco__', set())) | |
| if strict and len((diff := reqco.difference(set(kwargs)))) != 0: |
| import math | |
| ### Find Population Standard Deviation ### | |
| pop = [103,99,108,105,114,101] | |
| math.sqrt(sum(list(map(lambda x: (x-sum(pop)/len(pop))**2, pop)))/len(pop)) | |
| ### Sigma Notation Using Range And Sum | |
| # sum(range(first_num, last_num, step)) | |
| sum(range(2, -449, -5)) |
I hereby claim:
To claim this, I am signing this object:
| account-plugin-aim 3.8.6-0ubuntu9.2 | |
| account-plugin-facebook 0.11+14.04.20140409.1-0ubuntu2 | |
| account-plugin-flickr 0.11+14.04.20140409.1-0ubuntu2 | |
| account-plugin-google 0.11+14.04.20140409.1-0ubuntu2 | |
| account-plugin-jabber 3.8.6-0ubuntu9.2 | |
| account-plugin-salut 3.8.6-0ubuntu9.2 | |
| account-plugin-twitter 0.11+14.04.20140409.1-0ubuntu2 | |
| account-plugin-yahoo 3.8.6-0ubuntu9.2 | |
| accountsservice 0.6.35-0ubuntu7.2 | |
| acl 2.2.52-1 |