David Richardson (DavidRichardson02)

DavidRichardson02

Geek Repo

Location:Michigan, United States

Github PK Tool:Github PK Tool

David Richardson's repositories

CSV_Data_Set_Analysis

The program processes CSV files to capture and format file contents, generate custom directories of files, extract data, perform analysis, and generate MATLAB script(s) for visualization and further analysis.

Language:CLicense:MITStargazers:1Issues:0Issues:0

Fourier-Series-Harmonic-Circles-Drawing

A cool interactive visual of the Discrete Fourier Transform. Basically, draw whatever you want and see your path get recreated exactly via the concatenation of the DFT’s epicycles. My first real coding project, made in openframeworks, no use except look cool, also the custom vector class thing is cause std::vector was banned in my class.

Language:C++License:MITStargazers:1Issues:0Issues:0

MATLAB_Calculator_Project

A calculator app made programmatically in MATLAB. To use this app, create a new blank project, add the .m files from this repository to the project files, and then run by either: (1.) Opening 'CalculatorApp.m' and pressing the run button found in the editor tab, or (2.) type 'myCalculator = CalculatorApp();' in the command window.

Language:MATLABLicense:MITStargazers:1Issues:0Issues:0

Real-Time-Quadtree-Barnes-Hut-N-Body-Simulation

Real-time Barnes-Hut Simulator. Quadtree implementation with pointer based node representation in c++, visualized using OpenFrameworks

Language:C++License:MITStargazers:1Issues:1Issues:0

C-String-Utilities-Library

The C-String Utilities Library offers a robust suite of functions for handling strings. Designed for efficient handling of strings in data-heavy applications, this toolkit simplifies string manipulation, analysis, parsing, and preprocessing. Comprehensive documentation with detailed comments in source files and example usage in main.c.

Language:CLicense:MITStargazers:0Issues:0Issues:0