Skip to content
View theSeafarer's full-sized avatar

Block or report theSeafarer

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. Safi Public

    a basic app-based firewall for Android

    Kotlin 2 1

  2. OsmCompose Public

    osmdroid's MapView as a Jetpack Compose composable. Just an experiment though.

    Kotlin 1

  3. A quick and dirty solution to use [o...
    1
    import androidx.compose.runtime.Composable
    2
    import androidx.compose.runtime.DisposableEffect
    3
    import androidx.compose.runtime.getValue
    4
    import androidx.compose.runtime.mutableStateOf
    5
    import androidx.compose.runtime.remember
  4. Stupid JSON pretty-printer thingy
    1
    {-# LANGUAGE TypeApplications #-}
    2
    module Main where
    3
    
                  
    4
    import           System.Environment
    5
    import           Data.Aeson