{"id":20338730,"url":"https://github.com/Voyrox/Assembly-http-server","last_synced_at":"2025-05-08T02:31:43.715Z","repository":{"id":173321236,"uuid":"650553238","full_name":"Voyrox/Assembly-http-server","owner":"Voyrox","description":"Assembly-http-server is a simple web server made to host website pages with, Made in a 1st gen programming language for your enjoyment!","archived":false,"fork":false,"pushed_at":"2023-06-09T03:39:04.000Z","size":36,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-03T19:04:09.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Voyrox.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"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":"2023-06-07T10:06:59.000Z","updated_at":"2025-03-11T04:44:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"952f5f23-6dad-4c8f-8888-bd52eef6ce86","html_url":"https://github.com/Voyrox/Assembly-http-server","commit_stats":null,"previous_names":["frost-lord/assembly-http-server","voyrox/assembly-http-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voyrox%2FAssembly-http-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voyrox%2FAssembly-http-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voyrox%2FAssembly-http-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voyrox%2FAssembly-http-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Voyrox","download_url":"https://codeload.github.com/Voyrox/Assembly-http-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252986836,"owners_count":21836236,"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-11-14T21:14:00.193Z","updated_at":"2025-05-08T02:31:43.707Z","avatar_url":"https://github.com/Voyrox.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTP Assembly Server\n\n## Run:\n\nUbuntu\n```\nnasm -f elf64 server.asm \u0026\u0026 ld -o server server.o \u0026\u0026 ./server\n```\nor\n```\nmake build \u0026\u0026 ./server\n```\nOR\n```\n./Run-NASM.sh server.asm\n```\n\nListening on http://127.0.0.1:3926\n\n\n## General Info\n\nString.asm\n```\n. string_itoa: Converts an integer value to a string representation.\n. string_atoi: Converts a string representation of an integer to an actual integer value.\n. string_copy: Copies a string from one location to another.\n. string_concat_int: Concatenates a string with the string representation of an integer.\n. string_concat: Concatenates two strings together.\n. string_contains: Checks if a string contains another string.\n. string_remove: Removes occurrences of a specific string from another string.\n. string_ends_with: Checks if a string ends with another string.\n. string_char_at_reverse: Checks if a character at a specific position in a string matches a given character, starting from the end of the string.\n. print_line: Prints a line of text.\n. get_string_length: Retrieves the length of a string.\n. get_number_of_digits: Calculates the number of digits in an integer value.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVoyrox%2FAssembly-http-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVoyrox%2FAssembly-http-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVoyrox%2FAssembly-http-server/lists"}