{"id":21451567,"url":"https://github.com/brenofariasdasilva/java","last_synced_at":"2025-03-17T02:42:02.866Z","repository":{"id":155250173,"uuid":"435829209","full_name":"BrenoFariasdaSilva/Java","owner":"BrenoFariasdaSilva","description":"My Java Codes.","archived":false,"fork":false,"pushed_at":"2024-03-29T17:40:38.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T12:28:39.386Z","etag":null,"topics":["encapsulation","heritage","java","java20","javasdk","oops-in-java","oriented-object-programming"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BrenoFariasdaSilva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2021-12-07T10:05:17.000Z","updated_at":"2023-07-18T16:23:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"64d82141-7c7d-4841-a34f-2d42d49f3a7c","html_url":"https://github.com/BrenoFariasdaSilva/Java","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/BrenoFariasdaSilva%2FJava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrenoFariasdaSilva%2FJava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrenoFariasdaSilva%2FJava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrenoFariasdaSilva%2FJava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrenoFariasdaSilva","download_url":"https://codeload.github.com/BrenoFariasdaSilva/Java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243964182,"owners_count":20375735,"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":["encapsulation","heritage","java","java20","javasdk","oops-in-java","oriented-object-programming"],"created_at":"2024-11-23T04:23:54.557Z","updated_at":"2025-03-17T02:42:02.837Z","avatar_url":"https://github.com/BrenoFariasdaSilva.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \n# [Java.](https://github.com/BrenoFariasdaSilva/Java) \u003cimg src=\"https://github.com/devicons/devicon/blob/master/icons/java/java-original.svg\"  width=\"3%\" height=\"3%\"\u003e\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \n---\n\nThis repo is made with the objective of showing the Java related codes i have written. \\\nFeel free to contribute and send suggestions.\n  \n---\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![GitHub Code Size in Bytes](https://img.shields.io/github/languages/code-size/BrenoFariasdaSilva/Java)\n![GitHub Last Commit](https://img.shields.io/github/last-commit/BrenoFariasdaSilva/Java)\n![GitHub](https://img.shields.io/github/license/BrenoFariasdaSilva/Java)\n![wakatime](https://wakatime.com/badge/github/BrenoFariasdaSilva/Java.svg)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \n![RepoBeats Statistics](https://repobeats.axiom.co/api/embed/798e367e16b0f48471dc3fcf7a22880eb15631e6.svg \"Repobeats analytics image\")\n\n\u003c/div\u003e\n\n## Table of Contents\n- [Java. ](#java-)\n\t- [Table of Contents](#table-of-contents)\n\t- [Installation:](#installation)\n\t- [Run Java code:](#run-java-code)\n\t- [IDE - IntelliJ IDEA:](#ide---intellij-idea)\n\t- [Contributing](#contributing)\n\t- [License](#license)\n\n\n## Installation:\n* Zip and Unzip Tools: Zip and Unzip might be some necessary tools to install SDKMAN\n\t```bash\n\t# Unzip:\n\tsudo apt install unzip -y\n\n\t# Zip:\n\tsudo apt install zip -y\n\t```\n\n* SDKMAN Tool: SDKMAN is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It provides a convenient Command Line Interface (CLI) and API for installing, switching, removing and listing Candidates.\n  \n\t```bash\n\t# SDKMAN:\n\tcurl -s \"https://get.sdkman.io\" | bash\n\tsource \"$HOME/.sdkman/bin/sdkman-init.sh\"\n\tsdk version\n\t```\n* Java Language via SDKMAN:\n\t```bash\n\t# Java:\n\tsdk install java\n\tjava -version\n\t```\n\n## Run Java code:\n```bash\n# Compile the application using the Java compiler (JVM):\njavac ./{ProgramName}.java\n# Example: javac ./main.java \n\n# Run the application.\njava ./{ProgramName without extension}\n# Example: javac ./main\n```\n\n## IDE - IntelliJ IDEA:\nDownload and install the JetBrains Toolbox App [here](https://www.jetbrains.com/help/idea/installation-guide.html#toolbox) install it via Snap. \\\nHonestly, i hate to use the Snap version of anything, but it's irrefutable that it's the easiest way to install lots of apps. \\\nAlso, fell free to use any other Text Editor or IDE!\n * A few examples of alternative IDEs: Eclipse, NetBeans, BlueJ, JDeveloper, etc.\n * A few examples of alternative Text Editor: Visual Studio Code, Vim, Atom, Sublime Text, etc.\n\n* Install Snap: \n```bash\n# Install Snap Commands:\nsudo apt install snapd -y\nsudo snap install core -y\n```\n\n* Install Intellij Community via Snap: \n```bash\n# Intellij Community - Free Version:\nsudo snap install intellij-idea-community --classic\n```\n\n## Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. If you have suggestions for improving the code, your insights will be highly welcome.\nIn order to contribute to this project, please follow the guidelines below or read the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details on how to contribute to this project, as it contains information about the commit standards and the entire pull request process.\nPlease follow these guidelines to make your contributions smooth and effective:\n\n1. **Set Up Your Environment**: Ensure you've followed the setup instructions in the [Setup](#setup) section to prepare your development environment.\n\n2. **Make Your Changes**:\n   - **Create a Branch**: `git checkout -b feature/YourFeatureName`\n   - **Implement Your Changes**: Make sure to test your changes thoroughly.\n   - **Commit Your Changes**: Use clear commit messages, for example:\n     - For new features: `git commit -m \"FEAT: Add some AmazingFeature\"`\n     - For bug fixes: `git commit -m \"FIX: Resolve Issue #123\"`\n     - For documentation: `git commit -m \"DOCS: Update README with new instructions\"`\n     - For refactorings: `git commit -m \"REFACTOR: Enhance component for better aspect\"`\n     - For snapshots: `git commit -m \"SNAPSHOT: Temporary commit to save the current state for later reference\"`\n   - See more about crafting commit messages in the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n3. **Submit Your Contribution**:\n   - **Push Your Changes**: `git push origin feature/YourFeatureName`\n   - **Open a Pull Request (PR)**: Navigate to the repository on GitHub and open a PR with a detailed description of your changes.\n\n4. **Stay Engaged**: Respond to any feedback from the project maintainers and make necessary adjustments to your PR.\n\n5. **Celebrate**: Once your PR is merged, celebrate your contribution to the project!\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenofariasdasilva%2Fjava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrenofariasdasilva%2Fjava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenofariasdasilva%2Fjava/lists"}