Topic: "ut-dallas"
bharatari/utd-grades 📦
A tool to view grade distributions at UT Dallas.
Language: JavaScript - Size: 3.87 MB - Last synced at: 9 days ago - Pushed at: over 3 years ago - Stars: 22 - Forks: 2

aemmadi/coursebook-api
Unofficial API for UT Dallas Coursebook
Language: Python - Size: 24.8 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 0

davepruitt/RatCam
Program written in C# used to record videos of laboratory animals during behavioral assessments
Language: C# - Size: 14.3 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

davepruitt/MotorMap_Analysis
Code written to analyze "motor maps" created using intracortical microstimulation of motor cortex
Language: Matlab - Size: 214 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

davepruitt/FearConditioning
This program is used to perform standard associative fear conditioning in animals.
Language: Matlab - Size: 32.2 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

tteeoo/cfbt-web
The website for the UT Dallas student organization Comets for Better Transit.
Language: HTML - Size: 12 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

tteeoo/cfbt-discord
The discord bot for the UT Dallas student organization Comets for Better Transit
Language: Python - Size: 10.7 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

davepruitt/RePlay
RePlay: motor rehab app by the Texas Biomedical Device Center
Language: C# - Size: 72.5 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

rsrjohnson/STAT6340
Projects from UTDallas STAT6340
Language: R - Size: 5.45 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

davepruitt/replay_usability_study_analysis_code
Analysis code for the RePlay usability study
Language: Python - Size: 79.1 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

davepruitt/TxBDC_Common
Commonly used functions in TxBDC applications
Language: C# - Size: 80.1 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

rsrjohnson/CS5343
My assignments and implementations for UTD CS5343 Algorithm Analysis and Data Structures
Language: C++ - Size: 55.8 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

davepruitt/ScopeVNS
Program that records stimulation pulse trains in neurobehavioral experiments using Picotech oscilloscopes
Language: C# - Size: 5.53 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

davepruitt/MotorMap_Analysis_V2
This is a second set of motor map analysis code that I wrote for a different style of motor mapping procedure
Language: Matlab - Size: 65.4 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

davepruitt/MMazeBehavior_Analysis
Analysis tool that I wrote to view data collected using the M-Maze
Language: Matlab - Size: 88.9 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

davepruitt/MotoTrak_Analysis_Code
Analysis code that I have written for MotoTrak experiments while at Texas Biomedical Device Center
Language: Matlab - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

davepruitt/MMazeBehavior
C# application used to investigate extinction of conditioned fear in an animal model of PTSD.
Language: C# - Size: 81.4 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

davepruitt/JawBooth
This project is designed to assess cortical motor map changes due to pellet eating behavior paired with vagus nerve stimulation
Language: C# - Size: 4.71 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

davepruitt/Unilateral-Neglect
Matlab program that was written to investigate unilateral neglect in rats
Language: Matlab - Size: 85 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

davepruitt/model-subscribe
A simple WPF project that demonstrates how to easily subscribe to changes on the model and propagate notifications through the view-model to the view.
Language: C# - Size: 58.6 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

davepruitt/BatchVips
This program does a batch run of the VIPS program to convert TIF images to DeepZoom format.
Language: C# - Size: 182 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

davepruitt/PRV-Cell-Counting
Custom software to allow manual counting of neurons labeled by the pesudorabies (PRV) virus. This software was written for the Texas Biomedical Device Center at UT Dallas. Images must be converted from their native format to the Microsoft "DeepZoom" format. This software relies on Node Webkit and OpenSeadragon.
Language: JavaScript - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

twinklesharma1311/Advanced-DS-and-Algorithms
This repository contains tons of programs for various algorithms implemented in Java. Algorithms like euler tour, edmonds branching algorithm, bipartite matching algorithm. The main focus is on code quality, run time optimization, cleaner and high quality code which is easy to read. The repository contains projects in 2 categories Short Projects Long Projects Short Projects as the name suggest are a bunch of small projects each of which can be done under 1 hour or so. Long Projects are relatively big projects which have a lot of work done to them. There are 1-3 levels in Long Projects. Level 1 is pretty easy, and was written in a day or 2. Level 2 and three are some thoughtful levels, with some thinking required for them. The test cases are in the test case folder. Only the long projects have test cases. These projects were done as part of the coursework for my course in "Implementation of Advanced Data Structures and Algorithms" at UT Dallas. All long projects have reports along with them which discusses the run time of test cases and various problems encountered during the project.
Language: Java - Size: 93.5 MB - Last synced at: almost 2 years ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0
