Skip to content

Instantly share code, notes, and snippets.

View csferrie's full-sized avatar

Chris Ferrie csferrie

View GitHub Profile
class ColorExample {
getInfo() {
return {
id: 'colorexample',
name: 'Color Example',
// highlight-start
// intentionally bad colors so that the effect is more clear
color1: '#ff0000', // pure red
color2: '#00ff00', // pure green
color3: '#0000ff', // pure blue
(function (Scratch) {
'use strict';
class QuokkaExtension {
constructor(runtime) {
this.runtime = runtime;
this.latest = null; // will hold the last result JSON
}
getInfo() {
@csferrie
csferrie / piegate.ipynb
Last active November 17, 2024 00:11
#PieGate
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@csferrie
csferrie / friendship_paradox.ipynb
Created March 28, 2024 05:01
Friendship_Paradox.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@csferrie
csferrie / entanglement-for-the-win.ipynb
Created February 22, 2023 01:32
Entanglement For The Win
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@csferrie
csferrie / quantum-tic-tac-toe.ipynb
Created September 1, 2021 02:52
Quantum tic-tac-toe
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@csferrie
csferrie / superdense-coding-and-teleportation-in-cirq.ipynb
Created September 13, 2020 11:58
Superdense coding and teleportation in Cirq
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@csferrie
csferrie / superdense-coding-and-teleportation-in-projectq.ipynb
Created September 13, 2020 11:57
Superdense coding and teleportation in projectQ
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@csferrie
csferrie / superdense-coding-and-teleportation-in-qiskit.ipynb
Created September 13, 2020 11:56
Superdense coding and teleportation in Qiskit
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@csferrie
csferrie / hello-entanglement-lab-4.ipynb
Created August 25, 2020 07:24
Hello Entanglement (Lab 4)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.