Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
using namespace std;
uintmax_t arr[74][74];
uintmax_t bs(int a,int b) {
uintmax_t ans=0;
for (int i = 1; i <=b; ++i)
#include <iostream>
using namespace std;
uintmax_t arr[74][74];
uintmax_t bs(int a,int b) {
uintmax_t ans=0;
for (int i = 1; i <=b; ++i)
@SuhasHebbar
SuhasHebbar / ipconfig and get-NetAdapter output.md
Last active June 1, 2020 20:03
Output of ipconfig and get-NetAdapter with either WiFi or USB Tethering

USB tethering:

ipconfig

Windows IP Configuration


Ethernet adapter Ethernet:
@SuhasHebbar
SuhasHebbar / old-reddit.js
Last active October 24, 2022 20:04
uBlock Origin scriptlet to redirect to old reddit.
/// old-reddit.js
location.hostname = 'old.reddit.com';