Skip to content

Instantly share code, notes, and snippets.

View saran87's full-sized avatar
💭
I may be slow to respond.

Saravana K.Nadar saran87

💭
I may be slow to respond.
View GitHub Profile
@saran87
saran87 / API.md
Created July 1, 2014 19:44 — forked from iros/API.md

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method:

// GruntFile.js for Laravel 4 Development
module.exports = function(grunt) {
"use strict";
grunt.initConfig({
"watch": {
"all": {
files: ["public/css/*", "public/js/*"],
tasks: ["clean:all", "less:dev", "concat:dev", "uglify:dev",]
}

Effective Engineer - Notes

What's an Effective Engineer?

  • They are the people who get things done. Effective Engineers produce results.

Adopt the Right Mindsets

@saran87
saran87 / install-hadoop-opensuse.sh
Created July 13, 2018 07:25 — forked from jniltinho/install-hadoop-opensuse.sh
Install Hadoop on OpenSUSE 42.2
#!/bin/bash
### Install Hadoop + JRE8 on OpenSUSE 64Bits
### https://www.vivaolinux.com.br/artigo/Instalando-Apache-Hadoop?pagina=2
### http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/
### http://thepowerofdata.io/setting-up-a-apache-hadoop-2-7-single-node-on-ubuntu-14-04/
### http://www.scratchtoskills.com/install-hadoop-2-7-2-on-ubuntu-15-10-single-node-cluster/
### http://pingax.com/install-hadoop2-6-0-on-ubuntu/
@saran87
saran87 / install-hadoop-opensuse.sh
Created July 13, 2018 07:25 — forked from jniltinho/install-hadoop-opensuse.sh
Install Hadoop on OpenSUSE 42.2
#!/bin/bash
### Install Hadoop + JRE8 on OpenSUSE 64Bits
### https://www.vivaolinux.com.br/artigo/Instalando-Apache-Hadoop?pagina=2
### http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/
### http://thepowerofdata.io/setting-up-a-apache-hadoop-2-7-single-node-on-ubuntu-14-04/
### http://www.scratchtoskills.com/install-hadoop-2-7-2-on-ubuntu-15-10-single-node-cluster/
### http://pingax.com/install-hadoop2-6-0-on-ubuntu/