Skip to content
View adumitrescu2708's full-sized avatar
  • University Politehnica of Bucharest, Faculty of Automatic Control and Computer Science, CS Department
  • Bucharest, Romania
  • LinkedIn in/alexandra-dumitrescu-038530207

Block or report adumitrescu2708

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. CUDA-Parallel-Hashtable CUDA-Parallel-Hashtable Public

    This assignment implements a hashtable data structure using CUDA, with linear-probing strategy. The solution also ensures proper communication within the CPU (host) and GPU (device)

    Cuda

  2. Memory-Allocator Memory-Allocator Public

    This builds a minimalistic memory allocator that can be used to manually manage virtual memory. The goal is to have a reliable library that accounts for explicit allocation, reallocation, and initi…

    C

  3. Build-A-Bear-.NET-and-React-Based-Platform Build-A-Bear-.NET-and-React-Based-Platform Public

    This is a Web App, implemented in .NET (backend) and React (frontend), that aims to be a marketplace for teddy bears & teddy bears items, having multiple roles for the users and role-based access.

    TypeScript

  4. IoT-Platform-using-Microservices-MQTT-Grafana-Dashboarding IoT-Platform-using-Microservices-MQTT-Grafana-Dashboarding Public

    This is a platform that collects, stores and visualizes numerical data coming from IoT devices and sensors. The proposed solution uses InfluxDB for storing data and MQTT broker and can be exported …

    Python

  5. STP-Datagram-Transport-Protocol STP-Datagram-Transport-Protocol Public

    This is a protocol called STP (SO2 Transport Protocol), implemented in the Linux kernel, at network and transport level, that works using datagrams (it is not connection-oriented)

    C

  6. Video-Managing-Platform Video-Managing-Platform Public

    Developed a platform that simulates actions on a video database using object-oriented programming concepts, implemented in Java language. Given a JSON, the platform stores information on users and …

    Java