{"id":20905979,"url":"https://github.com/objectprofile/numericscales","last_synced_at":"2026-02-23T01:32:26.568Z","repository":{"id":46043951,"uuid":"203062558","full_name":"ObjectProfile/NumericScales","owner":"ObjectProfile","description":"Numerical scales for Pharo","archived":false,"fork":false,"pushed_at":"2023-06-12T11:59:41.000Z","size":143,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-25T14:35:41.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ObjectProfile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-08-18T22:25:56.000Z","updated_at":"2023-05-06T16:06:40.000Z","dependencies_parsed_at":"2024-11-18T13:34:17.123Z","dependency_job_id":"7cc50c40-aa78-48ae-8ef4-534df65f8c3f","html_url":"https://github.com/ObjectProfile/NumericScales","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ObjectProfile/NumericScales","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObjectProfile%2FNumericScales","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObjectProfile%2FNumericScales/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObjectProfile%2FNumericScales/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObjectProfile%2FNumericScales/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ObjectProfile","download_url":"https://codeload.github.com/ObjectProfile/NumericScales/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObjectProfile%2FNumericScales/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29734468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"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":[],"created_at":"2024-11-18T13:28:30.934Z","updated_at":"2026-02-23T01:32:26.527Z","avatar_url":"https://github.com/ObjectProfile.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Numeric Scales \n[![CI](https://github.com/ObjectProfile/NumericScales/actions/workflows/runTests.yml/badge.svg)](https://github.com/ObjectProfile/NumericScales/actions/workflows/runTests.yml)\n\nSimple scales for numbers, points and colors.\nNumericScales is an essential component used by [Roassal3](https://github.com/ObjectProfile/Roassal3).\n\n  - [Installation](#installation)\n  - [Quick start](#quick-start)\n  - [Contact](#contact)\n\n\n## Installation\n\nExecute the following incantation in a Playground: \n\n```Smalltalk\nMetacello new\n\tbaseline: 'NumericScales';\n\trepository: 'github://ObjectProfile/NumericScales/src';\n\tload.\n```\n\nTo add NumericScales to your baseline:\n\n```Smalltalk\nspec package: 'NumericScales'with: [ \n\tspec repository: 'github://ObjectProfile/NumericScales/src' ].\n```\n\n## Quick start\n\nThe entry point is `NSScale` the package `NumericScales` contains a collection of Scales that you can use to your project, like: linear, log, pow, ordinal and polylinear.\n\n```Smalltalk\nscale := NSScale linear\n\tdomain: { 0. 100};\n\trange: { 'red'. 'blue' }.\nscale scale: 100.\n\"Color blue\"\n\nscale scale: 0.\n\"Color red\"\n\nscale scale: 50.\n\"Half way between red and blue\"\n```\n\n## Documentation\n\nYou can find more information here  \n* [User documentation](documentation/UserGuide.md) \n## Contact\n\nIf you have any questions or problems do not hesitate to open an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectprofile%2Fnumericscales","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobjectprofile%2Fnumericscales","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectprofile%2Fnumericscales/lists"}