Simple, extensible, multipart payload encoder and decoder that complies with the official RFC grammar.
partly-pile
Collection of basic classes to abstract files systems and partly good defined API for general algorithms on files.
differ-partly
returns the partly-sunny-rain emoji
returns the partly-sunny emoji
stranger-neighborhood-partly-rock
related-partly
👉 https://hyper.fun/c/ionicons-partly-sunny/1.3.0
(riffaltama-ordinary-partly) - This function is used to convert multiple words into an interesting sentence containing the word riffaltama-ordinary-partly.
partly-these-using9
👉 https://hyper.fun/c/carbon-icon-partly-cloudy/1.3.0
Idiosyncratic collection of interactions with `gcloud` CLI tool
👉 https://hyper.fun/c/ionicons4-ios-partly-sunny/1.3.0
(miftaiky-doll-partly) - This function is used to convert multiple words into an interesting sentence containing the word miftaiky-doll-partly.
👉 https://hyper.fun/c/carbon-icon-partly-cloudy-night/1.3.0
hung-moving-figure-partly
bring-partly-select-found
partly-without-pole-orbit
partly-tin-negative-situation
👉 https://hyper.fun/c/ionicons-partly-sunny-sharp/1.3.0
settle-result-partly
👉 https://hyper.fun/c/ionicons4-md-partly-sunny/1.3.0
👉 https://hyper.fun/c/ionicons-partly-sunny-outline/1.3.0
SQL template engine that composes reusable SQL fragments with parameterized bindings
Official NMD compiler core
A resumable chunked upload server supporting large files (>10GB) with Cloudflare compatibility
RFC 5322/MIME parser producing a byte-range-indexed part tree
Multi-part UUencoded Usenet/email post reassembly
Extract footprint/land-pattern drawings from PDF datasheets.
An Office OpenXML parser writen in Rust
Open XML SDK for Rust
Open XML SDK for Rust
Advent of Code helper CLI
Elusion is a modern DataFrame / Data Engineering / Data Analysis library that combines the familiarity of DataFrame operations (like those in PySpark, Pandas, and Polars) with the power of SQL query building. It provides flexible query construction without enforcing strict operation ordering, enabling developers to write intuitive and maintainable data transformations.
Integer polygon geometry library — exact arithmetic, no float errors
Manages data partitions in batch processing.
Subtle is a Terse, Array based Programming Language, heavily inspired by the K Programming Language, and partly by APL and J.
DESCRIPTION ON THE WAY! :)
Just wrap your existing code in `@relation.summarize do |relation| ... end` and run your queries against relation instead of @relation.
AdLint is a source code static analyzer. It can point out unreliable or nonportable code fragments, and can measure various quality metrics of the source code. It (currently) can analyze source code compliant with ANSI C89 / ISO C90 and partly ISO C99.
Creates a progressbar in a stream (for example, STDOUT).The percentage can be increased and decreased.It can be used partly its own design.conprogressbar is available under the GNU GPL v3.0.
Mutability is a module that provides the very simple ability to designate an "original" version of an object that is frozen, and will not change even if the working copy of the object does. The best example is a Hash or Array -- collections like those exist partly so they can be mutated in some way, either by adding or removing elements or changing their order. Now, rather than having to establish a separate "original" version of the object (not to mention dealing with the whole ivars-act-like-pointers-and-can-get-magically-changed-oops problem), you can use a MutableHash or MutableArray, and then change it to your heart's content. The MutableHash/Array are built from the Mutability mix-in, so downloading this gem also provides a library for you to add the same capabilities to any other Class you might want. Also included is the ability to revert to the original form with a single method call.