Cohorts | Week 0 | Week 1 | Week 2 | Week 3 |
---|---|---|---|---|
1 | 1 | 1 | 1 | 1 |
2 | 1 | 1.1 | 1 |
This file contains 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
fun findLearningParameters(videoGameData: Array<Pair<Double, Double>>): Pair<Double, Double> { | |
//... | |
return Pair(m, b) | |
} |
This file contains 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.squareup.moshi.JsonAdapter | |
import com.squareup.moshi.Moshi | |
import com.squareup.moshi.Types | |
import org.junit.Test | |
import kotlin.math.pow | |
class Tests { | |
fun updateGuess( | |
guess: Pair<Double, Double>, |
This file contains 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
endpoint: https://jira.myunikey.com | |
user: mdupree | |
custom-commands: | |
- name: remove-attachments | |
help: removes all attachments from a given issue | |
args: | |
- name: ticket | |
required: true | |
script: jira attach list {{args.ticket}} | cut -sf 2 -d \| | sed -n '1!p' | sed 's/ //g' | xargs -L 1 -I % jira attach rm % | |
- name: list-active-untracked-work |
Cohorts | Visit | Return Visit | Active Account | Active Voter |
---|---|---|---|---|
Jan | - | - | - | - |
Feb | - | - | - | - |
Mar | - | - | - | - |
Apr | - | - | - | - |
Cohorts | Week 0 | Week 1 | Week 2 | Week 3 |
---|---|---|---|---|
1 | 1 | 1 | ??? | ??? |
2 | 1 | 1.1 | 1 |
Cohorts | Week 0 | Week 1 |
---|---|---|
1 | 1 | 1 |
2 | 1 | 1.1 |
Cohorts | Week 0 | Week 1 |
---|---|---|
1 | 1 | 1 |
2 | 1 | 1.1 |
Cohorts | Week 0 | Week 1 |
---|---|---|
1 | 1 | 1 |
2 | 1 | 1.1 |
Cohorts | Week 0 | Week 1 |
---|---|---|
1 | 1 | 1 |
2 | 1 | 1.1 |