Skip to content

Instantly share code, notes, and snippets.

@whtiehack
whtiehack / Dockerfile
Created April 7, 2023 11:29 — forked from jensmeder/Dockerfile
Hello World Example For .NET 4.5.2 Running With Wine in Ubuntu Docker Container
FROM ubuntu:18.04
# Install wget
RUN apt-get update
RUN apt-get install -y wget
# Add 32-bit architecture
RUN dpkg --add-architecture i386
RUN apt-get update
@whtiehack
whtiehack / changeUc2Mp3.go
Created December 14, 2018 08:29
转换网易云音乐缓存文件uc,转换成mp3
package main
import (
"bufio"
"fmt"
"io"
"io/ioutil"
"os"
"strings"
"time"
@whtiehack
whtiehack / aria2
Last active July 23, 2018 05:29
download tools
https://github.com/persepolisdm/persepolis
https://github.com/aria2/aria2
AriaNg, a modern web frontend making aria2 easier to use. http://ariang.mayswind.net
https://github.com/mayswind/AriaNg
Assistant for Baidu to export download links to aria2/aria2-rpc