Skip to content

Instantly share code, notes, and snippets.

View Shad0wSeven's full-sized avatar
🔒
locked

Ayush Nayak Shad0wSeven

🔒
locked
View GitHub Profile
@Shad0wSeven
Shad0wSeven / quietfox-modded.css
Created June 2, 2021 00:31
quietfox modded for FF89
/*
Quietfox for Firefox 76
https://github.com/coekuss/quietfox
Thanks for using my file
*/
@Shad0wSeven
Shad0wSeven / skeleton.tex
Created September 5, 2020 18:27
LaTeX arcticle detailed skeleton
% Copyright (C) [YEAR HERE] [NAME HERE]
% All Rights Reserved
% Unauthorized copying of this file, via any medium is strictly prohibited Proprietary and confidential
% Written by [NAME HERE] <[EMAIL HERE]> [MONTH HERE] [YEAR HERE]
% -- Dependencies --
\documentclass{article}
\usepackage[utf8]{inputenc}
@Shad0wSeven
Shad0wSeven / holstein.cpp
Created June 10, 2020 18:56
bruh idk how this worked first try
/*
ID: ayushn.2
TASK: holstein
LANG: C++11
*/
#include <iostream>
#include <fstream>
#include <vector>
#include <queue>
#include <cmath>
@Shad0wSeven
Shad0wSeven / pprime.cpp
Created June 8, 2020 19:56
justin loves emily
/*
ID: ayushn.2
TASK: sprime
LANG: C++11
*/
#include <iostream>
#include <fstream>
#include <cmath>
#include <vector>
/*
ID: ayushn.2
TASK: XXXXXXXXX
LANG: C++
*/
// Note sometimes randomly it gives a segmentation fault and then fixes itself other times - No idea why.
#include <iostream>
#include <fstream>