{"id":21203701,"url":"https://github.com/bl33h/squareperimeter","last_synced_at":"2026-05-22T07:01:41.291Z","repository":{"id":69081057,"uuid":"483488158","full_name":"bl33h/squarePerimeter","owner":"bl33h","description":"A program that calculates the value of the perimeter of 3 squares.","archived":false,"fork":false,"pushed_at":"2024-04-21T05:00:04.000Z","size":158,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T15:15:20.334Z","etag":null,"topics":["assembly","assembly-language","perimeter","raspberry-pi","raspi","square"],"latest_commit_sha":null,"homepage":"","language":"Assembly","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/bl33h.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}},"created_at":"2022-04-20T03:05:33.000Z","updated_at":"2024-04-21T05:00:08.000Z","dependencies_parsed_at":"2024-04-21T06:30:20.166Z","dependency_job_id":null,"html_url":"https://github.com/bl33h/squarePerimeter","commit_stats":null,"previous_names":["bl33h/squareperimeter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FsquarePerimeter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FsquarePerimeter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FsquarePerimeter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FsquarePerimeter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bl33h","download_url":"https://codeload.github.com/bl33h/squarePerimeter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658177,"owners_count":20326464,"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":["assembly","assembly-language","perimeter","raspberry-pi","raspi","square"],"created_at":"2024-11-20T20:26:15.987Z","updated_at":"2026-05-22T07:01:36.228Z","avatar_url":"https://github.com/bl33h.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# squarePerimeter\nA program that calculates the perimeter of a square based on user input. It uses the formula x = l * 4, where x is the perimeter and l is the length of the square's side. The program prompts the user to enter the side length, performs the calculation, and displays the result. It supports multiple calculations through a loop and returns a no-error signal to the operating system.\n\n\u003cp align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3a/Missing_square_edit.gif\" alt=\"pic\" width=\"500\"\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\u003cp align=\"center\" \u003e\n  \u003ca href=\"#Files\"\u003eFiles\u003c/a\u003e •\n  \u003ca href=\"#Features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e \n\u003c/p\u003e\n\n## Files\n- src: the file that implements de solution.\n- others: algorithm flowchart\n\n## Features\nThe main features of the application include:\n- User Input: It prompts the user to enter the value of the side length of the square.\n- Calculation: It calculates the perimeter of the square using the formula x = l * 4, where x is the perimeter and l is the side length.\n- Looping: It allows multiple calculations by repeating the calculation process until a certain condition is met.\n- Output: It displays the calculated perimeter value to the user.\n- Error Handling: It returns a no-error signal to the operating system upon completion.\n- Assembly Language: It is written in assembly language, specifically targeting a specific architecture.\n\n## How To Use\nTo clone and run this application, you'll need [Git](https://git-scm.com) and a [x86 emulator or simulator](https://www.qemu.org/) installed on your computer. Or a RaspberryPi in case you have one. From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/bl33h/squarePerimeter\n\n# Open the folder\n$ cd src\n\n# Assemble the app\n$ as -o CalculoPerimetroCuadrados.o CalculoPerimetroCuadrados.s\n$ ld -o CalculoPerimetroCuadrados CalculoPerimetroCuadrados.o\n\n# Run the app\n$ ./CalculoPerimetroCuadrados\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbl33h%2Fsquareperimeter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbl33h%2Fsquareperimeter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbl33h%2Fsquareperimeter/lists"}