Commit Graph
23 Commits
Author SHA1 Message Date
phoenix 156ab957fd Update .github/workflows/rust.yaml 2025-02-03 00:32:53 +00:00
phoenix ef6eba61a7 Update .github/workflows/rust.yaml 2025-02-03 00:32:31 +00:00
phoenix 59a5e1f678 Update .github/workflows/rust.yaml 2025-02-03 00:31:44 +00:00
phoenix e240276db7 Update .github/workflows/rust.yaml 2025-02-03 00:31:23 +00:00
phoenix c4f27e924d Update .github/workflows/rust.yaml 2025-02-03 00:29:11 +00:00
phoenix 42fc92925d Add .github/workflows/rust.yaml 2025-02-03 00:27:12 +00:00
kdeng00 095da0e04c Enhancing file parsing (#2)
## Changes
* Ignoring numerical and special characters during parsing

Reviewed-on: #2
Co-authored-by: kdeng00 <kundeng94@gmail.com>
Co-committed-by: kdeng00 <kundeng94@gmail.com>
v0.2.0
2024-06-15 16:19:10 +00:00
kdeng00 7cc9ded225 JSON output file has improved format 2023-09-03 20:46:32 -04:00
kdeng00 001d0c5c17 Ignoring numbers that contain alphabetic characters 2023-09-03 20:44:51 -04:00
phoenix f2de2382e7 Merge pull request 'rust_lang' (#1) from rust_lang into main
Reviewed-on: #1
2023-08-27 15:47:10 +00:00
kdeng00 7e5edc6124 Added tests 2023-08-27 11:45:26 -04:00
kdeng00 1d788b9823 More cleanup 2023-08-26 23:43:18 -04:00
kdeng00 109826d1e3 Cleanup 2023-08-26 23:41:42 -04:00
kdeng00 8441a05a98 Functionality implemented 2023-08-26 23:35:33 -04:00
kdeng00 387c29f5a6 Updated function to retrieve text file content 2023-08-23 21:23:58 -04:00
kdeng00 c1484ab49d Started to move things over
Moved over some objects and function declarations. Migrating the implementation will be the fun part
2023-08-22 21:20:11 -04:00
kdeng00 a475c94628 Updated gitignore 2023-08-22 20:34:17 -04:00
kdeng00 39629cb58c Added rust project
Wanted to try converting a simple program I've made in C++ over to rust
2023-08-22 20:27:12 -04:00
kdeng00 5542c19ddf Removing c++ files 2023-08-22 20:24:29 -04:00
kdeng00 a1cad28c4d Updated depedency
Updated cmake minimum dependency
2023-03-22 21:40:00 -04:00
kdeng00 d2467be45a Checked out vcpkg tag
Using 2023.01.09 tag
2023-01-22 20:10:12 -05:00
kdeng00 d952423930 Added vcpkg 2023-01-22 20:08:39 -05:00
kdeng00 1333d543c7 Initial commit
Already wrote the code but now checking in using source control
2023-01-22 20:07:02 -05:00