Code Monkey home page Code Monkey logo

Bosun Akinrogunde's Projects

bit-stuffing-program-in-c icon 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.

multiplication-program-using-inline-functions-in-c- icon 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; }

pair-with-given-sum-in-an-array icon 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.

python-program-for-basic-calculator-operations icon 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-variables icon 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

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.