This file contains hidden or 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
/** | |
* Copyright 2004-present Facebook. All Rights Reserved. | |
* | |
* @flow strict-local | |
* @format | |
*/ | |
'use strict'; | |
import {StyleSheet, TextInput, SafeAreaView} from 'react-native'; | |
import * as React from 'react'; |
This file contains hidden or 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
/** | |
* Copyright 2004-present Facebook. All Rights Reserved. | |
* | |
* @providesModule KeyboardAvoidingScrollView | |
* @flow | |
* @format | |
*/ | |
'use strict'; |
This file contains hidden or 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
#0 10.64 OK | |
#0 10.96 Hit:1 http://deb.debian.org/debian bullseye InRelease | |
#0 10.96 Hit:2 http://security.debian.org/debian-security bullseye-security InRelease | |
#0 10.98 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease | |
#0 11.01 Hit:4 https://dl.yarnpkg.com/debian stable InRelease | |
#0 11.16 Get:5 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB | |
[2022-06-22T04:30:02.475Z] ] | |
#0 11.33 Get:6 https://download.docker.com/linux/debian bullseye/stable amd64 Packages [11.5 kB] | |
#0 11.35 Fetched 54.8 kB in 0s (126 kB/s) | |
#0 11.35 Reading package lists... |
This file contains hidden or 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
[2022-06-22T05:51:47.070Z] Remote-Containers 0.238.2 in VS Code 1.68.1 (30d9c6cd9483b2cc586687151bcbcd635f373630). | |
[2022-06-22T05:51:47.070Z] Start: Resolving Remote | |
[2022-06-22T05:51:47.079Z] Setting up container for folder or workspace: /Users/peterargany/workspace/crypto-dollar-cost-averaging | |
[2022-06-22T05:51:47.081Z] Start: Check Docker is running | |
[2022-06-22T05:51:47.081Z] Start: Run: docker version --format {{.Server.APIVersion}} | |
[2022-06-22T05:51:47.156Z] Stop (75 ms): Run: docker version --format {{.Server.APIVersion}} | |
[2022-06-22T05:51:47.157Z] Server API version: 1.41 | |
[2022-06-22T05:51:47.157Z] Stop (76 ms): Check Docker is running | |
[2022-06-22T05:51:47.157Z] Start: Run: docker volume ls -q | |
[2022-06-22T05:51:47.212Z] Stop (55 ms): Run: docker volume ls -q |
This file contains hidden or 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
[2022-06-22T23:49:51.230Z] Remote-Containers 0.238.2 in VS Code 1.68.1 (30d9c6cd9483b2cc586687151bcbcd635f373630). | |
[2022-06-22T23:49:51.230Z] Start: Resolving Remote | |
[2022-06-22T23:49:51.262Z] Setting up container for folder or workspace: /Users/peterargany/workspace/crypto-dollar-cost-averaging | |
[2022-06-22T23:49:51.270Z] Start: Check Docker is running | |
[2022-06-22T23:49:51.270Z] Start: Run: docker version --format {{.Server.APIVersion}} | |
[2022-06-22T23:49:51.357Z] Stop (87 ms): Run: docker version --format {{.Server.APIVersion}} | |
[2022-06-22T23:49:51.357Z] Server API version: 1.41 | |
[2022-06-22T23:49:51.357Z] Stop (87 ms): Check Docker is running | |
[2022-06-22T23:49:51.358Z] Start: Run: docker volume ls -q | |
[2022-06-22T23:49:51.414Z] Stop (56 ms): Run: docker volume ls -q |
This file contains hidden or 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 React, { useEffect, useRef, useState } from 'react' | |
/* | |
A simple FPS meter that displays the average FPS over the last 10 frames. | |
The FPS meter only updates when the average FPS changes by 10 or more to avoid flickering. | |
*/ | |
const FPSMeter: React.FC = () => { | |
const [fps, setFps] = useState<number>(0) | |
// Buffer to store the last 10 FPS values. | |
const fpsBufferRef = useRef<number[]>([]) |
This file contains hidden or 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
2013 | |
2014 | |
2022 | |
2023 | |
2015 | |
Week 7 johnny has a new narrow victory with a 0.42 point win over Raed | |
Week 4 johnny has a new narrow victory with a 0.37 point win over alex | |
Week 4 Kevin has a new narrow victory with a 0.28 point win over Greg | |
Week 11 Alessandro has a new narrow victory with a 0.21 point win over michael | |
2017 |
This file contains hidden or 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
2013 | |
Week 15 Alessandro has a new blowout with a 97.27999999999999 point win over Daniel | |
2014 | |
Week 16 Peter has a new blowout with a 93.8 point win over Alessandro | |
2022 | |
2023 | |
2015 | |
Week 11 david has a new blowout with a 85.66 point win over Peter | |
2017 | |
Week 4 michael has a new blowout with a 90.1 point win over david |