Pinned Repositories
-BigBountyRecon
-GitHub-
𝟏𝟎 𝐫𝐞𝐩𝐨𝐬𝐢𝐭𝐨𝐫𝐢𝐞𝐬 𝐨𝐧 GitHub 𝐭𝐡𝐚𝐭 𝐰𝐢𝐥𝐥 𝐭𝐫𝐚𝐧𝐬𝐟𝐨𝐫𝐦 𝐭𝐡𝐞 𝐰𝐚𝐲 𝐲𝐨𝐮 𝐚𝐩𝐩𝐫𝐨𝐚𝐜𝐡 𝐭𝐞𝐜𝐡𝐧𝐢𝐜𝐚𝐥 𝐢𝐧𝐭𝐞𝐫𝐯𝐢𝐞𝐰𝐬
0install
3rr0r-4O4
Competitive-Programming-A-Complete-Guideline
EmployeeManagementSystem
Interview-Problem-Soilving-Preparation-Resources
৪ টা ইন্টারভিউ প্রবলেম সলভিং প্রিপারেশন রিসোর্সঃ এই লিস্টের রিসোর্স গুলো যারা অলরেডি প্রোগ্রামিং বেসিক জানে তাদের জন্য।
system-design-bangla
System Design Tutorial in Bangla
Tour-with-C
Recommended For:Basic & New-Comer C Programme LearneR
web-portfolio
arefinthecybersec's Repositories
arefinthecybersec/EmployeeManagementSystem
arefinthecybersec/Interview-Problem-Soilving-Preparation-Resources
৪ টা ইন্টারভিউ প্রবলেম সলভিং প্রিপারেশন রিসোর্সঃ এই লিস্টের রিসোর্স গুলো যারা অলরেডি প্রোগ্রামিং বেসিক জানে তাদের জন্য।
arefinthecybersec/system-design-bangla
System Design Tutorial in Bangla
arefinthecybersec/Tour-with-C
Recommended For:Basic & New-Comer C Programme LearneR
arefinthecybersec/web-portfolio
arefinthecybersec/-BigBountyRecon
arefinthecybersec/-GitHub-
𝟏𝟎 𝐫𝐞𝐩𝐨𝐬𝐢𝐭𝐨𝐫𝐢𝐞𝐬 𝐨𝐧 GitHub 𝐭𝐡𝐚𝐭 𝐰𝐢𝐥𝐥 𝐭𝐫𝐚𝐧𝐬𝐟𝐨𝐫𝐦 𝐭𝐡𝐞 𝐰𝐚𝐲 𝐲𝐨𝐮 𝐚𝐩𝐩𝐫𝐨𝐚𝐜𝐡 𝐭𝐞𝐜𝐡𝐧𝐢𝐜𝐚𝐥 𝐢𝐧𝐭𝐞𝐫𝐯𝐢𝐞𝐰𝐬
arefinthecybersec/0install
arefinthecybersec/3rr0r-4O4
arefinthecybersec/Competitive-Programming-A-Complete-Guideline
arefinthecybersec/arefinthecybersec
arefinthecybersec/C-Assignment
C++ Assignment
arefinthecybersec/C-programming-use-into-sequence-printing
#include<stdio.h> int main() { int i, j, n, k; scanf("%d", &n); i = 1; while(i <= n) { j = 1; while(j <= n){ k = 1; while(k <= n){ printf("%d %d %d", i, j, k); printf("\n"); k++; } j++; } printf("\n"); i++; } return 0; }
arefinthecybersec/code-library
Templates, algorithms and data structures implemented and collected for programming contests.
arefinthecybersec/Codeblocks
arefinthecybersec/CompetitiveProgramming
This repository contains source codes for some of the problems I solved on online judges.
arefinthecybersec/complete-web-development-bangla-resources
arefinthecybersec/DDOS--fairwell-protection
https://github.com/m0rtem/CloudFail.git
arefinthecybersec/Dynamic-Programming
arefinthecybersec/git-and-github-practice
arefinthecybersec/IIUC_Tech_Professionals_Directory
This repo contains an compilation of ex-iiucian tech professionals. The core purpose of this program is to reduce the communication gap between the professionals and current students.
arefinthecybersec/interview-help
arefinthecybersec/Interview-Questions
Most comprehensive list :clipboard: of interview questions :blue_book: of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
arefinthecybersec/my-first-website
arefinthecybersec/PC
arefinthecybersec/PHP-cheat-sheet-extended
Extended version of the Blueshoes PHP cheat sheet for variable type juggling
arefinthecybersec/Prime-Test
File to Read & Write
arefinthecybersec/Regular-bracket-sequence-check
arefinthecybersec/subdomain-takeover-github
arefinthecybersec/subdomain-takeover-github1