- Click a food to sort dimensions by that foods y values
- Scale to window size and resizes
- Click label to invert axis
- Drag label to reorder axes
- Rendering progress bar
- Keep selected button removes unselected data
- Exclude selected button removes selected data
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
ACRE App | |
Login page | |
doTheLogin -> Logged in page | |
Logged in page | |
doLogout -> Login page | |
Update My Info | |
ChooseWhatYouAreAdding -> Update My Info | |
Send -> Logged in page | |
Check Balance aka Payment History | |
ChooseYear -> Check Balance Populated |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
gistup |
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
# temprepo |
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
txt |
Extracted from http://groups.yahoo.com/group/pagre/message/511 via https://archive.org/details/yahoo-groups-2016-12-04T02-30-46Z-f494f3 pagre. Referenced by https://www.quora.com/What-is-issue-entrepreneurship
The other day I read John Keane's biography of Vaclav Havel (Vaclav Havel: A Political Tragedy in Six Acts, London: Bloomsbury, 1999), and I'd like to reflect on the relevance of Havel's life and ideas to the current situation in the United States.
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
if [ "$(ls -A /library/incoming)" ]; then | |
calibredb add -r "/library/incoming" --library-path="/library/calibre-web]" | |
rm /library/incoming* | |
fi |
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
pyodide on tags/0.23.4 [!?] via ⬢ v18.12.1 on 🐳 v20.10.21 via pyodide via 🐍 3.11.2 | |
➜ PYODIDE_PACKAGES="scipy" make | |
./tools/dependency-check.sh | |
# TODO(ryanking13): Link this to a side module not to the main module. | |
# For unknown reason, a side module cannot see symbols when libGL is linked to it. | |
embuilder build libgl | |
embuilder:INFO: building libGL | |
embuilder:INFO: ...success. Took (0.00s) | |
date +"[%F %T] Building pyodide.asm.js..." | |
[2023-08-11 10:00:37] Building pyodide.asm.js... |
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
# the --network portion allows it to connect to the MQTT server in a separate docker container, may not be directly applicable | |
# also check the USB-serial device matches your system's, it seems to vary. | |
docker run --rm --name 2mqtt --network=container:addon_core_mosquitto --volume /mnt/data/supervisor/homeassistant/2mqtt.yaml:/app/config.yaml --device /dev/ttyACM0 --env TZ=America/New_York docker.io/mycontroller/2mqtt:1.4 |
OlderNewer