awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
h2non avatar

h2non/filetype

0
View on GitHub↗
2,295 Stars·189 Forks·Go·MIT·8 Aufrufepkg.go.dev/github.com/h2non/filetype?tab=doc↗

Filetype

Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature

Features

  • File Storage Systems - Library for detecting file types.
  • General Utilities - File type inference via magic numbers.
  • General Utility Libraries - Infers file types by checking magic numbers.

Star-Verlauf

Star-Verlauf für h2non/filetypeStar-Verlauf für h2non/filetype

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Filetype

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Filetype.
  • gabriel-vasile/mimetypeAvatar von gabriel-vasile

    gabriel-vasile/mimetype

    1,986Auf GitHub ansehen↗

    A Go package for media type and file extension detection, based on magic numbers

    Godetectiongogolang
    Auf GitHub ansehen↗1,986
  • afex/hystrix-goAvatar von afex

    afex/hystrix-go

    4,418Auf GitHub ansehen↗

    This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls

    Go
    Auf GitHub ansehen↗4,418
  • abo/rerateA

    abo/rerate

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • adelowo/onecacheA

    adelowo/onecache

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
Alle 30 Alternativen zu Filetype anzeigen→

Häufig gestellte Fragen

Was macht h2non/filetype?

Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature

Was sind die Hauptfunktionen von h2non/filetype?

Die Hauptfunktionen von h2non/filetype sind: File Storage Systems, General Utilities, General Utility Libraries.

Welche Open-Source-Alternativen gibt es zu h2non/filetype?

Open-Source-Alternativen zu h2non/filetype sind unter anderem: gabriel-vasile/mimetype — A Go package for media type and file extension detection, based on magic numbers. alxrm/ugo. adelowo/onecache. afex/hystrix-go — This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services… abo/rerate. alexpantyukhin/go-pattern-match.