{"id":16431399,"url":"https://github.com/stephencelis/dots","last_synced_at":"2025-03-21T04:32:02.667Z","repository":{"id":566494,"uuid":"197826","full_name":"stephencelis/dots","owner":"stephencelis","description":"Free progress dots for your scripts. Test::Unit-style. ","archived":false,"fork":false,"pushed_at":"2009-12-06T16:34:44.000Z","size":84,"stargazers_count":33,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-01T02:51:09.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/stephencelis.png","metadata":{"files":{"readme":"README.rdoc","changelog":"History.rdoc","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-05-11T12:39:11.000Z","updated_at":"2019-08-13T14:25:45.000Z","dependencies_parsed_at":"2022-08-16T10:30:59.063Z","dependency_job_id":null,"html_url":"https://github.com/stephencelis/dots","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephencelis%2Fdots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephencelis%2Fdots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephencelis%2Fdots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephencelis%2Fdots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephencelis","download_url":"https://codeload.github.com/stephencelis/dots/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244110101,"owners_count":20399562,"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-11T08:30:02.412Z","updated_at":"2025-03-21T04:32:02.390Z","avatar_url":"https://github.com/stephencelis.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"  RDoc.......................................................................\n  ........................FFF................FFF.........F...................\n  ........................FF.................FF...........E..................\n  ..................FFFFF.FF....FFFFFF....FEFFFEF...FEEFFEE..................\n  ................FF....FFFF...FE....FFF....FFF....FEF.......................\n  ................FFF....FFF...FEF....FF.....FF......FFEEF...................\n  ..................FEEEF.FFF....EEEEEF.......FEF........FFF.................\n  ...................................................FFEEFF..................\n  ................FFFFFEEEEEFFFFF.F..F.FFFFFEEEEEEFFFFF......................\n  ..............F........F.FFFFEEEEEEEEEEFFFFF.F.............................\n  .....................................................................ready!\n\nFree progress dots for your scripts, \u003ctt\u003eTest::Unit\u003c/tt\u003e-style.\n\nhttp://github.com/stephencelis/dots\n\n\n== Example\n\n  % ruby -rubygems\n  require \"dots\"\n  require \"open-uri\"\n  require \"hpricot\"\n\n  File.open(\"alts.txt\", \"w\") do |f|\n    (1..10).each.with_dots do |n|\n      doc = Hpricot open(\"http://www.qwantz.com/archive/%06d.html\" % n)\n      alt = (doc / \"font img\").pop[\"title\"]\n      raise \"No alt text found!\" if alt.nil?\n      f.puts \"%3d. %s\" % [n, alt]\n    end\n  end\n  ^D\n  ..........\n  Finished in 6.225932 seconds.\n\n  10 total, 10 passed, 0 failed, 0 erred\n\n\n== Usage\n\nSwap out +each+ for +each_with_dots+, or, with enumerators, just add\n+with_dots+; if you don't want to write to standard output, specify the IO as\nan argument for +each_with_dots+ (or +with_dots+).\n\nRaise nameless (i.e., +RuntimeError+) exceptions for potential failures.\n\n\n== Extras\n\n* \u003ctt\u003erequire \"dots/redgreen\"\u003c/tt\u003e\n* \u003ctt\u003erequire \"dots/rainbows\"\u003c/tt\u003e\n* \u003ctt\u003erequire \"dots/kaoemoji\"\u003c/tt\u003e\n\nOh, and for heavy, non-iterative processing:\n\n  dots do\n    # ...\n  end\n\n\n== Install\n\n  % gem install dots\n\n\n== License\n\n(The MIT License)\n\n(c) 2009-* Stephen Celis, stephen@stephencelis.com.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephencelis%2Fdots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephencelis%2Fdots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephencelis%2Fdots/lists"}