Skip to content

Instantly share code, notes, and snippets.

View kfstorm's full-sized avatar
🤷‍♂️
It works on my computer.

Kai Yang kfstorm

🤷‍♂️
It works on my computer.
View GitHub Profile
FROM ghcr.io/linuxserver/calibre-web
RUN apt-get update && \
apt-get install --no-install-recommends -y \
binutils \
blt \
build-essential \
calibre-bin \
curl \
@frk1
frk1 / ipv4.txt
Last active June 14, 2024 02:02
Get Netflix IP ranges
# 2017-10-01T14:14:44+00:00
108.175.32.0/20
108.175.34.0/24
108.175.35.0/24
192.173.64.0/18
198.38.100.0/24
198.38.101.0/24
198.38.108.0/24
198.38.109.0/24
@formix
formix / xd2md.cs
Last active January 17, 2024 21:13
Generates Markdown From VisualStudio XML documentation files
using System;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
using System.Xml;
using System.Xml.Linq;
namespace Formix.Utils
{
class Program
@theconektd
theconektd / github.css
Created April 30, 2012 02:11
Github Markdown CSS - for Markdown Editor Preview
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {