Pinned Repositories
aria2-trackers
create config file of aria2 , use list at `https://github.com/ngosang/trackerslist`
fileserver
这个程序用于在局域网中的几台电脑、手机之间互相下载上传文件。this is a standalone server to share and upload files.
fyne-lan-share
这个程序用于解决局域网中的几台电脑、手机之间互相传送文件问题。这是 fileserver 程序的 fyne GUI 版本。 运行后会显示访问 URL ,输入浏览器就可以下载上传。 同时也会显示一个二维码,可以用手机浏览器扫描访问。
gocui
Minimalist Go package aimed at creating Console User Interfaces.
gostructcopy
copy the exported value of a struct to a likely struct , with reflect.
mysync
One way synchronization software based on TLS, RSA and aes256 encryption verification.基于TLS、RSA、AES256加密验证的单向同步软件
pluginloader
help load plugin for go, base on standard plugin library
powerchat
linux / windows 加密聊天,分享文件,分享内容(markdown或html),TCP加密隧道
secret-diary
linux / windows desktop diary tool. crypt with AES 256. 安全日记本,一个加密信息管理软件,加密强度非常强,只能暴力破解数据,只要密码足够复杂,数据就足够安全。联系邮箱: fuhuizn@163.com
super-run
把命令行程序转变成GUI程序:使用json预先定义好命令行程序的一些参数,用图形界面方便的选择文件、目录或输入文本作为另一些参数。Turn command line program into GUI program: use JSON to define some parameters of command line program in advance, and use graphic interface to conveniently select file, directory or input text as other parameters.
rocket049's Repositories
rocket049/aria2-trackers
create config file of aria2 , use list at `https://github.com/ngosang/trackerslist`
rocket049/secret-diary
linux / windows desktop diary tool. crypt with AES 256. 安全日记本,一个加密信息管理软件,加密强度非常强,只能暴力破解数据,只要密码足够复杂,数据就足够安全。联系邮箱: fuhuizn@163.com
rocket049/powerchat
linux / windows 加密聊天,分享文件,分享内容(markdown或html),TCP加密隧道
rocket049/fileserver
这个程序用于在局域网中的几台电脑、手机之间互相下载上传文件。this is a standalone server to share and upload files.
rocket049/rpc2d
基于go标准库的双向rpc调用库。two-way rpc library base on go standard library.
rocket049/mysync
One way synchronization software based on TLS, RSA and aes256 encryption verification.基于TLS、RSA、AES256加密验证的单向同步软件
rocket049/QtLanShare
share files between computers/phones in a lan
rocket049/p2pshare
基于 libp2p 的文件共享和聊天程序
rocket049/discover-go
discover-go是go语言实现的服务发现服务。实现了服务端和客户端。使用局域网组播技术和简单的自定义的服务发现协议。
rocket049/super-run
把命令行程序转变成GUI程序:使用json预先定义好命令行程序的一些参数,用图形界面方便的选择文件、目录或输入文本作为另一些参数。Turn command line program into GUI program: use JSON to define some parameters of command line program in advance, and use graphic interface to conveniently select file, directory or input text as other parameters.
rocket049/tray-controller-qt
用于控制其他小程序,例如 pydoc3、godoc,可以通过点击系统托盘控制后台小程序的运行状态。
rocket049/baiduTTS
baidu tts 语音合成
rocket049/fyne-lan-share
这个程序用于解决局域网中的几台电脑、手机之间互相传送文件问题。这是 fileserver 程序的 fyne GUI 版本。 运行后会显示访问 URL ,输入浏览器就可以下载上传。 同时也会显示一个二维码,可以用手机浏览器扫描访问。
rocket049/apt-cyg
Apt-cyg, an apt-get like tool for Cygwin
rocket049/deps4deb
Find out the DEB packages that the Linux program depends on.
rocket049/easySecurityLink
rocket049/go-beep
rocket049/go-mpg123
Go bindings for the libmpg123 MP3 decoding library
rocket049/gomget
在“GOPATH”模式下代替`go get`命令下载package,使用goproxy.io加速下载。注意:不能自动下载依赖包。适用于下载github上的体积太大的go package.
rocket049/libfaketime
libfaketime modifies the system time for a single application
rocket049/markdownweb
static web server with markdown pages.
rocket049/md-embed
把 `Markdown` 文件中的图片编码成 `base64` 字符串,转化成`DataURL`,嵌入输出的 `markdown` 文件中。
rocket049/multireader
This struct can be used like io.MultiReader,but can Read input data from every reader fairly in real time
rocket049/mycrypto-qt
Aes256 algorithm is used to encrypt and decrypt files.用aes256算法加密、解密文件。
rocket049/play-all-mp3
Play all the MP3 in the directory, play order according to the file name, and record the progress of play, automatically continue to play the next time. 播放目录中的所有MP3,播放顺序按照文件名排序,并且记录播放进度,下次播放时自动继续播放。
rocket049/robotgo
RobotGo, Go Native cross-platform GUI automation @vcaesar
rocket049/sof-bin
Firmware and topology binaries
rocket049/TensorFlowTTS
:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
rocket049/zhtts
A demo of zh/Chinese Text to Speech system run on CPU in real time. 中文实时语音合成系统Demo
rocket049/zip
Fork of Go's archive/zip to add reading/writing of password protected zip files.