Skip to content

Instantly share code, notes, and snippets.

View datduyng's full-sized avatar

Dominic Nguyen datduyng

View GitHub Profile


CS361 Midterm prep

Term

  • Actor: The user
@datduyng
datduyng / progress-report-RPN.md
Last active February 21, 2019 05:08
progress-report-RPN


Progress report 2/21/2019

Done

  • Done with creating dataset.
  • Investigate with Faster RPN. Faster RPN seem to solve both wheat spike counting as well as wheat and plant discrimination problem. To view my github link please send me you github username so I can add you as a viewer.
@datduyng
datduyng / interview-prep.md.md
Last active February 27, 2019 03:25
interview-prep.md
@datduyng
datduyng / algo-cheatsheet-cpp.md
Created February 20, 2019 00:15
algo-cheatsheet-cpp
@datduyng
datduyng / algo-cheatsheet-cpp.md
Last active February 20, 2019 00:14
algo-cheatsheet-cpp
<title>algo-cheatsheet-cpp</title>
@datduyng
datduyng / algo-cheatsheet-cpp.md
Created February 20, 2019 00:14
algo-cheatsheet-cpp
<title>algo-cheatsheet-cpp</title>
@datduyng
datduyng / cs361-TA-dicussion-team07.md
Last active February 12, 2019 00:21
cs361-TA-dicussion-team07


TA Discussion - Team 07

Discussion 01/28/19

scope: summary of project, what should it do
purpose: details, what problems we have and how do we solve it
overview: summary of purpose

@datduyng
datduyng / summary-driving-behavior-analysis-through-CAN-bus-data-in-an-uncontrolled-environment.md.md
Created January 30, 2019 01:34
summary-driving-behavior-analysis-through-CAN-bus-data-in-an-uncontrolled-environment.md


Driving Behavior Analysis through CAN Bus Data in an Uncontrolled Environment summary

Abstract

  • This paper proposes a new method for the analysis and classification of driver behavior using a selected(extracted) subset of CAN bus signals, specifically gas pedal position, brake pedal pressure, steering wheel angle, steering wheel momentum, velocity, RPM, frontal and lateral acceleration.

Merging

Merger from branch to master

git checkout master 
git pull #update local master from remote before merge 
git merge BRANCH_NAME # resolve conflict if there are any
@datduyng
datduyng / README.md
Created December 16, 2018 04:12 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet