Skip to content

Instantly share code, notes, and snippets.

View tawsif93's full-sized avatar
🤯
Focusing

Fazle Mohammed Tawsif tawsif93

🤯
Focusing
View GitHub Profile
@tawsif93
tawsif93 / setup.sh
Last active February 21, 2023 08:11 — forked from bradp/setup.sh
New Mac Setup Script
echo "Creating an SSH key for you..."
ssh-keygen -t rsa
echo "Please add this public key to Github \n"
echo "https://github.com/account/ssh \n"
read -p "Press [Enter] key after this..."
echo "Installing xcode-stuff"
xcode-select --install
@tawsif93
tawsif93 / important-links
Last active May 3, 2017 07:21
Important Links
#include <iostream>
#include <queue>
using namespace std;
int main()
{
long long *mainArray;
queue <long> remainder[10];
long long limit;