Skip to content

Instantly share code, notes, and snippets.

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

vjayc vjayajv

🏠
Working from home
View GitHub Profile
@vjayajv
vjayajv / aep.html
Last active May 26, 2021 14:45
mongodb-crud-using-flask
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mongo-CRD</title>
<link rel="shortcut icon" type="image/jpg" href="http://mongodb-js.github.io/leaf/mongodb-leaf_512x512.png"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
@vjayajv
vjayajv / README.md
Last active November 12, 2020 04:48

Stop-watch without using date command in shell script


set -e


i=00;

for i in $(seq -f %02g 0 24);