This file contains hidden or 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
/* | |
InstagramFollowerComparer.js | |
Created by Ayden Panhuyzen on 2018-04-23. | |
Copyright © 2018 Ayden Panhuyzen. All rights reserved. | |
https://gist.github.com/aydenp | |
Figure out who doesn't follow back/who you don't follow back on Instagram via a JavaScript script. | |
--- | |
Steps: |
This file contains hidden or 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
// | |
// UIEdgeInsets+All.swift | |
// | |
// Created by Ayden Panhuyzen on 2018-04-02. | |
// Copyright © 2018 Ayden Panhuyzen. All rights reserved. | |
// https://gist.github.com/aydenp | |
// | |
import UIKit |
This file contains hidden or 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
// | |
// HairlineView.swift | |
// | |
// Created by Ayden Panhuyzen on 2018-04-02. | |
// Copyright © 2018 Ayden Panhuyzen. All rights reserved. | |
// https://gist.github.com/aydenp | |
// | |
import UIKit |
This file contains hidden or 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
// | |
// Randoms.swift | |
// | |
// Created by Ayden Panhuyzen on 2018-03-17. | |
// Copyright © 2018 Ayden Panhuyzen. All rights reserved. | |
// https://gist.github.com/aydenp | |
// | |
import UIKit |
This file contains hidden or 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
// | |
// UIViewController+ShorthandAlerts.swift | |
// | |
// Created by Ayden Panhuyzen on 2017-07-31. | |
// Copyright © 2017-2018 Ayden Panhuyzen. All rights reserved. | |
// https://gist.github.com/aydenp | |
// | |
import UIKit |
NewerOlder