{"id":15107523,"url":"https://github.com/fernandomdev/productivity-timer","last_synced_at":"2026-02-15T00:31:19.292Z","repository":{"id":253479569,"uuid":"843637855","full_name":"fernandomdev/productivity-timer","owner":"fernandomdev","description":"Aplicación creada para uso personal","archived":false,"fork":false,"pushed_at":"2024-09-05T02:42:22.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T17:48:59.808Z","etag":null,"topics":["css","html","jquery","mysql","php"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/fernandomdev.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}},"created_at":"2024-08-17T01:21:50.000Z","updated_at":"2024-09-05T02:42:25.000Z","dependencies_parsed_at":"2024-08-18T02:33:50.356Z","dependency_job_id":null,"html_url":"https://github.com/fernandomdev/productivity-timer","commit_stats":null,"previous_names":["fernandomdev/productivity-timer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fernandomdev/productivity-timer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomdev%2Fproductivity-timer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomdev%2Fproductivity-timer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomdev%2Fproductivity-timer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomdev%2Fproductivity-timer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fernandomdev","download_url":"https://codeload.github.com/fernandomdev/productivity-timer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomdev%2Fproductivity-timer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29461911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T22:42:09.113Z","status":"ssl_error","status_checked_at":"2026-02-14T22:42:05.053Z","response_time":53,"last_error":"SSL_read: 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":["css","html","jquery","mysql","php"],"created_at":"2024-09-25T21:25:17.854Z","updated_at":"2026-02-15T00:31:19.251Z","avatar_url":"https://github.com/fernandomdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contador de Tiempo de Productividad\n\nSistema hecho en para uso personal para controlar las horas que le dedico a la programación.\n\n## Código SQL\n\n```\n-- phpMyAdmin SQL Dump\n-- version 5.2.1\n-- https://www.phpmyadmin.net/\n-- Versión de PHP: 8.2.12\n\nSET SQL_MODE = \"NO_AUTO_VALUE_ON_ZERO\";\nSTART TRANSACTION;\nSET time_zone = \"+00:00\";\n\nCREATE TABLE `registros` (\n  `registro_id` int(11) NOT NULL,\n  `reg_fecha` date NOT NULL,\n  `reg_time` time NOT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;\n\nALTER TABLE `registros`\n  MODIFY `registro_id` int(11) NOT NULL AUTO_INCREMENT;\nCOMMIT;\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandomdev%2Fproductivity-timer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernandomdev%2Fproductivity-timer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandomdev%2Fproductivity-timer/lists"}