-
gcodepreview
OpenPythonSCAD library for moving a tool in lines and arcs so as to model how a part would be cut using G-Code or described as a DXF.
Pretty much every such discussion demands linking:
https://www.folklore.org/Negative_2000_Lines_Of_Code.html
Curious how much attention folks pay to this sort of thing --- my current project: https://github.com/WillAdams/gcodepreview is a Literate Program and in its current state just crossed over 1,600 lines of code, but I'm re-working that so that each file will instead be numbered individually.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
cloc
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
- [cloc](https://github.com/AlDanial/cloc), inspired by SLOCCount; implemented in Perl for portability
-
-
- [loc](https://github.com/cgag/loc) rust implementation similar to tokei but often faster
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
Related posts
-
Tokei: Count Your Code, Quickly
-
Rust Implementation Guide - from efficient learning to implementation
-
codespelunker
-
cs: command line codespelunker or code search written in Go
-
codespelunker (cs) A command line search tool. Allows you to search over code or text files in the current directory either on the console, via a TUI or HTTP server, using some boolean queries or regular expressions.