- 授权协议: Apache
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/cls1991/ng
- 软件文档: https://github.com/cls1991/ng
- 官方下载: https://github.com/cls1991/ng
软件介绍
方便获取wifi密码, 以及本机IP和公网IP, 支持macos, Linux, Windows.
得到IP地址:
$ ng ip ` local_ip:192.168.1.114 public_ip:49.4.160.250 `
得到WiFi密码:
$ ng wp $ ng wp flyfish_5g ` flyfish_5g:hitflyfish123456 `
安装
You can install "ng" via pip from PyPI:
$ pip install ng
使用
$ ng --help Usage: ng [OPTIONS] COMMAND [ARGS]... Get password of the wifi you're connected, and your current ip address. Options: --help Show this message and exit. Commands: ip Show ip address. wp Show wifi password.
深入浅出WebAssembly
于航 / 电子工业出版社 / 2018-11 / 128.00元
WebAssembly是一种新的二进制格式,它可以方便地将C/C++等静态语言的代码快速地“运行”在浏览器中,这一特性为前端密集计算场景提供了无限可能。不仅如此,通过WebAssembly技术,我们还可以将基于Unity等游戏引擎开发的大型游戏快速地移植到Web端。WebAssembly技术现在已经被计划设计成W3C的标准,众多浏览器厂商已经提供了对其MVP版本标准的支持。在Google I/O ......一起来看看 《深入浅出WebAssembly》 这本书的介绍吧!
