Project

Reverse Dependencies for rake

The projects listed here declare rake as a runtime or development dependency

0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
The union library provides an analog to a C/C++ union for Ruby. In this implementation a union is a kind of struct where multiple members may be defined, but only one member ever contains a non-nil value at any given time.
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Generates file contents for UnionBank's eCrediting enrollment and transaction files.
2021
2022
2023
2024
2025
2026
0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
In computer science, a disjoint-set data structure, also called a union–find data structure or merge–find set, is a data structure that keeps track of a set of elements partitioned into a number of disjoint (non-overlapping) subsets. It provides near-constant-time operations (bounded by the ...
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
No release in over 3 years
Union Find is an algorithm that uses a disjoint-set data structure. It allows us to efficiently connect any items of a given list and to efficiently check whether two items of this list are connected (any degree of separation) or not.
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
This is a union_find_tree library. It is used for connecting and grouping items. you can connect any object
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Allows easy creation of immutable union values, a.k.a. sum-types. Example: APICallResult = UnionValue.new(:success, :failure, :timeout) APICallResult.failure.is_failure? #=> true APICallResult.timeout.is_success? #=> false APICallResult.success(12345).data #=> 12345
2021
2022
2023
2024
2025
2026
0.0
No release in over 3 years
Universal parser, you must only describe a page wit nokogiri
2021
2022
2023
2024
2025
2026
0.0
No release in over a year
Command line interface to the Unipept (http://unipept.ugent.be) web services (pept2lca, taxa2lca, pept2taxa, pept2prot and taxonomy) and some utility commands for handling proteins using the command line.
2021
2022
2023
2024
2025
2026
0.0
No release in over a year
A command-line tool for managing Unity packages
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Generate a unique, random token for ActiveRecord models.
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Like uniq -c for ruby arrays
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Find first uniq character in a string
2021
2022
2023
2024
2025
2026