Skip to content

Instantly share code, notes, and snippets.

View akshaybhadange's full-sized avatar
🤩

Akshay Bhadange akshaybhadange

🤩
  • india
View GitHub Profile
@akshaybhadange
akshaybhadange / 2019-https-localhost.md
Created July 8, 2021 12:07 — forked from cecilemuller/2019-https-localhost.md
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).

@akshaybhadange
akshaybhadange / java_download.sh
Created May 13, 2021 15:45 — forked from wavezhang/java_download.sh
download java from oracle without login
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz
@akshaybhadange
akshaybhadange / c++Template.cpp
Created May 9, 2021 11:30 — forked from kodekracker/c++Template.cpp
Basic C++ Template for Competitive Programming
/*
* Note: This template uses some c++11 functions , so you have to compile it with c++11 flag.
* Example:- $ g++ -std=c++11 c++Template.cpp
*
* Author : Akshay Pratap Singh
* Handle: code_crack_01
*
*/
/******** All Required Header Files ********/
{"lastUpload":"2020-03-29T13:46:22.648Z","extensionVersion":"v3.4.3"}