languageserver - Language Server Protocol
An implementation of the Language Server Protocol for R. The Language Server protocol is used by an editor client to integrate features like auto completion. See <https://microsoft.github.io/language-server-protocol/> for details.
Last updated
language-server-protocol
11.41 score 665 stars 1 dependents 262 scripts 35k downloadscollections - High Performance Container Data Types
Provides high performance container data types such as queues, stacks, deques, dicts and ordered dicts. Benchmarks <https://randy3k.github.io/collections/articles/benchmark.html> have shown that these containers are asymptotically more efficient than those offered by other packages.
Last updated
10.51 score 111 stars 67 dependents 232 scripts 31k downloadsarrangements - Fast Generators and Iterators for Permutations, Combinations, Integer Partitions and Compositions
Fast generators and iterators for permutations, combinations, integer partitions and compositions. The arrangements are in lexicographical order and generated iteratively in a memory efficient manner. It has been demonstrated that 'arrangements' outperforms most existing packages of similar kind. Benchmarks could be found at <https://randy3k.github.io/arrangements/articles/benchmark.html>.
Last updated
gmp
8.27 score 54 stars 29 dependents 151 scripts 5.3k downloadsretry - Repeated Evaluation
Provide simple mechanism to repeatedly evaluate an expression until either it succeeds or timeout exceeded. It is useful in situations that random failures could happen.
Last updated
6.17 score 17 stars 5 dependents 115 scripts 451 downloadsotp - One Time Password Generation and Verification
Generating and validating One-time Password based on Hash-based Message Authentication Code (HOTP) and Time Based One-time Password (TOTP) according to RFC 4226 <https://datatracker.ietf.org/doc/html/rfc4226> and RFC 6238 <https://datatracker.ietf.org/doc/html/rfc6238>.
Last updated
4.43 score 18 stars 1 dependents 4 scripts 368 downloadscliff - Execute Command Line Programs Interactively
Execute command line programs and format results for interactive use. It is based on the package 'processx' so it does not use shell to start up the process like system() and system2(). It also provides a simpler and cleaner interface than processx::run().
Last updated
3.35 score 3 stars 15 scripts 231 downloads