Giter Club home page Giter Club logo

Rania Aloun's Projects

car-rental-system icon car-rental-system

Implementation of a customized version of the orderedLinkedListType, a program that can help a rental car company to manage their car rental process. The information of all cars that the company has will be stored in a list. Each node of the list will store the information of one car and whether it is rented out or not.

demo icon demo

Demo repo for tutotial articles on Opensource.com

matrix-multiplication icon matrix-multiplication

you are asked to write two C code programs similar to assignment #4 to paralyze the computation of matrix multiplication. The first program divides the task among processes (children using fork() system call). The second program divides the task among threads using POSIX pthreal library. Let the dimensions of the two matrices, that are to be multiplied, be inputs by the user. Also the number of thread/children is an input from the user. Generate the numbers of the two matrices using the C function rand(). Let the range of the numbers in the matrices to be between 0 and 200. For example, if the user inputs for the dimensions of matrix A are 50 and 100, and the inputs for matrix B dimensions are 100 and 50, the result matrix dimensions should be 50 by 50 ( A × B). The numbers in matrix A and B are generated using the rand() function as mentioned before.

simma icon simma

Simple React Native application containing two pages, a landing page redirecting to a web-view page opening Shein website

using-forked-children-for-compution-task icon using-forked-children-for-compution-task

The task of assignment two was to find the sum of numbers until a given value. For example, if the user inputs a value that is equal to 10, the task was to find the summation of the numbers until 10, that is (1+2+3+...+10). You were asked in assignment two to use multi-threading to perform the task. In this assignment, you are asked to use the system call fork() to create 4 children only to perform the task. Divide the computation task among the children equally similar to assignment two.

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.