Skip to content

Instantly share code, notes, and snippets.

View GuralSyncalypse's full-sized avatar

Gural Syncalypse GuralSyncalypse

View GitHub Profile
@Hardikanand1st
Hardikanand1st / Power iso Serial keys.txt
Last active July 16, 2024 04:49
power iso Serial Keys
===============================================================================
User Name-: Hardik
Registration code :- TZXZT-USMCB-ZRKYP-MTVG3-JM8UL
===============================================================================
@leimao
leimao / ClearInputBuff.cpp
Created December 30, 2019 07:44 — forked from manadream/ClearInputBuff.cpp
Clearing input buffer in C++ completely
#include <iostream>
#include <limits>
using namespace std;
int main(){
char var[10];
bool valid = false;
while(!valid){
cout << "Enter a string 9 characters long: ";