Skip to content

Instantly share code, notes, and snippets.

View jindalAnuj's full-sized avatar
🎯
Focusing

Anuj Jindal jindalAnuj

🎯
Focusing
View GitHub Profile
@jindalAnuj
jindalAnuj / README.md
Created June 26, 2018 10:58 — forked from Remiii/README.md
How to delete Vault (AWS Glacier)

How to delete Vault (AWS Glacier)

This Gist give some tips in order to remove AWS Glacier Vault with AWS CLI (ie. https://aws.amazon.com/en/cli/).

Step 1 / Retrive inventory

$ aws glacier initiate-job --job-parameters '{"Type": "inventory-retrieval"}' --vault-name YOUR_VAULT_NAME --account-id YOUR_ACCOUNT_ID --region YOUR_REGION
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- google's material design colours from
http://www.google.com/design/spec/style/color.html#color-ui-color-palette -->
<!--reds-->
<color name="md_red_50">#FFEBEE</color>
<color name="md_red_100">#FFCDD2</color>
<color name="md_red_200">#EF9A9A</color>
@jindalAnuj
jindalAnuj / GetWeekDayName.java
Created January 5, 2019 15:25 — forked from javamultiplex/GetWeekDayName.java
How to get Week Day from given Date in Java
package com.javamultiplex.datetime;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.Scanner;
/**
@jindalAnuj
jindalAnuj / README-Template.md
Created April 14, 2024 08:49 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites