Skip to content

Instantly share code, notes, and snippets.

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

Atharva Unde atharvaunde

🏠
Working from home
View GitHub Profile
@atharvaunde
atharvaunde / GitCommitEmoji.md
Created May 30, 2021 08:24 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
@atharvaunde
atharvaunde / AddToDatabase.java
Created March 23, 2019 18:10 — forked from mitchtabian/AddToDatabase.java
Firebase-Save-User-Information
package com.tabian.firebasesaveuserdata;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
@atharvaunde
atharvaunde / LinkedInAutocoment.js
Created March 21, 2019 03:25 — forked from techguybiswa/LinkedInAutocoment.js
Automatically reply to ALL your LinkedIn Comments
var listOfCommentBox = document.getElementsByTagName("article");
//get the array list of all the div-s that has the comments
let extractedListOfFirstComment = [];
// store the author details of the comment
let listOfDiv = [];
//store the div-s of the comment
let count =0;
function generateComment(name,index) {