{"id":20963783,"url":"https://github.com/mitjafelicijan/probe","last_synced_at":"2026-05-07T17:33:10.186Z","repository":{"id":245175934,"uuid":"817483536","full_name":"mitjafelicijan/probe","owner":"mitjafelicijan","description":"Just testing things.","archived":false,"fork":false,"pushed_at":"2025-08-04T10:17:07.000Z","size":7108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-04T14:16:37.335Z","etag":null,"topics":["assembly","c","d","experiments","zig"],"latest_commit_sha":null,"homepage":"https://mitjafelicijan.com","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitjafelicijan.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,"zenodo":null}},"created_at":"2024-06-19T20:12:05.000Z","updated_at":"2025-08-04T10:17:11.000Z","dependencies_parsed_at":"2024-06-20T09:37:00.075Z","dependency_job_id":"e20c52f5-32e1-499c-8ae1-b5036f698596","html_url":"https://github.com/mitjafelicijan/probe","commit_stats":null,"previous_names":["mitjafelicijan/probe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mitjafelicijan/probe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitjafelicijan%2Fprobe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitjafelicijan%2Fprobe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitjafelicijan%2Fprobe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitjafelicijan%2Fprobe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitjafelicijan","download_url":"https://codeload.github.com/mitjafelicijan/probe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitjafelicijan%2Fprobe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32748599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","c","d","experiments","zig"],"created_at":"2024-11-19T02:48:25.297Z","updated_at":"2026-05-07T17:33:10.180Z","avatar_url":"https://github.com/mitjafelicijan.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Just testing things.**\n\n![true](https://github.com/user-attachments/assets/cbac220e-57a6-4299-8a1d-f5faf8994ce3)\n\nNothing crazy here. I put little experiments and tests I do here so I can\nreference them later if I need to.\n\n\u003e [!NOTE]  \n\u003e Check `shell.nix` to see the software and dependencies that are used\n\u003e in these examples. If you use Nix just do `nix-shell shell.nix`.\n\nEvery test has it's own `Makefile` so please check that before you try\nrunning it.\n\n\u003e [!IMPORTANT]  \n\u003e Some of the examples are specific to certain operating systems and\n\u003e they will not work everywhere. Take this into account. This code is\n\u003e also written in the most explicit way and lacks massively when it\n\u003e comes to checking of errors etc.\n\n|                                          | Compiler    | What does it do?                                               |\n|------------------------------------------|-------------|----------------------------------------------------------------|\n| [c-asm](./c-asm)                         | clang-17    | Calls a function written in ASM from C code.                   |\n| [c-embed](./c-embed)                     | clang-17    | Embedding external resources in compiled binary.               |\n| [c-signals](./c-signals)                 | clang-17    | Uses SIGUSR1 and SIGUSR2 as IPC mechanism.                     |\n| [c-structs](./c-structs)                 | clang-17    | Saves and reads structs in/from binary files.                  |\n| [c-httpd](./c-httpd)                     | clang-17    | Simple HTTP server with route handling primer in C.            |\n| [zig-c-interop](./zig-c-interop)         | zig-0.11.0  | Uses functions written in C from Zig code.                     |\n| [zig-ppm](./zig-ppm)                     | zig-0.11.0  | Creates an image with random pixels in PPM image format.       |\n| [zig-struct-json](./zig-struct-json)     | zig-0.11.0  | Serialization of a struct into JSON and then reading it back.  |\n| [zig-telnet](./zig-telnet)               | zig-0.11.0  | Connects to Redis server like it is a basic telnet server.     |\n| [zig-x11](./zig-x11)                     | zig-0.11.0  | Uses X11 to create a basic window without any bindings needed. |\n| [zig-http](./zig-http)                   | zig-0.11.0  | Basic example of a HTTP 1.1 server without any routing etc.    |\n| [zig-x11-box](./zig-x11-box)             | zig-0.11.0  | Move a box around with arrow keys with Xlib and Zig.           |\n| [zig-kv-store](./zig-kv-store)           | zig-0.11.0  | Simple Key-value store that mimics memcached written in Zig.   |\n| [zig-wad](./zig-wad)                     | zig-0.11.0  | Reads doom.wad and extracts the identification header.         |\n| [zig-os-props](./zig-os-props)           | zig-0.11.0  | Detects properties of the target operating system.             |\n| [zig-tlv-encoding](./zig-tlv-encoding)   | zig-0.13.0  | Naive implementation of TLV encoding in Zig.                   |\n| [zig-embed](./zig-embed)                 | zig-0.13.0  | Embedding external resources in compiled binary.               |\n| [zig-struct-bin](./zig-struct-bin)       | zig-0.13.0  | Save a struct into binary file and then reading it back.       |\n| [zig-elf](./zig-elf)                     | zig-0.14.0  | Read execution header of Elf64 format in Zig.                  |\n| [c-bluetooth](./c-bluetooth)             | clang-17    | Scans for all Bluetooth devices.                               |\n| [d-x11](./d-x11)                         | dmd-2.110   | Uses X11 to create a basic window without any bindings needed. |\n| [d-bmp-header](./d-bmp-header)           | dmd-2.110   | Reads BMP image header and prints the information out.         |\n| [c-luajit](./c-luajit)                   | clang-19    | Testing execution speed of Lua vs Luajit vs embedded Luajit.   |\n| [c-embedding-data](./c-embedding-data)   | clang-19    | Embedding game assets to executable binary (with raylib).      |\n| [c-sqlite-embed-db](./c-sqlite-embed-db) | clang-17    | Embeds SQLite and SQLite database into executable.             |\n| [c-embed-lua](./c-embed-lua)             | clang-17    | Embeds Lua interpreter and Lua script into executable.         |\n| [odin-rl-window](./odin-rl-window)       | dev-2025-07 | Simple Raylib window with Odin.                                |\n\n## License\n\n[probe](https://github.com/mitjafelicijan/probe) was written by [Mitja\nFelicijan](https://mitjafelicijan.com) and is released under the BSD\nzero-clause license, see the LICENSE file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitjafelicijan%2Fprobe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitjafelicijan%2Fprobe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitjafelicijan%2Fprobe/lists"}