Skip to content

Instantly share code, notes, and snippets.

@brettnak
brettnak / privacy_policy_fb.md
Last active February 13, 2019 18:05
FB Privacy Policy for Self-Management App

This app is for the person who made it to programatically market and to play with the API on their own pages. It is not for you to use.

This app is not for you. This app is for the creator to manage the app creator's own pages, not yours. If you somehow have managed to connect a page to this app, no privacy of your data is gauranteed, but no effort will be made to share it, either. They will actually likely attempt to delete it, and to unlink your page or account from this app. Though, currently, no data generated from this app ever actually leaves facebook.

You should not use this app. This app is only for the person who created it.

This privacy policy could change at any time. If it does, you will not be informed because you shouldn't be using it.

This privacy policy is crrently hosted on GitHub. That means people can add comments below the text of this policy. Those comments have no bearing on this policy.

@brettnak
brettnak / gist:3855011
Created October 8, 2012 21:12 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@brettnak
brettnak / ReferenceImplementation.import.java
Created January 27, 2011 01:11
AppStoreHQ Deals - Developer Guide Snippets
import com.appstorehq.android.deals.api.AppStoreHQDealsController;
# This is a short collection of tools that are useful for managing your
# known_hosts file. In this case, I'm using the '-f' flag to specify the
# global known_hosts file because I'll be adding many deploy users on this
# system. Simply omit the -f flag to operate on ~/.ssh/known_hosts
# Add entry for host
ssh-keyscan -H github.com > /etc/ssh/ssh_known_hosts
# Scan known hosts
ssh-keygen -f /etc/ssh/ssh_known_hosts -H -F github.com