This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import com.bastiaanjansen.otp.HMACAlgorithm | |
| import com.bastiaanjansen.otp.TOTP | |
| import com.j256.twofactorauth.TimeBasedOneTimePasswordUtil | |
| import dev.turingcomplete.kotlinonetimepassword.HmacAlgorithm | |
| import dev.turingcomplete.kotlinonetimepassword.TimeBasedOneTimePasswordConfig | |
| import dev.turingcomplete.kotlinonetimepassword.TimeBasedOneTimePasswordGenerator | |
| import java.time.Duration | |
| import java.time.Instant | |
| import java.util.concurrent.TimeUnit | |
| import javax.crypto.spec.SecretKeySpec |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Class name | Occurrences | Repositories | |
|---|---|---|---|
| Solution | 2375 | 14 | |
| MainActivity | 1862 | 872 | |
| User | 1225 | 314 | |
| Main | 1078 | 231 | |
| Application | 1064 | 147 | |
| ExampleUnitTest | 853 | 323 | |
| Utils | 836 | 424 | |
| Person | 723 | 149 | |
| ApplicationTest | 687 | 313 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Prefix | Occurrences | Repositories | |
|---|---|---|---|
| Test | 41507 | 866 | |
| Abstract | 17321 | 822 | |
| Default | 11733 | 820 | |
| Base | 6852 | 981 | |
| User | 6690 | 579 | |
| File | 6533 | 782 | |
| My | 6462 | 573 | |
| Simple | 6299 | 808 | |
| Data | 5784 | 624 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Postfix | Occurrences | Repositories | |
|---|---|---|---|
| Test | 182596 | 1605 | |
| Impl | 28125 | 818 | |
| Tests | 24745 | 386 | |
| Factory | 21902 | 975 | |
| Exception | 19745 | 1018 | |
| Service | 17703 | 908 | |
| Utils | 14418 | 1241 | |
| Handler | 13984 | 939 | |
| Provider | 13835 | 773 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name | occurrences | |
|---|---|---|
| main | 747396 | |
| test | 267670 | |
| gen | 10511 | |
| generated | 7945 | |
| androidTest | 5510 | |
| net | 1862 | |
| distributedTest | 1271 | |
| internalClusterTest | 1116 | |
| integrationTest | 1108 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class MyClass { | |
| // -- Properties -------------------------------------------------------------------------------------------------- // | |
| // -- Initialization ---------------------------------------------------------------------------------------------- // | |
| // -- Exported Methods -------------------------------------------------------------------------------------------- // | |
| // -- Private Methods --------------------------------------------------------------------------------------------- // | |
| // -- Inner Type -------------------------------------------------------------------------------------------------- // | |
| // -- Companion Object -------------------------------------------------------------------------------------------- // | |
| } | |
| interface MyClass { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class MyClass { | |
| // -- Fields ----------------------------------------------------------------------------------------------------- // | |
| // -- Initialization --------------------------------------------------------------------------------------------- // | |
| // -- Exposed Methods -------------------------------------------------------------------------------------------- // | |
| // -- Private Methods -------------------------------------------------------------------------------------------- // | |
| // -- Inner Type ------------------------------------------------------------------------------------------------- // | |
| // -- End of Class ----------------------------------------------------------------------------------------------- // | |
| } | |
| public interface MyInterface { |