https://github.com/caneroj1/tcnj_code
Most of these projects were for classes I have taken while studying at TCNJ, but numericalIntegration, Dota2_Script, and Number Converter were projects I worked on in my spare time.
https://github.com/caneroj1/tcnj_code
Last synced: about 2 months ago
JSON representation
Most of these projects were for classes I have taken while studying at TCNJ, but numericalIntegration, Dota2_Script, and Number Converter were projects I worked on in my spare time.
- Host: GitHub
- URL: https://github.com/caneroj1/tcnj_code
- Owner: caneroj1
- Created: 2012-12-23T16:59:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T18:47:54.000Z (about 11 years ago)
- Last Synced: 2025-02-03T11:47:43.351Z (4 months ago)
- Language: C++
- Homepage:
- Size: 7.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tcnjCode
========Projects and assignments written in Java and C++ while studying at The College of New Jersey. I have some projects in here from my Computer Graphics class that uses openGL. One of the projects simulates a cue ball on a pool table that you are able to hit.
A few of the projects in here were challenges that I took on in my spare time. For example, my code on Numerical Integration allows you to integrate a user-defined function choosing from three numerical integration methods. Also, my Number System Converter code allows you to convert from one number system to another. For example, you can convert from hexadecimal to binary, binary to decimal, or even base 3 to base 7, to name a few options.
The folder Dota2_Script contains a Python script that I wrote to process information extracted from Dota2 matches that I've played in. More information about what this does is in that folder's readme.
Need to add my mentored research project from Spring '13