Skip to content
View vs-krasnov's full-sized avatar
  • Supernova.io
  • Hamburg, Germany
Block or Report

Block or report vs-krasnov

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

  1. Simple function to calculate a new p... Simple function to calculate a new point's latitude and longitude based on provided start point, bearing and distance.
    1
    fun getPointByDistanceAndBearing(lat: Double, lon: Double, bearing: Double, distanceKm: Double): Pair<Double, Double> {
    2
        val earthRadius = 6378.1
    3
    
                  
    4
        val bearingR = Math.toRadians(bearing)
    5
    
                  
  2. Supernova-Studio/exporter-android Supernova-Studio/exporter-android Public

    Supernova Android exporter that allows conversion of design system data and elements into valid, production-ready XML definitions and Kotlin code

    JavaScript 1 9

  3. Supernova-Studio/supernova-lints Supernova-Studio/supernova-lints Public

    Dart

  4. code-cracker/code-cracker code-cracker/code-cracker Public

    An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.

    C# 1.1k 282