Skip to content

Instantly share code, notes, and snippets.

View nmabhinandan's full-sized avatar
🏠
Working from home

Abhinandan nmabhinandan

🏠
Working from home
View GitHub Profile
@nmabhinandan
nmabhinandan / _material_colors.scss
Last active August 29, 2015 14:14
SASS Material design color palette
// Material design color palette
// License: MIT
$md-red: #F44336;
$md-pink: #E91E63;
$md-purple: #6C27B0;
$md-deep-purple: #673AB7;
$md-indigo: #3F51B5;
$md-blue: #2196F3;
$md-light-blue: #03A9F4;
@nmabhinandan
nmabhinandan / gulpfile.js
Last active August 29, 2015 14:13
My gulp runner
var gulp = require('gulp');
var elixir = require('laravel-elixir');
var concat = require('gulp-concat');
var compass = require('gulp-compass');
var filter = require('gulp-filter');
var mainBowerFiles = require('main-bower-files');
var browserSync = require('browser-sync');
var order = require("gulp-order");
// var notify = require("gulp-notify");
@nmabhinandan
nmabhinandan / flexboxgrid.less
Created October 1, 2014 19:11
Grid based on CSS3 flexbox (LESS version) http://flexboxgrid.com
.grid {
padding-right: 2rem;
padding-left: 2rem;
}
.row {
-moz-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@nmabhinandan
nmabhinandan / AzureTableStore.php
Created May 9, 2014 05:43
Using Azure Table storage as Larave cache
<?php
use Illuminate\Cache\StoreInterface;
use Illuminate\Config;
use WindowsAzure\Common\ServicesBuilder;
use WindowsAzure\Common\ServiceException;
use WindowsAzure\Table\Models\Entity;
use WindowsAzure\Table\Models\EdmType;
class AzureTableStore implements StoreInterface{
@nmabhinandan
nmabhinandan / IntelXDK.desktop
Created February 26, 2014 07:49
Intel XDK Gnome shell entry
[Desktop Entry]
Name=Intel XDK
Exec=/opt/intel/XDK/xdk.sh
StartupNotify=true
Terminal=false
Type=Application
Icon=/opt/intel/XDK/xdk.png
#http://www.juic3.com/static/images/xdk.png
Catogary=Development