Skip to content

Instantly share code, notes, and snippets.

View xholonWorkbook.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Mon Jun 05 2023 15:32:46 GMT-0400 (Eastern Daylight Saving Time)-->
<XholonWorkbook>
<Notes><![CDATA[
Xholon
------
Title: Broccoli
Description:
Url: http://www.primordion.com/Xholon/gwt/
@kenwebb
kenwebb / xholonWorkbook.xml
Last active May 29, 2023 20:13
ChatGPT - Binary Tree 1
View xholonWorkbook.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Mon May 29 2023 16:13:33 GMT-0400 (Eastern Daylight Saving Time)-->
<XholonWorkbook>
<Notes><![CDATA[
Xholon
------
Title: ChatGPT - Binary Tree 1
Description:
Url: http://www.primordion.com/Xholon/gwt/
@kenwebb
kenwebb / xholonWorkbook.xml
Last active May 6, 2023 13:04
Pumped Hydro
View xholonWorkbook.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Sat May 06 2023 09:03:54 GMT-0400 (Eastern Daylight Saving Time)-->
<XholonWorkbook>
<Notes><![CDATA[
Xholon
------
Title: Pumped Hydro
Description:
Url: http://www.primordion.com/Xholon/gwt/
@kenwebb
kenwebb / xholonWorkbook.xml
Last active April 15, 2023 15:48
ChatGPT Bio Cell
View xholonWorkbook.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Sat Apr 15 2023 11:48:01 GMT-0400 (Eastern Daylight Saving Time)-->
<XholonWorkbook>
<Notes><![CDATA[
Xholon
------
Title: ChatGPT Bio Cell
Description:
Url: http://www.primordion.com/Xholon/gwt/
@kenwebb
kenwebb / xholonWorkbook.xml
Last active April 10, 2023 10:57
ComputationalGraph
View xholonWorkbook.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Mon Apr 10 2023 06:56:35 GMT-0400 (Eastern Daylight Saving Time)-->
<XholonWorkbook>
<Notes><![CDATA[
Xholon
------
Title: ComputationalGraph
Description:
Url: http://www.primordion.com/Xholon/gwt/
@kenwebb
kenwebb / xholonWorkbook.xml
Last active March 22, 2023 12:47
TinyML course edX
View xholonWorkbook.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Wed Mar 22 2023 08:47:20 GMT-0400 (Eastern Daylight Saving Time)-->
<XholonWorkbook>
<Notes><![CDATA[
Xholon
------
Title: TinyML course edX
Description:
Url: http://www.primordion.com/Xholon/gwt/
@kenwebb
kenwebb / xholonWorkbook.xml
Last active March 13, 2023 21:02
Array representation of a complete binary tree
View xholonWorkbook.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Mon Mar 13 2023 17:02:16 GMT-0400 (Eastern Daylight Saving Time)-->
<XholonWorkbook>
<Notes><![CDATA[
Xholon
------
Title: Array representation of a complete binary tree
Description:
Url: http://www.primordion.com/Xholon/gwt/
@kenwebb
kenwebb / xholonWorkbook.xml
Last active January 14, 2023 17:45
mqtt01
View xholonWorkbook.xml
<?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/
@kenwebb
kenwebb / README.txt
Last active December 29, 2022 16:57
IoT Project 1
View README.txt
In this IoT project I combine the following components:
* Raspberry Pi Pico W
* Grove sensors
* Thonny, micropython code
* Mosquitto, MQTT
* Node-Red
@kenwebb
kenwebb / aemlicLogger.c
Created September 23, 2022 11:20
Log activity of the aemlic v2 board
View aemlicLogger.c
/**
* 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.
*