{"id":20415828,"url":"https://github.com/rbkgh/davido-if-song","last_synced_at":"2026-05-11T15:05:59.081Z","repository":{"id":90539519,"uuid":"93741780","full_name":"RbkGh/Davido-If-Song","owner":"RbkGh","description":"If song rendered in different languages for fun with inspiration from @threefacedcoin's tweet https://twitter.com/threefacedcoin/status/872365153358151681 just for fun","archived":false,"fork":false,"pushed_at":"2017-06-08T11:35:09.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T03:41:32.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/RbkGh.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-06-08T11:29:24.000Z","updated_at":"2017-06-08T11:32:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3e62811-8e49-433a-acae-ebdea578688c","html_url":"https://github.com/RbkGh/Davido-If-Song","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RbkGh/Davido-If-Song","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2FDavido-If-Song","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2FDavido-If-Song/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2FDavido-If-Song/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2FDavido-If-Song/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RbkGh","download_url":"https://codeload.github.com/RbkGh/Davido-If-Song/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2FDavido-If-Song/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32900109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":[],"created_at":"2024-11-15T06:17:42.058Z","updated_at":"2026-05-11T15:05:59.065Z","avatar_url":"https://github.com/RbkGh.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Davido - If song rendered in different languages for fun with inspiration from [@threefacedcoin's](https://twitter.com/threefacedcoin) tweet [here](https://twitter.com/threefacedcoin/status/872365153358151681) just for fun\n\n\n**Sample Stanza 1 - Java Version**\n```\npublic class DavidoIf {\n\n    public static void main(String[] args) throws InterruptedException {\n        Body myBody = new MyBody();\n        Body yourBody = new YourBody();\n        myBody.equals(null);\n        Thread.sleep(3000); //wait three seconds after intro\n        if (I.tellYouSay(\"I\").LoveYou) {\n            Thread.sleep(2000);\n            myBody.equals(yourBody);\n            I.accountBalance(30000000000.00);\n            yourBody.versaceAndGucci();\n        }\n        noDo();\n        gararaForMe();\n        noDo();\n        senrereO();\n        noDo();\n        shakaraOwe();\n    }\n    /**\n     * repeat 'no do' 3X,considering 2 second break on second 'no do'\n     */\n    private static void noDo() throws InterruptedException {\n        int[] chorusLoop = {1,2,3};\n        for (int i : chorusLoop){\n            System.out.println(\"No Do\");\n            if(i==2){\n                Thread.sleep(2000);\n            }\n        }\n    }\n    private static void gararaForMe(){\n        System.out.println(\"Garara For Me\");\n    }\n    private static void senrereO(){\n        System.out.println(\"Senrere oo\");\n    }\n    private static void shakaraOwe(){\n        System.out.println(\"Shakara Owe\");\n    }\n    public static class I {\n        private boolean LoveYou =true;\n        public static final String LOVE_YOU=\"Love You O,\";\n        private static I iInstance = new I();\n        private static void accountBalance(double accountBalance ){\n            System.out.println(accountBalance+\" for the account oo\");\n        }\n        private I() {\n            System.out.println(\"If I tell you say\");\n        }\n        public static I tellYouSay(String statement) {\n            System.out.println(statement+\" \"+LOVE_YOU);\n            return iInstance;\n        }\n    }\n    public interface Body{\n          default boolean versaceAndGucci(){\n              return true;\n          }\n          default void equals(Body body){\n              String moneyPlusBodyNaYourOwn=\"My money my body na your own \";\n              if(Objects.isNull(body))\n              System.out.println(moneyPlusBodyNaYourOwn);\n              else\n                  System.out.println(moneyPlusBodyNaYourOwn+\" o baby\");\n          }\n    }\n    public static class MyBody implements Body{}\n    public static class YourBody implements Body{}\n}\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature/added js version'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbkgh%2Fdavido-if-song","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbkgh%2Fdavido-if-song","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbkgh%2Fdavido-if-song/lists"}