👨💻
Android
Pinned Loading
-
Oset-Erlang
Oset-Erlang PublicOrdered set implementation on erlang, based on red-black tree.
Erlang
-
A simple way to handle API responses...
A simple way to handle API responses with sealed classes in Kotlin. 1sealed class ApiResult<out T : Any> {
2sealed class Success<out T : Any> : ApiResult<T>() {
3data class Content<out T : Any>(val data: T) : Success<T>()
4data class Error(val code: Int, val message: String?, val body: String?) : Success<Nothing>()
5}
-
mmcs_sfedu_thesis
mmcs_sfedu_thesis PublicForked from mmcs-sfedu/mmcs_sfedu_thesis
Шаблон выпускной работы на Мехмате ЮФУ
TeX
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.