Git Product home page Git Product logo

est-workflow-test's Introduction

Hi there, I'm Mukhammadrizo ๐Ÿ‘‹

Dev.to LinkedIn Instagram Facebook

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Me now

  • ๐ŸŽ“ ย  Applied Artificial Intelligence - BS at Innopolis unviersity 2022-2026.
  • ๐Ÿค” ย  Exploring new technologies and developing software solutions and quick hacks.
  • ๐ŸŽ“ ย  Computer Science - BS at Foothill Community College 2020-2021.
  • โŒ›๏ธ ย  Currently I'm busy with:
  • ๐Ÿฆ ย  Worked as a Software Engineer at iTechArt Group
  • ๐Ÿ’ผ ย  Worked as a Software Engineer at Ilmhub
  • ๐Ÿ‘จโ€๐Ÿซ ย  Studied at Ilmhub IT School
  • ๐Ÿ“ซ ย  Reach me at: [email protected]

๐Ÿ›  Me Stack

  • ๐Ÿ’ป ย  .c | .cpp | .cs | .py | .sh | .yml | .html | .css | .js
  • ๐ŸŒ ย  .NET 6/5/3 | MVC | Blazor | WebApi
  • ๐Ÿ•ธ ย  Bootstrap | HTML5 | CSS
  • ๐Ÿ›ข ย  SqlServer
  • โš™๏ธ ย  Git | Docker | Github Actions

Me Stats

est-workflow-test's People

Contributors

rizo11 avatar

Watchers

 avatar

est-workflow-test's Issues

create folders

create folders and files
src

  • linal.c

obj

  • object files

lib

  • vector.c
  • vector.h

Makefile

add .gitignore

add gitignore to ignore obj files and VS Code specifil files

impelent vector.c

  1. Create vector.c and vector.h files in lib.
  2. Implement functions
  • void add(int* vector1, int* vector2, int* result);
  • void subtract(int* vector1, int* vector2, int* result);
  • void dot_product(int* vector1, int* vector2, int* result);
  • void cross_product(int* vector1, int* vector2, int* result);

build and run project

to build and run project use Makefile
all building, running, cleaning commands should be inside Makefile

change from 2D to 3D

vector.c is written for 2D vectors.
Change fucntions and make them work for 3D vectors

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.