avatar_url stringlengths 47 116 ⌀ | name stringlengths 1 46 | full_name stringlengths 7 60 | created_at stringdate 2016-04-01 08:17:56 2025-05-20 11:38:17 | description stringlengths 0 387 ⌀ | default_branch stringclasses 44
values | open_issues int64 0 4.93k | stargazers_count int64 0 78.2k | forks_count int64 0 3.09k | watchers_count int64 0 78.2k | tags_url stringlengths 0 94 | license stringclasses 27
values | topics listlengths 1 20 | size int64 0 4.82M | fork bool 2
classes | updated_at stringdate 2018-11-13 14:41:18 2025-05-22 08:23:54 | has_build_zig bool 2
classes | has_build_zig_zon bool 2
classes | zig_minimum_version stringclasses 50
values | repo_from stringclasses 3
values | dependencies listlengths 0 38 | readme_content stringlengths 0 437k | dependents listlengths 0 21 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://avatars.githubusercontent.com/u/146390816?v=4 | zstd | allyourcodebase/zstd | 2024-07-25T17:20:45Z | zstd ported to the zig build system | master | 0 | 7 | 1 | 7 | https://api.github.com/repos/allyourcodebase/zstd/tags | MIT | [
"zig",
"zig-package"
] | 17 | false | 2025-05-15T11:58:03Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "zstd",
"tar_url": "https://github.com/facebook/zstd/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/facebook/zstd"
}
] | <a></a>
zstd
This is <a>zstd</a>, packaged for <a>Zig</a>.
Installation
First, update your <code>build.zig.zon</code>:
```
Initialize a <code>zig build</code> project if you haven't already
zig init
zig fetch --save git+https://github.com/allyourcodebase/zstd.git#1.5.7
```
You can then import <code>zstd</code> ... | [
"https://github.com/Scythe-Technology/Zune",
"https://github.com/Syndica/zstd.zig",
"https://github.com/allyourcodebase/binutils",
"https://github.com/allyourcodebase/curl",
"https://github.com/allyourcodebase/elfutils",
"https://github.com/allyourcodebase/libpq",
"https://github.com/allyourcodebase/zst... |
https://avatars.githubusercontent.com/u/161890530?v=4 | css-parser | soheil-01/css-parser | 2024-03-10T13:12:04Z | A very incomplete CSS parser in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/soheil-01/css-parser/tags | - | [
"css",
"css-parser",
"zig"
] | 3 | false | 2024-03-10T13:13:59Z | true | true | unknown | github | [] | CSS Parser
My Third project while learning Zig, a very incomplete CSS parser based on <a>Metaprogramming in Zig and parsing CSS</a>.
Run
<code>bash
zig build run -- tests/basic.css</code> | [] |
https://avatars.githubusercontent.com/u/161890530?v=4 | bitzig | soheil-01/bitzig | 2024-05-09T14:07:05Z | Bitzig is a Zig port of the "Programming Bitcoin" book code. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/soheil-01/bitzig/tags | - | [
"bitcoin",
"zig"
] | 170 | false | 2024-07-09T11:37:05Z | true | true | unknown | github | [
{
"commit": "11946ff9d2f159cb06aaf423ce13bd8aa2a481e7",
"name": "json",
"tar_url": "https://github.com/getty-zig/json/archive/11946ff9d2f159cb06aaf423ce13bd8aa2a481e7.tar.gz",
"type": "remote",
"url": "https://github.com/getty-zig/json"
},
{
"commit": "master",
"name": "network",
... | Bitzig
Bitzig is a Zig port of the "Programming Bitcoin" book code by Jimmy Song. I created this project to learn both Bitcoin internals and the Zig programming language. | [] |
https://avatars.githubusercontent.com/u/109492796?v=4 | zig-todo-web-app | zigcc/zig-todo-web-app | 2024-07-19T06:03:04Z | A Single-page TODO app in Zig! | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/zigcc/zig-todo-web-app/tags | - | [
"zig",
"zig-library",
"zig-package",
"zig-programming-language",
"ziglang"
] | 47 | false | 2024-07-25T15:12:30Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/50830044?v=4 | zpg | Viocalpan/zpg | 2024-02-21T05:43:52Z | zpg tiny native postgresql driver by zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Viocalpan/zpg/tags | - | [
"postgres",
"postgresql",
"postgresql-driver",
"zig"
] | 29 | false | 2024-02-21T06:23:20Z | false | false | unknown | github | [] | zpg
zpg tiny native postgresql driver by zig
compile under zig 0.11 and 0.12
come soon connect pool
example
```
const std = @import("std");
const zpg = @import("zpg.zig");
const stdout = std.io.getStdOut().writer();
pub fn main() !void {
// const conninfo: zpg.ConnInfo = .{host="192.168.56.51",.port=5432,.us... | [] |
https://avatars.githubusercontent.com/u/25056868?v=4 | pso-rust-vs-zig | ogau/pso-rust-vs-zig | 2024-02-18T08:41:00Z | PSO Rust/Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ogau/pso-rust-vs-zig/tags | - | [
"particle-swarm-optimization",
"pso",
"rust",
"zig"
] | 16 | false | 2024-02-18T15:50:55Z | false | false | unknown | github | [] | Comparison of PSO implementations in Rust and Zig
This project contains two implementations of the Particle Swarm Optimization (PSO) algorithm in Rust and Zig programming languages.
The goal of the project is to compare the experience of developing the same algorithm in two different languages, as well as test the pe... | [] |
https://avatars.githubusercontent.com/u/3477132?v=4 | zag | anthonycorletti/zag | 2024-02-28T03:50:34Z | A fast http web framework written in Zig ⚡️🦖 | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/anthonycorletti/zag/tags | - | [
"http",
"webframework",
"zag",
"zig"
] | 3 | false | 2024-02-28T03:51:55Z | true | false | unknown | github | [] | zag
A fast http web framework written in Zig ⚡️🦖
This is just a fun project and not meant to be taken seriously or used for production purposes. Lots of cool ideas for this one.
In the future, I might spend more time making it an actual framework. Once async sticks around zig's stdlib for a bit, zig gets closer to ... | [] |
https://avatars.githubusercontent.com/u/89275?v=4 | using-zig-with-go-libraries | dgv/using-zig-with-go-libraries | 2024-04-12T01:32:41Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/dgv/using-zig-with-go-libraries/tags | - | [
"c",
"go",
"zig"
] | 4 | false | 2024-05-05T21:14:20Z | false | false | unknown | github | [] | using-zig-with-go-libraries
just simple example using <a>cgo</a> to export headers. better example at <a>go-cshared-examples</a>. | [] |
https://avatars.githubusercontent.com/u/22410262?v=4 | Arkanoid | Rajaikumar-iOSDev/Arkanoid | 2024-06-17T07:08:07Z | Arkanoid game built with Raylib in Zig lang | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Rajaikumar-iOSDev/Arkanoid/tags | - | [
"arkanoid",
"raylib",
"zig",
"ziglang"
] | 18,332 | false | 2024-06-24T12:54:44Z | true | true | unknown | github | [
{
"commit": "b03c8ba945a06ed1ec3d6ed7c3185e1264909323.tar.gz",
"name": "raylib",
"tar_url": "https://github.com/raysan5/raylib/archive/b03c8ba945a06ed1ec3d6ed7c3185e1264909323.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/raysan5/raylib"
}
] | 🪩Arkanoid
Arkanoid game built with Raylib based on the Ankanoid on Raylib repo(https://github.com/raysan5/raylib-games/blob/master/classics/src/arkanoid.c).
🏃🏼♂️How to run
Clone the repo ->
cd Arkanoid
-> zig build run
🙏Thanks
zigraylib(https://github.com/SimonLSchlee/zigraylib)
📝license
public domai... | [] |
https://avatars.githubusercontent.com/u/148223003?v=4 | pe-ziglang | pe-solutions/pe-ziglang | 2024-02-25T18:12:41Z | Project Euler solutions in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/pe-solutions/pe-ziglang/tags | - | [
"zig",
"ziglang"
] | 24 | false | 2024-08-20T07:25:51Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/28787?v=4 | learning-zig-karlseguin | rofrol/learning-zig-karlseguin | 2024-05-07T13:53:36Z | Polish translation of "Learning Zig" blog series by Karl Seguin | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/rofrol/learning-zig-karlseguin/tags | CC-BY-SA-4.0 | [
"zig"
] | 239 | true | 2024-08-08T20:19:45Z | false | false | unknown | github | [] | Nauka Ziga
To repozytorium zawiera pliki tłumaczenia książki "Nauka Ziga", napisanej przez <a>Karla Seguina</a>
<blockquote>
This repository contains the translation files of the book 'Learning Zig," written by Karl Seguin
</blockquote>
Wersja oryginalna
Seria publikacji "Nauka Ziga" została pierwotnie stworzona pr... | [] |
https://avatars.githubusercontent.com/u/166154118?v=4 | zig_pigpiod | Curuvar-Ltd/zig_pigpiod | 2024-04-05T16:23:40Z | Userspace Raspberry Pi GPIO for ZIG via the pigpiod daemon. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Curuvar-Ltd/zig_pigpiod/tags | MIT | [
"gpio",
"gpio-pins",
"gpiod",
"raspberry-pi",
"zig"
] | 91 | false | 2025-03-04T15:58:46Z | true | true | 0.13.0 | github | [] | zig_pigpiod
Zig_pigpiod is a Zig module that communicates with the Raspberry Pi's pigpiod
GPIO daemon.
Zig_pigpiod provides most of the capabilities of C based pigpiod_if2
interface, but is written entirely in zig. The missing capabilities are
functions that pigpiod implements directly on the client, and that Zig
pr... | [] |
https://avatars.githubusercontent.com/u/2251232?v=4 | zig-game | Chukobyte/zig-game | 2024-04-29T04:15:56Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Chukobyte/zig-game/tags | - | [
"game",
"zig"
] | 9,690 | false | 2024-06-16T03:06:59Z | true | true | 0.13.0 | github | [
{
"commit": "refs",
"name": "zeika",
"tar_url": "https://github.com/Chukobyte/zeika/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/Chukobyte/zeika"
}
] | Zig Game
A game prototype made with zig. | [] |
https://avatars.githubusercontent.com/u/22221987?v=4 | dummy-ethers-zig | eltNEG/dummy-ethers-zig | 2024-05-09T12:04:38Z | Zig comptime implementation of Ether js contract initialization style | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/eltNEG/dummy-ethers-zig/tags | - | [
"comptime",
"ethers",
"ethersjs",
"solidity",
"zig"
] | 3 | false | 2024-05-09T12:38:55Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/68867487?v=4 | lexicon-ls | brymer-meneses/lexicon-ls | 2024-06-22T21:23:27Z | [WIP] LSP Server/Linter for Checking Grammar | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/brymer-meneses/lexicon-ls/tags | BSD-3-Clause | [
"languagetool",
"lsp",
"zig"
] | 71 | false | 2024-07-15T17:03:07Z | true | true | unknown | github | [] | Lexicon
Lexicon checks for grammatical errors in your code comments. It levergages
<a>LanguageTool</a> which is an
open-source grammar checker tool.
State
Currently a work in progress. | [] |
https://avatars.githubusercontent.com/u/79535237?v=4 | ztex | SafeMemoryZone/ztex | 2024-06-12T06:08:57Z | Very simple nano-like text editor in zig. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/SafeMemoryZone/ztex/tags | MIT | [
"text-editor",
"zig"
] | 8 | false | 2024-07-15T10:26:38Z | true | false | unknown | github | [] | ztex
A very simple nano-like text editor in zig.
Quickstart
<ol>
<li>
Make sure you have the <a>zig compiler</a> and <a>ncurses</a> installed.
</li>
<li>
Compile and run the project with (pass any arguments to the text editor after '--'):
</li>
</ol>
<code>console
$ zig build run -- ...</code>
Usage
<code>consol... | [] |
https://avatars.githubusercontent.com/u/120808662?v=4 | dough | tulilirockz/dough | 2024-07-27T20:41:00Z | Declarative disk partitioning utility based on libfdisk | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/tulilirockz/dough/tags | NOASSERTION | [
"disk-partition",
"fdisk",
"linux",
"zig"
] | 26 | false | 2024-08-03T23:46:15Z | true | true | 0.13.0 | github | [
{
"commit": "55444b9d1a3688b11c47adeef750e7c80a03bae3",
"name": "yazap",
"tar_url": "https://github.com/prajwalch/yazap/archive/55444b9d1a3688b11c47adeef750e7c80a03bae3.tar.gz",
"type": "remote",
"url": "https://github.com/prajwalch/yazap"
},
{
"commit": "beddd5da24de91d430ca7028b00986f7... | Dough
Disko but cooler
Uses YAML for configuration instead of that
<code>bash
dough plan ./declaration.yaml /dev/device or FILE # Shows what will be changed if applied
dough apply ./declaration.yaml /dev/device # Applies formatting to the selected device + works with raw files</code> | [] |
https://avatars.githubusercontent.com/u/88278380?v=4 | QuanCompZ | Yggdrasill501/QuanCompZ | 2024-03-13T10:02:10Z | A compiler for quantum computers | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Yggdrasill501/QuanCompZ/tags | - | [
"c",
"compiler",
"quantum-computing",
"zig"
] | 5 | false | 2024-03-13T12:09:03Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/170934839?v=4 | zig-utilities | Ang3lERR404/zig-utilities | 2024-06-03T17:01:27Z | Utilities for zig, in a smol, convenient file | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Ang3lERR404/zig-utilities/tags | GPL-3.0 | [
"utilities",
"zig",
"zig-package",
"ziglang"
] | 14 | false | 2024-06-11T20:08:52Z | false | false | unknown | github | [] | Utils.zig
A smol utility library before skill issues were found :D
<strong><em>IN THE ENTIRE STANDARD LIBRARY FOR ZIG</em></strong>
=~=
<blockquote>
W h y\
a r e\
y o u\
l i k e\
t h i s
</blockquote> | [] |
https://avatars.githubusercontent.com/u/36218264?v=4 | monkey_lang | Peter-Roh/monkey_lang | 2024-07-12T13:39:24Z | Learning how to make an interpreter in zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Peter-Roh/monkey_lang/tags | - | [
"interpreter",
"thorstenball",
"zig"
] | 5 | false | 2024-07-12T13:57:34Z | true | true | unknown | github | [] | monkey lang
Learning how to make an interpreter in zig.
Reference
<strong>Writing an Interpreter in Go</strong> by Thorsten Ball | [] |
https://avatars.githubusercontent.com/u/85967099?v=4 | hello | eugenesang/hello | 2024-04-03T19:15:24Z | Hello world in various languages | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/eugenesang/hello/tags | - | [
"c",
"cpp",
"csharp",
"java",
"javascript",
"python",
"rust",
"zig"
] | 11 | false | 2024-04-19T18:10:44Z | false | false | unknown | github | [] | Hello World
Hello world in different languages
Languages
<ul>
<li><a>C</a></li>
<li><a>C++</a></li>
<li><a>C#</a></li>
<li><a>Java</a></li>
<li><a>JavaScript</a></li>
<li><a>Python</a></li>
</ul> | [] |
https://avatars.githubusercontent.com/u/8776?v=4 | zua | Jonesy/zua | 2024-05-17T17:17:48Z | A simple Lua parser written in Zig, for learning purposes | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Jonesy/zua/tags | Unlicense | [
"fun",
"lua",
"parser",
"zig"
] | 12 | false | 2024-05-28T07:29:23Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/1675360?v=4 | ziglings | peteraba/ziglings | 2024-03-09T21:03:19Z | My Ziglings solutions. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/peteraba/ziglings/tags | MIT | [
"learning-exercise",
"zig",
"ziglang",
"ziglings"
] | 1,232 | false | 2024-03-09T21:06:22Z | true | false | unknown | github | [] | Ziglings
⚠️ Ziglings has moved from GitHub to Codeberg!
You are looking at the current Ziglings repo if you are viewing
this at https://codeberg.org/ziglings/exercises/
You can also use the handy URL https://ziglings.org to get here!
Welcome to Ziglings! This project contains a series of tiny
broken programs (and... | [] |
https://avatars.githubusercontent.com/u/12452210?v=4 | chafacad | slingercode/chafacad | 2024-04-15T06:35:44Z | AutoCAD... but chafa | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/slingercode/chafacad/tags | MIT | [
"raylib",
"raylib-zig",
"zig"
] | 47 | false | 2024-08-15T20:52:44Z | true | true | unknown | github | [
{
"commit": "6cc4aec3c478b88559e7d7e40b9e29d01de0a18b.tar.gz",
"name": "raylib-zig",
"tar_url": "https://github.com/Not-Nik/raylib-zig/archive/6cc4aec3c478b88559e7d7e40b9e29d01de0a18b.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/Not-Nik/raylib-zig"
}
] | ChafaCAD
Requirements
<ul>
<li><a>Zig</a> => <code>>=0.13.0</code></li>
<li><a>Raylib</a> (raylib is handled by raylib-zig)</li>
</ul>
Local Installation
<ol>
<li><code>zig build</code></li>
</ol>
<blockquote>
<span class="bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-90... | [] |
https://avatars.githubusercontent.com/u/26017543?v=4 | ray-zig | typio/ray-zig | 2024-03-17T09:08:57Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/typio/ray-zig/tags | - | [
"game",
"racing",
"raylib",
"zig"
] | 116 | false | 2024-03-17T09:22:39Z | true | true | unknown | github | [] | Zig + raylib
Demonstration of how easy it is to use raylib with Zig. I'll flesh this out into a full minigame like tetris or snake or pong, I'm taking suggestions...
Maybe a racing game cause ray + zig sort of sounds like "racing". | [] |
https://avatars.githubusercontent.com/u/74064138?v=4 | AoC | Hkaar/AoC | 2024-06-13T09:03:53Z | Solutions to advent of code problems | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Hkaar/AoC/tags | - | [
"advent-of-code",
"advent-of-code-2023",
"solutions",
"zig"
] | 13 | false | 2024-06-13T09:06:30Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/135217?v=4 | plan9 | gthvn1/plan9 | 2024-06-26T14:44:44Z | Writing a 9P server from scratch to understand 9P | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/gthvn1/plan9/tags | GPL-3.0 | [
"js",
"wasm",
"zig"
] | 49 | false | 2024-07-10T12:00:48Z | true | true | unknown | github | [] | <ul>
<li>
We are far away from the 9P server. We are using this to experiment but
first steps are just writing a simple http server and we will extend it
gradually.
</li>
<li>
Currently we are more playing with 🥳 Zig, JS and WASM 🥳 as you can see
in <a>html_contents/</a>.
</li>
<li>
And in the same time in this r... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | ffi-flang-zig | kassane/ffi-flang-zig | 2024-06-18T15:16:52Z | FFI flang-new runtime with Zig | main | 2 | 0 | 0 | 0 | https://api.github.com/repos/kassane/ffi-flang-zig/tags | Apache-2.0 | [
"cross-compile",
"ffi",
"ffi-bindings",
"flang",
"fortran",
"llvm",
"zig",
"zig-package"
] | 3,002 | false | 2025-03-31T13:00:07Z | true | false | unknown | github | [] | ffi-flang-zig
FFI between Fortran runtime and Zig
<a>LLVM/flang v19.1.7</a> files are included in this repository.
Inspired by <a>sourceryinstitute/ISO_Fortran_binding</a>. However, for LLVM-based only!
Requires
<ul>
<li><a>Zig</a> v0.14.0 or master</li>
<li><a>Flang</a></li>
</ul>
How to use
Build docker and run... | [] |
https://avatars.githubusercontent.com/u/5650611?v=4 | docker-zig | denisgolius/docker-zig | 2024-03-27T09:57:01Z | A docker image for Zig based upon Alpine Linux 3.21.2 | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/denisgolius/docker-zig/tags | BSD-3-Clause | [
"alpine",
"alpine-linux",
"docker",
"zig",
"zig-dev",
"ziglang"
] | 84 | true | 2025-05-15T10:03:53Z | false | false | unknown | github | [] | Zig
<a></a>
A docker image for <a>Zig</a> based upon <a>Alpine Linux</a> <code>3.21.3</code> .
Using this image
Building an executable
<code>bash
docker run -v $PWD:/app denisgolius/zig:0.14.0 build-exe hello.zig</code>
Available tags
There are two variants of tags provided by this repository - release tags such... | [] |
https://avatars.githubusercontent.com/u/20820?v=4 | sd_notify | jiripospisil/sd_notify | 2024-06-23T20:27:17Z | null | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/jiripospisil/sd_notify/tags | - | [
"notify",
"systemd",
"zig"
] | 4 | false | 2024-06-29T13:39:36Z | true | true | unknown | github | [] | sd_notify
sd_notify is a library which implements a subset of APIs for interacting with
systemd services of type "notify".
```zig
const notifications = try sd.Notifications.init(.{});
defer notifications.deinit();
try notifications.notify(.ready);
if (try sd.listenFdsMap(allocator, true)) |map| {
var iter = map... | [] |
https://avatars.githubusercontent.com/u/122152230?v=4 | zigthon | Pawel-Parma/zigthon | 2024-03-17T18:42:34Z | Zig plus Python experiment | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Pawel-Parma/zigthon/tags | MIT | [
"docker",
"docker-compose",
"python",
"python-3",
"python3",
"zig",
"ziglang"
] | 9 | false | 2025-03-23T20:39:08Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/112193680?v=4 | nofucks | nitrogenez/nofucks | 2024-03-14T19:01:05Z | A fucking castrated brainfuck interpreter in Zig. Run it. See what horror unwraps. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/nitrogenez/nofucks/tags | - | [
"brainfuck",
"brainfuck-interpreter",
"just-for-fun",
"zig"
] | 5 | false | 2024-03-14T19:04:13Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/39703898?v=4 | riscv-examples | bluebrown/riscv-examples | 2024-06-02T22:50:00Z | riscv examples | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/bluebrown/riscv-examples/tags | - | [
"assembly",
"c",
"embedded",
"kernel",
"osdev",
"qemu",
"riscv",
"riscv64",
"rust",
"zig"
] | 79 | false | 2024-06-17T11:04:25Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/84944042?v=4 | zig-codec | niteshbalusu11/zig-codec | 2024-03-11T18:42:08Z | A Zig Library for Encoding and Decoding Formats | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/niteshbalusu11/zig-codec/tags | MIT | [
"base64",
"hex",
"zig"
] | 13 | false | 2024-03-11T19:14:45Z | true | true | 0.12.0-dev.3160+aa7d16aba | github | [] | zig-codec
A Zig Library for Encoding and Decoding Formats
<ul>
<li>Using Zig master branch, I am on zig version <code>0.12.0-dev.3352+95cb93944</code>.</li>
</ul>
Installation
<ul>
<li>In your <code>build.zig.zon</code></li>
</ul>
<code>zig
.dependencies = .{
.zigcodec = .{
.url = "https://gi... | [] |
https://avatars.githubusercontent.com/u/29946764?v=4 | Juggler-crackme | forentfraps/Juggler-crackme | 2024-04-07T22:50:54Z | CrackME | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/forentfraps/Juggler-crackme/tags | - | [
"asm",
"blazingly-fast",
"c",
"crackme",
"python",
"rust",
"zig"
] | 14,663 | false | 2024-09-20T23:26:51Z | false | false | unknown | github | [] | Juggler crackme
This is my best attempt at making a crackme. Currently its biggest challenge is the anti-debugging part, meaning, if you find the key processing logic you are practically done.
Building the project
You will require:
- GCC
- Visual Studio build tools (cl and lib)
- rust compiler
- zig
- nasm
- ... | [] |
https://avatars.githubusercontent.com/u/156404?v=4 | sokol-zig-template | Angluca/sokol-zig-template | 2024-02-18T16:49:05Z | This template is zig use sokol c headers | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Angluca/sokol-zig-template/tags | - | [
"sokol",
"sokol-zig",
"zig"
] | 79 | false | 2024-02-20T01:57:34Z | true | true | 0.12.0 | github | [
{
"commit": "c18280c8f3f8f088b4337f0f6a5fdb2be0d67179.tar.gz",
"name": "emsdk",
"tar_url": "https://github.com/emscripten-core/emsdk/archive/c18280c8f3f8f088b4337f0f6a5fdb2be0d67179.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/emscripten-core/emsdk"
},
{
"commit": "a40c44... | Not need generated binding file, Use origin <a>sokol headers</a> directly.
For Zig version 0.12.0-dev or newer.
Building the samples
Supported platforms are: Windows, macOS, Linux (with X11) and web
On Linux install the following packages: libglu1-mesa-dev, mesa-common-dev, xorg-dev, libasound-dev
(or generally: th... | [] |
https://avatars.githubusercontent.com/u/380158?v=4 | zig-gtk-gl | frmdstryr/zig-gtk-gl | 2024-05-25T13:12:38Z | Demo app using Gtk4 and Opengl in Zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/frmdstryr/zig-gtk-gl/tags | - | [
"gtk4",
"opengl",
"zig"
] | 5 | false | 2024-05-31T16:56:24Z | true | false | unknown | github | [] | zig-gtk4-zgl
A test application using <a>gtk4</a> and <a>opengl</a> in zig. | [] |
https://avatars.githubusercontent.com/u/38767574?v=4 | zig-http-server | Syaoran2014/zig-http-server | 2024-07-18T21:08:46Z | A very simple HTTP Server made in Zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/Syaoran2014/zig-http-server/tags | - | [
"http",
"http-server",
"server",
"zig"
] | 13 | false | 2024-07-18T21:16:18Z | true | true | unknown | github | [] | My Notes:
For this challenge, I used <code>zig (0.13)</code> and it seemed to work with no issues.
I attempted to focuse on using the built in http.server library, This seemed to do well and I didn't see any issues.
One issue I had when testing with concurrent connections, It would sometimes fail on the codecrafters... | [] |
https://avatars.githubusercontent.com/u/237008?v=4 | zig-quickstarts | jnbdz/zig-quickstarts | 2024-05-13T17:08:48Z | 🇿 Zig | Quicstarts 🇿 | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/jnbdz/zig-quickstarts/tags | MIT | [
"quickstart",
"quickstarts",
"zig",
"ziglang"
] | 18 | false | 2024-06-29T22:24:58Z | false | false | unknown | github | [] | zig-quickstarts
🇿 Zig | Quicstarts 🇿
Resources
Documentations
<ul>
<li><a>Zig Language Reference</a></li>
<li><a>zig.guide</a></li>
<li><a>Zig by Example</a></li>
</ul>
Exercise
<ul>
<li><a>Ziglings | codeberg</a></li>
</ul> | [] |
https://avatars.githubusercontent.com/u/72983221?v=4 | tut-pong | ZackeryRSmith/tut-pong | 2024-03-23T16:38:07Z | Raylib-Zig pong tutorial | video-1 | 0 | 0 | 0 | 0 | https://api.github.com/repos/ZackeryRSmith/tut-pong/tags | - | [
"pong",
"raylib",
"tutorial",
"zig"
] | 3,054 | false | 2024-06-12T00:53:44Z | true | true | unknown | github | [
{
"commit": "5.0.tar.gz",
"name": "raylib",
"tar_url": "https://github.com/raysan5/raylib/archive/5.0.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/raysan5/raylib"
}
] | [] | |
https://avatars.githubusercontent.com/u/122347252?v=4 | zaye | epicyclic-dev/zaye | 2024-03-08T06:40:19Z | null | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/epicyclic-dev/zaye/tags | MIT | [
"yaml-parser",
"zig"
] | 109 | false | 2024-06-19T00:25:09Z | true | true | unknown | github | [] | ZAYE Ain't a Yaml Emitter
zaye is a very simple libyaml-based YAML parser for zig. In the spirit of describing
things by defining what they aren't, it is not capable of emitting YAML. If that
changes in the future, then this will have been a poor naming choice.
Status
A single YAML document can be parsed one-shot in... | [] |
https://avatars.githubusercontent.com/u/99103484?v=4 | color | Peppy3/color | 2024-02-15T13:44:08Z | Terminal color viewer | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Peppy3/color/tags | MIT | [
"color",
"color-palette",
"colorscheme",
"zig"
] | 10,331 | false | 2024-02-15T14:43:06Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/111171997?v=4 | cngp-zig | protocol-laboratory/cngp-zig | 2024-03-09T14:14:32Z | Cngp Zig. Feel free to open an issue if you have any questions or feature requests. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/protocol-laboratory/cngp-zig/tags | - | [
"cngp",
"zig"
] | 3 | false | 2024-09-12T09:24:48Z | false | false | unknown | github | [] | cngp-zig | [] |
https://avatars.githubusercontent.com/u/97989036?v=4 | fdutils | iambnlvn/fdutils | 2024-06-16T22:49:41Z | file directory utils | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/iambnlvn/fdutils/tags | - | [
"cli",
"tooling",
"zig",
"ziglang"
] | 6 | false | 2024-06-17T13:34:47Z | true | true | unknown | github | [] | Fdutils
another file and directory utility... Just learning Zig actually. | [] |
https://avatars.githubusercontent.com/u/132494380?v=4 | clefcraft | EarthmanMuons/clefcraft | 2024-04-10T21:05:31Z | Exploration of Western music theory concepts with Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/EarthmanMuons/clefcraft/tags | 0BSD | [
"midi",
"music",
"music-theory",
"theory",
"zig",
"ziglang"
] | 355 | false | 2024-09-02T20:05:12Z | true | true | 0.12.0 | github | [
{
"commit": "e3e3a7518a308261551dc143bf347fd142bc80b3.tar.gz",
"name": "raylib-zig",
"tar_url": "https://github.com/Not-Nik/raylib-zig/archive/e3e3a7518a308261551dc143bf347fd142bc80b3.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/Not-Nik/raylib-zig"
},
{
"commit": "74a1eaa... | ClefCraft
<strong>Exploration of Western music theory concepts with <a>Zig</a>.</strong>
License
ClefCraft is released under the <a>Zero Clause BSD License</a> (SPDX: 0BSD).
Copyright © 2024 <a>Aaron Bull Schaefer</a> and contributors
Credits
Thank you to the following people:
<ul>
<li>
<a>@Not-Nik</a> ... | [] |
https://avatars.githubusercontent.com/u/24637919?v=4 | zig-gba | LawsOfScience/zig-gba | 2024-07-08T14:01:30Z | My attempt at programming a GBA in Zig from scratch | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/LawsOfScience/zig-gba/tags | MIT | [
"gameboy-advance",
"gba",
"gbadev",
"zig"
] | 11 | false | 2024-07-12T01:51:08Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/157066878?v=4 | raycasting-zig | jscromao/raycasting-zig | 2024-08-05T10:08:20Z | Raycasting in 1 Weekend implementation for Zig lang exploration | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/jscromao/raycasting-zig/tags | MIT | [
"developer-experience",
"language-exploration",
"raycasting",
"testing",
"zig",
"ziglang"
] | 202 | false | 2024-08-16T16:50:09Z | true | true | unknown | github | [] | Raycasting in 1 Weekend implementation for Zig lang exploration
| [] |
https://avatars.githubusercontent.com/u/69104965?v=4 | lisp-zig | doccaico/lisp-zig | 2024-04-02T00:21:19Z | Lisp written in Zig/Ziglang | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/doccaico/lisp-zig/tags | - | [
"zig"
] | 107 | false | 2024-04-06T07:03:36Z | true | false | unknown | github | [] | Lisp-Zig (Tested on Windows only)
Something like Lisp. I referred to <a>Lisp interpreter in Rust</a> and <a>vishpat/lisp-rs</a>. Thank you Vishal Patil.
Zig version
<code>// 2024/04/06
0.12.0-dev.3533+e5d900268</code>
Usage
<code>$ zig run src\main.zig</code>
Keywords
<ul>
<li>print
```
print arg</li>
</ul>
(pri... | [] |
https://avatars.githubusercontent.com/u/40190339?v=4 | toy-httpserver | daneelsan/toy-httpserver | 2024-07-21T13:53:14Z | Implementation of a toy HTTP server in lua, python, wolfram language and zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/daneelsan/toy-httpserver/tags | - | [
"http-server",
"lua",
"mathematica",
"python",
"wolfram-language",
"zig"
] | 229 | false | 2025-03-08T02:46:36Z | false | false | unknown | github | [] | Toy HTTP Server in multiple languages
Implementation of a toy HTTP server in lua, python, wolfram language and zig.
The server is built on top of simple socket functionality, using TCP for the connection protocol and using localhost as the socket address.
The server currently only handles the GET method, but it could ... | [] |
https://avatars.githubusercontent.com/u/163546630?v=4 | mime | zon-dev/mime | 2024-08-03T09:44:54Z | Support MIME (HTTP Media Types) types parse in Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/zon-dev/mime/tags | MIT | [
"media-types",
"mime",
"mime-parser",
"mime-types",
"zig",
"zig-package",
"ziglang"
] | 16 | false | 2024-08-06T08:39:27Z | true | true | unknown | github | [] | mime
Support MIME (HTTP Media Types) types parse in Zig.
Usage:
```zig
var mime = Mime.parse(std.heap.page_allocator, "text/plain; charset=utf-8; foo=bar");
try std.testing.expect(mime != null);
try std.testing.expect(std.mem.eql(u8, mime.?.essence, "text/plain; charset=utf-8; foo=bar"));
try std.testing.expect(std.... | [
"https://github.com/andrewrk/StaticHttpFileServer",
"https://github.com/dasimmet/zig-devserver",
"https://github.com/kristoff-it/zine",
"https://github.com/ringtailsoftware/zig-wasm-audio-framebuffer",
"https://github.com/ringtailsoftware/zoridor",
"https://github.com/scottredig/zig-demo-webserver"
] |
https://avatars.githubusercontent.com/u/61829840?v=4 | zig-search | root-hunter/zig-search | 2024-05-29T23:26:27Z | High-performance search utility written entirely in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/root-hunter/zig-search/tags | MIT | [
"cross-platform",
"search",
"zig"
] | 717 | false | 2024-06-09T15:57:51Z | true | false | unknown | github | [] | <a name="readme-top"></a>
<a></a>
<a></a>
<a>
</a>
zig-search
High-performance search utility written entirely in Zig
About The Project
This is my first project written in Zig. I've been fascinated by Zig and its features, which offer a unique blend of performance, simplicity, a... | [] |
https://avatars.githubusercontent.com/u/54503497?v=4 | line_editor | RetroDev256/line_editor | 2024-07-25T03:43:16Z | Just a simple line editor that I made in zig to practice | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/RetroDev256/line_editor/tags | - | [
"zig"
] | 541 | false | 2025-05-15T02:49:15Z | true | true | 0.14.0-dev.3445+6c3cbb0c8 | github | [] | line_editor
Just a simple line editor.
Under active development - expect (and please report) bugs :)
The windows builds are significantly larger than the other builds due to this:
https://github.com/ziglang/zig/issues/18849
TODO:
- rewrite lots of code
- raw mode parsing (so we can use our arrow keys in the input)
... | [] |
https://avatars.githubusercontent.com/u/37394523?v=4 | zig-learn-it24 | ziteh/zig-learn-it24 | 2024-08-08T23:26:21Z | Zig 程式語言範例(iThome 2024 鐵人賽) | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ziteh/zig-learn-it24/tags | Unlicense | [
"examples",
"ithome",
"zig",
"ziglang"
] | 63 | false | 2024-09-28T02:53:25Z | false | false | unknown | github | [] | Zig 語言入門指南
<a>Zig</a> 是一個很新的通用程式語言,是靜態強型別的程序式編程語言。它在保留了 C 語言使用者最喜歡且熟悉的低階操作的同時,又藉鑒並加入了不少類似 Rust 的現代語法。主打強健、最佳化和重複利用。
<blockquote>
這是我參加 2024 iThome 鐵人賽的文章:<a>Zig 語言入門指南——聽説你是現代化的 C</a> 的程式碼庫。該系列文也同時發佈在我的 Blog:<a>Zig 入門指南(鐵人 24)</a>
</blockquote>
用法
在本地執行這些程式(<a>安裝好 Zig 後</a>):
<code>sh
git clone https://github.com/... | [] |
https://avatars.githubusercontent.com/u/8742002?v=4 | zig-arm9 | smbl64/zig-arm9 | 2024-04-17T12:27:47Z | (WIP) Build a Zig binary for ARM926EJ-S | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/smbl64/zig-arm9/tags | - | [
"arm",
"arm926ejs",
"armv5te",
"zig"
] | 0 | false | 2024-04-22T11:59:50Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/161890530?v=4 | eva | soheil-01/eva | 2024-04-07T11:51:25Z | A Programming Language for Learning Purposes | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/soheil-01/eva/tags | - | [
"interpreter",
"parser",
"programming-language",
"recursive-descent-parser",
"zig"
] | 200 | false | 2024-05-08T08:36:51Z | true | true | unknown | github | [] | Eva
Eva is a simple, interpreted programming language designed for educational purposes. It is implemented in Zig and aims to provide a clear and understandable syntax for beginners learning about programming concepts.
Run
<code>bash
zig build run -- example/basic.eva</code>
Examples
Math Operations
<code>1 + 2 *... | [] |
https://avatars.githubusercontent.com/u/91665686?v=4 | Zix | Miou-zora/Zix | 2024-04-06T20:22:07Z | Spline Visualiser using Raylib + Zig + Nix | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Miou-zora/Zix/tags | MIT | [
"graphics-programming",
"nix",
"raylib",
"raylib-zig",
"splines",
"zig"
] | 545 | false | 2024-06-02T14:04:44Z | true | true | unknown | github | [] | Zix (Spline visualizer in Zig)
Zix is a spline visualizer written in zig that use Raylib for rendering and Nix for dev-env.
I will try to implement these functions:
- :white_check_mark: Bézier
- :white_check_mark: Catmull-Rom
- :white_check_mark: B-Spline
- :white_check_mark: Linear
:bookmark_tabs: Requirements
<ul>... | [] |
https://avatars.githubusercontent.com/u/6431196?v=4 | chess-engine-zig | oswalpalash/chess-engine-zig | 2024-04-16T04:40:08Z | Zig Based Chess Engine | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/oswalpalash/chess-engine-zig/tags | MIT | [
"chess",
"engine",
"uci",
"zig",
"zig-lang",
"zig-package"
] | 224 | false | 2025-04-19T14:28:37Z | true | false | unknown | github | [] | Zig based Chess Engine
Project Summary
A chess engine written in zig. Mostly written as a means to learn and improve at zig.
What works?
<br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 d... | [] |
https://avatars.githubusercontent.com/u/49963287?v=4 | kiwiRTOS | Kaweees/kiwiRTOS | 2024-07-30T06:40:53Z | ⏰ A minimal Real-Time Operating System (RTOS) designed for embedded applications with targets for x86_84, RISC-V (RV32I, RV64I) and ARM written in Zig. (🚧 in construction 🚧) | main | 0 | 0 | 1 | 0 | https://api.github.com/repos/Kaweees/kiwiRTOS/tags | GPL-3.0 | [
"bootloader",
"os",
"risc",
"risc-v",
"rtos",
"zig"
] | 6,218 | false | 2025-05-21T23:06:13Z | true | false | unknown | github | [] |
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
<a>
</a>
<em><a>~kiwiRTOS</a></em>
A minimal Real-Time Operating System (RTOS) designed for embedded applications with targets for x86_64, RISC-V (RV32I, RV64I) and ... | [] |
https://avatars.githubusercontent.com/u/49963287?v=4 | zig-riscv-assembler | Kaweees/zig-riscv-assembler | 2024-07-22T22:05:32Z | An assembler for a 32-bit RISC-V CPU Core (RV32I) written in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Kaweees/zig-riscv-assembler/tags | - | [
"assembler",
"risc",
"risc-v",
"zig"
] | 3 | false | 2024-08-24T03:47:25Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/53630?v=4 | lmdb-zig | diogok/lmdb-zig | 2024-07-30T21:54:37Z | LMDB wrapper in Zig | main | 0 | 0 | 1 | 0 | https://api.github.com/repos/diogok/lmdb-zig/tags | - | [
"lmdb",
"zig"
] | 2,514 | false | 2024-08-02T22:35:48Z | true | true | unknown | github | [
{
"commit": null,
"name": "liblmdb",
"tar_url": null,
"type": "relative",
"url": "liblmdb"
}
] | LMDB for Zig
This is a wrapper for LMDB. Includes compiling LMDB from source.
Tested with Zig 0.13.0.
Usage
Check the full documentation at https://diogok.github.io/lmdb-zig.
```zig
// This is the directory the DB will be stored
var tmp = testing.tmpDir(.{});
defer tmp.cleanup();
// We start by creating an Enviro... | [] |
https://avatars.githubusercontent.com/u/156404?v=4 | sokol-zig-microui-example | Angluca/sokol-zig-microui-example | 2024-02-12T13:17:30Z | microui, a tiny immediate-mode ui library | main | 0 | 0 | 1 | 0 | https://api.github.com/repos/Angluca/sokol-zig-microui-example/tags | - | [
"microui",
"sokol",
"zig"
] | 27 | false | 2024-02-12T14:38:59Z | true | true | 0.12.0 | github | [
{
"commit": "e0df69dc8ca17053bfa48ecec46dde02acb4395b",
"name": "sokol",
"tar_url": "https://github.com/floooh/sokol-zig/archive/e0df69dc8ca17053bfa48ecec46dde02acb4395b.tar.gz",
"type": "remote",
"url": "https://github.com/floooh/sokol-zig"
}
] |
A <em>tiny</em>, portable, immediate-mode UI library written in Zig
<a><strong>rxi/microui</strong></a>
Features
<ul>
<li>Tiny: around <code>1100 sloc</code> of ANSI C</li>
<li>Works within a fixed-sized memory region: no additional memory is allocated</li>
<li>Built-in controls: window, scrollable panel, button, ... | [] |
https://avatars.githubusercontent.com/u/58421041?v=4 | noob_http_server | abhaysp95/noob_http_server | 2024-06-23T07:55:56Z | A simple http server | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/abhaysp95/noob_http_server/tags | - | [
"http-server",
"zig",
"ziglang"
] | 64 | false | 2024-07-01T17:09:54Z | true | true | unknown | github | [] | <a></a>
Noob Http Server
This is not like prod-ready server or anything. The purpose of this project was to learn the internal mechanism of how a typical HTTP server works. Here I have built a simple server for <code>HTTP/1.1</code> protocol.
📖 Learnings
Following are the things which I learned:
<ul>
<li>Establish... | [] |
https://avatars.githubusercontent.com/u/58421041?v=4 | intro_to_parallel_programming | abhaysp95/intro_to_parallel_programming | 2024-04-09T14:54:53Z | examples from 'introduction to parallel programming' and more | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/abhaysp95/intro_to_parallel_programming/tags | - | [
"c",
"parallel-programming",
"zig",
"ziglang"
] | 15 | false | 2024-04-09T14:57:08Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/54759461?v=4 | zig-source | zeindevs/zig-source | 2024-07-06T07:10:50Z | 📔 Zig code by learning section. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/zeindevs/zig-source/tags | - | [
"zig"
] | 86 | false | 2024-10-28T00:51:33Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/7355528?v=4 | shallenge | jstrieb/shallenge | 2024-06-21T04:39:12Z | Quick script to (naively, slowly) brute force hashes for SHAllenge. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/jstrieb/shallenge/tags | - | [
"zig",
"ziglang"
] | 2 | false | 2024-06-22T18:00:32Z | false | false | unknown | github | [] | Quick Zig script to (naively, slowly) brute force hashes for
<a>SHAllenge</a>. | [] |
https://avatars.githubusercontent.com/u/161890530?v=4 | dmidecode | soheil-01/dmidecode | 2024-03-04T11:49:21Z | dmidecode parser in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/soheil-01/dmidecode/tags | - | [
"dmidecode",
"zig"
] | 4 | false | 2024-03-04T12:47:30Z | true | true | unknown | github | [] | DMIDecode
My first project while learning Zig. This is a Zig implementation for parsing the output of the <code>dmidecode</code> command. This is a port of <a>dmidecode-nim</a>.
Quick Start
```zig
const std = @import("std");
const DMIDecode = @import("dmidecode.zig").DMIDecode;
pub fn main() !void {
var parser ... | [] |
https://avatars.githubusercontent.com/u/58421041?v=4 | zig_aoc2023 | abhaysp95/zig_aoc2023 | 2024-03-18T16:38:36Z | Advent of Code 20232 with zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/abhaysp95/zig_aoc2023/tags | - | [
"aoc",
"aoc-in-zig",
"aoc2023",
"aoc2023-in-zig",
"zig",
"ziglang"
] | 27 | false | 2024-04-09T14:58:54Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/7075?v=4 | showcase-microservices-zig | unexist/showcase-microservices-zig | 2024-03-25T08:17:15Z | Showcase for Microservices based on Zig [MIRROR] | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/unexist/showcase-microservices-zig/tags | Apache-2.0 | [
"showcase",
"zap",
"zig"
] | 21 | false | 2024-06-06T09:13:03Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/163546630?v=4 | zon.dev | zon-dev/zon.dev | 2024-03-15T13:29:24Z | zon.dev is a website for a decentralized community. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/zon-dev/zon.dev/tags | MIT | [
"zig",
"ziglang",
"zon"
] | 5 | false | 2024-07-29T08:15:47Z | false | false | unknown | github | [] | Introducing ZON
ZON (Zig Object Notation) is a simple data format, which uses Zig's anonymous struct and array initialization syntax to declare objects.
<a>zon.dev</a> is a decentralized community site for sharing <a>Zig</a> related dependency packages
Ecosystem.
<a>Zinc</a> is a high-performance web framework w... | [] |
https://avatars.githubusercontent.com/u/91234915?v=4 | zmatrix | nrdave/zmatrix | 2024-05-10T22:12:41Z | A cmatrix clone written in Zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/nrdave/zmatrix/tags | - | [
"zig"
] | 552 | false | 2025-05-10T04:45:17Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "parg",
"tar_url": "https://github.com/judofyr/parg/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/judofyr/parg"
},
{
"commit": "refs",
"name": "termsize",
"tar_url": "https://github.com/softprops/zig-termsize/archive/refs.tar.gz",
... | zmatrix
zmatrix is a (partial) clone of the popular
<a>cmatrix</a> program written purely in
<a>Zig</a>. It's currently just a project for me to learn
Zig as a language, but feel free to contribute any ideas/code.
Capabilities
zmatrix can replicate all core functionality of cmatrix.
This includes the basic premis... | [] |
https://avatars.githubusercontent.com/u/1713384?v=4 | zig-installer | exilesprx/zig-installer | 2024-04-05T03:38:37Z | null | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/exilesprx/zig-installer/tags | MIT | [
"go",
"installer",
"zig"
] | 102 | false | 2025-05-14T21:19:53Z | false | false | unknown | github | [] | Zig and ZLS Installer
This program installs Zig and the Zig Language Server (ZLS). You can choose to install both or just one of them.
<strong>Note:</strong> This program must be run as root. Use <code>sudo</code> when executing the binary.
<blockquote>
<strong>Platform Support:</strong> Linux is fully supported. ma... | [] |
https://avatars.githubusercontent.com/u/1631585?v=4 | sqlite-zig | anna-hope/sqlite-zig | 2024-07-25T04:51:08Z | Tutorial from https://cstack.github.io/db_tutorial/ but in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/anna-hope/sqlite-zig/tags | GPL-3.0 | [
"database",
"recurse-center",
"sqlite",
"zig"
] | 30 | false | 2024-07-25T16:03:27Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/103554944?v=4 | perfect-tetris | TemariVirus/perfect-tetris | 2024-03-25T21:22:42Z | Blazingly fast Tetris perfect clear solver with low RAM usage | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/TemariVirus/perfect-tetris/tags | Unlicense | [
"perfect-clear",
"solver",
"tetris",
"zig"
] | 247 | false | 2025-04-13T14:01:52Z | true | true | 0.14.0 | github | [
{
"commit": "9425b94c103a031777fdd272c555ce93a7dea581",
"name": "args",
"tar_url": "https://github.com/ikskuh/zig-args/archive/9425b94c103a031777fdd272c555ce93a7dea581.tar.gz",
"type": "remote",
"url": "https://github.com/ikskuh/zig-args"
},
{
"commit": "5bb70a255025fcb2ecddfe251fa868117... | perfect-tetris
Blazingly fast Tetris perfect clear solver. Accepts input in fumen format and
outputs solutions in fumen format. For performance metrics, check out
<a>benchmarks</a>.
Usage
<code>bash
pc COMMAND [options] [INPUT]</code>
Run <code>pc COMMAND --help</code> for command-specific help.
Commands
Demo
<c... | [] |
https://avatars.githubusercontent.com/u/30342951?v=4 | ChallengeGallery | MzaxnaV/ChallengeGallery | 2024-05-07T08:03:31Z | Gallery of coding train challenges I do | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/MzaxnaV/ChallengeGallery/tags | MIT | [
"coding-train",
"raylib",
"zig"
] | 154 | false | 2025-04-17T23:31:46Z | true | true | unknown | github | [] | ChallengeGallery
Gallery of <a>coding train</a> challenges I do. | [] |
https://avatars.githubusercontent.com/u/36482619?v=4 | zls-deb | jkoop/zls-deb | 2024-06-13T20:33:25Z | scripts and helper files I use to create `.deb` files from precompiled binaries of Zig language server | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/jkoop/zls-deb/tags | MIT | [
"debian-package",
"zig",
"zls"
] | 2 | false | 2024-06-13T20:40:16Z | false | false | unknown | github | [] | zls-deb
Here are the scripts and helper files I use to create <code>.deb</code> files from precompiled binaries of <a>Zig language server</a>, which I host on <a>my apt packages server</a>.
I am not endorsed by <a>@zigtools</a>. I just like their project, and see that they aren't publishing <code>.deb</code> files of... | [] |
https://avatars.githubusercontent.com/u/35909?v=4 | nsqx | ianic/nsqx | 2024-08-03T15:45:21Z | Linux only, io_uring based nsqd daemon written in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ianic/nsqx/tags | MIT | [
"io-uring",
"nsq",
"zig"
] | 859 | false | 2025-01-23T21:53:23Z | true | true | unknown | github | [
{
"commit": "80789e5d6dce70a2ec8b72a5a203edbe112067fe.tar.gz",
"name": "iox",
"tar_url": "https://github.com/ianic/iox/archive/80789e5d6dce70a2ec8b72a5a203edbe112067fe.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/ianic/iox"
}
] | nsqxd
<a>nsqd</a> daemon written in Zig. It is Linux only, because it uses io_uring for input/output.
Limitations/difference from nsqd:
* Linux only
* requires Linux kernel 6.0 or newer
* in memory only, no diskqueue
* no tls implementation
* no compression
* doesn't measure end to end processing latency
In other a... | [] |
https://avatars.githubusercontent.com/u/183031282?v=4 | zig-flx | the-flx/zig-flx | 2024-03-08T07:24:03Z | Zig bindings for flx-c | master | 3 | 0 | 1 | 0 | https://api.github.com/repos/the-flx/zig-flx/tags | MIT | [
"flx",
"fuzzy",
"zig"
] | 57 | false | 2024-12-02T18:03:10Z | true | true | unknown | github | [] | <a></a>
<a></a>
zig-flx
<blockquote>
Zig bindings for flx-c
</blockquote>
<a></a>
<a></a>
🔧 Usage
```zig
const std = @import("std");
const flx = @import("flx");
pub fn main() !void {
const result = flx.score("switch-to-buffer", "stb");
std.debug.print("Score: {d}", .{result.*.score});
}
```
💾 Installat... | [] |
https://avatars.githubusercontent.com/u/109950820?v=4 | my-process-manager | DreamerChaserHAH/my-process-manager | 2024-04-27T10:54:08Z | Windows-Task Manager Inspired Process Manager in C++ with ImGUI | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/DreamerChaserHAH/my-process-manager/tags | - | [
"cpp",
"imgui-glfw",
"portfolio-pro",
"process-manager",
"zig"
] | 5 | false | 2024-04-27T10:58:29Z | true | false | unknown | github | [] | My Process Manager
A process manager made with C++ (inspired by Windows Task Manager)
<strong>Frameworks</strong>
ImGUI \
GLFW \
OpenGL
<strong>Languages</strong>
C++ \
Zig 0.12.0 (for build system)
Commands
Run Debug build
<code>make debug-run</code>\
Run Release build
<code>make release-run</code> | [] |
https://avatars.githubusercontent.com/u/112193680?v=4 | numto | nitrogenez/numto | 2024-03-22T14:34:25Z | A utility that converts an input number into different representations (hexadecimal, decimal, etc.) | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/nitrogenez/numto/tags | BSD-3-Clause | [
"cli",
"utility",
"zig",
"ziglang"
] | 3 | false | 2024-03-22T17:34:00Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/22549550?v=4 | httpz | EloToJaa/httpz | 2024-07-15T13:23:25Z | An example HTTP API written in Zig based on httpz | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/EloToJaa/httpz/tags | - | [
"api",
"httpz",
"zig",
"ziglang"
] | 3 | false | 2024-07-23T19:21:13Z | true | true | unknown | github | [
{
"commit": "3a3ef453efc1eceb74401b42228f4f890a954a20.tar.gz",
"name": "httpz",
"tar_url": "https://github.com/karlseguin/http.zig/archive/3a3ef453efc1eceb74401b42228f4f890a954a20.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/karlseguin/http.zig"
}
] | 404 | [
"https://github.com/Chanyon/Xjournal",
"https://github.com/EloToJaa/httpz",
"https://github.com/Strum355/wdnas-exporter",
"https://github.com/cztomsik/tokamak",
"https://github.com/deatil/zig-say",
"https://github.com/dgv/mup",
"https://github.com/dgv/play.zig",
"https://github.com/dgv/zig-htmx-tailwi... |
https://avatars.githubusercontent.com/u/38223894?v=4 | zigdump | lpg2709/zigdump | 2024-05-15T23:25:12Z | Tool to view files in hexadecimal format, like xxd, but in zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/lpg2709/zigdump/tags | - | [
"hexdump",
"xxd",
"zig"
] | 5 | false | 2024-05-15T23:29:01Z | true | true | unknown | github | [] | zigdump
Tool to view files in hexadecimal format, like xxd, but in <a>zig</a>.
<blockquote>
Not include all funcitions from xxd, this is only a program to studies.
</blockquote>
Build
Setup zig in your machine. Developed on zig 0.12.0
<code>sh
zig build</code>
Executable inside <code>./zig-out/bin</code>.
Refere... | [] |
https://avatars.githubusercontent.com/u/85593302?v=4 | saltos | svelterust/saltos | 2024-04-21T14:51:16Z | Tutorial for creating an x86 operating system from scratch using Zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/svelterust/saltos/tags | - | [
"osdev",
"tutorial",
"x86",
"zig"
] | 1 | false | 2024-04-21T14:52:18Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/49799321?v=4 | ring-buffer | ruy-dan/ring-buffer | 2024-07-28T18:00:34Z | A Ring Buffer implementation with a fixed-size buffer, developed in Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ruy-dan/ring-buffer/tags | MIT | [
"ring-buffer",
"zig"
] | 6,009 | false | 2025-01-10T18:14:52Z | true | true | 0.13.0 | github | [] | ring-buffer
A Ring Buffer implementation with a fixed-size buffer.
Usage
```zig
const RingBuffer = @import("ring-buffer").RingBuffer;
var buffer = try RingBuffer([]const u8, .{ .capacity = 2 }).init();
try buffer.write("hello");
try buffer.write("circular");
_ = try buffer.read(); // hello
_ = try buffer.read(); /... | [] |
https://avatars.githubusercontent.com/u/97989036?v=4 | xxd | iambnlvn/xxd | 2024-06-18T22:31:29Z | xxd command implemented in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/iambnlvn/xxd/tags | - | [
"cli",
"unix",
"zig",
"ziglang"
] | 7 | false | 2025-04-09T16:35:58Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/163648948?v=4 | zig-pa1 | fcases/zig-pa1 | 2024-03-19T14:57:52Z | An exercise with ZIG and the C libraries: gtk and portaudio. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/fcases/zig-pa1/tags | MIT | [
"gtk3",
"portaudio",
"sample",
"zig"
] | 10,548 | false | 2024-09-11T09:16:31Z | true | false | unknown | github | [] | zig-pa1
An exercise with ZIG and the gtk and portaudio C libraries.
Just choose an input device in first combobox, output in second combobox. If both devices are compatible, the green led will turn on. Next step, you can push the play ... and whistle.
The first graph shows the FFT of the signal, the second... | [] |
https://avatars.githubusercontent.com/u/27396316?v=4 | zzip | mharbol/zzip | 2024-06-21T21:42:19Z | Homemade compression application written in zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/mharbol/zzip/tags | - | [
"compression",
"huffman-coding",
"rle",
"utility",
"zig"
] | 71 | false | 2024-07-24T03:39:51Z | true | true | unknown | github | [] | zzip (working title)
Compression utility written as an excuse to learn <a>Zig</a>.
Also a fun intro to simple compression concepts like <a>RLE</a>
and <a>Huffman coding</a>.
Once it's up and running will publish the standard quick-guides and other stuff like that. | [] |
https://avatars.githubusercontent.com/u/154885296?v=4 | libspec | yctai1994/libspec | 2024-06-20T14:08:05Z | A library for spectral line-shape analysis. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/yctai1994/libspec/tags | MIT | [
"automatic-differentiation",
"bfgs-algorithm",
"expectation-maximization-algorithm",
"spectral-analysis",
"zig"
] | 104 | false | 2024-08-31T20:01:59Z | true | true | unknown | github | [] | libspec
A library for spectral analysis. | [] |
https://avatars.githubusercontent.com/u/85673341?v=4 | zontact | coderloff/zontact | 2024-06-22T14:05:10Z | A simple terminal-based contact book written in Zig | main | 1 | 0 | 0 | 0 | https://api.github.com/repos/coderloff/zontact/tags | - | [
"contact-book",
"zig"
] | 6 | false | 2024-06-24T09:40:35Z | true | true | unknown | github | [] | Zontact
A simple terminal-based contact book written in Zig
| [] |
https://avatars.githubusercontent.com/u/58421041?v=4 | bittorrent_parser | abhaysp95/bittorrent_parser | 2024-05-20T16:40:29Z | Excersise done for codecrafters bittorrent primarily focuses on bencoding built on zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/abhaysp95/bittorrent_parser/tags | - | [
"bencode",
"bencode-parser",
"bittorrent",
"codecrafters",
"codecrafters-bittorrent",
"zig",
"ziglang"
] | 58 | false | 2024-12-21T12:21:49Z | false | false | unknown | github | [] | <a></a>
This is a starting point for Zig solutions to the
<a>"Build Your Own BitTorrent" Challenge</a>.
In this challenge, you’ll build a BitTorrent client that's capable of parsing a
.torrent file and downloading a file from a peer. Along the way, we’ll learn
about how torrent files are structured, HTTP trackers, Bi... | [] |
https://avatars.githubusercontent.com/u/18238046?v=4 | hotreloadz | iagocq/hotreloadz | 2024-05-03T01:48:46Z | Hot reload DLLs in (almost) any executable | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/iagocq/hotreloadz/tags | - | [
"dll-injector",
"hot-reload",
"zig"
] | 9 | false | 2024-05-03T04:25:02Z | true | false | unknown | github | [] | hotreloadz
Hot reload DLLs in (almost) any executable.
Downloading
https://github.com/iagocq/hotreloadz/releases/latest
Building
Install zig 0.12.0.
Run:
<code>zig build</code>
Binaries will be available in <code>zig-out/bin</code>
Usage
Replace functions in <code>old.dll</code> with functions in <code>new.dll... | [] |
https://avatars.githubusercontent.com/u/156404?v=4 | tic80-zig-template | Angluca/tic80-zig-template | 2024-02-15T03:55:48Z | zig language template for TIC-80 | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Angluca/tic80-zig-template/tags | - | [
"gba",
"pico8",
"tic-80",
"tic80",
"zig"
] | 6 | false | 2024-02-15T04:10:27Z | true | false | unknown | github | [] | ZIG Starter Project Template
This is a ZIG / TIC-80 starter template. To build it, ensure you have the latest development release (<code>0.12.0-dev.2727+fad5e7a99</code> or newer), then run:
<code>zig build --release=small</code>
To import the resulting WASM to a cartridge:
<code>tic80 --fs . --cmd 'load cart.wasmp... | [] |
https://avatars.githubusercontent.com/u/62779291?v=4 | zig-midi | shimamura-sakura/zig-midi | 2024-02-14T11:41:32Z | mini library to read midi in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/shimamura-sakura/zig-midi/tags | MIT | [
"midi",
"zig"
] | 5 | false | 2024-02-14T14:52:33Z | false | false | unknown | github | [] | zig-midi
a library for reading MIDI file (from a memory region) in zig
usage
const midi = @import("midi.zig");
read main.zig and midi.zig for usage
this library only reads number from the file (cmd, arg1, arg2, etc.)
you need to extract things like command and channel from 'kind' by yourself.
meta event kind is in '... | [] |
https://avatars.githubusercontent.com/u/74600205?v=4 | nvim-config | JungerBoyo/nvim-config | 2024-06-30T11:48:35Z | My neovim config! | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/JungerBoyo/nvim-config/tags | - | [
"c",
"cmake",
"cpp",
"embedded-development",
"linux-kernel-dev",
"nvim",
"nvim-config",
"zig"
] | 5 | false | 2024-09-16T19:09:20Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/1752509?v=4 | token-totem | flarebyte/token-totem | 2024-07-08T20:47:34Z | Token Totem: Weaving the Fabric of AI Stories | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/flarebyte/token-totem/tags | MIT | [
"zig",
"zig-cli"
] | 54 | false | 2025-03-08T20:28:05Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/1970306?v=4 | zig-documentation-0.13.0-examples | rustkas/zig-documentation-0.13.0-examples | 2024-07-07T13:37:58Z | Examples, based on documentation | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/rustkas/zig-documentation-0.13.0-examples/tags | - | [
"zig",
"ziglang"
] | 30 | false | 2024-07-08T11:42:43Z | false | false | unknown | github | [] | Zig documentation 0.13.0 examples
Examples, based on documentation | [] |
https://avatars.githubusercontent.com/u/377802?v=4 | note-about-zig | samwhelp/note-about-zig | 2024-07-24T07:00:08Z | note-about-zig | gh-pages | 0 | 0 | 0 | 0 | https://api.github.com/repos/samwhelp/note-about-zig/tags | MIT | [
"zig",
"zig-lang"
] | 5 | false | 2024-07-25T00:04:41Z | false | false | unknown | github | [] | 首頁
| Link | GitHub |
| ---- | ------ |
| <a>Zig 探索筆記</a> | <a>GitHub</a> |
主題
<ul>
<li><a>相關筆記</a></li>
</ul>
相關筆記
| Link | GitHub |
| ---- | ------ |
| <a>River 探索筆記</a> | <a>GitHub</a> |
Samwhelp
<ul>
<li><a>個人筆記</a></li>
</ul> | [] |
https://avatars.githubusercontent.com/u/135217?v=4 | zraysm | gthvn1/zraysm | 2024-06-13T23:48:02Z | Experimenting with Zig, Raylib and WebAssembly | master | 2 | 0 | 0 | 0 | https://api.github.com/repos/gthvn1/zraysm/tags | GPL-3.0 | [
"raylib",
"wasm",
"zig"
] | 67 | false | 2024-07-02T11:43:09Z | true | false | unknown | github | [] | [Z]ig & [Ray]lib & Wa[sm]
Overview
<ul>
<li>Experimentation around Zig, Raylib and Wasm.</li>
<li>A game in Zig using Raylib bindings and allowing plugins written in Wasm...</li>
<li>Currently we are able to use Raylib and build a small WAT file.</li>
</ul>
Installation
Requirements
<ul>
<li>To use <em>Zrays... | [] |
https://avatars.githubusercontent.com/u/19251040?v=4 | Pequi | hd1fernando/Pequi | 2024-07-17T12:05:54Z | Just a fiscal code validator in order to learn Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/hd1fernando/Pequi/tags | - | [
"cpf-validador",
"zig"
] | 9 | false | 2024-08-21T13:38:01Z | true | true | unknown | github | [] | Pequi
Just a fiscal code validator in order to learn Zig | [] |
https://avatars.githubusercontent.com/u/35233963?v=4 | apricot | OsoGran/apricot | 2024-06-25T01:34:04Z | A simple file manager written in Zig with Vim like key-bindings. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/OsoGran/apricot/tags | MIT | [
"fileexplorer",
"zig"
] | 10 | false | 2024-09-08T00:16:44Z | false | false | unknown | github | [] | apricot
<a></a>
<a></a>
<code>apricot</code> is a terminal file manager with vim like keybindings, written in C++. <a>Ranger</a> and <a>cfiles</a> have heavily inspired me to create apricot. Apricot is intended to be quick, memory safe, minimal, and easy to use.
Dependencies
Compiling and Installation
T... | [] |
https://avatars.githubusercontent.com/u/22549550?v=4 | zap | EloToJaa/zap | 2024-07-12T19:15:54Z | An example HTTP API written in Zig based on zap | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/EloToJaa/zap/tags | - | [
"api",
"zap",
"zig",
"ziglang"
] | 7 | false | 2024-07-23T19:21:52Z | true | true | unknown | github | [
{
"commit": "v0.8.0.tar.gz",
"name": "zap",
"tar_url": "https://github.com/zigzap/zap/archive/v0.8.0.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/zigzap/zap"
}
] | zap
Example API using zap and zig | [
"https://github.com/0x4c756e61/ZDSM",
"https://github.com/Ashu11-A/zig-rest-api",
"https://github.com/BitlyTwiser/zlog",
"https://github.com/EloToJaa/zap",
"https://github.com/EngineersBox/Flow",
"https://github.com/Lajule/hsminer",
"https://github.com/OsakiTsukiko/nimrod",
"https://github.com/QubitSy... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.