Skip to content

Instantly share code, notes, and snippets.

View shanky061's full-sized avatar

Shashank Chhikara shanky061

View GitHub Profile
@shanky061
shanky061 / WinRE.md
Last active May 10, 2023 13:53
Create WinRE USB manually

#Create WinRE USB manually from windows files

This is a Gist to creating a bootable Recovery Drive - USB disk that boots right into Windows Recovery Environment.

You just have to format the USB disk in FAT32, make it active. And copy files in following hierarchy.

###WinRE Files

  • boot/
    • fonts/
@shanky061
shanky061 / cctemp.cc
Last active August 29, 2015 14:14
Sport-Programming-Template
// {{{ boilerplate code <--------------------------------------------
#include<algorithm>
#include<bitset>
#include<climits>
#include<cmath>
#include<cstdio>
#include<cstdlib>
#include<cstring>
#include<iostream>