Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - admin

Pages: [1]
1
BaCon / piGPIO + PICO
« on: December 29, 2024, 01:58:30 AM »
Quote from: BaCon Forum - alexfish
Start of pi gpio & pico pgpio


2
Swift / Swift RPi
« on: November 24, 2019, 04:23:56 AM »
@hippy,

Download the latest 5.1.2 build below and follow the install instructions.

Great if you would join us here.

3
Programming Challenges / Just REM
« on: November 22, 2019, 11:17:36 PM »
This thread is focused on the startup and shutdown costs of a programming language. The challenge is to time an empty program with just a REMark as its code.

ScriptBasic

Code: Script BASIC
  1. UNDEF Remark
  2.  


pi@RPi4B:~/sbrt/examples $ /usr/bin/time scriba updown.sb
0.00user 0.00system 0:00.01elapsed 60%CPU (0avgtext+0avgdata 1692maxresident)k
0inputs+0outputs (0major+99minor)pagefaults 0swaps
pi@RPi4B:~/sbrt/examples $



Pages: [1]