View xholonWorkbook.xml
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Sat Jan 14 2023 12:43:38 GMT-0500 (Eastern Standard Time)--> | |
<XholonWorkbook> | |
<Notes><![CDATA[ | |
Xholon | |
------ | |
Title: mqtt01 | |
Description: initial test of MQTT with Xholon | |
Url: http://www.primordion.com/Xholon/gwt/ |
View README.txt
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
In this IoT project I combine the following components: | |
* Raspberry Pi Pico W | |
* Grove sensors | |
* Thonny, micropython code | |
* Mosquitto, MQTT | |
* Node-Red |
View xholonWorkbook.xml
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Mon May 25 2015 19:37:48 GMT-0400 (EDT)--> | |
<XholonWorkbook> | |
<Notes><![CDATA[ | |
Xholon | |
------ | |
Title: Movie Script Parser | |
Description: | |
Url: http://www.primordion.com/Xholon/gwt/ |
View xholonWorkbook.xml
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!--Xholon Workbook http://www.primordion.com/Xholon/wb/ (C) Ken Webb Thu May 03 2012 09:56:03 GMT-0400 (EDT)--> | |
<XholonWorkbook> | |
<Notes><![CDATA[ | |
Xholon | |
------ | |
Title: No-Atmosphere Climate Model | |
Description: implementation of Robinson, Walter A. (2001) Modeling Dynamic Climate Systems. section 2.1 "No-Atmosphere Climate Model" | |
Url: http://www.primordion.com/Xholon/wb/xholon |
View aemlicLogger.c
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
/** | |
* aemlicLogger.c | |
* Copyright (c) 2022 Ken Webb | |
* MIT license | |
* based on ~/pico/ksw-examples/program/flash_program.c | |
* | |
* Log activity of the aemlic v2 board. | |
* Record how many seconds the Pico runs, each time it's powered up. | |
* This will give a rough idea of what the aemlic is doing. | |
* |
View xholonWorkbook.xml
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Mon Nov 24 2014 04:49:17 GMT-0500 (EST)--> | |
<XholonWorkbook> | |
<Notes><![CDATA[ | |
Xholon | |
------ | |
Title: The Lord of the Rings (with Chap Links timeline) | |
Description: Exploring the structure of Tolkien's Lord of the Rings | |
Url: http://www.primordion.com/Xholon/gwt/ |
View xholonWorkbook.xml
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Thu May 05 2022 07:28:01 GMT-0400 (Eastern Daylight Saving Time)--> | |
<XholonWorkbook> | |
<Notes><![CDATA[ | |
Xholon | |
------ | |
Title: Pigeon Deterrence System (PDS) | |
Description: | |
Url: http://www.primordion.com/Xholon/gwt/ |
View xholonWorkbook.xml
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Tue Dec 30 2014 09:34:51 GMT-0500 (EST)--> | |
<XholonWorkbook> | |
<Notes><![CDATA[ | |
Xholon | |
------ | |
Title: Do Re Mi | |
Description: | |
Url: http://www.primordion.com/Xholon/gwt/ |
View xholonWorkbook.xml
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Fri Jan 27 2017 10:35:21 GMT-0500 (EST)--> | |
<XholonWorkbook> | |
<Notes><![CDATA[ | |
Xholon | |
------ | |
Title: Human Face Generator | |
Description: | |
Url: http://www.primordion.com/Xholon/gwt/ |
View README.txt
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
Coast Walker for use in Island Game | |
Ken Webb | |
Novemeber 13, 2021 | |
cd ~/nodespace | |
mkdir expressCWalker | |
cd expressCWalker | |
npm init | |
"main": "app.js", | |
npm install express --save |
NewerOlder