Bosun Akinrogunde (Buzman01)

Buzman01

Geek Repo

Company:Lychee Integrated Solutions Limited, Lagos

Location:Lagos, Nigeria

Twitter:@Akinrogunde5

Github PK Tool:Github PK Tool

Bosun Akinrogunde's repositories

Difference-Between-Asyncdata-and-Fetch-in-Nuxt

Nuxt provides two useful hooks for fetching data: AsyncData and Fetch. They’re available at different times in the Nuxt lifecycle, affecting how we use them.

Bit-Stuffing-Program-in-C

Bit stuffing is a process of inserting an extra bit as 0, once the frame sequence encountered 5 consecutive 1's.

C-Program-for-Fibonacci-Series-using-While-Loop

C Program for Fibonacci Series using While Loop

C-Program-for-Monthly-Bill-of-a-Newspaper

Algorithm for to calculate monthly bill of newspaper

Java-Program-to-Check-Whether-Given-String-is-palindrome-or-not

If a string is palindrome, it gives the same string even after reversing it.

Python-Program-for-Basic-Calculator-Operations

A Function is the simple callable object in python. A function can accept some arguments and possibly return some object. The following python code represents the basic calculator operation like addition, subtraction, multiplication and division. The code is well organized with different functions.

Python-Program-to-Display-Month-of-Calendar

Python program to display month of calendar. To do so, we need to import the calendar module which comes with Python.

Python-Variables

Variables in python generally not required to mention the data type before the variable name. Variable is a named representation of a memory location. In simple, the system selects one location in memory for your value to be stored

Multiplication-Program-using-Inline-Functions-in-C-

Inline Function: It is a function that is expanded in line when it is invoked. That is, the compiler replaces the function call with the corresponding function code. The inline function is defined as follows Inline return-type function_ name(arguments) { function body; }

Stargazers:0Issues:1Issues:0

Pair-With-Given-Sum-In-An-Array

Given an integer array of size n and an integer X, we need to determine if there exist two unique elements in the array such that their sum is X. If there are no such elements, we should print There is no such pair.

Stargazers:0Issues:1Issues:0