Skip to content

Instantly share code, notes, and snippets.

@Eyas
Eyas / toc.tsx
Last active July 5, 2023 17:53
Table of Contents in React
import classNames from "classnames";
import React, { useEffect, useRef, useState } from "react";
import { UnfoldMore, UnfoldLess, Dismiss, Restore } from "./toc-buttons.js";
enum State {
Normal,
Expanded,
Collapsed,
}
@58bits
58bits / hack.sh
Created March 31, 2012 15:12 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#