{"id":18895490,"url":"https://github.com/daleonpz/dnl_tools","last_synced_at":"2026-03-01T19:01:54.833Z","repository":{"id":164585067,"uuid":"68232893","full_name":"daleonpz/dnl_tools","owner":"daleonpz","description":"Here's where my code begins","archived":false,"fork":false,"pushed_at":"2025-05-15T13:12:43.000Z","size":583,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T20:07:05.618Z","etag":null,"topics":["bash","c","cpp","gmail","gmail-api","gui","markdown-article","python","schedule","timer","tkinter","tkinter-graphic-interface","workout-apps","workout-journal","workouts"],"latest_commit_sha":null,"homepage":"https://daleonpz.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daleonpz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-09-14T18:38:16.000Z","updated_at":"2025-05-15T13:12:48.000Z","dependencies_parsed_at":"2024-02-13T18:32:07.180Z","dependency_job_id":"46eff749-db52-4dd0-b2bf-bb276501924b","html_url":"https://github.com/daleonpz/dnl_tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daleonpz/dnl_tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daleonpz%2Fdnl_tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daleonpz%2Fdnl_tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daleonpz%2Fdnl_tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daleonpz%2Fdnl_tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daleonpz","download_url":"https://codeload.github.com/daleonpz/dnl_tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daleonpz%2Fdnl_tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29980793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","c","cpp","gmail","gmail-api","gui","markdown-article","python","schedule","timer","tkinter","tkinter-graphic-interface","workout-apps","workout-journal","workouts"],"created_at":"2024-11-08T08:28:26.935Z","updated_at":"2026-03-01T19:01:54.816Z","avatar_url":"https://github.com/daleonpz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\n    - Projects \n    - Tools I made for personal usage and learning purposes\n    - Everything I am doing or I will do is on my To-do list\n---\n# Embedded Related \n* Obstacle avoiding and tower finding robot based on STM32F0 **(C - freeRTOS)** [On github](https://github.com/eselabr2d2/ESM_lab_project)\n* Check server availability through WiFi based on ESP32 **(C - freeRTOS)** [On github](https://github.com/daleonpz/misc/tree/master/C/ESP32_server_availability)\n* SPI communication **(VHDL)** [On github](https://github.com/daleonpz/misc/tree/master/vhdl/serial_comm) \n\n# Tools\n* imdatabase **(cpp)**: postgres interface to manage my own database. [On github](https://github.com/daleonpz/imdatabase)\n* break_reminder.sh **(bash)**: show a timer on the screen \n* check_spelling **(bash)**: script based on aspell to check and replace misspellings of a block of lines in a text file\n* create_pyfile.py **(python2.7)**: create python files with sections\n* gmailapi **(python2.7)**: package to send and schedule mails\n* sendfoodlist.py **(python2.7)**: schedule a mail with the food list\n* timer.py **(python2.7)**: GUI timer for general purposes\n* todo_list.py **(python2.7)**: interface to manage my to-do list, I am too lazy to use emacs :smiley:\n* wointerface **(python2.7)**: GUI to record my workout routines, when, for how long, and which one I performed. Also it shows on screen the excercises I should do,reps and breaks. Read workout plan from a workout file `*.wo`. [On github](https://github.com/daleonpz/workout-manager)\n* videoplayer **(C)**: interactive tool to view and choose my raw footage. [On github](https://github.com/daleonpz/dnl_tools/tree/master/tools/C/videoplayer)\n\n# Websites\n* My parkour blog [On github](https://github.com/daleonpz/daleonpz.github.io) [blog link](https://myparkourjournal.com/) \n* My developer blog [On github](https://github.com/daleonpz/blog) [blog link](https://daleonpz.com)\n* My parkour company website [On github](https://github.com/innermovement/innermovement.github.io) [website link](https://innermovementproject.com/)\n\n\n# Supports \n* exec_break.sh **(bash)**: execute the break reminder using cron\n* newpyfile **(bash)**: make executable the file created by create_pyfile.py\n\n# Fun\n* shell_stats.py **(python2.7)**: stats of the type of commands executed in terminal\n* when `main` is not a function **(C)**: hack `main` using something similar to a buffer overflow [blog post](https://daleonpz.com/blog/hack-main) [code](https://github.com/daleonpz/blog/tree/master/_code/posts/hack-main)\n* hacker.org game: I've been playing for awhile [solutions](https://github.com/daleonpz/misc/tree/master/onlineGames/hacker.org)\n\nFeel free to send me a PR or a message :blush:\n\n\n.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaleonpz%2Fdnl_tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaleonpz%2Fdnl_tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaleonpz%2Fdnl_tools/lists"}