Skip to content

Instantly share code, notes, and snippets.

@bobblanchett
bobblanchett / gist:de1b4e65bad04ca9ff0ef8c2b927bef2
Created September 28, 2016 09:34
Market Notices from AEMO today on the SA power blackout
https://www.aemo.com.au/Electricity/National-Electricity-Market-NEM/Market-notices-and-events
MN #54994 & MB #55001
==
MN #55001
55001
28 SEP 2016 18:17
Update to South Australian system black restoration.
AEMO ELECTRICITY MARKET NOTICE.
POWER SYSTEM EVENT
PATIENT: I am the very model of a patient post corneal
I've information optical, retinal and cataractical
I know the lenses contactical from rigid to gas permeable,
From hybrid to silicone and hydrogel in order diagnostical
I'm very well acquainted too with all the matters surgical,
Can quote the giants optical from Taylor through to Hollows
And anyone like Chan who in their footsteps follows.
About Corneal embuggerance
I possess knowledge zesty
Years hence a guinea pig for keratoplasty
the quick brown fox jumped over the lazy dog
@bobblanchett
bobblanchett / gist:b972d287b5aadab8efd760cf13aec23a
Last active September 24, 2019 09:51
A Letter from Twitter Jail (with apologies to Martin Luther King, Stanley Kubrick, Michael Caine, Ronnie Barker and Buster Keaton - and Dan Brown for this prose)
# A Letter from Twitter Jail
## (with apologies to Martin Luther King, Stanley Kubrick, Michael Caine, Ronnie Barker and Buster Keaton - and Dan Brown for this prose)
By @JuliusFlyhweel (aka Bob Blanchett)
### "Confirm your phone number" Wut?
I'd just arrived at the Rooftop Loft Cafe at the Strikingly Beautiful Victorian Comprehensive Cancer Centre to have a quickish drive-by coffee with my Friend, Twitter Buddy (and a real Doctor Doctor) @drng.
I fired up my trusty Chromebook and connected to the wifi. and
Then Twitter threw me for a loop.

Keybase proof

I hereby claim:

  • I am bobblanchett on github.
  • I am bobblanchett (https://keybase.io/bobblanchett) on keybase.
  • I have a public key ASBARJ0Sl2ahEPRDNLetBnykXhu02nz7Utc0a1Pb6syX8Ao

To claim this, I am signing this object:

namespace AreaRectSquareTriCircle
{
internal class Program
/*
* Area and Perimeter of Rectangle, Square, Triangle & Circle.
* Bob Blanchett SN100639184 16/2/24
* reusing the code from the previous RSP/Sha exercise, I have added shapes to the switch statement.
*/
{
static void Main(string[] args)
@bobblanchett
bobblanchett / gist:940d22de02ad3e6982050d4c35f41446
Created February 29, 2024 23:17
Shape Calculator refactored to methods Session4 slide 16
namespace ShapeCalcMethods
{
internal class Program
/*
* Area and Perimeter of Rectangle, Square, Triangle & Circle.
* Bob Blanchett SN100639184 16/2/24
* reusing the code from the previous RSP/Sha exercise, I have added shapes to the switch statement.
* refatored to methods for Session 4 slide 16
*/
{