Skip to content

Instantly share code, notes, and snippets.

@run100
run100 / README.md
Created February 3, 2026 07:27 — forked from emschwartz/README.md
The Most Popular Blogs of Hacker News in 2025

This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.

Plug: if you want to find content related to your interests from thousands of obscure blogs and noisy sources like HN Newest, check out Scour. It's a free, personalized content feed I work on where you define your interests in your own words and it ranks content based on how closely related it is to those topics.

wanjia: &phprunner
restart: always
image: registry-vpc.cn-hangzhou.aliyuncs.com/wanjia2/phprunner:5.6
expose:
- 80
labels:
aliyun.scale: "4"
aliyun.probe.url: http://container/check-live.php
aliyun.probe.initial_delay_seconds: "0"
aliyun.probe.timeout_seconds: "600"
@run100
run100 / ffmpeg.sh
Created November 23, 2018 00:32
CentOS FFMpeg Installation from Source
#!/bin/sh
rpm -Uhv http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
yum -y update
yum -y install autoconf automake gcc gcc-c++ git libtool make nasm pkgconfig zlib-devel freetype-devel speex-devel
#YASM
mkdir ~/ffmpeg_sources
cd ~/ffmpeg_sources
curl -O http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz
@run100
run100 / README.md
Last active August 29, 2015 14:23 — forked from denji/readme-php7.md

Quick install PHP 7.0 (phpng):

1. Install depends PHP 7.0 (phpng)
$ brew install autoconf automake bison27 gd freetype t1lib mariadb gettext zlib mcrypt
Add support for Bison 3.x

curl -L https://github.com/php/php-src/pull/685.diff | patch -p1