Giter Site home page Giter Site logo

Abdullah Baghuth's Projects

-this-pointer-in-cpp icon -this-pointer-in-cpp

this’ pointer, it is important to know how objects look at functions and data members of a class.

a-race-condition icon a-race-condition

A race condition occurs when two or more threads can access shared data and they try to change it at the same time.

abdullah-baghuth-machine-learning-for-data-analysis-coursera icon abdullah-baghuth-machine-learning-for-data-analysis-coursera

About this Course Are you interested in predicting future outcomes using your data? This course helps you do just that! Machine learning is the process of developing, testing, and applying predictive algorithms to achieve this goal. Make sure to familiarize yourself with course 3 of this specialization before diving into these machine learning concepts. Building on Course 3, which introduces students to integral supervised machine learning concepts, this course will provide an overview of many additional concepts, techniques, and algorithms in machine learning, from basic classification to decision trees and clustering. By completing this course, you will learn how to apply, test, and interpret machine learning algorithms as alternative methods for addressing your research questions.

access-specifiers-in-cpp icon access-specifiers-in-cpp

In C++, there are three access specifiers: • public - members are accessible from outside the class • private - members cannot be accessed (or viewed) from outside the class • protected - members cannot be accessed from outside the class, however, they can be accessed in inherited classes.

antivirus-evasion-py2exe icon antivirus-evasion-py2exe

Simple python script to evade antiviruses on fully patched and updated Windows environments using a py2exe.

arabicwebappspentesting icon arabicwebappspentesting

This repo will contain POC, demo files, and any links given during the Arab web application penetration testing course.

armstrong-numbers- icon armstrong-numbers-

Armstrong number is a number that is equal to the sum of cubes of its digits. For example 0, 1, 153, 370, 371 and 407 are the Armstrong numbers.

array-of-objects-in-cpp icon array-of-objects-in-cpp

To print the area of two rectangles having different dimensions, create two objects of the Rectangle class, each representing a rectangle. Before moving to the concept of array of objects, let's first see an example of printing the area of two rectangles. The syntax for declaring an array of objects is class_name array_name [size] ;

autorecon icon autorecon

AutoRecon is a multi-threaded network reconnaissance tool which performs automated enumeration of services.

beats icon beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash

bfs icon bfs

C program to implement Breadth First Search(BFS). Breadth First Search is an algorithm used to search a Tree or Graph. BFS search starts from root node then traverses into next level of graph or tree, if item found it stops other wise it continues with other nodes in the same level before moving on to the next level. The algorithm can also be used for just Tree/Graph traversal, without actually searching for a value. This is what being done in the program below. The disadvantage of BFS is it requires more memory compare to Depth First Search(DFS).

binary-search icon binary-search

This program will preform binary search algorithm using c language

breacher icon breacher

An advanced multithreaded admin panel finder written in python.

bubble-sort icon bubble-sort

C program sort a given array using Bubble sort algorithm

burp-suite icon burp-suite

This is writeup for Burp Suite room in tryhackme.com

canteen-management-system icon canteen-management-system

The main objective of this project is to manage the details of canteen Employee ,Item, Stock and Sales . It manages all the information about the canteen customer and sales The object is totally built at administration end and thus only the administrator is guaranteed the access . The purpose of the project to build an application program to reduce the manual work for managing the Canteen , Employee, Customer and Items . It tracks all the details about the items , stock and sales

cap icon cap

script for searching PATH or parameters for any executables caps applied to them.

catching-class-type-exceptions-in-cpp icon catching-class-type-exceptions-in-cpp

An exception can be of any type, including class types that you create. Actually, in real-world programs, most exceptions will be class types rather than built-in types. Class type exception is defined so as to create an object that describes the error that occurred. This information can be used by the exception handler to help it process the error. For example

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.