Skip to content
View ncruces's full-sized avatar

Block or report ncruces

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. go-sqlite3 Public

    Go bindings to SQLite using wazero

    Go 636 20

  2. zenity Public

    Zenity dialogs for Golang, Windows, macOS

    Go 793 38

  3. RethinkRAW Public

    RethinkRAW is an unpretentious, free RAW photo editor.

    Go 93 9

  4. dcraw Public

    Mirror of Dave Coffin's dcraw, with full history

    C 171 41

  5. go-dns Public

    net.Resolvers with caching, opportunistic encryption, and DoT/DoH

    Go 44 9

  6. go-coverage-report Public

    GitHub Action to add a coverage badge to your Go repo

    Shell 80 12

828 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 19 commits in 1 repository

Created an issue in ncruces/go-sqlite3 that received 12 comments

Consider improving memcmp

Something like: int memcmp(const void *vl, const void *vr, size_t n) { const uint64_t *wl = (const uint64_t *)vl; const uint64_t *wr = (const uint64_t

12 comments
Answered 1 discussion in 1 repository
ncruces/go-sqlite3
Loading