Skip to content

Instantly share code, notes, and snippets.

View Sanjay007's full-sized avatar
🎯
Focusing

Sanjay Y Sanjay007

🎯
Focusing
View GitHub Profile
@Sanjay007
Sanjay007 / 1MarkerAnimation.java
Created October 6, 2018 20:51 — forked from broady/1MarkerAnimation.java
Animating Markers
/* Copyright 2013 Google Inc.
Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0.html */
package com.example.latlnginterpolation;
import android.animation.ObjectAnimator;
import android.animation.TypeEvaluator;
import android.animation.ValueAnimator;
import android.annotation.TargetApi;
import android.os.Build;
@Sanjay007
Sanjay007 / README.md
Created April 7, 2017 13:19 — forked from oodavid/README.md
Deploy your site with git

Deploy your site with git

This gist assumes:

  • you have a local git repo
  • with an online remote repository (github / bitbucket etc)
  • and a cloud server (Rackspace cloud / Amazon EC2 etc)
    • your (PHP) scripts are served from /var/www/html/
    • your webpages are executed by apache
  • apache's home directory is /var/www/