- #5728 [bugfix] add format and standalone in hi locale
- #5737 [misc] Update dep message to reflect project status
library(digest) | |
library(httr) | |
library(jsonlite) | |
encryptionKey <- "test" | |
userLoginName <- "test" | |
uri <- "https://awqms.goldsystems.com/api/ContinuousResultsVer1?OrganizationIdentifiersCsv=BISHOP_PAIUTE_TRIBE_WQX&MonitoringLocationIdentifiersCsv=SW-1&MinDate=02-01-2021&MaxDate=02-02-2021" | |
getUTCTime <- function() { | |
time <- Sys.time() | |
as.numeric(time) | |
attr(time, "tzone") <- "UTC" |
function unspiral(i, j) { | |
/** | |
* j | |
* ^ | |
* | | |
* 12 13 14 15 16 | |
* 11 2 3 4 17 | |
* 10 1 0 5 18 --> i | |
* 9 8 7 6 19 | |
* 24 23 22 21 20 |