{"id":17949428,"url":"https://github.com/camirmas/recursion-problems","last_synced_at":"2025-04-03T15:41:07.035Z","repository":{"id":25404965,"uuid":"28833858","full_name":"camirmas/recursion-problems","owner":"camirmas","description":null,"archived":false,"fork":false,"pushed_at":"2015-01-06T00:15:03.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T04:26:18.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/camirmas.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}},"created_at":"2015-01-05T21:59:09.000Z","updated_at":"2015-01-06T00:15:03.000Z","dependencies_parsed_at":"2022-09-09T20:02:31.545Z","dependency_job_id":null,"html_url":"https://github.com/camirmas/recursion-problems","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/camirmas%2Frecursion-problems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camirmas%2Frecursion-problems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camirmas%2Frecursion-problems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camirmas%2Frecursion-problems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camirmas","download_url":"https://codeload.github.com/camirmas/recursion-problems/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247029812,"owners_count":20871975,"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-29T09:16:52.709Z","updated_at":"2025-04-03T15:41:06.989Z","avatar_url":"https://github.com/camirmas.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Define a recursive function that takes an argument n and prints the lyrics to 99 bottles of beer on the wall, starting with that number n\n\nDefine a recursive function that takes an argument n and returns the fibonacci value of that position. The fibonacci sequence is 0, 1, 1, 2, 3, 5, 8, 13, 21... So fib(5) should return 5 and fib(6) should return 8.\n\nDefine a recursive function that returns true if a string is a palindrome and false otherwise.\n\nGet the JSON data from this Reddit post using an http gem: http://www.reddit.com/r/aww/comments/zzg3k/my_local_humane_society_posts_pictures_of_new/.json. Write code to print out the text of each comment in your terminal. Write code that counts the number of comments, as well.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamirmas%2Frecursion-problems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamirmas%2Frecursion-problems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamirmas%2Frecursion-problems/lists"}