High power rgb stuph - p.01

October 11, 2022

HTML template, and JavaScript &c. are courtesy of upstream sources:

Brad Nelson  |   Brad Nelson's SVFIG talks repository  |   reveal.js by Hakim El Hattab  |   impress.js by Bartek Szopka, Henrik Ingo  |   Valid HTML  
 
 

Wed 12 Oct 00:37:11 UTC 2022   Rev 000cak-  highlight-b-kk
Wed 12 Oct 00:30:14 UTC 2022   Rev 000caj-  highlight-b-jj
          

Second H2 Plate or just heading - wa1tnr - p.02

  • Bullet point one (LI tag in HTML)
  • Another bullet point
  • Notice the 'story line' in blue at the bottom (for progress).
  • github takes forever to update a github.io 'pages' entity (such as this presentation).

SecondSecond plate - p.03

            
(def lazy-fib
  (concat
   [0 1]
   ((fn rfib [a b]
        (lazy-cons (+ a b) (rfib b (+ a b)))) 0 1)))
            
          

ThirdSecond plate - p.04

            
/*
 * RUN-TIME FUNCTIONS FOR DEFINED WORDS
 */

void Fdocon (void * pfa) {
    *--psp = *(unsigned int *)pfa;
}

void Fdovar (void * pfa) {
    *--psp = *(unsigned int *)pfa;  /* pf holds variable address */
}

void Fdorom (void * pfa) {
    *--psp = (unsigned int)pfa;
}
            
          

placeholder late late

hello

                  
    void setup() {
        Serial.begin(9600);
        pinMode(LED_BUILTIN, OUTPUT);
    }

    void loop() {
        bool state = digitalRead(LED_BUILTIN);
        state = !state;
        digitalWrite(LED_BUILTIN, state);
        delay(300);
    }
                
              

Hey it's another H2 heading possibly a plate wa1tnr - p.07

  • Got some cool bullet points to show you
  • But not just yettt. Tuesday 11 October 2022, 21:46:02

And now there is an H1 header - wa1tnr - p.08

Here is the use of a PRE tag for you - wa1tnr - p.09

   0 000    0      10 000 s  8    1100 000 d 16
   0 001 r  1      10 001 m  9    1100 001 v 17
          

tiny header

itsadrawing
small heading

That's pretty much it. ;) -wa1tnr, October, 2022

 

 


Valid HTML

Rev 000caj-  highlight-b-jj
Wed 12 Oct 00:30:14 UTC 2022