Showing posts with label GambasONE. Show all posts
Showing posts with label GambasONE. Show all posts

Tuesday, 28 December 2021

Firefox Developer Tools: a simple example

I don't use Developer Tools very often, so its a bit of a struggle remembering how to use them when I do.

 

Therefore this is a handy reminder to me (as much as anything) on how to make & test some simple edits.

I'm going to use the Gambas One forum as my test site for this example.

Friday, 12 March 2021

Playing with colour recognition #2: resistor value reader

This post is about a practical example of colour recognition.

 

It describes an experiment to determine resistor values from their coloured bands.

Its an interesting, but difficult task.

Friday, 12 February 2021

Playing with colour recognition #1

A Python tutorial on Colour Recognition recently grabbed my attention.

 

It looked like an interesting playground to step into, so...

...like any good Gambaser, I decided to write some code.

Sunday, 22 December 2019

a WifiScanner written in Gambas Script

I've been looking for a suitable application to write using Gambas Script, as a means of demonstrating its possibilities.


10 years ago I created a Gambas GUI app called WifiScanner which fits the bill.


So I've just stripped it down and created a script version.