tedliosu
CS&E major @ tOSU; Proud member of Open Source Club
@OSUOSCOhio State University - Main Campus
tedliosu's Stars
google/zx
A tool for writing better scripts
moderngpu/moderngpu
Patterns and behaviors for GPU computing
cilynx/rtl88x2bu
rtl88x2bu driver updated for current kernels.
RossMcMillan92/djent
A metal breakdown generator
tsoding/faq
FAQ
pawbyte/Game-Pencil-Engine-Editor
Game Pencil Engine a game engine written from the ground up.
tsoding/something
Finally something
junstar92/parallel_programming_study
Study parallel programming - CUDA, OpenMP, MPI, Pthread
Rinzii/ccmath
A C++17 Compile Time <cmath> Library
insidelearningmachines/Blog
This repository is meant to store the code examples used in articles posted on www.insidelearningmachines.com. Each article on the website will have an associated jupyter notebook here with the same name.
aomine001/kitty-os-cpp
The kitty os but rewritten in C++ and better!
tedliosu/cuda_mergesort_ytl
My personal attempt at creating a relatively fast iterative mergesort that runs on CUDA GPUs
tedliosu/personal_backup_scripts
Scripts which I use for backing up my Linux distros; these scripts ensure that the backup process is done correctly since I've goofed up the process when trying to do it manually in the past.
imaami/nekropt
Cursed getopt
tedliosu/parallel_quicksort_python_demo
Demonstration of implementation of a serial version of quicksort v.s. a parallel version of quicksort in Python 3.
k4s4s/Distributed-Futures
Implementation of the future shared memory synchronization model for distributed memory
tedliosu/opencl_bitonic_sort_demo
Demonstration of implementation of bitonic sort in both regular C and OpenCL
tedliosu/opencl_equijoin_demo
Demonstration of implementation of hash equijoin of two tables in both regular C and OpenCL
tedliosu/seqdfs_static_prototype
Prototype using Boost C++ Graph Library of SeqDFS algorithm for static mutable graphs taken from research paper by Dr. Qiuyi Lyu, Dr. Bin Gong, Dr. Mo Sha, and Dr. Kuangda Lyu