Pinned Repositories
obc-software
The OBC Software to be ran on-board the AcubeSAT nanosatellite
clad
clad -- automatic differentiation for C/C++
Computer_graphics
Graph_minor
Compute the graph minor when given the cluster configuration. Implemented in three versions using OpenMPI, pthreads and OpenCilk.
Inclusive_scan
Implementation of Blelloch scan's along with a modification of the algorithm to perform the `reduce` algorithm instead of the upsweep on the second stage
Ising_model
Implementation of a cellular automaton on GPU using different features of CUDA
K_select
Find the kth smallest element of an array using MPI. Three different versions have been implemented for this purpose: k-Search, Heuristic Quickselect and Quickselect.
RTES_project
A producer-consumer type of problem that "produces" a new item at a specified period while also using pthreads to parallelize the generation procedure
SmartTrafficLights
A smart-traffic-lights implementation using Arduino(traffic lights), an antenna on each traffilc light and a pressure sensor on each pair of traffic light-street
Wikipedia_graph
Wikipedia network creation around a specific topic and graph analysis using Gephi
kchristin22's Repositories
kchristin22/Computer_graphics
kchristin22/Ising_model
Implementation of a cellular automaton on GPU using different features of CUDA
kchristin22/SmartTrafficLights
A smart-traffic-lights implementation using Arduino(traffic lights), an antenna on each traffilc light and a pressure sensor on each pair of traffic light-street
kchristin22/Wikipedia_graph
Wikipedia network creation around a specific topic and graph analysis using Gephi
kchristin22/clad
clad -- automatic differentiation for C/C++
kchristin22/Graph_minor
Compute the graph minor when given the cluster configuration. Implemented in three versions using OpenMPI, pthreads and OpenCilk.
kchristin22/Inclusive_scan
Implementation of Blelloch scan's along with a modification of the algorithm to perform the `reduce` algorithm instead of the upsweep on the second stage
kchristin22/K_select
Find the kth smallest element of an array using MPI. Three different versions have been implemented for this purpose: k-Search, Heuristic Quickselect and Quickselect.
kchristin22/RTES_project
A producer-consumer type of problem that "produces" a new item at a specified period while also using pthreads to parallelize the generation procedure
kchristin22/compiler-research.github.io
kchristin22/LAGraph
This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
kchristin22/LearnMath
Unihack project
kchristin22/ML_projects
Assignments of ML course
kchristin22/Notes
Useful notes regarding IT problems to help you deal with mental breakdowns
kchristin22/OpAmp_design
Determining the surface characteristics of an op amp's transistor by satisfying specific requirements. A MATLAB script is used for that purpose. SPICE model included to verify assumptions and help in fine-tuning.
kchristin22/Operating-Systems-quizzes
Exercises on operating systems. Run on bash/fish shell.
kchristin22/Optimization_techniques
Implementation of common optimization techniques in Matlab
kchristin22/STM32_projects
Simple STM32 scripts that include: ASM, user interaction through UART, implementation of a timer and integration of DHT11 temp sensor (written driver)
kchristin22/taskflow
This is repo meant for experimenting with Taskflow, a general-purpose Parallel and Heterogeneous Task Programming System
kchristin22/test
kchristin22/UART-LED
Display of values of a sensor on LEDs by the use of UART communication and a LED driver