Path	Lines of Code
dotnet/create-a-chatbot/RemindMeBot/Program.cs	16
dotnet/create-a-chatbot/RemindMeBot/RemindMeBotHandler.cs	82
dotnet/space-translate/SpaceTranslate/Constants.cs	5
dotnet/space-translate/SpaceTranslate/Database/Organization.cs	19
dotnet/space-translate/SpaceTranslate/Database/SpaceTranslateDb.cs	23
dotnet/space-translate/SpaceTranslate/Database/User.cs	15
dotnet/space-translate/SpaceTranslate/Migrations/20220316152050_Initial.Designer.cs	83
dotnet/space-translate/SpaceTranslate/Migrations/20220316152050_Initial.cs	69
dotnet/space-translate/SpaceTranslate/Migrations/SpaceTranslateDbModelSnapshot.cs	81
dotnet/space-translate/SpaceTranslate/Program.cs	15
dotnet/space-translate/SpaceTranslate/Startup/DatabaseStartupExtensions.cs	17
dotnet/space-translate/SpaceTranslate/Startup/SpaceStartupExtensions.cs	16
dotnet/space-translate/SpaceTranslate/WebHook/ConnectionExtensions.cs	25
dotnet/space-translate/SpaceTranslate/WebHook/LogSpaceTranslateRegistrationUrlsTask.cs	62
dotnet/space-translate/SpaceTranslate/WebHook/SpaceTranslateWebHookHandler.HandleMenuAction.cs	169
dotnet/space-translate/SpaceTranslate/WebHook/SpaceTranslateWebHookHandler.HandleMessage.cs	85
dotnet/space-translate/SpaceTranslate/WebHook/SpaceTranslateWebHookHandler.Infrastructure.cs	113
dotnet/space-translate/SpaceTranslate/WebHook/SpaceTranslateWebHookHandler.cs	46
dotnet/space-translate/SpaceTranslate/WebHook/StringExtensions.cs	18
js/app-homepage/iframe/app-homepage.html	14
js/app-homepage/iframe/app.css	61
js/app-homepage/iframe/app.js	17
js/app-homepage/iframe/auth.js	11
js/app-homepage/iframe/team.js	39
js/app-homepage/iframe/theme.js	21
kotlin/add-interactive-ui-to-messages/build.gradle.kts	29
kotlin/add-interactive-ui-to-messages/src/main/kotlin/org/remindme/Application.kt	18
kotlin/add-interactive-ui-to-messages/src/main/kotlin/org/remindme/Client.kt	23
kotlin/add-interactive-ui-to-messages/src/main/kotlin/org/remindme/CommandHelp.kt	22
kotlin/add-interactive-ui-to-messages/src/main/kotlin/org/remindme/CommandRemind.kt	98
kotlin/add-interactive-ui-to-messages/src/main/kotlin/org/remindme/Commands.kt	27
kotlin/add-interactive-ui-to-messages/src/main/kotlin/org/remindme/Routes.kt	58
kotlin/add-interactive-ui-to-messages/src/main/resources/logback.xml	12
kotlin/app-homepage-react/build.gradle.kts	90
kotlin/app-homepage-react/client/public/index.html	10
kotlin/app-homepage-react/client/src/app/App.css	22
kotlin/app-homepage-react/client/src/app/App.tsx	14
kotlin/app-homepage-react/client/src/app/components/AppTab.css	12
kotlin/app-homepage-react/client/src/app/components/AppTab.tsx	14
kotlin/app-homepage-react/client/src/app/components/AppTabContents.css	7
kotlin/app-homepage-react/client/src/app/components/AppTabContents.tsx	45
kotlin/app-homepage-react/client/src/app/components/AppTabs.css	5
kotlin/app-homepage-react/client/src/app/components/AppTabs.tsx	50
kotlin/app-homepage-react/client/src/app/components/Button.css	51
kotlin/app-homepage-react/client/src/app/components/Button.tsx	25
kotlin/app-homepage-react/client/src/app/components/ChannelIcon.css	11
kotlin/app-homepage-react/client/src/app/components/ChannelIcon.tsx	14
kotlin/app-homepage-react/client/src/app/components/ChannelSelectField.css	21
kotlin/app-homepage-react/client/src/app/components/ChannelSelectField.tsx	117
kotlin/app-homepage-react/client/src/app/components/Icon.tsx	12
kotlin/app-homepage-react/client/src/app/components/Loader.tsx	8
kotlin/app-homepage-react/client/src/app/components/OnBehalfOfAppTabContents.tsx	67
kotlin/app-homepage-react/client/src/app/components/OnBehalfOfUserTabContents.tsx	50
kotlin/app-homepage-react/client/src/app/components/SendMessageSection.css	24
kotlin/app-homepage-react/client/src/app/components/SendMessageSection.tsx	36
kotlin/app-homepage-react/client/src/app/components/SpaceChannelSelection.css	17
kotlin/app-homepage-react/client/src/app/components/SpaceChannelSelection.tsx	64
kotlin/app-homepage-react/client/src/app/components/WarningBox.css	20
kotlin/app-homepage-react/client/src/app/components/WarningBox.tsx	24
kotlin/app-homepage-react/client/src/app/service/chatChannel.ts	12
kotlin/app-homepage-react/client/src/app/service/onBehalfOfTheAppApiImpl.ts	38
kotlin/app-homepage-react/client/src/app/service/onBehalfOfTheUserApiImpl.ts	51
kotlin/app-homepage-react/client/src/app/service/spaceAuth.ts	55
kotlin/app-homepage-react/client/src/app/service/theme.ts	38
kotlin/app-homepage-react/client/src/app/service/utils.ts	39
kotlin/app-homepage-react/client/src/index.css	13
kotlin/app-homepage-react/client/src/index.tsx	14
kotlin/app-homepage-react/client/src/setupProxy.js	17
kotlin/app-homepage-react/settings.gradle.kts	10
kotlin/app-homepage-react/src/main/kotlin/org/homepage/AppInstanceStorage.kt	31
kotlin/app-homepage-react/src/main/kotlin/org/homepage/Application.kt	13
kotlin/app-homepage-react/src/main/kotlin/org/homepage/HomepageAuth.kt	46
kotlin/app-homepage-react/src/main/kotlin/org/homepage/InitPayload.kt	13
kotlin/app-homepage-react/src/main/kotlin/org/homepage/Routes.kt	9
kotlin/app-homepage-react/src/main/kotlin/org/homepage/Routing.kt	80
kotlin/app-homepage-react/src/main/kotlin/org/homepage/Utils.kt	12
kotlin/app-homepage-react/src/main/kotlin/org/homepage/db/DbInit.kt	25
kotlin/app-homepage-react/src/main/kotlin/org/homepage/db/DbTables.kt	8
kotlin/app-homepage-react/src/main/kotlin/org/homepage/services/AppHasPermissionsService.kt	26
kotlin/app-homepage-react/src/main/kotlin/org/homepage/services/GetChannelsService.kt	35
kotlin/app-homepage-react/src/main/kotlin/org/homepage/services/SendMessageService.kt	14
kotlin/app-homepage-react/src/main/resources/logback.xml	12
kotlin/auth-code-flow-pkce/build.gradle.kts	29
kotlin/auth-code-flow-pkce/src/main/kotlin/com/example/Application.kt	130
kotlin/auth-code-flow-pkce/src/main/resources/logback.xml	12
kotlin/context-menu-extension/build.gradle.kts	59
kotlin/context-menu-extension/settings.gradle.kts	10
kotlin/context-menu-extension/src/main/kotlin/com/example/AppInstanceStorage.kt	35
kotlin/context-menu-extension/src/main/kotlin/com/example/Application.kt	13
kotlin/context-menu-extension/src/main/kotlin/com/example/Routes.kt	52
kotlin/context-menu-extension/src/main/kotlin/com/example/db/DbApi.kt	40
kotlin/context-menu-extension/src/main/kotlin/com/example/db/DbInit.kt	19
kotlin/context-menu-extension/src/main/kotlin/com/example/db/DbTables.kt	15
kotlin/context-menu-extension/src/main/kotlin/com/example/processing/InitPayload.kt	43
kotlin/context-menu-extension/src/main/kotlin/com/example/processing/MenuActionPayload.kt	67
kotlin/context-menu-extension/src/main/resources/logback.xml	12
kotlin/create-a-chatbot/build.gradle.kts	29
kotlin/create-a-chatbot/src/main/kotlin/org/remindme/Application.kt	18
kotlin/create-a-chatbot/src/main/kotlin/org/remindme/Client.kt	23
kotlin/create-a-chatbot/src/main/kotlin/org/remindme/CommandHelp.kt	22
kotlin/create-a-chatbot/src/main/kotlin/org/remindme/CommandRemind.kt	57
kotlin/create-a-chatbot/src/main/kotlin/org/remindme/Commands.kt	27
kotlin/create-a-chatbot/src/main/kotlin/org/remindme/Routes.kt	49
kotlin/create-a-chatbot/src/main/resources/logback.xml	12
kotlin/slack-link-previews/src/main/kotlin/com/linkpreviews/Application.kt	9
kotlin/slack-link-previews/src/main/kotlin/com/linkpreviews/CommandInit.kt	16
kotlin/slack-link-previews/src/main/kotlin/com/linkpreviews/Credentials.kt	24
kotlin/slack-link-previews/src/main/kotlin/com/linkpreviews/Routes.kt	124
kotlin/slack-link-previews/src/main/kotlin/com/linkpreviews/plugins/Routing.kt	9
kotlin/slack-link-previews/src/main/kotlin/com/linkpreviews/unfurls.kt	114
kotlin/slack-link-previews/src/main/resources/logback.xml	12
kotlin/space-events/build.gradle.kts	51
kotlin/space-events/src/main/kotlin/org/webhooks/AppInstanceStorage.kt	34
kotlin/space-events/src/main/kotlin/org/webhooks/Application.kt	13
kotlin/space-events/src/main/kotlin/org/webhooks/InitPayload.kt	47
kotlin/space-events/src/main/kotlin/org/webhooks/Messages.kt	45
kotlin/space-events/src/main/kotlin/org/webhooks/Routing.kt	43
kotlin/space-events/src/main/kotlin/org/webhooks/Utils.kt	3
kotlin/space-events/src/main/kotlin/org/webhooks/WebhookProcessing.kt	44
kotlin/space-events/src/main/kotlin/org/webhooks/db/DbInit.kt	19
kotlin/space-events/src/main/kotlin/org/webhooks/db/DbTables.kt	8
kotlin/space-events/src/main/resources/logback.xml	12
kotlin/sync-api/build.gradle.kts	47
kotlin/sync-api/settings.gradle.kts	1
kotlin/sync-api/src/main/kotlin/com/example/AppInstanceStorage.kt	37
kotlin/sync-api/src/main/kotlin/com/example/Application.kt	15
kotlin/sync-api/src/main/kotlin/com/example/InitPayload.kt	37
kotlin/sync-api/src/main/kotlin/com/example/Routes.kt	85
kotlin/sync-api/src/main/kotlin/com/example/SyncIssues.kt	63
kotlin/sync-api/src/main/kotlin/com/example/WebhookProcessing.kt	19
kotlin/sync-api/src/main/kotlin/com/example/db/DbApi.kt	32
kotlin/sync-api/src/main/kotlin/com/example/db/DbInit.kt	19
kotlin/sync-api/src/main/kotlin/com/example/db/DbTables.kt	21
kotlin/sync-api/src/main/resources/logback.xml	12
