Skip to content
View VladBytsyuk's full-sized avatar
👨‍💻
Android
👨‍💻
Android
  • Russia, Rostov-on-Don

Block or report VladBytsyuk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Oset-Erlang Oset-Erlang Public

    Ordered set implementation on erlang, based on red-black tree.

    Erlang

  2. A simple way to handle API responses... A simple way to handle API responses with sealed classes in Kotlin.
    1
    sealed class ApiResult<out T : Any> {
    2
        sealed class Success<out T : Any> : ApiResult<T>() {
    3
            data class Content<out T : Any>(val data: T) : Success<T>()
    4
            data class Error(val code: Int, val message: String?, val body: String?) : Success<Nothing>()
    5
        }
  3. mmcs_sfedu_thesis mmcs_sfedu_thesis Public

    Forked from mmcs-sfedu/mmcs_sfedu_thesis

    Шаблон выпускной работы на Мехмате ЮФУ

    TeX