Skip to content

Instantly share code, notes, and snippets.

View appsird's full-sized avatar

Brian appsird

  • Brian B
  • San Diego, California
View GitHub Profile
//
// ViewController.swift
// starWarsTableViewUpdates
//
// Created by Christina Moulton on 2015-10-17.
// Copyright (c) 2015 Teak Mobile Inc. All rights reserved.
//
import UIKit
@appsird
appsird / index.php
Last active August 29, 2015 14:05 — forked from allinora/index.php
<?php
date_default_timezone_set("UTC");
require_once(__DIR__ . "/config.php"); // This defines PARSE_APP_ID, PARSE_REST_KEY, PARSE_MASTER_KEY
require 'vendor/autoload.php';
use Parse\ParseClient;
use Parse\ParseObject;