Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.
Avoid being a link dump. Try to provide only valuable well tuned information.
Neural network links before starting with transformers.
| import android.graphics.Typeface | |
| import androidx.compose.foundation.Canvas | |
| import androidx.compose.foundation.background | |
| import androidx.compose.foundation.layout.BoxWithConstraints | |
| import androidx.compose.foundation.layout.Column | |
| import androidx.compose.foundation.layout.Row | |
| import androidx.compose.foundation.layout.RowScope | |
| import androidx.compose.foundation.layout.fillMaxHeight | |
| import androidx.compose.foundation.layout.fillMaxWidth | |
| import androidx.compose.runtime.Composable |
| name: Update file on PR merge | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| - develop | |
| types: closed | |
| jobs: | |
| update_date: |
| import org.jetbrains.exposed.sql.Column | |
| import org.jetbrains.exposed.sql.ColumnType | |
| import org.jetbrains.exposed.sql.CustomStringFunction | |
| import org.jetbrains.exposed.sql.EqOp | |
| import org.jetbrains.exposed.sql.Expression | |
| import org.jetbrains.exposed.sql.ExpressionWithColumnType | |
| import org.jetbrains.exposed.sql.Table | |
| import org.jetbrains.exposed.sql.statements.api.PreparedStatementApi | |
| import org.jetbrains.exposed.sql.statements.jdbc.JdbcPreparedStatementImpl | |
| import org.jetbrains.exposed.sql.stringLiteral |
| /* | |
| * Copyright 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 applicable law or agreed to in writing, software |