Skip to content

Instantly share code, notes, and snippets.

View cxjava's full-sized avatar
🎯
Focusing

Char cxjava

🎯
Focusing
View GitHub Profile
@wildrun0
wildrun0 / compile-ffmpeg.sh
Last active March 25, 2024 09:21
Compiling ffmpeg for Raspberry Pi 4 (script only works fine on RPi OS 32bit). x64 does not support mmal (see https://github.com/raspberrypi/userland/issues/688)
#!/bin/bash
# Note that there's no libdrm because this lib cause errors
sudo apt update -y && sudo apt upgrade -y
sudo apt-get -y install \
autoconf \
automake \
build-essential \
@edokeh
edokeh / index.js
Last active April 12, 2024 05:45
佛祖保佑,永无 BUG
//
// _oo0oo_
// o8888888o
// 88" . "88
// (| -_- |)
// 0\ = /0
// ___/`---'\___
// .' \\| |// '.
// / \\||| : |||// \
// / _||||| -:- |||||- \
@conanca
conanca / gist:7348222
Last active May 15, 2019 07:37
爬bootstrap主题的脚本,仅供学习交流golang之用
package main
import (
"fmt"
"github.com/PuerkitoBio/goquery"
"io"
"io/ioutil"
"net/http"
"os"
"regexp"