Skip to content

Instantly share code, notes, and snippets.

@morrowsend
morrowsend / clmystery-solution.md
Created February 4, 2024 17:42 — forked from draptik/clmystery-solution.md
A solution to clmystery: A Command line murder mystery (https://github.com/veltman/clmystery)

Solving the riddle

A solution to clmystery: Command line murder mystery.

Get all clues

grep "CLUE" crimescene

CLUE: Footage from an ATM security camera is blurry but shows that the perpetrator is a tall male, at least 6'.
@morrowsend
morrowsend / how-to-find-forks-of-deleted-repo.md
Created October 31, 2022 18:25 — forked from rjeczalik/how-to-find-forks-of-deleted-repo.md
How to find forks of a deleted repository?
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Jigsaw puzzle</title>
<script type="text/javascript">
function save(filename, data)
{
var blob = new Blob([data], {type: "text/csv"});
// Simple script that exports a users "Saved For Later" list out of Feedly
// as a JSON string.
//
// This was intended for use in the Google Chrome's "Inspector" tool so your
// mileage may vary if used in other contexts.
//
// Format of JSON is as follows:
// [
// {
// title: "Title",