{"id":18791754,"url":"https://github.com/phip1611/wambo-web","last_synced_at":"2025-10-25T12:11:02.434Z","repository":{"id":61107447,"uuid":"336491953","full_name":"phip1611/wambo-web","owner":"phip1611","description":"Web-app to convert bin/oct/dec/hex, interpret data as float(IEEE-754), interpret as different integer types, and to show memory endianness.","archived":false,"fork":false,"pushed_at":"2025-02-03T14:09:11.000Z","size":1844,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-03T15:24:41.961Z","etag":null,"topics":["angular","binary","bytes","hex","ieee754","low-level"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/phip1611.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":"2021-02-06T08:34:29.000Z","updated_at":"2025-02-03T14:09:15.000Z","dependencies_parsed_at":"2023-12-26T00:22:40.810Z","dependency_job_id":"77932e70-87f0-4a4a-ad9c-e7ec728010a1","html_url":"https://github.com/phip1611/wambo-web","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/phip1611%2Fwambo-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phip1611%2Fwambo-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phip1611%2Fwambo-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phip1611%2Fwambo-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phip1611","download_url":"https://codeload.github.com/phip1611/wambo-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239718329,"owners_count":19685722,"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":["angular","binary","bytes","hex","ieee754","low-level"],"created_at":"2024-11-07T21:16:46.188Z","updated_at":"2025-10-25T12:10:57.413Z","avatar_url":"https://github.com/phip1611.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wambo Web\n\n**Wambo can be found on the web: [wambo-web.de](https://wambo-web.de)**\n\nWambo Web is a simple web app to convert numbers (including fractions) between multiple numeral systems,\nto interpret binary data as different sized integers, to transform a f32 value into integer bytes, \nor to check out the memory alignment of different endiannesses in a convenient, fast, and responsive way. \nIt is mainly useful for low level developers and everyone who wants to understand more about bits, bytes, \nand sizes of different data units.\n\n![Screenshot of Wambo Web](screenshot.png \"Screenshot of Wambo Web\")\n\n# Technology stack\nThis project is build using `Angular`, `Bootstrap`, and `bignumber.js`.\n\n# How To Build\n## Regular\n- `$ npm install`\n- `$ npm run build_prod`\n## Nix (Flake)\n- `$ nix build .`\n\n# How To Deploy / Run\n## Apache web server\nBuild Wambo Web using `$ sh ./build.sh`. Copy the output of `./dist/wambo-web` including \nall files into a directory where your Apache Webserver serves static content. Note that an optimized\n`.htaccess` files is already inside the build.\n\n## Docker\nBuild Wambo Web using `$ sh ./build-docker.sh`, which creates the image `phip1611/wambo-web`. \nInside the image there is a nginx web server which delivers the static content and takes \ncare of 404 as well. It delivers statically compressed GZIP and BROTLI files out of the box.\nYou can run it using: \\\n`$ docker run --rm --name \"wambo-web\" -p 127.0.0.1:80:80 phip1611/wambo-web`\n\n# Trivia\nThis project is free from external resources during runtime. It doesn't collect any data \nnor sends your IP to other domains.\n\nThere is an CLI version of this written in Rust: https://crates.io/crates/wambo \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphip1611%2Fwambo-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphip1611%2Fwambo-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphip1611%2Fwambo-web/lists"}