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
library(dplyr) | |
library(ggplot2) | |
library(jsonlite) | |
library(lubridate) | |
library(stringr) | |
# load data --------------------------------------------------------------- | |
data <- fromJSON("ercas_lb-2021-07-21.json") %>% | |
flatten() %>% |
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
# µPing (MicroPing) for MicroPython | |
# copyright (c) 2018 Shawwwn <[email protected]> | |
# License: MIT | |
# Internet Checksum Algorithm | |
# Author: Olav Morken | |
# https://github.com/olavmrk/python-ping/blob/master/ping.py | |
# @data: bytes | |
def checksum(data): | |
if len(data) & 0x1: # Odd number of bytes |
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
Quickbooks OL-222 error help | |
Quickbooks QBO files are based on the OFX spec. | |
Instead of reading the spec, here are the actual real | |
world rules since Intuit doesn't appear to care about documentation or helping. | |
This is particularly useful if you want to avoid the "OL-222" error when | |
trying to import your own QBO files. | |
<STMTTRN> |