path
stringlengths
4
280
owner
stringlengths
2
39
repo_id
int64
21.1k
879M
is_fork
bool
2 classes
languages_distribution
stringlengths
13
1.95k
content
stringlengths
7
482k
issues
int64
0
13.9k
main_language
stringclasses
121 values
forks
stringlengths
1
5
stars
int64
0
111k
commit_sha
stringlengths
40
40
size
int64
7
482k
name
stringlengths
1
100
license
stringclasses
93 values
app/src/main/java/com/gggames/hourglass/features/video/VideoModule.kt
giladgotman
252,945,764
false
null
package com.gggames.hourglass.features.video import android.content.Context import com.gggames.hourglass.core.di.AppContext import com.google.android.exoplayer2.ExoPlayerFactory import com.google.android.exoplayer2.SimpleExoPlayer import dagger.Module import dagger.Provides @Module class VideoModule { @Provides ...
25
Kotlin
0
0
0f0fa11fbe1131387148e4d6d1b7d85c23d6e5f0
534
celebs
MIT License
kotlin-cdk-wrapper/src/main/kotlin/io/cloudshiftdev/awscdk/services/route53/ZoneDelegationOptions.kt
cloudshiftinc
667,063,030
false
{"Kotlin": 149148378}
@file:Suppress("RedundantVisibilityModifier","RedundantUnitReturnType","RemoveRedundantQualifierName","unused","UnusedImport","ClassName","REDUNDANT_PROJECTION","DEPRECATION") package io.cloudshiftdev.awscdk.services.route53 import io.cloudshiftdev.awscdk.Duration import io.cloudshiftdev.awscdk.common.CdkDslMarker im...
1
Kotlin
0
4
7a060aa8b6779ab04dc9881993d9598e11d278b1
3,734
kotlin-cdk-wrapper
Apache License 2.0
common/sdk/settings/impl/src/androidMain/kotlin/io/chefbook/sdk/settings/impl/data/platform/IconSwitcherImpl.kt
mephistolie
379,951,682
false
{"Kotlin": 1334117, "Ruby": 16819, "Swift": 352}
package io.chefbook.sdk.settings.impl.data.platform import android.content.ComponentName import android.content.Context import android.content.pm.PackageManager import io.chefbook.sdk.settings.api.external.domain.entities.AppIcon internal class IconSwitcherImpl( private val context: Context, ) : IconSwitcher { p...
0
Kotlin
0
12
ddaf82ee3142f30aee8920d226a8f07873cdcffe
959
chefbook-mobile
Apache License 2.0
kompendium-oas/src/main/kotlin/io/bkbn/kompendium/oas/component/Components.kt
bkbnio
356,919,425
false
null
package io.bkbn.kompendium.oas.component import io.bkbn.kompendium.oas.security.SecuritySchema import kotlinx.serialization.Serializable @Serializable data class Components( val securitySchemes: MutableMap<String, SecuritySchema> = mutableMapOf() )
8
Kotlin
7
33
ae2a1b578a66d7c805a2fcd37878c482faa11f55
253
kompendium
MIT License
app/src/main/java/com/byteteam/bluesense/core/presentation/views/store/water_supplier/WaterSupplierScreen.kt
BlueSense-by-ByteTeam
738,355,445
false
{"Kotlin": 412626}
package com.byteteam.bluesense.core.presentation.views.store.water_supplier import androidx.compose.foundation.layout.Row import androidx.compose.foundation.layout.padding import androidx.compose.foundation.lazy.LazyColumn import androidx.compose.foundation.lazy.items import androidx.compose.material3.CircularProgress...
0
Kotlin
0
1
6efb7dfb300f9acaa07bb77f973907de57d490b7
2,860
bluesense-android
Apache License 2.0
app/src/main/java/io/github/wulkanowy/data/mappers/MobileDeviceMapper.kt
wezuwiusz
827,505,734
false
{"Kotlin": 1759089, "HTML": 1949, "Shell": 257}
package io.github.wulkanowy.data.mappers import io.github.wulkanowy.data.db.entities.MobileDevice import io.github.wulkanowy.data.db.entities.Student import io.github.wulkanowy.data.pojos.MobileDeviceToken import io.github.wulkanowy.sdk.pojo.Device as SdkDevice import io.github.wulkanowy.sdk.pojo.Token as SdkToken fu...
98
Kotlin
6
28
82b4ea930e64d0d6e653fb9024201b372cdb5df2
681
neowulkanowy
Apache License 2.0
app/src/main/java/com/dagan/lior/crypto_currency_market_price/login/presenter/LoginPresenter.kt
liorliord
204,151,353
false
null
package com.dagan.lior.crypto_currency_market_price.login.presenter import android.content.Context import android.content.Intent import android.widget.Toast import androidx.annotation.NonNull import com.google.firebase.auth.FirebaseUser import com.dagan.lior.crypto_currency_market_price.bitcoinpricemainscreen.view.Cry...
0
Kotlin
0
0
f8552525bc0cad3f8da9cf49613a9f49723dfb83
1,620
crypto-currency-price
MIT License
libkunits/src/test/kotlin/com/github/dlind1974/kunits/json/jackson/SpeedSerializerTest.kt
dlind1974
596,461,467
false
{"Kotlin": 55827}
package com.github.dlind1974.kunits.json.jackson import com.github.dlind1974.kunits.Speed import com.github.dlind1974.kunits.meterPerSecond import com.fasterxml.jackson.core.Version import com.fasterxml.jackson.databind.ObjectMapper import com.fasterxml.jackson.databind.module.SimpleModule import kotlin.test.Test impo...
0
Kotlin
0
0
f55daeae01a11824b5841b8d070eaa195bcff003
1,012
kunits
MIT License
qr-code-app/src/main/kotlin/io/github/simonscholz/observables/JSpinnerIntObservable.kt
SimonScholz
698,277,784
false
{"Kotlin": 255097, "Java": 27034, "Shell": 1098}
package io.github.simonscholz.observables import org.eclipse.core.databinding.observable.Diffs import org.eclipse.core.databinding.observable.value.AbstractObservableValue import javax.swing.JSpinner class JSpinnerIntObservable( private val jSpinner: JSpinner, ) : AbstractObservableValue<Int>() { private var ...
3
Kotlin
1
9
9df3e851e1395d6678243260d0e850845f2c65f0
753
qr-code-with-logo
Apache License 2.0
libraries/tools/kotlin-gradle-plugin-api/src/main/kotlin/org/jetbrains/kotlin/gradle/dsl/KotlinJvmOptions.kt
JetBrains
3,432,266
false
null
// DO NOT EDIT MANUALLY! // Generated by org/jetbrains/kotlin/generators/arguments/GenerateGradleOptions.kt package org.jetbrains.kotlin.gradle.dsl interface KotlinJvmOptions : org.jetbrains.kotlin.gradle.dsl.KotlinCommonOptions { /** * Include Kotlin runtime into the resulting JAR * Default value: fal...
135
null
4980
40,442
817f9f13b71d4957d8eaa734de2ac8369ad64770
1,534
kotlin
Apache License 2.0
src/main/kotlin/no/nav/hm/grunndata/register/event/EventItemRepository.kt
navikt
572,421,718
false
{"Kotlin": 244973, "Dockerfile": 136, "Shell": 111}
package no.nav.hm.grunndata.register.event import io.micronaut.data.jdbc.annotation.JdbcRepository import io.micronaut.data.model.query.builder.sql.Dialect import io.micronaut.data.repository.kotlin.CoroutineCrudRepository import java.time.LocalDateTime import java.util.* @JdbcRepository(dialect = Dialect.POSTGRES) ...
1
Kotlin
0
3
233592b5877bdd5fb8a6a8684451f28b3cd74118
570
hm-grunndata-register
MIT License
physics/src/test/kotlin/balls/physics/scene/TestScene.kt
knokko
865,591,691
false
{"Kotlin": 294965, "GLSL": 302}
package balls.physics.scene import balls.geometry.Rectangle import balls.physics.entity.EntitySpawnRequest import balls.physics.tile.TilePlaceRequest import fixie.* import org.junit.jupiter.api.Assertions.assertEquals import org.junit.jupiter.api.Test import kotlin.time.Duration.Companion.seconds class TestScene { ...
0
Kotlin
0
0
16c28af4aacc0485a4b70d93e2b5eae485c55af7
3,566
balls-of-steel
MIT License
content-types/content-types-ports-input/src/main/kotlin/org/orkg/contenttypes/input/compat.kt
TIBHannover
197,416,205
false
{"Kotlin": 5694631, "Cypher": 219418, "Python": 4881, "Shell": 2767, "Groovy": 1936, "HTML": 240, "Batchfile": 82}
package org.orkg.contenttypes.input interface PaperUseCases : RetrievePaperUseCase, CreatePaperUseCase, CreateContributionUseCase, UpdatePaperUseCase, PublishPaperUseCase interface ContributionUseCases : RetrieveContributionUseCase interface ComparisonUseCases : RetrieveComparisonUseCase, CreateComparisonUseCase, Up...
0
Kotlin
0
4
f820349e34bc98d9f7d500d34412c2c621584e1d
1,819
orkg-backend
MIT License
profilers-ui/src/com/android/tools/profilers/cpu/capturedetails/CpuTraceTreeSorter.kt
JetBrains
60,701,247
false
{"Kotlin": 53054415, "Java": 43443054, "Starlark": 1332164, "HTML": 1218044, "C++": 507658, "Python": 191041, "C": 71660, "Lex": 70302, "NSIS": 58238, "AIDL": 35382, "Shell": 29838, "CMake": 27103, "JavaScript": 18437, "Smali": 7580, "Batchfile": 7357, "RenderScript": 4411, "Clean": 3522, "Makefile": 2495, "IDL": 19}
/* * Copyright (C) 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
5
Kotlin
227
948
10110983c7e784122d94c7467e9d243aba943bf4
1,608
android
Apache License 2.0
src/main/kotlin/usecases/organization/UpdateOrganization.kt
ktapi
562,243,352
false
null
package usecases.organization import entities.organization.Organization import entities.organization.Organizations import org.ktapi.entities.populateFrom object UpdateOrganization { data class UpdateOrganizationData(val name: String? = null) fun update(orgId: Long, data: Map<String, Any>): Organization { ...
0
Kotlin
0
0
1f2acc29779ed75c24c813f834548cc2ea84c980
481
ktapi-base
The Unlicense
core/logger/src/main/kotlin/com/onseok/marvelpedia/log/DebugTree.kt
onseok
733,347,236
false
{"Kotlin": 111071}
/* * Copyright 2023 onseok * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
4
Kotlin
17
2
e2148252f5892a543f8661c1725b0f88539f0a79
872
Marvelpedia
Apache License 2.0
tabler/src/commonMain/kotlin/com/woowla/compose/icon/collections/tabler/tabler/outline/BorderCornerIos.kt
walter-juan
868,046,028
false
null
package com.woowla.compose.icon.collections.tabler.tabler.outline import androidx.compose.ui.graphics.Color import androidx.compose.ui.graphics.PathFillType.Companion.NonZero import androidx.compose.ui.graphics.SolidColor import androidx.compose.ui.graphics.StrokeCap.Companion.Round import androidx.compose.ui.graphics...
0
null
0
3
eca6c73337093fbbfbb88546a88d4546482cfffc
1,623
compose-icon-collections
MIT License
packages/nativescript-masonkit/src-native/mason-android/masonkit/src/main/java/org/nativescript/mason/masonkit/Utils.kt
triniwiz
571,762,944
false
{"C++": 3133140, "HTML": 450165, "C": 393329, "TypeScript": 383656, "Rust": 346139, "Swift": 235919, "Objective-C": 214959, "Kotlin": 186138, "JavaScript": 104928, "Objective-C++": 42138, "Shell": 8247, "CMake": 7070, "Ruby": 3131, "SCSS": 2605, "Java": 1313, "Python": 1140}
package org.nativescript.mason.masonkit import android.util.Log val LengthPercentageZeroSize = Size<LengthPercentage>(LengthPercentage.Zero, LengthPercentage.Zero) val LengthPercentageAutoZeroSize = Size<LengthPercentageAuto>(LengthPercentageAuto.Zero, LengthPercentageAuto.Zero) val zeroSize = Size(0F, 0F) val ...
2
C++
3
10
a522fd2e63adc37b86bf66e2908e75dc0371e18a
948
nativescript-mason
Apache License 2.0
src/main/kotlin/uk/gov/justice/digital/hmpps/prisonertonomisupdate/incentives/IncentivesDomainEventListener.kt
ministryofjustice
445,140,246
false
{"Kotlin": 1229627, "Mustache": 1803, "Dockerfile": 1118}
package uk.gov.justice.digital.hmpps.prisonertonomisupdate.incentives import com.fasterxml.jackson.databind.ObjectMapper import com.microsoft.applicationinsights.TelemetryClient import io.awspring.cloud.sqs.annotation.SqsListener import io.opentelemetry.api.trace.SpanKind import io.opentelemetry.instrumentation.annota...
1
Kotlin
0
2
cb523828b23bbf57983c5c99c67fee2821ef8a51
2,030
hmpps-prisoner-to-nomis-update
MIT License
app/src/main/java/com/bluetoothversion1/android/MainActivity.kt
feilongzaitian008
405,806,749
false
null
package com.bluetoothversion1.android import android.Manifest import android.app.Activity import android.bluetooth.BluetoothAdapter import android.bluetooth.BluetoothDevice import android.bluetooth.BluetoothSocket import android.content.BroadcastReceiver import android.content.Context import android.content.Intent imp...
0
Kotlin
0
0
593d1a42a9e51b49a29e593e8fdc811a4d4dfd42
5,030
bluetoothversion1
Apache License 2.0
compiler/ir/ir.tree/src/org/jetbrains/kotlin/ir/declarations/impl/IrVariableImpl.kt
JetBrains
3,432,266
false
null
/* * Copyright 2010-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
166
null
5771
46,772
bef0946ab7e5acd5b24b971eca532c43c8eba750
3,848
kotlin
Apache License 2.0
finish/src/main/java/org/tensorflow/lite/examples/classification/MyDatabaseHelper.kt
aauu1234
648,887,662
false
null
package org.tensorflow.lite.examples.classification import android.content.Context import android.database.sqlite.SQLiteDatabase import android.database.sqlite.SQLiteOpenHelper import android.widget.Toast class MyDatabaseHelper(var context:Context,name:String,version:Int):SQLiteOpenHelper(context,name,null,version) {...
0
Kotlin
0
0
2ef08802e3c34285ed44b6c09e65214afcef7962
910
mobile_cw2
Apache License 2.0
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/actions/EnsureOlmSessionsForUsersAction.kt
matrix-org
287,466,066
false
null
/* * Copyright 2020 The Matrix.org Foundation C.I.C. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
91
null
418
97
55cc7362de34a840c67b4bbb3a14267bc8fd3b9c
2,209
matrix-android-sdk2
Apache License 2.0
Kotlin/P39_a.kt
deveshp007
535,653,594
false
{"Kotlin": 84827}
package com.example.three import android.os.Bundle import androidx.fragment.app.Fragment import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.ArrayAdapter import android.widget.ListView class FragmentOne : Fragment() { lateinit var view1: View latei...
0
Kotlin
6
24
a5d62d97081826a35308defd9641bb9552f5e789
1,542
Android-App-Development
MIT License
doflib/src/main/java/no/danielzeller/doflib/opengl/VertexArray.kt
danielzeller
178,028,601
false
null
package no.danielzeller.blurbehindlib.opengl import android.opengl.GLES20.* import java.nio.ByteBuffer import java.nio.ByteOrder import java.nio.FloatBuffer private const val BYTES_PER_FLOAT = 4 class VertexArray(vertexData: FloatArray) { private val floatBuffer: FloatBuffer = ByteBuffer .allocateD...
0
null
1
6
b5963d27670c82a18038fa90f5d19fbc83752135
827
DepthOfFIeldAndroid
MIT License
app/src/main/java/exirium/pe/authflowapp/presentation/authentication/signup/SignUpState.kt
gianpaul
811,396,647
false
{"Kotlin": 66641}
package exirium.pe.authflowapp.presentation.authentication.signup data class SignUpState( val email: String = "", val password: String = "", val name: String = "", val isLoading: Boolean = false, val navigateToColors: Boolean = false, val toastMessage: String? = null, )
0
Kotlin
0
1
c225f7a8d17a19e2b90a1170eccf3c4244a73ff0
296
TechnicalChallengeAuthentication
MIT License
app/src/main/java/com/example/mycommish/feature/prize/data/local/repository/PrizeLocalRepository.kt
moaliyou
786,551,198
false
{"Kotlin": 142862}
package com.example.mycommish.feature.prize.data.local.repository import com.example.mycommish.feature.prize.data.local.datasource.PrizeObject import com.example.mycommish.feature.prize.domain.repository.PrizeRepository import io.realm.kotlin.Realm import io.realm.kotlin.ext.query import kotlinx.coroutines.flow.Flow i...
0
Kotlin
1
1
86630b2214859c50528c64166857357cdcaf36cc
1,164
My-Commish
MIT License
test/server/ServerTest.kt
rtc11
874,209,959
false
{"Kotlin": 53397, "Makefile": 2306}
package server import client.* import json.* import kotlinx.coroutines.* import test.* import serde.* import util.* import java.net.* class ServerTest { private data class Name(val name: String) : Into<Json> { override fun into(): Json = mapOf(Name::name.name to name) companion object { ...
0
Kotlin
0
0
efe2f192b6fbb582ac0b4fc1e0371df86c36f32f
2,408
klib
MIT License
tools/sisyphus-protobuf-gradle-plugin/src/main/kotlin/com/bybutter/sisyphus/protobuf/gradle/ProtobufApiCompileTask.kt
z2058550226
299,014,281
true
{"Kotlin": 1014038, "ANTLR": 10895}
package com.bybutter.sisyphus.protobuf.gradle import com.bybutter.sisyphus.api.Service import com.bybutter.sisyphus.jackson.toYaml import com.google.api.tools.framework.tools.configgen.ServiceConfigGeneratorTool import java.io.File import org.gradle.api.tasks.InputDirectory import org.gradle.api.tasks.Internal import ...
0
null
0
0
a4a2e608f20aa977278daa2382833184b30d6124
1,510
sisyphus
MIT License
app/src/main/java/dev/marcosfarias/pokedex/App.kt
zsmb13
232,301,179
true
null
package dev.marcosfarias.pokedex import android.app.Application import android.content.Context import androidx.room.Room import dev.marcosfarias.pokedex.database.AppDatabase class App : Application() { companion object { var context: Context? = null var database: AppDatabase? = null } ove...
0
Kotlin
8
48
a2ab162c1de76700e16ba521b1193c503b6b3f84
626
Kotlin-Pokedex
MIT License
app/src/main/java/com/droidconsf/architectureagnosticuidevelopment/ui/common/statemachine/StateMachineFactory.kt
vinaygaba
221,616,306
false
null
package com.droidconsf.architectureagnosticuidevelopment.ui.common.statemachine import com.droidconsf.architectureagnosticuidevelopment.ui.ComicbooksViewModel import com.tinder.StateMachine import javax.inject.Inject internal class StateMachineFactory @Inject constructor() { internal fun create( initialS...
0
Kotlin
2
6
0df6025e8b227d464a7d3c4f3ef16761187f0c56
3,327
Droidcon-SF-2019-Architecture-Agnostic-UI-Development
Apache License 2.0
Project/app/src/main/java/org/ionproject/android/offline/models/CatalogAcademicYears.kt
i-on-project
245,234,364
false
null
package org.ionproject.android.offline.models import com.fasterxml.jackson.annotation.JsonProperty data class CatalogAcademicYears( @JsonProperty("tree") val years: List<CatalogAcademicYear> )
8
Kotlin
0
4
c18e940a10b9bcc4e3511ca7fa2c647be5db9ff2
202
android
Apache License 2.0
SovrinAgentApp/app/src/main/java/com/luxoft/supplychain/sovrinagentapp/ui/model/OrdersAdapter.kt
AntDroid82
202,780,935
true
{"Kotlin": 220246, "JavaScript": 64411, "CSS": 25167, "Dockerfile": 1015, "HTML": 354, "Shell": 159}
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
0
Kotlin
0
0
3df076ddf6a78fde40e88538e2939d600aad52d4
5,731
cordentity-poc-supply-chain
Apache License 2.0
modules/module-content/src/main/java/com/bbgo/module_content/webclient/WebClientFactory.kt
bbggo
371,705,786
false
null
package com.cxz.wanandroid.webclient import android.webkit.WebViewClient /** * @author guoyikai * @date 2023/11/24 * @desc WebClientFactory */ object WebClientFactory { val JIAN_SHU = "https://www.jianshu.com" fun create(url: String): WebViewClient { return when { url.startsWith(JIAN...
3
null
3
8
9c983af26f5bd9cd5e08b7a6080190305738b435
402
WanAndroid
Apache License 2.0
src/main/kotlin/com/magicreg/resql/format.kt
regadou
835,444,933
false
{"Kotlin": 141673, "Shell": 472}
package com.magicreg.resql import com.fasterxml.jackson.core.JsonGenerator import com.fasterxml.jackson.databind.JsonSerializer import com.fasterxml.jackson.databind.ObjectMapper import com.fasterxml.jackson.databind.SerializationFeature import com.fasterxml.jackson.databind.SerializerProvider import com.fasterxml.jac...
0
Kotlin
0
0
8df69c02ff1b588c76a573cb713c3b464c3ce10d
15,180
resql
MIT License
common/src/main/java/io/homeassistant/companion/android/common/data/authentication/impl/entities/LoginFlowAuthentication.kt
nesror
328,856,313
true
null
package io.homeassistant.companion.android.common.data.authentication.impl.entities import com.fasterxml.jackson.annotation.JsonProperty data class LoginFlowAuthentication( @JsonProperty("client_id") val clientId: String, @JsonProperty("username") val userName: String, @JsonProperty("password") ...
0
Kotlin
15
61
b36bb0f67fd884b0f8c938c048b51134063784f2
345
Home-Assistant-Companion-for-Android
Apache License 2.0
app/src/main/java/moe/feng/danmaqua/ui/main/DanmakuContextMenuDialogFragment.kt
xiangyutian
241,036,188
true
{"Kotlin": 236437}
package moe.feng.danmaqua.ui.main import android.os.Bundle import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import androidx.core.os.bundleOf import kotlinx.android.synthetic.main.main_danmaku_context_menu_dialog_layout.* import moe.feng.common.eventshelper.of import moe.feng.da...
0
null
0
0
14775dad36f8a704674e1e6ca501c949b71ec6df
2,030
danmaqua-android
Apache License 2.0
app/src/main/java/com/developerkurt/gamedatabase/ui/FavoriteGamesFragment.kt
DeveloperKurt
319,710,837
false
null
package com.developerkurt.gamedatabase.ui import android.os.Bundle import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import androidx.fragment.app.viewModels import androidx.lifecycle.lifecycleScope import androidx.navigation.findNavController import com.developerkurt.gamedatabas...
0
Kotlin
0
1
236ff45629bb193d58930e0d11f47952133d6027
3,867
GameDatabase
Apache License 2.0
app/src/main/kotlin/com/cyb3rko/pazzword/fragments/analyzefragment/BottomLayoutTextView.kt
cyb3rko
399,963,494
false
{"Kotlin": 45935, "HTML": 6940}
/* * Copyright (c) 2023 Cyb3rKo * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
3
Kotlin
2
61
ca456b8f6965ac70a48079db7642d38245716c80
1,838
pazzword
Apache License 2.0
app/src/main/java/com/dkaera/mash/ui/onboarding/widgets/Password.kt
loreBart
507,408,678
false
null
package com.crazy.musicdrops.ui.util import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.text.KeyboardActions import androidx.compose.foundation.text.KeyboardOptions import androidx.compose.material.* import androidx.compose.material.icons.Icons import androidx.compose.material.ic...
0
Kotlin
0
0
dad5c5e02c4dce888cf564ef2b4241c26784acac
3,178
music-drops
MIT License
src/main/kotlin/cn/tursom/room/LiveUser.kt
tursom
255,871,213
false
null
package cn.tursom.room data class LiveUser( val code: Int, val `data`: LiveUserData, val message: String, val msg: String )
0
Kotlin
0
0
e1fc79083536f8e4ec149d859d8e576bd9a71132
132
BiliWS
MIT License
module/module-ui-receptacle/src/main/kotlin/taboolib/module/ui/receptacle/NMSImpl.kt
TabooLib
120,413,612
false
null
package taboolib.module.ui.receptacle import net.minecraft.server.v1_16_R3.* import org.bukkit.Material import org.bukkit.craftbukkit.v1_16_R3.inventory.CraftItemStack import org.bukkit.craftbukkit.v1_16_R3.util.CraftChatMessage import org.bukkit.entity.Player import org.bukkit.inventory.ItemStack import taboolib.comm...
6
null
47
133
3e9fa18bbb6150e09644453080674a55b7d48e7d
5,353
TabooLib
MIT License
feature/tasks/src/main/kotlin/com/ngapps/phototime/feature/tasks/SingleShootViewModel.kt
ngapp-dev
752,386,763
false
{"Kotlin": 1840445, "Shell": 10136}
/* * Copyright 2024 NGApps Dev (https://github.com/ngapp-dev). All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * *...
0
Kotlin
0
3
dc6556f93cedf210597f0397ad3553de0fbb7a47
7,212
phototime
Apache License 2.0
knee-compiler-plugin/src/main/kotlin/DownwardProperties.kt
deepmedia
552,404,398
false
{"Kotlin": 544280}
package io.deepmedia.tools.knee.plugin.compiler import com.squareup.kotlinpoet.KModifier import io.deepmedia.tools.knee.plugin.compiler.codegen.CodegenProperty import io.deepmedia.tools.knee.plugin.compiler.codegen.KneeCodegen import io.deepmedia.tools.knee.plugin.compiler.context.KneeContext import io.deepmedia.tools...
6
Kotlin
2
76
033fe352320a38b882381929fecb7b1811e00ebb
3,181
Knee
Apache License 2.0
extensions/panache/hibernate-reactive-panache-kotlin/runtime/src/main/kotlin/io/quarkus/hibernate/reactive/panache/kotlin/runtime/KotlinJpaOperations.kt
patrox
377,393,180
false
null
package io.quarkus.hibernate.reactive.panache.kotlin.runtime import io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations import io.smallrye.mutiny.Uni import org.hibernate.reactive.mutiny.Mutiny class KotlinJpaOperations : AbstractJpaOperations<PanacheQueryImpl<*>>() { override fun createPan...
20
null
4
3
4b7e8c29de35541bb6a7b668391f31083abd1415
927
quarkus
Apache License 2.0
card/src/main/java/com/adyen/checkout/card/internal/ui/view/CardListAdapter.kt
Adyen
91,104,663
false
null
/* * Copyright (c) 2019 <NAME>. * * This file is open source and available under the MIT license. See the LICENSE file for more info. * * Created by arman on 28/5/2019. */ package com.adyen.checkout.card.internal.ui.view import android.view.LayoutInflater import android.view.ViewGroup import androidx.recyclervie...
28
Kotlin
59
96
1f000e27e07467f3a30bb3a786a43de62be003b2
2,201
adyen-android
MIT License
nlp/front/storage-mongo/target/generated-sources/kapt/compile/ai/tock/nlp/front/shared/user/UserNamespace_.kt
theopenconversationkit
84,538,053
false
{"Kotlin": 6173880, "TypeScript": 1286450, "HTML": 532576, "Python": 376720, "SCSS": 79512, "CSS": 66318, "Shell": 12085, "JavaScript": 1849}
package ai.tock.nlp.front.shared.user import kotlin.Boolean import kotlin.String import kotlin.Suppress import kotlin.collections.Collection import kotlin.collections.Map import kotlin.reflect.KProperty1 import org.litote.kmongo.property.KCollectionPropertyPath import org.litote.kmongo.property.KMapPropertyPath import...
163
Kotlin
127
475
890f69960997ae9146747d082d808d92ee407fcb
3,141
tock
Apache License 2.0
objects/src/commonMain/kotlin/ru/krindra/vkkt/objects/groups/GroupsAddressesInfo.kt
krindra
780,080,411
false
{"Kotlin": 1336107}
package ru.krindra.vkkt.objects.groups import kotlinx.serialization.SerialName import kotlinx.serialization.Serializable /** * * @param isEnabled Information whether addresses is enabled * @param mainAddressId Main address id for group * @param mainAddress Main address * @param count Count of addresses */ @Seri...
0
Kotlin
0
1
58407ea02fc9d971f86702f3b822b33df65dd3be
606
VKKT
MIT License
ktor-server/ktor-server-core/jvmAndNix/src/io/ktor/server/application/Application.kt
ktorio
40,136,600
false
null
/* * Copyright 2014-2019 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license. */ package io.ktor.server.application import kotlinx.coroutines.* import org.slf4j.* import kotlin.coroutines.* /** * Represents configured and running web application, capable of handling req...
302
null
976
9,709
9e0eb99aa2a0a6bc095f162328525be1a76edb21
1,286
ktor
Apache License 2.0
aws-auth-cognito/src/test/java/com/amplifyframework/auth/cognito/actions/SetupTOTPCognitoActionsTest.kt
aws-amplify
177,009,933
false
{"Java": 5271326, "Kotlin": 3564857, "Shell": 28043, "Groovy": 11755, "Python": 3681, "Ruby": 1874}
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" ...
99
Java
115
245
14c71f38f052a964b96d7abaff6e157bd21a64d8
10,467
amplify-android
Apache License 2.0
Retos/Reto #0 - EL FAMOSO FIZZ BUZZ [Fácil]/kotlin/steepsalvadorman.kt
mouredev
581,049,695
false
{"Python": 4194087, "JavaScript": 1590517, "Java": 1408944, "C#": 782329, "Kotlin": 533858, "TypeScript": 479964, "Rust": 357628, "Go": 322940, "PHP": 288620, "Swift": 278290, "C": 223896, "Jupyter Notebook": 221090, "C++": 175187, "Dart": 159755, "Ruby": 71132, "Perl": 52923, "VBScript": 49663, "HTML": 45912, "Raku": ...
/* * Escribe un programa que muestre por consola (con un print) los * números de 1 a 100 (ambos incluidos y con un salto de línea entre * cada impresión), sustituyendo los siguientes: * - Múltiplos de 3 por la palabra "fizz". * - Múltiplos de 5 por la palabra "buzz". * - Múltiplos de 3 y de 5 a la vez por la pala...
1
Python
2974
5,192
f8c44ac12756b14a32abf57cbf4e0cd06ad58088
633
retos-programacion-2023
Apache License 2.0
app/src/main/java/com/example/wordle_and/MainActivity.kt
ba-00001
766,139,279
false
{"Kotlin": 6390}
package com.example.wordle_and import android.content.Intent import android.os.Bundle import android.text.Spanned import android.view.View import android.widget.Button import android.widget.EditText import android.widget.TextView import android.widget.Toast import androidx.appcompat.app.AppCompatActivity import androi...
0
Kotlin
0
0
21644063f7c60b2236a0a0eb20f4dda1279eae1a
5,373
WORDLE_AND
Apache License 2.0
server_undertow/src/test/kotlin/com/hexagonkt/server/undertow/HiWorld.kt
ozzpy
126,635,042
true
{"Kotlin": 316457, "FreeMarker": 16374, "CSS": 8405, "Groovy": 2183, "HTML": 1732, "JavaScript": 1280}
package com.hexagonkt.server.undertow fun main(vararg args: String) { serve { get("/bye") { "Good Bye!" } get { "Hi!" } } }
0
Kotlin
0
0
9c1a165e1ab2a4e83504bc251b013b2c5b08ab88
149
hexagon
MIT License
lib/src/main/java/com/smileidentity/viewmodel/document/OrchestratedDocumentViewModel.kt
smileidentity
576,345,086
false
null
package com.smileidentity.viewmodel.document import android.os.Parcelable import androidx.annotation.StringRes import androidx.lifecycle.ViewModel import androidx.lifecycle.viewModelScope import com.smileidentity.R import com.smileidentity.SmileID import com.smileidentity.SmileIDCrashReporting import com.smileidentity...
6
null
5
16
78cba4e47eeff1df5079936cce8193321e2891b2
14,505
android
MIT License
plugin/src/main/java/io/github/timortel/kotlin_multiplatform_grpc_plugin/generate_mulitplatform_sources/generators/proto3_ios_file_writer.kt
TimOrtel
503,391,702
false
null
package io.github.timortel.kotlin_multiplatform_grpc_plugin.generate_mulitplatform_sources.generators import io.github.timortel.kotlin_multiplatform_grpc_plugin.generate_mulitplatform_sources.content.ProtoFile import io.github.timortel.kotlin_multiplatform_grpc_plugin.generate_mulitplatform_sources.generators.dsl.IosJ...
6
null
14
62
c2ab8b52c36cade78ba8cc5be1123ff006f715a2
960
GRPC-Kotlin-Multiplatform
Apache License 2.0
presentation/base/src/main/java/com/ihorvitruk/telegramclient/presentation/base/BaseActivity.kt
ihorvitruk
116,034,141
false
null
package com.ihorvitruk.telegramclient.presentation.base import android.support.v7.app.AppCompatActivity import java.util.* abstract class BaseActivity : AppCompatActivity() { private val viewModelStack: Stack<BaseViewModel<*>> = Stack() protected fun <VM : BaseViewModel<*>> replaceView(view: BaseView<*, VM>...
0
Java
10
26
0e80cc5706ef6921b2594d5de25f9ea8a04f406b
724
Telegram-Client
Apache License 2.0
tests/src/commonMain/kotlin/app/thelema/test/gl/UniformBufferBaseTest.kt
zeganstyl
275,550,896
false
null
package app.thelema.test.gl import app.thelema.app.APP import app.thelema.data.DATA import app.thelema.gl.* import app.thelema.math.Mat4 import app.thelema.math.Vec2 import app.thelema.test.Test class UniformBufferBaseTest: Test { override fun testMain() { val vertexBufferBytes = DATA.bytes(3 * 2 * 4).app...
3
Kotlin
5
61
8e2943b6d2de3376ce338025b58ff31c14097caf
3,758
thelema-engine
Apache License 2.0
Android/app/src/main/java/ipn/mx/androidkleene/MainActivity.kt
Roberto-coder
860,537,698
false
{"Kotlin": 13031, "Java": 11792, "HTML": 2993}
package ipn.mx.androidkleene import android.content.Intent import android.net.Uri import android.os.Bundle import androidx.activity.ComponentActivity import androidx.activity.compose.setContent import androidx.activity.enableEdgeToEdge import androidx.compose.foundation.layout.* import androidx.compose.foundation.reme...
0
Kotlin
0
0
b30156a037bb890d12177bfc12adbefb72284f61
9,001
P1_Android_cerraduraWeb
MIT License
sykepengeperioder/src/main/kotlin/no/nav/helse/sparkel/sykepengeperioder/InfotrygdService.kt
navikt
341,650,641
false
null
package no.nav.helse.sparkel.sykepengeperioder import net.logstash.logback.argument.StructuredArguments.keyValue import no.nav.helse.sparkel.sykepengeperioder.dbting.* import no.nav.helse.sparkel.sykepengeperioder.dbting.PeriodeDAO.PeriodeDTO.Companion.ekstraFerieperioder import org.slf4j.LoggerFactory import java.tim...
1
null
1
2
a963d0d5db6c4fcf81993a551efa2b38ed088b29
6,245
helse-sparkelapper
MIT License
sync/sync-impl/src/main/java/com/duckduckgo/sync/impl/ui/setup/SyncDeviceConnectedViewModel.kt
duckduckgo
78,869,127
false
null
/* * Copyright (c) 2023 DuckDuckGo * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
49
null
847
3,198
be3bcd0ff64a25d9732b72a618c27accce467a5a
2,501
Android
Apache License 2.0
src/main/kotlin/org/rust/ide/refactoring/move/common/RsMoveConflictsDetector.kt
intellij-rust
42,619,487
false
null
/* * Use of this source code is governed by the MIT license that can be * found in the LICENSE file. */ package org.rust.ide.refactoring.move.common import com.intellij.openapi.util.Key import com.intellij.openapi.util.text.StringUtil import com.intellij.psi.PsiElement import com.intellij.refactoring.util.Refactor...
1,841
null
380
4,528
c6657c02bb62075bf7b7ceb84d000f93dda34dc1
13,804
intellij-rust
MIT License
app/src/main/java/com/akinci/doggoappcompose/data/mapper/DoggoDataSourceMapper.kt
AttilaAKINCI
441,558,552
false
null
package com.akinci.doggoappcompose.data.mapper import com.akinci.doggoappcompose.data.local.entity.BreedEntity import com.akinci.doggoappcompose.data.local.entity.ContentEntity import com.akinci.doggoappcompose.data.local.entity.SubBreedEntity import com.akinci.doggoappcompose.data.remote.output.BreedListResponse impo...
0
Kotlin
0
1
d654070553b9366dc4e46c07818f6e61303342f2
1,602
DoggoApp-Compose
Apache License 2.0
http4k-core/src/main/kotlin/org/http4k/routing/routing.kt
jmfayard
151,679,616
false
null
package org.http4k.routing import org.http4k.core.Body import org.http4k.core.HttpHandler import org.http4k.core.Method import org.http4k.core.Request import org.http4k.core.UriTemplate import org.http4k.websocket.WsConsumer fun routes(vararg list: Pair<Method, HttpHandler>): RoutingHttpHandler = routes(*list.map { "...
1
null
1
1
f2ec6a89ddfae9c54690f0a756dd1834a4d2a8e6
2,752
http4k
Apache License 2.0
Project 21 - OurGithubContributions/app/src/main/java/com/example/ourgithubcontributions/ui/adapter/UserListAdapter.kt
heojungeun
242,650,326
false
null
package com.example.ourgithubcontributions.ui.adapter import android.util.Log import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.TextView import androidx.recyclerview.widget.RecyclerView import com.barryzhang.tcontributionsview.TContributionsView import com....
0
Kotlin
0
9
f325ed3a0a60dcaf45307ea0ce29509410a93fba
1,431
30DaysofAndroid
Apache License 2.0
core/src/skikoMain/kotlin/dev/tclement/fonticons/VariableIconFont.skiko.kt
tclement0922
707,598,978
false
null
/* * Copyright 2024 T. Clément (@tclement0922) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
1
null
1
7
d5ef8d9a34af16a3b1dfe55c66ae57f279cd7f58
8,388
compose-font-icons
Apache License 2.0
app/src/main/java/io/agora/education/setting/FcrMainActivity.kt
AgoraIO-Community
330,886,965
false
null
package io.agora.education.setting import android.Manifest import android.annotation.SuppressLint import android.content.Context import android.content.Intent import android.content.pm.ActivityInfo import android.content.pm.PackageManager import android.os.Bundle import android.os.Handler import android.os.IBinder imp...
5
null
19
16
650f5c9892763a61ed4e468003bf1757abd90238
45,531
CloudClass-Android
MIT License
plugins/kotlin/base/facet/tests/test/KotlinFacetBridgeTest.kt
JetBrains
2,489,216
false
null
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. import com.intellij.facet.FacetManager import com.intellij.facet.impl.ui.FacetEditorImpl import com.intellij.facet.mock.MockFacetEditorContext import com.intellij.facet.ui.FacetEditorContext import c...
251
null
5079
16,158
831d1a4524048aebf64173c1f0b26e04b61c6880
5,809
intellij-community
Apache License 2.0
formula-test/src/test/java/com/instacart/formula/test/TestFormulaTest.kt
instacart
171,923,573
false
{"Kotlin": 565903, "Shell": 1203, "Ruby": 256}
package com.instacart.formula.test import com.google.common.truth.Truth.assertThat import junit.framework.Assert.fail import org.junit.Test class TestFormulaTest { @Test fun `assert running count is zero when formula is not running`() { val formula = TestSimpleFormula() formula.implementation.asse...
7
Kotlin
14
151
26d544ea41b7a5ab2fa1a3b9ac6b668e69fe4dff
8,138
formula
BSD 3-Clause Clear License
app-aqi/src/main/java/com/android/app_aqi/SharedViewModel.kt
blelalr
245,851,898
false
{"Gradle": 8, "Java Properties": 3, "Shell": 2, "Text": 1, "Ignore List": 6, "Batchfile": 2, "Markdown": 1, "JSON": 2, "Proguard": 4, "XML": 83, "Java": 22, "Kotlin": 35}
package com.android.app_aqi import androidx.lifecycle.LiveData import androidx.lifecycle.ViewModel import com.android.app_aqi.model.AqiModel import com.android.app_aqi.model.SiteModel import com.android.app_aqi.repository.AqiRepository import com.android.app_aqi.repository.AqiRepositoryImpl class SharedViewModel(priv...
1
null
1
1
73c3365801ea90c99f1c742b71f5a09a42391edc
1,230
appcore-android
Apache License 2.0
core/domain/src/main/java/ksnd/hiraganaconverter/core/domain/repository/ReviewInfoRepository.kt
kosenda
565,470,862
false
{"Kotlin": 300958, "Ruby": 230}
package ksnd.hiraganaconverter.core.domain.repository import kotlinx.coroutines.flow.Flow import ksnd.hiraganaconverter.core.model.ReviewInfo interface ReviewInfoRepository { val reviewInfo: Flow<ReviewInfo> suspend fun countUpTotalConvertCount(): Int suspend fun updateLastRequestReviewLocalDate() sus...
9
Kotlin
1
29
d9eb05268100fb8c232e4e97cae9511f41352589
356
hiragana-converter
Apache License 2.0
plugins/maven/src/main/java/org/jetbrains/idea/maven/indices/archetype/MavenCatalog.kt
ingokegel
72,937,917
false
null
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. package org.jetbrains.idea.maven.indices.archetype import com.intellij.openapi.project.Project import com.intellij.openapi.util.NlsSafe import com.intellij.openapi.util.io.systemIndependentPath impo...
284
null
5162
2
b07eabd319ad5b591373d63c8f502761c2b2dfe8
2,291
intellij-community
Apache License 2.0
model-aws/src/main/kotlin/uy/kohesive/iac/model/aws/proxy/ReferenceExploder.kt
kohesive
81,814,921
false
null
package uy.kohesive.iac.model.aws.proxy import java.util.* import kotlin.collections.ArrayList fun explodeReference(str: String): List<ResourceNode> { val stack = Stack<ResourceNode>() fun isWithinUnresolvedReference() = stack.filter { it.isReferenceNode() }.any { it.isUnresolved() } var i = 0 ...
0
Kotlin
1
3
c52427c99384396ea60f436750932ed12aad4e6d
3,774
kohesive-iac
MIT License
sample/src/main/java/tech/dojo/pay/sdksample/CardPaymentActivity.kt
dojo-engineering
478,120,913
false
{"Kotlin": 1013793}
package tech.dojo.pay.sdksample import tech.dojo.pay.sdk.DojoSdk import tech.dojo.pay.sdk.card.entities.DojoCardPaymentPayLoad import tech.dojo.pay.sdk.card.entities.DojoGPayPayload import tech.dojo.pay.sdk.card.entities.DojoPaymentIntent import tech.dojo.pay.sdk.card.entities.DojoSDKDebugConfig class CardPaymentActi...
2
Kotlin
2
3
5f2e422ed27a1440232dcc629ce4f4b9502b70f6
1,704
android-dojo-pay-sdk
MIT License
app/src/main/java/com/uragiristereo/mikansei/MikanseiModule.kt
uragiristereo
583,834,091
false
null
package com.uragiristereo.mikansei import com.uragiristereo.mikansei.core.danbooru.DanbooruRepositoryImpl import com.uragiristereo.mikansei.core.database.databaseModule import com.uragiristereo.mikansei.core.domain.DomainModule import com.uragiristereo.mikansei.core.domain.module.danbooru.DanbooruRepository import com...
3
null
2
62
4f136b0479ee7772f3d7ba48927cef9389d5c2be
2,266
Mikansei
Apache License 2.0
ui/src/sharedTest/kotlin/com/alexvanyo/composelife/ui/info/CellUniverseInfoItemTests.kt
alexvanyo
375,146,193
false
null
/* * Copyright 2022 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
5
null
6
7
15effbb45db9602bfd0f4256dd4f98a057ebf6cd
5,032
composelife
Apache License 2.0
mobile/src/main/java/com/aptopayments/mobile/repository/cardapplication/remote/entities/NewCardApplicationRequest.kt
ShiftFinancial
130,093,227
false
{"Markdown": 2, "Gradle": 5, "Text": 1, "Ignore List": 1, "Kotlin": 492, "JSON": 41, "XML": 2, "YAML": 1}
package com.aptopayments.mobile.repository.cardapplication.remote.entities import com.google.gson.annotations.SerializedName import java.io.Serializable internal data class NewCardApplicationRequest( @SerializedName("card_product_id") val cardProductId: String ) : Serializable
0
Kotlin
0
5
f79b3c532ae2dfec8e571b315401ef03d8e507f9
290
shift-sdk-android
MIT License
app/src/main/java/com/example/lunchtray/LunchTrayScreen.kt
ELIJAHMAITHYA
699,069,208
false
{"Kotlin": 47025}
/* * Copyright (C) 2023 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
0
Kotlin
0
1
0c0babed477e77f70264748bdd7acc72f33ffc21
8,354
Adding-Navigation-Lunch-Tray-App
Apache License 2.0
netk_app/src/main/java/com/mozhimen/netk/app/verify/NetKAppVerifyManager.kt
mozhimen
737,202,327
false
null
package com.mozhimen.netk.app.verify import android.text.TextUtils import android.util.Log import com.mozhimen.basick.utilk.android.util.UtilKLogWrapper import com.mozhimen.basick.lintk.optins.OApiInit_InApplication import com.mozhimen.basick.utilk.commons.IUtilK import com.mozhimen.basick.utilk.java.io.UtilKFileDir i...
0
null
7
3
9b8da89c633ac6ebe69d4416cd4dd035f21bb1f2
4,643
ANetKit_App
Apache License 2.0
library/src/androidTest/java/OperationExpirationTests.kt
wultra
259,247,352
false
null
/* * Copyright (c) 2021, Wultra s.r.o. (www.wultra.com). * * All rights reserved. This source code can be used only for purposes specified * by the given license contract signed by the rightful deputy of Wultra s.r.o. * This source code can be used only by the owner of the license. * * Any disputes arising in re...
3
Kotlin
0
0
5daf6c2c234bcc2b74e241abd7bbd2c5b73b6320
5,249
mtoken-sdk-android
Apache License 2.0
common/src/main/java/net/sistr/flexibleguns/FlexibleGunsMod.kt
SistrScarlet
437,250,021
false
{"Kotlin": 239434, "Java": 36089}
package net.sistr.flexibleguns import me.shedaniel.architectury.registry.entity.EntityAttributes import net.sistr.flexibleguns.entity.FGBotEntity import net.sistr.flexibleguns.setup.Registration import org.apache.logging.log4j.LogManager object FlexibleGunsMod { const val MODID = "flexibleguns" val LOGGER = L...
0
Kotlin
0
2
c00fbbfbd98a253f971cb9f5c87a4cf3eef9b6a2
506
FlexibleGuns
MIT License
common/src/main/java/net/sistr/flexibleguns/FlexibleGunsMod.kt
SistrScarlet
437,250,021
false
{"Kotlin": 239434, "Java": 36089}
package net.sistr.flexibleguns import me.shedaniel.architectury.registry.entity.EntityAttributes import net.sistr.flexibleguns.entity.FGBotEntity import net.sistr.flexibleguns.setup.Registration import org.apache.logging.log4j.LogManager object FlexibleGunsMod { const val MODID = "flexibleguns" val LOGGER = L...
0
Kotlin
0
2
c00fbbfbd98a253f971cb9f5c87a4cf3eef9b6a2
506
FlexibleGuns
MIT License
rximagepicker_support/src/main/java/com/qingmei2/rximagepicker_extension/ui/AlbumPreviewActivity.kt
qingmei2
116,668,295
false
null
/* * Copyright 2017 Zhihu Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
20
null
156
1,196
08aee5c815017845a0fd818cc6bfa5df872e3fae
2,748
RxImagePicker
MIT License
src/main/kotlin/utils/OutputUtils.kt
y9tr3ble
609,940,671
false
{"Kotlin": 3295}
package utils fun displayResult(language: String, title: String, snippet: String, articleText: String) { println("URL: https://$language.wikipedia.org/wiki/$title") println("Heading: $title") println("Snippet: $snippet") println("Text of the article: $articleText") } fun removeXmlTags(str: String): St...
0
Kotlin
0
1
11dce15dcf739febb7929d8b591f9b4b2855e733
552
WikiSearch
MIT License
app/src/main/java/com/makaota/mammamskitchenmanager/utils/Constants.kt
makaota
687,067,408
false
{"Kotlin": 174867}
package com.makaota.mammamskitchenmanager.utils import android.app.Activity import android.content.Intent import android.net.Uri import android.provider.MediaStore import android.webkit.MimeTypeMap object Constants { const val USER_MANAGER_ID = "user_manager_id" const val BASE_URL = "https://fcm.googleapis.co...
0
Kotlin
0
1
9cf67dd82affc819dbbb95ec29327ed027960f06
4,949
Mamma_Ms_Kitchen_Manager
MIT License
react-table-kotlin/src/main/kotlin/tanstack/table/core/FiltersColumn.kt
turansky
393,199,102
false
null
// Automatically generated - do not modify! package tanstack.table.core import kotlinx.js.JsPair import kotlinx.js.Record external interface FiltersColumn<TData : RowData> { var getAutoFilterFn: () -> FilterFn<TData> var getFilterFn: () -> FilterFn<TData> var setFilterValue: (updater: Updater<*>) -> Unit...
0
Kotlin
5
13
0f67fb7955dc2c00a7fd18d369ea546d93fa7a92
680
react-types-kotlin
Apache License 2.0
react-table-kotlin/src/main/kotlin/tanstack/table/core/FiltersColumn.kt
turansky
393,199,102
false
null
// Automatically generated - do not modify! package tanstack.table.core import kotlinx.js.JsPair import kotlinx.js.Record external interface FiltersColumn<TData : RowData> { var getAutoFilterFn: () -> FilterFn<TData> var getFilterFn: () -> FilterFn<TData> var setFilterValue: (updater: Updater<*>) -> Unit...
0
Kotlin
5
13
0f67fb7955dc2c00a7fd18d369ea546d93fa7a92
680
react-types-kotlin
Apache License 2.0
app/src/main/java/androidx/compose/material3/pullrefresh/PullRefreshIndicatorTransform.kt
vitorpamplona
587,850,619
false
null
/* * Copyright 2022 The Android Open Source Project * Copyright 2023 Bamboo Apps * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
8
null
945
981
2de3d19a34b97c012e39b203070d9c1c0b1f0520
3,198
amethyst
MIT License
libraries/android/src/main/java/com/raxdenstudios/commons/ext/AppCompatActivityExtension.kt
raxden
32,153,256
false
null
package com.raxdenstudios.commons.android.ext import androidx.appcompat.app.AppCompatActivity import androidx.appcompat.widget.Toolbar fun AppCompatActivity.setupToolbar( toolbar: Toolbar, titleEnabled: Boolean = false ): Toolbar = toolbar.also { setSupportActionBar(toolbar) supportActionBar?.setDispl...
1
Kotlin
2
3
f7680adafb6a6ca9d72856a53a18fe3a4da6549e
416
android-commons
Apache License 2.0
graph/graph-application/src/main/kotlin/eu/tib/orkg/prototype/contenttypes/services/actions/paper/PaperResourceCreator.kt
TIBHannover
197,416,205
false
{"Kotlin": 2517987, "Cypher": 215872, "Python": 4880, "Groovy": 1936, "Shell": 1803, "HTML": 240}
package eu.tib.orkg.prototype.contenttypes.services.actions import eu.tib.orkg.prototype.contenttypes.api.CreatePaperUseCase import eu.tib.orkg.prototype.statements.api.Classes import eu.tib.orkg.prototype.statements.api.CreateResourceUseCase import eu.tib.orkg.prototype.statements.api.ResourceUseCases class PaperRes...
0
Kotlin
2
5
f96c2c41a6e2b1da63a9d93973602573b596ed0d
1,010
orkg-backend
MIT License
shared/src/commonMain/kotlin/org/mixdrinks/ui/details/goods/GoodsView.kt
MixDrinks
614,917,688
false
{"Kotlin": 196307, "Swift": 10681, "Ruby": 277, "Shell": 228}
package org.mixdrinks.ui.details.goods import androidx.compose.foundation.Image import androidx.compose.foundation.clickable import androidx.compose.foundation.layout.Box import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.Row import androidx.compose.foundation.layout.Spacer impo...
14
Kotlin
1
9
182933ab91b766def2d6dfd67f63c7e4ef008ee8
3,712
Mobile
Apache License 2.0
src/main/kotlin/io/github/config4k/readers/MapReader.kt
config4k
72,716,336
false
{"Kotlin": 68299, "Java": 319}
package io.github.config4k.readers import com.typesafe.config.ConfigUtil import io.github.config4k.ClassContainer import io.github.config4k.MapEntry import kotlin.reflect.full.isSubclassOf internal class MapReader( keyClass: ClassContainer, valueClass: ClassContainer, mutable: Boolean = false, ) : Reader<...
10
Kotlin
35
277
8ca9682d41baa27971f749ee4e5e04ed6d4493c3
1,668
config4k
Apache License 2.0
plugins/hh-geminio/src/main/kotlin/ru/hh/plugins/geminio/config/GeminioPluginConfig.kt
hhru
159,637,875
false
null
package ru.hh.plugins.geminio.config import ru.hh.plugins.extensions.EMPTY data class GeminioPluginConfig( var configFilePath: String = String.EMPTY, var templatesRootDirPath: String = String.EMPTY, var modulesTemplatesRootDirPath: String = String.EMPTY, var groupsNames: GroupsNames = GroupsNames(), ...
24
null
18
97
2d6c02fc814eff3934c17de77ef7ade91d3116f5
463
android-multimodule-plugin
MIT License
acme-web/acme-web-api/src/main/kotlin/com/acme/web/api/scheduling/module.kt
mattupstate
496,835,485
false
{"Kotlin": 268073, "HCL": 28862, "HTML": 15841, "Smarty": 9320, "Shell": 2578, "Dockerfile": 460, "PLpgSQL": 179}
@file:OptIn(KtorExperimentalLocationsAPI::class) package com.acme.web.api.scheduling import com.acme.scheduling.data.SchedulingJooqUnitOfWork import com.acme.web.api.KetoConfiguration import com.acme.web.api.scheduling.data.JooqSchedulingWebViews import com.acme.web.api.security.AccessControlService import com.acme.w...
0
Kotlin
0
6
4f514e9b32336fb73e13cb7fd2bced75b9cbfde6
1,567
acme
MIT License
core/reflection.jvm/src/kotlin/reflect/jvm/internal/KMemberPropertyImpl.kt
leomindez
32,245,430
true
{"Markdown": 33, "XML": 646, "Ant Build System": 32, "Ignore List": 8, "Kotlin": 16461, "Java": 4172, "Protocol Buffer": 3, "Text": 3438, "JavaScript": 66, "JAR Manifest": 2, "Roff": 30, "Roff Manpage": 10, "INI": 7, "HTML": 114, "Groovy": 19, "Maven POM": 48, "Gradle": 68, "Java Properties": 9, "CSS": 10, "JFlex": 3, ...
/* * Copyright 2010-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
Java
1
0
e0a394ec62f364a4a96c15b2d2adace32ce61e9e
2,346
kotlin
Apache License 2.0
ui/src/main/java/com/pyamsoft/pydroid/ui/defaults/ImageDefaults.kt
pyamsoft
48,562,480
false
null
package com.pyamsoft.pydroid.ui.defaults import androidx.compose.ui.unit.Dp import androidx.compose.ui.unit.dp /** Default values for Icons */ public object ImageDefaults { /** Default size unit */ public val LargeSize: Dp = 80.dp /** Default size unit */ public val DefaultSize: Dp = 56.dp /** Icon size ...
4
Kotlin
5
9
23a5ae80f368e94eb5d6968895a2f5ed326720cf
428
pydroid
Apache License 2.0
app/src/main/java/com/xiang/ssg/main/MainViewModel.kt
kamoguai
738,864,097
false
{"Kotlin": 48035, "Ruby": 1278}
package com.xiang.ssg.main import android.app.Application import android.content.pm.PackageManager import androidx.lifecycle.ViewModel import androidx.lifecycle.viewModelScope import com.xiang.ssg.getApplicationInfoCompat import dagger.hilt.android.lifecycle.HiltViewModel import kotlinx.coroutines.flow.MutableStateFlo...
0
Kotlin
0
0
d62af0d0aa1bd904f6a73ab971cfe1bdbef80977
2,428
sockpuppet
MIT License
core/src/main/kotlin/org/hyrical/hcf/provider/scoreboard/adapter/impl/HCFScoreboardAdapter.kt
Hyrical
597,847,737
false
null
package org.hyrical.hcf.provider.scoreboard.adapter.impl import org.bukkit.entity.Player import org.hyrical.hcf.HCFPlugin import org.hyrical.hcf.config.impl.ScoreboardFile import org.hyrical.hcf.profile.ProfileService import org.hyrical.hcf.provider.scoreboard.adapter.ScoreboardAdapter import org.hyrical.hcf.server.Se...
1
Kotlin
0
2
645b8746f3538acaa0e7b4aefdb1a5b640f48e2d
2,634
HCF
MIT License
basick/src/main/java/com/mozhimen/basick/utilk/android/content/UtilKPackageManager.kt
mozhimen
353,952,154
false
null
package com.mozhimen.kotlin.utilk.android.content import android.annotation.SuppressLint import android.content.ComponentName import android.content.Context import android.content.Intent import android.content.pm.ActivityInfo import android.content.pm.ApplicationInfo import android.content.pm.PackageInfo import androi...
1
null
8
118
e46732e4fc58f1ad66e3974a393e3af411de7b17
7,088
SwiftKit
Apache License 2.0
app/src/main/java/com/ClassicaMusic/inventory/ui/item/ItemEntryViewModel.kt
rubenesteban
604,469,365
false
null
/* * Copyright (C) 2022 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
0
Kotlin
0
0
8484c0e2733d85458f48083905fc898b9da23797
12,777
Our-World
Apache License 2.0
collector/src/main/java/com/bitmovin/analytics/features/errordetails/ErrorDetailBackend.kt
bitmovin
120,633,749
false
{"Kotlin": 1090733, "Java": 24931, "Shell": 13078}
package com.bitmovin.analytics.features.errordetails import android.content.Context import com.bitmovin.analytics.CollectorConfig import com.bitmovin.analytics.features.httprequesttracking.HttpRequest import com.bitmovin.analytics.utils.DataSerializer import com.bitmovin.analytics.utils.HttpClient import com.bitmovin....
0
Kotlin
6
8
f79d5f251b7e63db420384ad9176baecc53f1e89
2,744
bitmovin-analytics-collector-android
Amazon Digital Services License