{"id":16320404,"url":"https://github.com/hellonico/pjodatime","last_synced_at":"2025-10-15T01:32:22.428Z","repository":{"id":4345865,"uuid":"5481821","full_name":"hellonico/pJodatime","owner":"hellonico","description":"Jodatime for processing","archived":false,"fork":false,"pushed_at":"2012-08-27T00:35:17.000Z","size":796,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T01:43:22.301Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellonico.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-20T13:55:41.000Z","updated_at":"2013-10-16T21:01:07.000Z","dependencies_parsed_at":"2022-08-26T12:20:24.618Z","dependency_job_id":null,"html_url":"https://github.com/hellonico/pJodatime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellonico%2FpJodatime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellonico%2FpJodatime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellonico%2FpJodatime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellonico%2FpJodatime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellonico","download_url":"https://codeload.github.com/hellonico/pJodatime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101559,"owners_count":22014908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-10T22:44:14.176Z","updated_at":"2025-10-15T01:32:17.406Z","avatar_url":"https://github.com/hellonico.png","language":"Java","readme":"Making jodatime available to Processing\n\nHow to use:\n```java\nimport net.hellonico.jodatime.*;\n\nTimeLibrary time;\nPFont font;\nvoid setup() {\n  size(500,100);\n  smooth();\n  frameRate(1);\n  \n  font = loadFont(\"Digital-7-30.vlw\");\n  time = new TimeLibrary(this);\n  \n  textFont(font, 32);\n}\n\nvoid draw() {\n  background(0);\n  text(time.getTimeString(), 50, 50);\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellonico%2Fpjodatime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellonico%2Fpjodatime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellonico%2Fpjodatime/lists"}