Skip to content

Instantly share code, notes, and snippets.

View DaCuteRaccoon's full-sized avatar
:shipit:
Searching for food in dumpsters...

DaCuteRaccoon

:shipit:
Searching for food in dumpsters...
View GitHub Profile
@DaCuteRaccoon
DaCuteRaccoon / shorts.js
Created October 25, 2022 21:32
A tool to quickly go from a shorts YouTube video to the original one
var url = window.location.toString();
window.location = url.replace(/shorts\//, 'watch?v=%27);
@DaCuteRaccoon
DaCuteRaccoon / gist:31a85e828db8236bb55752f87a488364
Created June 8, 2022 18:06 — forked from whateverppl/gist:51d8adeede6a38e440e5
Reactor idle save (nothing but 1.5 tril)
NoRgLAnA7ADGkUYgTAVlQGhhg3gX1wCIBbASwDtTCAuYbAFwCcBXAUwybdwOGHOYA2ArCP5CAuhj6Dh2bGIGTpQkfJlKFqjAo0ytOqZrnb1hvcYPLZo01f22jNiWZUWH5p4pfW1zu279HXy9/T11XMO97QI9g8J8TGIi4qICQoMT02Mz46KzknNTI0JSSwrLLDMrs6oLahPq83LTm4qr3Oo6Grqai0vak7sHeip6WvvKB/KHpkanW/pqxtqXh8dG1lc7Nxe3Z9fmJxoPV/a2ZhcnTy+Pzueuj5d2Lx52rvZun95eNs+f7j6vP7fAE/Q6/T5vW7/E6AiFAyHA6Eg2Fgh7wjHgrHo7Fw3FovE4omEkkEsmgimoyl3Km0mn0mEMlFM5Gsr5sqHsrmcnlI7l83mIoUIkWY4nkumMqXM6UcgXy4Vi0nU2X8xX4lUyrVy9XizU60UayXatWGvXGg1KiUs01W/W2o02wVm5UWh3mp0Kl3W1XOu1uv2O31e/2e3WusPe+2Bj3B8M+k0xiNxqMBkNBxPp2OZ+PRrPJnOpyOhlMlwtly0ZyvZ6sF2sJ+t53Np5vFqvuusdhtdptF0vtpPdwe9is9lviSQkVgAE1IzGINDoHBY7AAZgBDAQAZ3Y+Cko+HLb75YH+aHZ5Hp9b/ZrY7bt8P987j5vz4vR4P76f5+vJ4fX9fH9j0bD8r2Au9AMvf9fxA78oLfGCIL/BDwJfZCgM/RC0NgyDQOg1CAPQ+CMLAzCCKwwicKIvCULIujSIY/D6KYxjaNYkiWM4tiuI47i+N4gTiKEmjBJE4S4LEySJOk3CZOouSqMUpClOw5S1NUjTKPUrTNIovTyIM5j+PE2TTPksyVJ0qz9KM0SFO0mz2JM8yXMsxyeOctzDKcqSLIc7yPN81z/NszyQp8+zBQnDBCAAI1IABzRcGBXDAN23XceFCoKvOyyLrIC4ycvCwL8vcoqysKuy/N0qqwtqvKaoKxrgoaiKmvK6rWua9rus6+qetKjq6uKtqhr
@DaCuteRaccoon
DaCuteRaccoon / dirty words list from google.txt
Created June 7, 2022 04:42 — forked from jm3/dirty words list from google.txt
Dirty word list (via GOOG + jamiew)
4r5e
5h1t
5hit
a55
anal
anus
ar5e
arrse
arse
ass
function loadSkyline(user = 'DaCuteRaccoon') {
const date = new Date().getFullYear()
return `https://skyline.github.com/${date}/${user}`
}
@DaCuteRaccoon
DaCuteRaccoon / null.geojson
Last active June 1, 2022 20:55
Null Island in GeoJSON
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 3, April 2022
Copyright (C) 2022 DaCuteRaccoon <dacuteraccoon.github.io>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@DaCuteRaccoon
DaCuteRaccoon / 1-fizz_buzz.rb
Created April 7, 2022 04:05 — forked from JoshCheek/1-fizz_buzz.rb
Ruby Code Golf solutions
puts Solution.new('1. Fizz Buzz', <<SOLUTION)
def fizzbuzz(n)(n%15==0?'FizzBuzz':n%3==0?'Fizz':n%5==0?'Buzz':n).to_s end
SOLUTION
.test { fizzbuzz 3 }.expect { |result| result == "Fizz" }
.test { fizzbuzz 10 }.expect { |result| result == "Buzz" }
.test { fizzbuzz 45 }.expect { |result| result == "FizzBuzz" }
.test { fizzbuzz 31 }.expect { |result| result == "31" }

What is Leisure?

Simply put, Leisure is a document-oriented, exploratory computing environment for what we call Illuminated Programming. Leisure documents are:

  • editable
  • collaborative
  • interactive
  • web-based (zero install)

Illuminated Programming is our term for application, source code, and data, all rolled up into one interactive, collboratively editable