m3ng9i's recent timeline updates
m3ng9i's repos on GitHub
Go · 876 watchers
ran
a simple static web server written in Go
Go · 131 watchers
qreader
a browser-server based feed reader
Go · 39 watchers
go-utils
Some utilities written in golang
Go · 22 watchers
IP-resolver
A command-line tool for getting a domain's IPs from multiple name servers.
Go · 20 watchers
feedreader
Feedreader is a Go package for parsing RSS 2.0 and Atom 1.0 feed.
Go · 9 watchers
godi
go package dependency information
Python · 5 watchers
Pyxygen
Pyxygen 是我用 python3 写的一些命令行程序的合集。
Go · 1 watchers
bbolt
An embedded key/value database for Go.
Go · 1 watchers
go-pop3
RFC1939 client implementation for go
Go · 1 watchers
parsemail
Simple email parsing for Golang
Go · 0 watchers
ftp
FTP client package for Go
HTML · 0 watchers
m3ng9i.github.io
my blog
Go · 0 watchers
sego
Go中文分词
m3ng9i

m3ng9i

V2EX member #113845, joined on 2015-04-28 10:08:54 +08:00
m3ng9i's recent replies
import unicodedata

unicodedata.east_asian_width('我') # W (宽)
unicodedata.east_asian_width('i') # Na (窄)
还见过有的账号 fork 了几万个项目
Oct 6, 2015
Replied to a topic by m3ng9i 分享创造 Ran: 用 Go 写的静态 web 服务器
@fuxiaohei 我快写完 Ran 时才发现还有一个 caddy ,不过以后我可能会加一些 caddy 里没有的功能
Oct 4, 2015
Replied to a topic by m3ng9i 分享创造 Ran: 用 Go 写的静态 web 服务器
@zrmlx

你试试 https://caddyserver.com/

页面里有提到:
Reverse Proxy
Forward requests to other endpoints with reverse proxy and load balancing.
Oct 3, 2015
Replied to a topic by m3ng9i 分享创造 Ran: 用 Go 写的静态 web 服务器
@noli gevent 这个我不懂。不过有人说输入 ran 这几个字母比 python3 -m http.server 快,哈哈
Oct 2, 2015
Replied to a topic by m3ng9i 分享创造 Ran: 用 Go 写的静态 web 服务器
@XhstormR @strwei 多谢

@hiroya 多谢,那我以后优先做 TLS
我自己写了一个 ( https://github.com/m3ng9i/qreader) ,数据都存在本地,不怕那些云服务哪天说关就关了,而且想要什么功能可以自己加。
将当前目录下所有的 csv 文件转换为 utf-8 格式,新文件添加 utf8_前缀:

```
ls *.csv | xargs -I {} sh -c "iconv -f gbk -t utf-8 {} > utf8_{}"
```
我也收到这个邮件了,内容和你的完全一样,7月2号发的
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2827 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms · UTC 12:04 · PVG 20:04 · LAX 05:04 · JFK 08:04
♥ Do have faith in what you're doing.