Skip to content
View JakubMosakowski's full-sized avatar
  • SpotOn

Organizations

@MealkyTeam

Block or report JakubMosakowski

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. hilt-guide hilt-guide Public

    Sample app to practice advanced hilt usage

    Kotlin 1

  2. coroutines-playground coroutines-playground Public

    Kotlin

  3. Shell script for automatically gener... Shell script for automatically generating changelog for a release.
    1
    #!/usr/bin/env bash
    2
    PATH_TO_FILE=$1
    3
    FILE_NAME=$2
    4
    
                  
    5
    #Needs two argument: a path to file and filename where changelog will be printed into.
  4. A simple script to connect to the de... A simple script to connect to the device through wifi
    1
    #!/bin/bash
    2
    
                  
    3
    # 1. Connect the phone using a USB cable.
    4
    
                  
    5
    # 2. Restart adb listening on TCP on 5555 port.
  5. advent-of-code-2022 advent-of-code-2022 Public

    Kotlin