Amedu Joseph (@Hershewajue)
  • Stars
    star
    34
  • Global Rank 448,285 (Top 16 %)
  • Followers 21
  • Following 33
  • Registered over 4 years ago
  • Most used languages
    C++
    55.6 %
    Java
    22.2 %
    HTML
    11.1 %
    PHP
    5.6 %
    C
    5.6 %
  • Location 🇳🇬 Nigeria
  • Country Total Rank 1,232
  • Country Ranking
    C++
    22
    C
    107
    Java
    159
    PHP
    725
    HTML
    814

Top repositories

1

alx-pre_course

I'm now a ALX Student, this is my first repository as a full-stack engineer
4
star
2

sahcoop

PHP
2
star
3

Vehicles-project

Appreciating Java OOP, hierarchy, overloading and overriding methods
Java
2
star
4

Delivery-order

This program simulates the delivery order of a company. It calculates the charges per the item and time of delivery of the order, then gives discounts.
Java
2
star
5

alx-low_level_programming

Introduction to C programming language.
C
2
star
6

PersonalView

This project serves as my introduction webpage
HTML
2
star
7

Encryption-Decryption-program

This program takes a given input from the user and encrypts it, and can also decrypt data using a given decryption key
C++
2
star
8

Animal-project

Java, Object-oriented, hierarchy, super classes, to
Java
2
star
9

MonsterJam

Monster Jam Exercise
HTML
2
star
10

NightWatch-project

This project provides an insight about a NightWatch company and the people in it, which have different and similar attributes
Java
2
star
11

Algorithms

Flowcharts created to illustrate algorithms
C++
1
star
12

Square-and-Squareroot-table

This program will take an input from the user and print the square and squareroot table up to the number given by the user.
C++
1
star
13

FindPosition

This program checks the position of the max value in a array.
C++
1
star
14

Fibonacci-series

This program calculates and displays the first 10 elements of the Fibonacci series.
C++
1
star
15

Name-initials-program

This program will take the full name of the user and print out the Surname and initials
C++
1
star
16

PrimeNumberChecker

This program will collect a number of inputs from the user and check/sort the prime numbers from the non-prime numbers. It will print out the inputs by the category
C++
1
star
17

alx-zero_day

I'm now a ALX Student, this is my first repository as a full-stack engineer
1
star
18

Hershewajue

Config files for my GitHub profile.
1
star
19

SortList

This program arranges or sort the values in the array from the minimum to maximum
C++
1
star
20

ReverseSorting

This program will sort the words or inputs given by the user, and print them out in reverse order. Like first in, last order kind of sorting.
C++
1
star
21

zero_day

This is my first repository as a full-stack engineer
1
star
22

Drug-Poteny

This program will prompt the user to enter at least two two-dimensional points and will produce the regression table Take n = number of iterations slope (m) = (n∑xy - ∑x∑y) / (n(∑x^2) - (∑x)^2) y-intercept (c) = ∑y/n - m∑x/n Pearson's corr (r) = (n∑xy - ∑x∑y) / sqrt((n(∑x^2) - (∑x)^2) - ((n∑y^2) - (∑y)^2))
C++
1
star