{"id":14973413,"url":"https://github.com/anzolo/remontas24","last_synced_at":"2026-02-13T05:03:26.756Z","repository":{"id":96735631,"uuid":"102190378","full_name":"anzolo/remontas24","owner":"anzolo","description":"Website for search and compare contractors for repair work","archived":false,"fork":false,"pushed_at":"2017-09-03T12:35:55.000Z","size":42768,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T14:51:57.415Z","etag":null,"topics":["angular1","bottlepy","python3"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/anzolo.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":"2017-09-02T10:54:54.000Z","updated_at":"2020-11-07T08:19:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b1fe1a6-cd51-4d21-8b3d-0caf34aa9d6e","html_url":"https://github.com/anzolo/remontas24","commit_stats":{"total_commits":231,"total_committers":2,"mean_commits":115.5,"dds":"0.22077922077922074","last_synced_commit":"858b2a4c8bd590471d1ffc8bcc96f4edba5f3c1d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anzolo/remontas24","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzolo%2Fremontas24","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzolo%2Fremontas24/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzolo%2Fremontas24/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzolo%2Fremontas24/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anzolo","download_url":"https://codeload.github.com/anzolo/remontas24/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzolo%2Fremontas24/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273898909,"owners_count":25187732,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular1","bottlepy","python3"],"created_at":"2024-09-24T13:48:41.020Z","updated_at":"2026-02-13T05:03:21.730Z","avatar_url":"https://github.com/anzolo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"A dead simple way to do inheritance in JS.\n\n    var inherits = require(\"inherits\")\n\n    function Animal () {\n      this.alive = true\n    }\n    Animal.prototype.say = function (what) {\n      console.log(what)\n    }\n\n    inherits(Dog, Animal)\n    function Dog () {\n      Dog.super.apply(this)\n    }\n    Dog.prototype.sniff = function () {\n      this.say(\"sniff sniff\")\n    }\n    Dog.prototype.bark = function () {\n      this.say(\"woof woof\")\n    }\n\n    inherits(Chihuahua, Dog)\n    function Chihuahua () {\n      Chihuahua.super.apply(this)\n    }\n    Chihuahua.prototype.bark = function () {\n      this.say(\"yip yip\")\n    }\n\n    // also works\n    function Cat () {\n      Cat.super.apply(this)\n    }\n    Cat.prototype.hiss = function () {\n      this.say(\"CHSKKSS!!\")\n    }\n    inherits(Cat, Animal, {\n      meow: function () { this.say(\"miao miao\") }\n    })\n    Cat.prototype.purr = function () {\n      this.say(\"purr purr\")\n    }\n\n\n    var c = new Chihuahua\n    assert(c instanceof Chihuahua)\n    assert(c instanceof Dog)\n    assert(c instanceof Animal)\n\nThe actual function is laughably small.  10-lines small.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanzolo%2Fremontas24","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanzolo%2Fremontas24","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanzolo%2Fremontas24/lists"}