slices
There are 105 repositories under slices topic.
elliotchance/pie
🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.
wesovilabs/koazee
A StreamLike, Immutable, Lazy Loading and smart Golang Library to deal with slices.
alcover/buffet
All-inclusive Buffer for C
life4/genesis
All generic functions for Go you ever need!
inancgumus/prettyslice
Pretty prints slices to any io.Writer: I created this package to teach slices in my Go course.
psampaz/slice
Type-safe functions for common Go slice operations
leaanthony/slicer
Utility class for handling slices
lindsaygelle/slice
Slice makes it easier to work with slices in Go 🍉🍰🥝🥩🍞.
FriendsOfREDAXO/slice_columns
SliceColumns is a REDAXO AddOn. Grid arrangement for REDAXO article slices.
thefuga/go-collections
Blazingly fast Collections package. Inspired by Laravel, written in Go.
doctornick42/gosli
Code generator to provide some LINQ-alike methods to work with slices without reflection
iceman-fx/gridblock
Redaxo 5-Addon zum gruppieren/kombinieren mehrerer beliebiger Inhaltsmodule (Blöcke) innerhalb eines selbst definierbaren Spaltenrasters (GRID).
ondrej-merkun/go-slices
Helper functions for the manipulation of slices of all types in Go
sudhirj/slicy
Generic utility methods for Go slices / arrays / collections, heavily inspired by Lodash.
paroma96/TSN_5G_integration
Code designed for MSc. Telecommunications Engineering Final Project
hamba/slices
Go slice helper functions
savepopulation/app-slices-demo
A demo app for demonstrating how to implement Android app slices.
tmontdev/collections
Easily filter, sort, and transform golang data collections
bapspatil/SlicesPlayground
A playground repository for playing around with Android Slices.
esmitt/DICOMSliceViewer
A script which takes a 3D numpy array and visualize in axial, sagittal and coronal view. This project is using Mayavi
roggc/react-context-slices
react-context-slices offers a unique solution to global state management in React by seamlessly integrating both Redux and React Context with zero-boilerplate
samuelhorn/pixelslices
This is a slice library for slicemachine by prismic. Check out the demo & Storybook links in the readme.
tideland/go-slices
Process typed Go slices via generics and higher-order functions.
bube054/go-js-array-methods
This comprehensive module provides an array (no pun intended) of helper functions specifically designed to empower developers in working efficiently with golang slices. It encompasses popular methods like Map, Filter, Reduce, ForEach, Some, and many more, offering streamlined functionalities to enhance your golang coding experience.
moroquin/Redux-ReactJS-Http-Request
Request http, using redux to share statets
felix-kaestner/slices
The missing map/filter/reduce (+more) for golang.org/x/exp/slices (requires Go v1.18+)
romain-jeannoutot/go-slices
Functions for slices using Go generics and (sometimes) specification pattern.
schigh/slices
Slice convenience functions for native types, and a generator for your types
doITmagic/go-snippets
Go language snippets
esmitt/VolumeSliceViewer
A Python code to display slices of a DICOMDIR volume, using Jupyter notebook
jfcg/sixb
:hammer_and_wrench: Some String & Slice Utility Functions
mr-tron/g
Golang general framework
mwarzynski/confidence2019_teaser_lottery
'The Lottery' challenge at 'Teaser CONFidence CTF 2019'.
notdodo/goflat
Flatten complex JSON structures to a one-dimensional map (JSON key/value).
tdakkota/algo2
Some algorithms written using Go generics.