Skip to content

Instantly share code, notes, and snippets.

View dine's full-sized avatar
🤖
rebase against the mainline!

Ariadine Gomes dine

🤖
rebase against the mainline!
View GitHub Profile
@dine
dine / circle.svg
Created April 23, 2015 22:42
circle
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dine
dine / post_video_facebook_only_accesstoken
Last active August 29, 2015 14:17
Post video to FB using only access token
<?php
include( "libFB/autoload.php" );
use Facebook\FacebookRequest;
use Facebook\FacebookRequestException;
use Facebook\FacebookSession;
FacebookSession::setDefaultApplication( 'APP_ID', 'APP_SECRET' );
$token =""; //get token by default facebook login
$session = new FacebookSession( $token );
@dine
dine / install.txt
Last active March 3, 2017 09:25
new machine, things to install
- brew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- liquidprompt
brew install liquidprompt
- setup liquidprompt
brew info liquidprompt
- brew cask
@dine
dine / hack.sh
Created May 2, 2012 14:53 — forked from DAddYE/hack.sh
OSX For Hackers
#!/bin/sh
##
# This is a script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# Run in interactive mode with:
# $ sh -c "$(curl -sL https://raw.github.com/gist/2108403/hack.sh)"
#
# or run it without prompt questions: