diff --git a/.github/assets/pin-readme-tools-github-readme-stats.svg b/.github/assets/pin-readme-tools-github-readme-stats.svg deleted file mode 100644 index 11ff207..0000000 --- a/.github/assets/pin-readme-tools-github-readme-stats.svg +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - - - - - - - - - - github-readme-stats - - - - - - - - - - ⚡ Dynamically generated stats for your github readmes - - - - - - - JavaScript - - - - - - 31 - - - - 9 - - - - - \ No newline at end of file diff --git a/.github/assets/stats.svg b/.github/assets/stats.svg deleted file mode 100644 index 4de645e..0000000 --- a/.github/assets/stats.svg +++ /dev/null @@ -1,232 +0,0 @@ - - - Daniel T's GitHub Stats, Rank: B+ - Total Stars Earned: 565, Total Commits (last year) : 14, Total PRs: 90, Total Issues: 73, Contributed to (last year): 3 - - - - - - - - - - Daniel T's GitHub Stats - - - - - - - - - - - - - B+ - - - - - - - - - - - - - Total Stars Earned: - 565 - - - - - - - - - Total Commits (last year): - 14 - - - - - - - - - Total PRs: - 90 - - - - - - - - - Total Issues: - 73 - - - - - - - - - Contributed to (last year): - 3 - - - - - - - \ No newline at end of file diff --git a/.github/assets/top-langs.svg b/.github/assets/top-langs.svg deleted file mode 100644 index f0c21a5..0000000 --- a/.github/assets/top-langs.svg +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - - - - - - - - - Most Used Languages - - - - - - - - - - Jupyter Notebook - 66.00% - - - - - - - - - - - - Python - 13.25% - - - - - - - - - - - - HTML - 7.64% - - - - - - - - - - - - HCL - 5.90% - - - - - - - - - - - - C++ - 5.18% - - - - - - - - - - - - Makefile - 2.04% - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.github/workflows/github-stats.yaml b/.github/workflows/github-stats.yaml deleted file mode 100644 index 92238f4..0000000 --- a/.github/workflows/github-stats.yaml +++ /dev/null @@ -1,45 +0,0 @@ -name: Update README cards - -on: - schedule: - - cron: "0 0 1 * *" - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-22.04 - - steps: - - uses: actions/checkout@v4 - - - name: Generate stats card - uses: readme-tools/github-readme-stats-action@v1 - with: - card: stats - options: username=${{ github.repository_owner }}&show_icons=true&bg_color=0D1117 - path: .github/assets/stats.svg - token: ${{ secrets.PAT_GITHUB_STATS }} - - - name: Generate top languages card - uses: readme-tools/github-readme-stats-action@v1 - with: - card: top-langs - options: username=${{ github.repository_owner }}&langs_count=6 - path: .github/assets/top-langs.svg - token: ${{ secrets.PAT_GITHUB_STATS }} - - - name: Generate pin card - uses: readme-tools/github-readme-stats-action@v1 - with: - card: pin - options: username=readme-tools&repo=github-readme-stats - path: .github/assets/pin-readme-tools-github-readme-stats.svg - token: ${{ secrets.PAT_GITHUB_STATS }} - - - name: Commit cards - run: | - git config user.name "github-actions" - git config user.email "github-actions@users.noreply.github.com" - git add .github/assets/*.svg - git commit -m "Update README cards" || exit 0 - git push diff --git a/.github/workflows/pacman.yaml b/.github/workflows/pacman.yaml deleted file mode 100644 index 74546bb..0000000 --- a/.github/workflows/pacman.yaml +++ /dev/null @@ -1,33 +0,0 @@ -name: generate pacman game - -on: - schedule: - # - cron: "0 */24 * * *" - - cron: '0 0 1 * *' # At 00:00 on the first day of every month - workflow_dispatch: - push: - branches: - - main - -jobs: - generate: - permissions: - contents: write - runs-on: ubuntu-22.04 - timeout-minutes: 5 - - steps: - - name: generate pacman-contribution-graph.svg - uses: abozanona/pacman-contribution-graph@1.0.10.2 - with: - github_user_name: ${{ github.repository_owner }} - github_token: ${{ secrets.GITHUB_TOKEN }} - - # Push the generated SVG to the output branch - - name: push pacman-contribution-graph.svg to the output branch - uses: crazy-max/ghaction-github-pages@v4.2.0 - with: - target_branch: output - build_dir: dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/LICENSE b/LICENSE deleted file mode 100644 index db73ca2..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2022 Daniel Tobon Collazos - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index d7f1f7f..0000000 --- a/README.md +++ /dev/null @@ -1,64 +0,0 @@ -# Hi, I'm Daniel 👋🙈 -

