KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
kutils
★ 8
Open GitHub ↗
A random collection of kotlin utilities
Download README (.md)
Explore Similar Repositories
reddit
:
Flask Reddit Clone
aria2c-py
:
An Python wrapper for aria2c
VeloxMR
:
Data processing component of the Velox Big Data Framework (VBDF)
filepicker-element
:
An button for opening the file picker dialog and returning the files picked.
Kos-Stuff
:
Scripts for kos
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
kutils
?
Download (.md)
# kutils - A collection of kotlin utilities [  ](https://mvnrepository.com/artifact/com.github.holgerbrandl/kutils) [](https://github.com/holgerbrandl/kutils/actions?query=workflow%3Abuild) ## Installation To use the library, simply add ``` implementation 'com.github.holgerbrandl:kutils:1.0' ``` as dependency in your gradle-file. ## What's included? * [Parallel collections](src/main/kotlin/de/mpicbg/scicomp/kutils/ParCollections.kt) API ```kotlin listOf(1, 2, 3).parmap(numThreads = 4) { it + 5 } ``` * Bash integration [utilities](src/main/kotlin/de/mpicbg/scicomp/kutils/Bash.kt) ```kotlin evalBash("echo errtest", showOutput = true, wd = File("..")) ``` * Utils to capture and supress output ``` ``` ## Questions & Comments Feel welcome to flood the issue tracker with requests. ## See also * https://github.com/holgerbrandl/kscript-support-api