- Non-binary gender
- Transgender
- Here’s What It Means When You Don't Identify as a Girl or a Boy
- Answers to Your Questions About Transgender People, Gender Identity, and Gender Expression
- Explaining Genderqueer To Those Who Are Not
- Amazon.com: Sissy: A Coming-of-Gender Story (9780735218826): Jacob Tobia: Books
- My New Gender Workbook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension Dictionary { | |
func typedValueForKey<T>(key: Key) -> T? { | |
return self[key] as? T | |
} | |
} | |
extension Array { | |
func typedValueAtIndex<T>(index: Index) -> T? { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Foundation | |
/// An extension on `NSURL` to support Data URIs. | |
extension NSURL { | |
/// `true` if the receiver is a Data URI. See https://en.wikipedia.org/wiki/Data_URI_scheme. | |
var dataURI: Bool { | |
return scheme == "data" | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ImmovableView: UIView { | |
/// `true` if setting the receiver’s frame should affect the view’s position and size. `false` if the view should be locked in place. Defaults to `true`. | |
var canMove = true | |
override var frame: CGRect { | |
get { | |
return super.frame | |
} | |
set { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// LCKConcurrentOperation.m | |
// LCKOperations | |
// | |
// Created by Twig on 12/19/13. | |
// Copyright (c) 2013 Lickability. All rights reserved. | |
// | |
#import "LCKConcurrentOperation.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
speedy | |
65 | |
Middle | |
ShowQuestion | |
0 | |
0 | |
ShowWiFi | |
1 | |
false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<feed xmlns="http://www.w3.org/2005/Atom"> | |
<generator uri="https://jekyllrb.com/" version="3.6.0">Jekyll</generator> | |
<link href="http://0.0.0.0:3000/blog/feed.xml" rel="self" type="application/atom+xml"/> | |
<link href="http://0.0.0.0:3000/" rel="alternate" type="text/html"/> | |
<updated>2019-11-07T19:12:26+00:00</updated> | |
<id>http://0.0.0.0:3000/</id> | |
<title type="html">Lickability</title> | |
<subtitle> | |
A detail-obsessed software studio. We design and develop delightful apps for amazing companies. | |
</subtitle> |
I hereby claim:
- I am mbbischoff on github.
- I am mbbischoff (https://keybase.io/mbbischoff) on keybase.
- I have a public key ASC144fNp4lrYtOAfG3fQhY4lqgELdn0h5_iqjXX0LXiTAo
To claim this, I am signing this object:
OlderNewer