e.g. para el verbo
Llamarlos PP son [me,te] en ["Yomellamo", "Tutellamas"].
No todos los verbos lo tienen: e.g.
Cantar: "Yo canto", "Tú cantas".
|Pronoms Personnels|Pronombre Reflexivo|Terminación|
| package com.example | |
| import android.content.Context | |
| import android.util.Log | |
| import androidx.startup.Initializer | |
| /* | |
| * Add in Manifest: | |
| * ```xml | |
| * <application...> |
| package com.example | |
| import android.util.Log | |
| import io.mockk.confirmVerified | |
| import io.mockk.every | |
| import io.mockk.mockk | |
| import io.mockk.mockkStatic | |
| import io.mockk.unmockkAll | |
| import io.mockk.verify | |
| import org.junit.After |
e.g. para el verbo
Llamarlos PP son [me,te] en ["Yomellamo", "Tutellamas"].
No todos los verbos lo tienen: e.g.
Cantar: "Yo canto", "Tú cantas".
|Pronoms Personnels|Pronombre Reflexivo|Terminación|
| /// | |
| /// Example about how to create a Flutter Cubit. | |
| /// | |
| /// VSCode Region comment extension: https://marketplace.visualstudio.com/items?itemName=maptz.regionfolder | |
| /// | |
| /// pubspec.yaml: | |
| /// ... | |
| /// dependencies: | |
| /// ... | |
| /// # cubit, bloc |
| // usage: $ gradle -b coffee.gradle -q blackCoffee | |
| // Create a sample task graph for creating a coffee. | |
| // usage of dependsOn and finalizedBy | |
| // https://learn.udacity.com/courses/ud867/lessons/248c0ed2-87d0-40aa-9389-4eecef99a674/concepts/50003b1d-cbd5-4776-94a3-b0a946d14555/instructions | |
| // blackCofee: create a coffee | |
| // sweetCoffee: add sweet to created cofee | |
| // run $gradle tasks and verify output. Gradle < 3.3 shows an "Other tasks" section for tasks in the graph. | |
| // Gradle >= 3.3 requires the tasks to be part of a group |
| import kotlin.system.measureTimeMillis | |
| import kotlinx.coroutines.async | |
| import kotlinx.coroutines.delay | |
| import kotlinx.coroutines.Dispatchers | |
| import kotlinx.coroutines.GlobalScope | |
| import kotlinx.coroutines.runBlocking | |
| import kotlinx.coroutines.withContext | |
| import java.math.BigInteger |
| #!/bin/sh | |
| ######################### | |
| # Usage: | |
| # Android Studio force clean script. | |
| # Run from project root. | |
| # Follow instructions printed by script. | |
| # | |
| # Requirements: | |
| # JAVA_HOME variable set. |
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] |