• Stars
    star
    1
  • Language
    C++
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Programs using Microsoft's Parallel Patterns Library (PPL) on C++

More Repositories

1

Dual-Core-RISC-V-Processor

A dual core RISC-V processor (using PULP platform SoC) implemented on a Digilent Arty S7-50 FPGA board.
Verilog
12
star
2

vsomeip_examples

Examples inspired from "vsomeip in 10 minutes" https://github.com/COVESA/vsomeip/wiki/vsomeip-in-10-minutes
C++
4
star
3

RISC-V-Assembly

Some RISC-V code I tested on Venus Emulator (https://venus.kvakil.me/)
Assembly
2
star
4

Hakerrank_Linux_Shell

Shell Scripts from Hackerrank's Linux Shell practice
2
star
5

C_Seven_Segment

A simulation of 10 digits displayed on console using a simulated seven segment display
C
2
star
6

QML_For_Beginners

My implementations of the code from the course "QML for Beginners" on Udemy -> https://www.udemy.com/course/qml-for-beginners/
QML
2
star
7

Swift_Basics

Code taken from https://docs.swift.org/swift-book/GuidedTour/GuidedTour.html. Should run
Swift
2
star
8

Cpp_Boost_Asio

This repo contains projects built using Boost.Asio library on C++.
C++
2
star
9

Cpp_Multithreading

Some examples of Multithreading with C++
C++
2
star
10

VHDL

This repo consists of some VHDL code that I wrote or found useful.
VHDL
2
star
11

ARM-Assembly

Code in ARM Assembly language.
Assembly
2
star
12

Vivado-HLS

A repo containing some of my code from Xilinx Vivado HLS tool.
C++
2
star
13

OpenCV_CPP

OpenCV code from tutorials written in C++
Makefile
2
star
14

C_Bit_Manipulation_Tutorial

This repo contains a pdf document of a presentation that I created in my first year of Bachelors for giving a talk on Bit Manipulation in C..
2
star
15

Verilog

Contains some Verilog code written or tested by me.
VHDL
2
star
16

Micro-bit_Programs

Some Micro:bit programs in .hex format which can be directly uploaded to the board.
1
star
17

rstar900

1
star
18

ML_And_Neural_Nets

Code related to Machine Learning and Neural Networks goes here
Jupyter Notebook
1
star
19

Dart_Intermediate

The repository containing my own implementations from the course on Udemy : https://www.udemy.com/course/dart-intermediate-course/
Dart
1
star
20

PahoMqtt

Some examples using Paho MQTT client.
Python
1
star
21

Qt6_Core_Beginners

Qt6 code in C++ based on Udemy course https://udemy.com/course/qt-6-core-beginners-with-cpp
C++
1
star
22

Linux_System_Programming_C

Linux System Programming code in C. From the Udemy course : https://udemy.com/course/linux-system-programming-f/
C
1
star
23

SOLID-Principles-CPP

Example of C++ code to demonstrate SOLID Principles.
C++
1
star
24

Linux_IPC

Based on Udemy course at https://www.udemy.com/course/linuxipc/
C
1
star
25

Android_NDK

Projects based on Android NDK
Java
1
star
26

POSIX_Programming

Some code which might be useful for people learning POSIX libraries.
C
1
star
27

Java_Design_Patterns

Some Design Patterns in Java
Java
1
star
28

Hackerrank_CPP

My solutions for the C++ path on Hackerrank
C++
1
star
29

Exercism_Rust_Track

My solutions for the Rust track on https://exercism.org/tracks/rust
Rust
1
star
30

CPP_Design_Patterns

Design Patterns in C++
C++
1
star
31

Hackerrank_Linux_Shell

My solutions for the Linux Shell path on https://www.hackerrank.com/domains/shell
Shell
1
star
32

Android_IPC

Some projects using IPC on Android
Java
1
star
33

Rust_CLI

Code from the tutorial at https://rust-cli.github.io/book/index.html
Rust
1
star
34

CMakeProjects

A repository containing various CMake projects that I learned from various sources.
C++
1
star
35

Rust_Async

Code from the tutorial at https://rust-lang.github.io/async-book/ (Sometimes with additional modifications)
Rust
1
star
36

POCO

Repo containing some projects based on POCO C++ library using Conan as package manager and CMake as build tool.
CMake
1
star
37

FYI_x_Qt_UI_Learning_Path

Projects made during Fyi x Qt UI Learning Path on https://academy.qt.io/
QML
1
star
38

Udacity_AI_For_Robotics

Python
1
star
39

TurtleBot_Mobile_Control

A project which aims to provide a way to control turtlebot over phone using MQTT and ROS2
1
star
40

Rust_Design_Patterns

Examples of Design Patterns in Rust inspired from https://rust-unofficial.github.io/patterns/
Rust
1
star
41

Nand2Tetris_Part1

Assembly
1
star
42

cpp20_udemy

Repo which contains code from the course https://www.udemy.com/course/the-modern-cpp-20-masterclass/
C++
1
star
43

Rust

Contains code in Rust language using the official book and my own experiments. Book can be found here https://doc.rust-lang.org/stable/book/
Makefile
1
star
44

Makefile

A repo containing templates for makefiles in C++. Inspired from "High-Level Synthesis Blue Book" by Michael Fingeroff
Makefile
1
star
45

LeetCode

My solutions to some LeetCode questions
C++
1
star
46

Dart_Beginners

The repository containing codes from the Bryan Cairns course on Udemy : https://www.udemy.com/course/dart-beginners-course/
Dart
1
star
47

Node-Red-Flows

A repo containing some node red flows as json files which I used for learning.
1
star
48

SysML-v2

This is going to contain some SysML v2 code. (Work in progress)
Jupyter Notebook
1
star
49

Chip-8-Emulator-Cpp

A Chip 8 emulator in C++ (referring this site: https://austinmorlan.com/posts/chip8_emulator/).
C++
1
star
50

Rustlings_Solutions

This repo contains my solutions to the Rustlings exercises. For more info check out : https://github.com/rust-lang/rustlings
Rust
1
star
51

100_Days_of_Rust_Progress

TODO: Add the links of completed solutions, or those currently on the way.
1
star
52

linux_driver_development

C
1
star
53

Ratatui-Tutorials

Code from https://ratatui.rs/tutorials/
Rust
1
star
54

Cpp_Misc

Just some random programs and projects written in C++
C++
1
star
55

Dart_Advanced

The repository containing my own implementations from the course on Udemy : https://www.udemy.com/course/dart-advanced-course/
Dart
1
star