Awesome List Updates on May 15, 2021
6 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Cybersecurity Blueteam
DevSecOps / Service meshes
- helm-secrets (⭐1.4k) - Helm plugin that helps manage secrets with Git workflow and stores them anywhere, backed by SOPS.
2. Awesome Credit Modeling
Model Explainability
- Regulatory learning: How to supervise machine learning models? An application to credit scoring - The arrival of Big Data strategies is threatening the latest trends in financial regulation related to the simplification of models and the enhancement of the comparability of approaches chosen by financial institutions. Indeed, the intrinsic dynamic philosophy of Big Data strategies is almost incompatible with the current legal and regulatory framework as illustrated in this paper. Besides, the model selection may also evolve dynamically forcing both practitioners and regulators to develop libraries of models, strategies allowing to switch from one to the other as well as supervising approaches allowing financial institutions to innovate in a risk mitigated environment.
3. Awesome Elixir
Authentication
- guardian_db (⭐360) - An extension to Guardian that tracks tokens in your application's database to prevent playback. (Docs).
- guardian_redis (⭐4) - Redis repository for Guardian DB. (Docs).
4. Awesome Kotlin
Links / Official Links
- Kotlin/KEEP (⭐3.3k) - Kotlin Evolution and Enhancement Process
Links / Resources
- AlexeySoshin/Hands-on-Design-Patterns-with-Kotlin (⭐31) - Code examples for 'Hands-on Design Patterns with Kotlin' book
- From Java To Kotlin (⭐563) - From Java to Kotlin Cheat Sheet
- dbacinski/Design-Patterns-In-Kotlin (⭐5.9k) - Design Patterns implemented in Kotlin
Libraries/Frameworks / Web
- welvet/summer - Lightweight Jetty/JDBC wrapper library inspired by SparkJava and MyBatis with DI and Testing support for Kotlin
- spypunk/sponge (⭐1) - A website crawler and links downloader command line tool written in Kotlin
- laviua/komock (⭐10) - HTTP/Consul/SMTP/Spring Config mocker framework written in Kotlin
- AurityLab/graphql-kotlin-toolkit (⭐10) - GraphQL toolkit for Kotlin (includes code generator and spring boot integration)
- phenax/h (⭐18) - HTML templating library written in Kotlin
- celtric/kotlin-html (⭐24) - A library to generate HTML in Kotlin.
- sepatel/tekniq (⭐37) - Full-feature HTTP DSL Framework, HTTP Client, JDBC DSL, Loading Cache and Configuration
- danneu/kog (⭐43) - A web framework focused on simplicity, middleware, and functional composition
- gimlet2/kottpd (⭐74) - REST framework in pure Kotlin, inspired by spark-java
- brianmadden/krawler (⭐128) - A web crawling framework written in Kotlin
- alpas/alpas (⭐178) - Kotlin web framework inspired by Laravel/Rails. Easy, elegant and productive.
- vert-x3/vertx-lang-kotlin (⭐287) - This module provides Kotlin language bindings including DSL and extension functions for vert.x 3
- hypercube1024/firefly (⭐297) - An asynchronous web framework for rapid development of high-performance web application.
- SeunAdelekan/Kanary (⭐328) - A micro webframework for Kotlin
- TinyMission/kara (⭐470) - Web framework written in Kotlin.
- hhariri/wasabi (⭐501) - An HTTP Framework built with Kotlin for the JVM.
- Kotlin/kotlinx.html (⭐1.6k) - Kotlin DSL for HTML.
- http4k/http4k - Toolkit for serving and consuming HTTP services in a functional and consistent way.
- tipsy/javalin (⭐7.5k) - A Simple REST API Library for Java/Kotlin.
- ktorio/ktor - Web backend framework for Kotlin. Easy to use, fun and asynchronous.
Libraries/Frameworks / Testing
- krzema12/vis-assert (⭐6) - Test the shape of your functions!
- dmcg/k-sera (⭐8) - A JMock wrapper for Kotlin.
- neworld/kupiter (⭐14) - Kotlin DSL for Junit5
- from-source/kiwi (⭐17) - Fluent assertions library with support of json path.
- willowtreeapps/opentest4k (⭐20) - kotlin multiplatform implementation/bindings of opentest4j
- mvysny/DynaTest (⭐22) - Write your tests in DSL way. Runs on JUnit5 Platform.
- dmcg/konsent (⭐29) - An acceptance test library for Kotlin.
- EranBoudjnah/RandomGenKt (⭐35) - Initialize instances of any class with generated data.
- qwertukg/SeleniumBuilder (⭐54) - DSL for Selenium 2.0. Provide a possibility to write tests in Kotlin builder style.
- dmcg/minutest (⭐103) - Simple, Expressive, Extensible Testing for Kotlin on the JVM
- karumi/KotlinSnapshot (⭐164) - Verify your data with snapshot testing.
- npryce/hamkrest (⭐344) - A reimplementation of Hamcrest to take advantage of Kotlin language features.
- MarkusAmshove/Kluent (⭐864) - Fluent Assertion-Library for Kotlin.
- JetBrains/spek (⭐2.2k) - A specification framework for Kotlin.
- nhaarman/mockito-kotlin (⭐3.1k) - Using Mockito with Kotlin.
- kotest/kotest (⭐4.4k) - Formerly known as KotlinTest, Kotest is a flexible and comprehensive testing tool that is multiplatform enabled.
- mockk/mockk (⭐5.4k) - Pure Kotlin mocking library.
Libraries/Frameworks / Dependency Injection
- Rasalexman/KODI (⭐15) - light-weight KOtlin Dependency Injection Framework with or without reflection module without kapt
- corbella83/PopKorn (⭐155) - Forget about modules and components. DI can be simple
- evant/kotlin-inject (⭐1.2k) - Dependency injection lib for kotlin
- Kodein-Framework/Kodein-DI (⭐3.2k) - Painless Kotlin Dependency Injection.
- Ekito/koin (⭐8.9k) - A functional Kotlin dependency injection framework for Android and JVM.
Libraries/Frameworks / Coroutines
- KingFalse/harrier (⭐4) - Simpler use of multithreading in Kotlin.
- Rasalexman/coroutinesmanager (⭐15) - try-catch safety coroutines manager
- rozkminiacz/FlowRiddles (⭐35) - Repository for learning Kotlin Flow API
- cloudoptlab/cloudopt-next (⭐342) - A next-generation Java web lightweight framework based on vertx and kotlin.
- Kotlin/kotlinx.coroutines (⭐13k) - Libraries built upon Kotlin coroutines.
Libraries/Frameworks / Functional Programming
- poetix/klenses (⭐48) - Lenses for Kotlin.
- beyondeye/Reduks (⭐111) - A "batteries included" port of Reduxjs for Kotlin+Android
- brianegan/bansa (⭐443) - A state container for Kotlin & Java, inspired by Elm & Redux.
- kittinunf/Result (⭐916) - The modelling for success/failure of operations in Kotlin.
- arrow-kt/arrow (⭐6.1k) - Functional companion to Kotlin's Standard Library.
- ReactiveX/RxKotlin (⭐7k) - RxJava bindings for Kotlin.
Libraries/Frameworks / Serialization
- marifeta/kvalidator (⭐6) - Kotlin validator (compatible with laravel validation rules) for json kotlinx.serialization!
- holgerbrandl/jsonbuilder (⭐18) - A tiny DSL to create json using idiomatic Kotlin
- aafanasev/kson (⭐108) - Auto-generate GSON type adapters for Kotlin data classes
- FasterXML/jackson-module-kotlin (⭐1.1k) - Jackson module that adds support for serialization/deserialization of Kotlin classes and data classes.
- cbeust/klaxon (⭐1.8k) - Lightweight library to parse JSON in Kotlin.
- Kotlin/kotlinx.serialization (⭐5.3k) - Kotlin multiplatform / multi-format reflectionless serialization
Libraries/Frameworks / Database
- Ganet/rxaerospike (⭐7) - RxJava2 wrapper for aerospike-client-java.
- KotlinPorts/kt-postgresql-async (⭐23) - Kotlin/Gradle port of mauricio's async driver for postgres/mysql.
- coupang/spring-data-requery (⭐46) - Spring Data for Requery (lightweight ORM)
- seratch/kotliquery (⭐204) - A handy database access library in Kotlin.
- JetBrains/xodus (⭐1.2k) - Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
- ebean-orm/ebean (⭐1.5k) - Ebean is a Java & Kotlin ORM including type safe kotlin queries
- requery/requery (⭐3.1k) - Modern SQL based query & persistence for Java/Kotlin/Android.
- Raizlabs/DBFlow (⭐4.9k) - A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
- jankotek/mapdb (⭐4.9k) - MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
- JetBrains/Exposed (⭐8.2k) - Exposed is a prototype for a lightweight SQL library written over JDBC driver for Kotlin language.
Libraries/Frameworks / Tools
- cypressious/KotlinW (⭐17) - A small wrapper for the Kotlin compiler that can be used to execute .kts scripts.
- mkohm/detekt-hint (⭐79) - Detection of design principle violations as a plugin to detekt.
- s1monw1/KtsRunner (⭐204) - Library for executing .kts files from regular Kotlin code using Java Scripting Engines API
- jmfayard/refreshVersions (⭐1.6k) - Better Gradle dependencies management inside the IDE. Search for available updates.
- holgerbrandl/kscript (⭐2.1k) - Scripting utils for Kotlin.
- Kotlin/dokka (⭐3.4k) - Documentation Engine for Kotlin.
- pinterest/ktlint (⭐6.1k) - An anti-bikeshedding Kotlin linter with built-in formatter.
- detekt/detekt (⭐6.2k) - Static code analysis for Kotlin.
Libraries/Frameworks / Compiler Plugins
- google/ksp (⭐2.8k) - Kotlin Symbol Processing API
Libraries/Frameworks / Http Clients
- jkcclemens/khttp - Kotlin HTTP requests library.
- speekha/httpmocker (⭐177) - Kotlin library to handle offline mode easily with OkHttp.
- rybalkinsd/kohttp (⭐478) - Kotlin DSL-based HTTP client.
- kittinunf/Fuel (⭐4.5k) - The easiest HTTP networking library for Kotlin/Android.
Libraries/Frameworks / Editors
- sargunster/kotlin-textmate-bundle (⭐12) - Kotlin bundle for TextMate.
- alexmt/atom-kotlin-language (⭐25) - Adds syntax highlighting to Kotlin files in Atom
- ice1000/NppExtension (⭐72) - Kotlin Language extension for Notepad++
- vkostyukov/kotlin-sublime-package (⭐138) - A Sublime Package for Kotlin.
- ftomassetti/kanvas (⭐143) - A truly hackable editor: simple, lightweight, understandable.
- mathiasfrohlich/vscode-kotlin (⭐200) - Kotlin language support for VS Code.
- udalov/kotlin-vim (⭐631) - Kotlin Syntax Highlighter for Vim.
- fwcd/KotlinLanguageServer (⭐1.6k) - Smart code completion, diagnostics and more for Kotlin using the Language Server Protocol. VS Code extension included.
- JetBrains/intellij-community (⭐17k) - IntelliJ IDEA Community Edition
Libraries/Frameworks / Syntax Highlighters
- birkenfeld/pygments-main - Python syntax highlighter.
- cansik/kotlin-latex-listing (⭐124) - A syntax highlighting template for the Kotlin language in LaTeX listings.
- github/linguist (⭐12k) - For Ruby/Github, uses Sublime package
- isagalaev/highlight.js (⭐23k) - Javascript syntax highlighter. (out-of-date)
Libraries/Frameworks / Game Development
- vassilibykov/AdventKT (⭐17) - A Kotlin-based DSL for text adventures, with a partial replica of the classic Colossal Cave as an example.
- KogeLabs/Ockero (⭐76) - Ockero: Kotlin OpenGl Game Engine
- icela/FriceEngine (⭐342) - Make game developing easy again!
- Hexworks/zircon (⭐750) - An extensible text GUI library which targets multiple platforms and designed specifically for game developers, written in Kotlin.
- AlmasB/FXGL (⭐4.3k) - JavaFX 8 Game Library written in Java + Kotlin
Libraries/Frameworks / Misc
- themichailov/kache - Kotlin functions caching library, reducing count of function executions.
- Lewik/klog (⭐11) - Minimalistic and multiplatform logging for Kotlin
- dotCipher/kase-format (⭐17) - String case conversion and detection library
- mplatvoet/progress (⭐20) - Progress for Kotlin.
- cesarferreira/kotlin-pluralizer (⭐50) - Kotlin extension to pluralize and singularize strings.
- debop/koda-time (⭐82) - Joda Time Extensions in Kotlin. (From Java 8 use java.time instead)
- just-ai/jaicf-kotlin (⭐238) - Kotlin framework for conversational voice assistants and chatbots development.
- oolong-kt/oolong - Elm inspired Model-View-Update (MVU) implementation for Kotlin multiplatform.
- hotchemi/khronos (⭐327) - An intuitive Date extensions in Kotlin.
- mplatvoet/kovenant (⭐653) - Promises for Kotlin and Android
- pemistahl/lingua (⭐684) - A language detection library suitable for long and short text alike
- MicroUtils/kotlin-logging (⭐2.6k) - Lightweight logging framework for Kotlin. Used as a wrapper for slf4j with Kotlin extensions.
- ingokegel/jclasslib (⭐2.7k) - jclasslib bytecode viewer is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.
- puniverse/quasar (⭐4.6k) - Fibers, Channels and Actors for the JVM.
Libraries/Frameworks / Parsers
- ParserKt/ParserKt (⭐13) - Naive one-pass recursive descent, scannerless parser framework for Kotlin
- fork-handles/parser4k (⭐205) - Recursive descent parser combinator library
- h0tk3y/better-parse (⭐414) - A nice parser combinator library for Kotlin
Libraries/Frameworks / Multiplatform
- DetachHead/kotlinxpath (⭐4) - A typesafe builder for Xpath with several useful helper functions that make Xpath easier to work with
- davidepianca98/KMQTT (⭐183) - MQTT Broker library/executables for Kotlin multiplatform.
- ionspin/kotlin-multiplatform-bignum (⭐347) - Pure kotlin multiplatform arbitrary precision arithmetic library.
- GitLiveApp/firebase-kotlin-sdk (⭐1.1k) - A Kotlin-first Multiplatform SDK for Firebase supporting iOS, Android & Web
Libraries/Frameworks / Extensions
- vanshg/KrazyKotlin (⭐85) - A collection of useful Kotlin Extension
Libraries/Frameworks / Configuration
- npryce/konfig (⭐278) - A Type Safe Configuration API for Kotlin
- mariomac/kaconf (⭐60) - KickAss Configuration. An annotation-based configuration system for Java and Kotlin
- config4k/config4k (⭐274) - A Kotlin wrapper for Typesafe Config
- jdiazcano/cfg4k (⭐80) - Flexible and easy to use config library written in kotlin.
- daviddenton/configur8 (⭐12) - A Kotlin port of Configur8 - A Type Safe Configuration API for Kotlin, extendable to user-defined types.
- ufoscout/properlty (⭐26) - Simple configuration library with placeholders resolution and zero magic!
- sksamuel/hoplite (⭐905) - A library for loading configuration files into typesafe Kotlin data classes in a boilerplate-free way
- Nohus/AutoKonfig - A Kotlin configuration library with batteries included. Type-safe, zero lines of setup.
- cdimascio/dotenv-kotlin (⭐487) - A zero-dependency module that loads environment variables from a .env file
- davidohana/kofiko-kotlin (⭐22) - Kofiko: Code-First configuration library. Lightweight, simple and minimal boilerplate.
Libraries/Frameworks / Graphics
- data2viz/data2viz (⭐415) - multiplatform dataviz library, d3js port
- kotlin-graphics/uno-sdk (⭐24) - Unofficial OpenGL SDK
- kotlin-graphics/ovr (⭐6) - Oculus binding
- kotlin-graphics/imgui (⭐598) - jvm port of imgui
- openrndr/openrndr (⭐866) - OPENRNDR, a framework for creative coding in Kotlin. Accelerated 2D and 3D graphics, vector graphics, shaders and animation
5. Awesome Cli Apps
Development / Database
- usql (⭐8.6k) - Universal SQL client with autocompletion and syntax highlighting.
6. Public Apis
Development
API: Glitterly
Description: Image generation API
Auth:
apiKey
HTTPS: Yes
CORS: Yes
- Prev: May 16, 2021
- Next: May 14, 2021