{"id":19911624,"url":"https://github.com/zalexanninev15/alp","last_synced_at":"2025-09-10T14:36:47.627Z","repository":{"id":112544489,"uuid":"366335416","full_name":"Zalexanninev15/ALP","owner":"Zalexanninev15","description":"Assembly Language Projects for Windows","archived":false,"fork":false,"pushed_at":"2022-05-13T21:16:39.000Z","size":6793,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-05T14:33:18.769Z","etag":null,"topics":["assembly-language","fasm","win32","win32api","winapi"],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":false,"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/Zalexanninev15.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":"2021-05-11T09:59:54.000Z","updated_at":"2023-01-10T18:02:18.000Z","dependencies_parsed_at":"2023-05-16T07:15:27.840Z","dependency_job_id":null,"html_url":"https://github.com/Zalexanninev15/ALP","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalexanninev15%2FALP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalexanninev15%2FALP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalexanninev15%2FALP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalexanninev15%2FALP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zalexanninev15","download_url":"https://codeload.github.com/Zalexanninev15/ALP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241341716,"owners_count":19947104,"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-language","fasm","win32","win32api","winapi"],"created_at":"2024-11-12T21:26:02.375Z","updated_at":"2025-03-01T08:41:01.351Z","avatar_url":"https://github.com/Zalexanninev15.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ALP\n\n[![](https://img.shields.io/badge/platform-Windows-informational)](https://github.com/Zalexanninev15/ALP)\n[![](https://img.shields.io/badge/written_on-FASM-a8bce0.svg?logo=fasm)](https://flatassembler.net/index.php)\n[![](https://img.shields.io/badge/written_on-Assembly_Launguage-0076c6.svg?logo=assemblylaunguage)](https://github.com/Zalexanninev15/ALP)\n[![](https://img.shields.io/github/last-commit/Zalexanninev15/ALP.svg)](https://github.com/Zalexanninev15/ALP/commits/main)\n[![](https://img.shields.io/github/stars/Zalexanninev15/ALP.svg)](https://github.com/Zalexanninev15/ALP/stargazers)\n[![](https://img.shields.io/github/forks/Zalexanninev15/ALP.svg)](https://github.com/Zalexanninev15/ALP/network/members)\n[![](https://img.shields.io/github/issues/Zalexanninev15/ALP.svg)](https://github.com/Zalexanninev15/ALP/issues?q=is%3Aopen+is%3Aissue)\n[![](https://img.shields.io/github/issues-closed/Zalexanninev15/ALP.svg)](https://github.com/Zalexanninev15/ALP/issues?q=is%3Aissue+is%3Aclosed)\n[![](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![](https://img.shields.io/badge/Donate-FFDD00.svg?logo=buymeacoffee\u0026logoColor=black)](https://z15.neocities.org/donate)\n\n## Description\n\nAssembly Language Projects for Windows.\n\n## Projects\n\n* [HideDesktop](https://github.com/Zalexanninev15/ALP/tree/main/Projects/HideDesktop) - hide/show desktop content ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/HideDesktop/HideDesktop/bin/debug/HideDesktop.exe))\n* [CdRomStatus](https://github.com/Zalexanninev15/ALP/tree/main/Projects/CdRomStatus) - status of CD-ROM ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/CdRomStatus/CdRomStatus/bin/debug/CdRomStatus.exe))\n* [MyCpuName](https://github.com/Zalexanninev15/ALP/tree/main/Projects/MyCpuName) - name of CPU and its ID (manufacturer) ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/MyCpuName/MyCpuName/bin/debug/MyCpuName.exe))\n* [ClipboardHook](https://github.com/Zalexanninev15/ALP/tree/main/Projects/ClipboardHook) - get text from clipboard ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/ClipboardHook/ClipboardHook/bin/debug/ClipboardHook.exe))\n* [GetWindowFont](https://github.com/Zalexanninev15/ALP/tree/main/Projects/GetWindowFont) - what font is used in the application window and in its elements ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/GetWindowFont/GetWindowFont/bin/debug/GetWindowFont.exe))\n* [SetKeyboardState](https://github.com/Zalexanninev15/ALP/tree/main/Projects/SetKeyboardState) - controlling NumLock, CapsLock and ScrollLock keys ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/SetKeyboardState/SetKeyboardState/bin/debug/SetKeyboardState.exe))\n* [ScreenMagnifier](https://github.com/Zalexanninev15/ALP/tree/main/Projects/ScreenMagnifier) - screen magnifier ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/ScreenMagnifier/ScreenMagnifier/bin/debug/ScreenMagnifier.exe))\n* [DisableMinimizeAllWindows](https://github.com/Zalexanninev15/ALP/tree/main/Projects/DisableMinimizeAllWindows) - hide the \"Minimize all windows\" button ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/DisableMinimizeAllWindows/DisableMinimizeAllWindows/bin/debug/DisableMinimizeAllWindows.exe))\n* [RemovableUsbStatus](https://github.com/Zalexanninev15/ALP/tree/main/Projects/RemovableUsbStatus) - status of removable USB drives ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/RemovableUsbStatus/RemovableUsbStatus/bin/debug/RemovableUsbStatus.exe))\n\n## System requirements\n\n* **OS:** Windows 7 or higher\n\n## Build\n\nCompile using [FASM](https://flatassembler.net) or [ASM Visual](https://gri-software.com/en/asmvisual).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalexanninev15%2Falp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzalexanninev15%2Falp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalexanninev15%2Falp/lists"}