Format

Top 23 Format Open-Source Projects

  • gofumpt

    A stricter gofmt

  • Project mention: Defining your variables in your return? | /r/golang | 2023-05-21
  • indicators

    Activity Indicators for Modern C++

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • uncrustify

    Code beautifier

  • pint

    Laravel Pint is an opinionated PHP code style fixer for minimalists.

  • Project mention: How to setup efm-langserver for pint formatter? | /r/neovim | 2023-07-13

    I've been using pint for formatting php files with null-ls.nvim. Few days ago null-ls.nvim has announced that the plugin will be archived in few months so I started migrating all my formatters and linter from null-ls to efm-langserver. I got other things such as prettier, black, isort, mypy, etc. working but can't get pint to work with php files: If I run pint via efm-langserver, everything is deleted from the buffer, and the saved file is formatted separately. How do I setup efm-langserver correctly to work with pint? Below is my config.yml for pint currently. yaml tools: pint: &pint format-command: "pint --no-interaction --quiet ${INPUT}" format-stdin: false languages: php: - <<: *pint Thank you.

  • printf

    Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.

  • HRConvert2

    A self-hosted, drag-and-drop & nosql file conversion server & share tool that supports 86 file formats in 13 languages.

  • Project mention: HRConvert2 Docker Fails To Convert To PDF | /r/selfhosted | 2023-05-29

    There's an open issue on the main HRConvert2 Github, but there doesn't seem to be much traffic in the repo at all. Has anyone run into this issue or know how to fix it?

  • pbf

    A low-level, lightweight protocol buffers implementation in JavaScript.

  • Project mention: Parquet-WASM: Rust-based WebAssembly bindings to read and write Parquet data | news.ycombinator.com | 2024-04-22

    it's been about 3 years, but in Grafana at the time we were using something like ArrowJS + Arrow Flight + protobuf.js and then render the datasets into dashboards on Canvas, especially for streaming at ~20hz.

    when i benchmarked the fastest lib to simply convert the protobuf decode (https://github.com/mapbox/pbf), it was 5x slower than native JSON parsing in browsers for dataframe-like structures (e.g. a few dozen 2k-long arrays of floats).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • X-SwiftFormat

    X-SwiftFormat extension for Xcode

  • Project mention: Write code for the web - Apple doesn't care about you, Mr. Developer | news.ycombinator.com | 2024-02-04

    Format with this integration: https://github.com/ruiaureliano/X-SwiftFormat

    Still a shortcut though.

  • lovelace-multiple-entity-row

    Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI

  • checkmail

    Golang package for email validation

  • alejandra

    The Uncompromising Nix Code Formatter

  • nanoprintf

    The smallest public printf implementation for its feature set.

  • Project mention: nanoprintf VS callback_printf - a user suggested alternative | libhunt.com/r/nanoprintf | 2023-08-16
  • format-udf

    Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Linux. This script should be capable of running in macOS or in Linux.

  • Project mention: ExFAT Driver Boasts Much Faster "Dirsync" Performance with Linux 6.9 | news.ycombinator.com | 2024-03-21

    The note about the partition table makes me wonder how he was formatting the drive. https://github.com/JElchison/format-udf specifically does some partition table related hacks to make UDF maximally compatible with different platforms.

  • citation-file-format

    The Citation File Format lets you provide citation metadata for software or datasets in plaintext files that are easy to read by both humans and machines.

  • Project mention: Qsv: Efficient CSV CLI Toolkit | news.ycombinator.com | 2023-12-22

    I am somewhat tickled at the thought of citing everything in a malicious compliance kind of way. Given a Nix environment, it should be possible to pull down a list of every bit of code that was used to construct the OS. Would we have to differentiate between installed vs executed code? My Latex environment probably has thousands of packages, though I might directly only include a handful of them. Even if I include a Latex package, it might not get executed.

    The CITATION.cff format[0] is a newish format to solve the machine identification of citable works, but I suspect it is too new to see widespread adoption. It is going to take some backbreaking regexes to extract "How to Cite" sections embedded in READMEs and buried in the source.

    [0] https://citation-file-format.github.io/

  • UEFI-Editor

    Aptio V UEFI Editor: an alternative to AMIBCP

  • Project mention: Fix for High Power Consumption when Intel Arc GPU is Idle | /r/IntelArc | 2023-06-20
  • activitystreams

    Activity Streams 2.0

  • Project mention: Curious about the data generated in the Fediverse? I maintain alternative docs for the ActivityStreams vocabulary of ActivityPub, made with SvelteKit's static adapter | /r/sveltejs | 2023-07-09

    All of the data is from the spec and the OWL file.

  • gostradamus

    Gostradamus: Better DateTimes for Go 🕰️

  • todo.md

    TODO.md file format - todomd.org

  • exfatprogs

    exFAT filesystem userspace utilities

  • react-international-phone

    ☎️ International phone input component for React

  • Project mention: International Phone Input | /r/reactjs | 2023-05-06

    I think these might help React-internation-phone

  • markdown-css

    A tool convert css style into markdown inline style (by wecatch)

  • lsp-format-modifications.nvim

    LSP formatting, but only on modified text regions.

  • tmf

    Tight Model format is an experimental lossy 3D model format focused on reducing file size as much as posible without decreasing visual quality of the viewed model or read speeds.

  • Project mention: TMF: compress your meshes by 86-89%, blazingly fast! | /r/rust | 2023-06-10
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Format related posts

Index

What are some of the best open-source Format projects? This list will help you:

Project Stars
1 gofumpt 3,038
2 indicators 2,822
3 uncrustify 2,797
4 pint 2,670
5 printf 2,345
6 HRConvert2 883
7 pbf 763
8 X-SwiftFormat 760
9 lovelace-multiple-entity-row 751
10 checkmail 690
11 alejandra 673
12 nanoprintf 573
13 format-udf 493
14 citation-file-format 424
15 UEFI-Editor 392
16 activitystreams 271
17 gostradamus 197
18 todo.md 178
19 exfatprogs 172
20 react-international-phone 172
21 markdown-css 142
22 lsp-format-modifications.nvim 130
23 tmf 97

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com