Farhan Ashraf (@farhanashrafdev)

Top repositories

1

90DaysOfCyberSecurity

This repository contains a 90-day cybersecurity study plan, along with resources and materials for learning various cybersecurity concepts and technologies. The plan is organized into daily tasks, covering topics such as Network+, Security+, Linux, Python, Traffic Analysis, Git, ELK, AWS, Azure, and Hacking. The repository also includes a `LEARN.md
5,140
star
2

90DaysOfGoogleCloudPlatform

55
star
3

farhanashrafdev

6
star
4

towerofhonoi

This is a C++ game using Single Link List..using Stack
C++
3
star
5

PredictGunLaw-MoreGunsLessViolence

Jupyter Notebook
2
star
6

convertstringintopiglatin-cplusplus

Question No.2 Write a program that prompts the user to input a string and then outputs the string in the pig Latin form. The rules for converting a string into pig Latin form are as follows: a. If the string begins with a vowel, add the string "-way" at the end of the string. For example, the pig Latin form of the string "eye" is "eye-way". b. If the string does not begin with a vowel, first add "-" at the end of the string. Then rotate the string one character at a time; that is, move the first character of the string to the end of the string until the first character of the string becomes a vowel. Then add the string "ay" at the end. For example, the pig Latin form of the string "There" is "ere-Thay". c. Strings such as "by" contain no vowels. In cases like this, the letter y can be considered a vowel. So, for this program the vowels are a, e, i, o, u, y, A, E, I, O, U, and Y. Therefore, the pig Latin form of "by" is "y-bay". d. Strings such as "1234" contain no vowels. The pig Latin form of the string "1234" is "1234way". That is, the pig Latin form of a string that has no vowels in it is the string followed by the string "-way".
C++
2
star
7

ImplementationOfSingle-LinkList-Cplusplus

Check Question Statement for Question
C++
1
star
8

GunLawPridiction

HTML
1
star
9

Dbot-for-Community-IEEE-BULC

Its a discord bot made for community discord server we just started for IEEE BULC
1
star
10

Artificial-intelligence-BULC-Lab

Python
1
star
11

LHD-SHARE-2021

HTML
1
star
12

Qurantine-Center-Management-System-Cpp

This is an DSA mid term question.read the question.txt for question statement, source file have the code,read me file have copy rights
1
star