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
[{
"PNR": "71612786F",
"subject": "310241",
"Online": 17,
"Theory": "AB",
"Total": 17,
"TW": 0,
"PR": 0,
"OR": 0,
<!DOCTYPE html>
<html>
<head>
<!-- COMMON TAGS -->
<meta charset="utf-8">
<title>Trust Well Engineers India</title>
<!-- Search Engine -->
<meta name="description" content="We design and manufacture all types of Waste Heat Recovery Boilers & handle corrosive or complicated flue gasses. We also have hands on experience in designing and manufacturing of low temperature heat recovery products.">
<meta name="keywords" content="Boilers, Heaters, Blowers, Heat Exchanger, Flue Gases, Recovery, Heat , Energy , Heat Recovery">
<meta name="robots" content="index, follow">
<!-- CDN files -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<!-- UI-->
<v-container class="mt-6">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<template>
<v-content class="px-0 mx-0 pt-5">
<v-container fluid class="px-0 pt-0 container-margin-top">
<v-row justify="center" align="center">
<v-col md="12" lg="10" xs="12" class="py-5 ">
<homeStartScreen />
</v-col>
</v-row>
</v-container>
<template>
<v-container fluid class="pa-0">
<v-row align="center" class="">
<v-col cols="12" md="12" lg="12" sm="12" class="pa-0 mb-0">
<div class="ma-1">
<div class="pa-5">
<p class="google-font mb-0" style="font-size:180%" align="center">Schedule your <span
style="color: #693b95; "><b>Free Session</b></span> today!</p><br>
<p class="google-font mt-0" style="font-size:95%" align="center">Fill out this form and one of
our Certified Consultants will reach out to you and schedule a call. We’ll discuss your
@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) {