slice.js
Slice library
Provides a Python-style slice functionality for strings and arrays as proxies.
nano library to enhance String.substring / Array.slice with python slice style by Proxy.
34 stars
4 watching
1 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
arraypythonslicestring
Related projects:
Repository | Description | Stars |
---|---|---|
kazu/loncha | Provides high-performance utilities for manipulating Go slices. | 11 |
srfrog/slices | A Go package providing basic slice operations and extensions of standard library functions to work with slices. | 17 |
psampaz/slice | A package providing type-safe functions for common slice operations in Go. | 51 |
chalk/slice-ansi | Slices a string with ANSI escape codes to extract specific parts | 47 |
twharmon/slices | A package providing utility functions for working with slices in Go. | 20 |
leaanthony/slicer | A utility class for handling slices of various data types. | 46 |
haskell-things/hslice | A Haskell-based slicer for 3D printing that uses geometric algebra to generate G-code. | 76 |
imageworks/pystring | A set of C++ functions mimicking Python string class methods using std::string. | 954 |
henry-sarabia/sliceconv | A package providing functions to convert between string representations of primitive types and their corresponding Go types on slices. | 10 |
stripe/stripe-ruby | A Ruby library providing access to the Stripe API for building applications | 1,960 |
skullchap/chadstr | A C library for efficiently handling strings in various operations such as concatenation, copying, and embedding. | 824 |
aantron/promise | A lightweight binding to JavaScript promises in Reason | 340 |
bobg/go-generics | Generic utilities for slices and goroutine patterns in Go | 76 |
sebajax/go-vertical-slice-architecture | Demonstrates an application organization structure using vertical slice architecture in Go | 27 |
chalk/wrap-ansi | Wraps a string with ANSI escape codes to a specified column width. | 120 |