- jonrohan -

- -Mechatronics Engineer with 6+ years of experience building scalable and automated solutions across Machine Learning, MLOps, and DevOps environments. I have a strong passion for technology, system design, and intelligent automation. My background spans from computer vision and embedded systems to cloud infrastructure and CI/CD pipelines. I’ve led initiatives in inner sourcing, developed reusable MLOps workflows, and implemented cloud-native architectures using tools like Kubernetes, Terraform, and Databricks. I enjoy contributing to open source and sharing technical projects on GitHub, ranging from C++ applications and Python frameworks to image processing, point clouds, and embedded software using CMake. - - - - - - pacman contribution graph - - -_generated with [abozanona/pacman-contribution-graph](https://abozanona.github.io/pacman-contribution-graph/)_ - ---- - -💻 **Languages and Tools:** 🛠️
- -![Git](https://img.shields.io/badge/-Git-000000?style=flat&logo=git&logoColor=F05032&labelColor=ffffff) -![GitHub](https://img.shields.io/badge/-GitHub-000000?style=flat&logo=github&logoColor=000000&labelColor=ffffff) -![Visual Studio Code](https://img.shields.io/badge/-VSCode-000000?style=flat&logo=visual-studio-code&labelColor=007ACC) -![JSON](https://img.shields.io/badge/-JSON-000000?style=flat&logo=JSON&logoColor=000000&labelColor=ffffff) -![MySQL](https://img.shields.io/badge/-MySQL-000000?style=flat&logo=mysql&labelColor=ffffff) -![Tensorflow](https://img.shields.io/badge/-Tensorflow-000000?style=flat&logo=tensorflow&logoColor=ffffff&labelColor=yellow) -![OpenCV](https://img.shields.io/badge/-OpenCV-000000?style=flat&logo=opencv&logoColor=ffffff&labelColor=ffffff) -![ROS](https://img.shields.io/badge/-ROS-000000?style=flat&logo=ros&logoColor=ffffff&labelColor=0078D6) -![Windows](https://img.shields.io/badge/-Windows-000000?style=flat&logo=windows&logoColor=ffffff&labelColor=0078D6) -![Linux](https://img.shields.io/badge/-Linux-000000?style=flat&logo=linux&logoColor=ffffff&labelColor=0078D6) -![Sqlite3](https://img.shields.io/badge/-Sqlite3-000000?style=flat&logo=sqlite3&logoColor=ffffff&labelColor=0078D6) -![PCL](https://img.shields.io/badge/-PCL-000000?style=flat&logo=pcl&logoColor=ffffff&labelColor=0078D6) -![Python](https://img.shields.io/badge/-Python-000000?style=flat&logo=python&logoColor=ffffff&labelColor=0078D6) -![Cpp](https://img.shields.io/badge/-Cpp-000000?style=flat&logo=cpp&logoColor=ffffff&labelColor=0078D6) - ---- - -## 📈 My GitHub Stats -
- - -
- - - ---- - - - diff --git a/pacman-contribution-graph-dark.svg b/pacman-contribution-graph-dark.svg new file mode 100644 index 0000000..b5703f5 --- /dev/null +++ b/pacman-contribution-graph-dark.svg @@ -0,0 +1,1528 @@ +Generated with https://github.com/abozanona/pacman-contribution-graph on Wed Oct 01 2025 01:42:51 GMT+0000 (Coordinated Universal Time) + + + + + + + + + + + + + + + + OctNovDecJanFebMarAprMayJunJulAugSep + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pacman-contribution-graph.svg b/pacman-contribution-graph.svg new file mode 100644 index 0000000..44512b6 --- /dev/null +++ b/pacman-contribution-graph.svg @@ -0,0 +1,1528 @@ +Generated with https://github.com/abozanona/pacman-contribution-graph on Wed Oct 01 2025 01:42:47 GMT+0000 (Coordinated Universal Time) + + + + + + + + + + + + + + + + OctNovDecJanFebMarAprMayJunJulAugSep + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file