Skip to content

Instantly share code, notes, and snippets.

@robincafolla
robincafolla / README.md
Created July 28, 2021 08:48
Hide Olympics results

What is this?

I got fed up with eurosports spoiling the winners of olympics events in every single UI screen.

This stylesheet modifies the player to hide results.

If you're going to force people to pay to watch the olympics you can at least do it properly.

Instructions

@robincafolla
robincafolla / MapComparator.php
Last active September 19, 2018 17:23
MapComparator
<?php
/**
* @author : robin@zombiemongoose.com
* @createdAt: 2018-09-19
*/
use Ds\Map;
use SebastianBergmann\Comparator\Comparator;
use SebastianBergmann\Comparator\ComparisonFailure;
@robincafolla
robincafolla / let-scope-switch.js
Created May 2, 2018 20:00
Nice JS switches with let scoping
{
let foo = 1;
let bar = 0;
switch(foo) {
case 1: {
let bar = 1;
console.log(bar);
} break;

Keybase proof

I hereby claim:

  • I am robincafolla on github.
  • I am stolenart (https://keybase.io/stolenart) on keybase.
  • I have a public key whose fingerprint is 3C32 EF67 1CBC 2146 02E5 E1E8 6C16 2A12 1728 9B26

To claim this, I am signing this object: