Skip to content
View tedliosu's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • Ohio State University - Main Campus

Block or report tedliosu

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_mergesort_ytl cuda_mergesort_ytl Public

    My personal attempt at creating a relatively fast iterative mergesort that runs on CUDA GPUs

    Cuda 6

  2. personal_backup_scripts personal_backup_scripts Public

    Scripts which I used to 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.

    Shell 6

  3. opencl_bitonic_sort_demo opencl_bitonic_sort_demo Public

    Demonstration of implementation of bitonic sort in both regular C and OpenCL

    C 1

  4. esp8266_sensor_server esp8266_sensor_server Public

    My first public Arduino-based simple ESP8266 project

    C++ 1

  5. seqdfs_static_prototype seqdfs_static_prototype Public

    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

    C++ 1

  6. parallel_quicksort_python_demo parallel_quicksort_python_demo Public

    Demonstration of implementation of a serial version of quicksort v.s. a parallel version of quicksort in Python 3.

    Python 4