2016-09-22 聚會手記

上一週 || 下一週

Table of Contents

Bhargav

LUIS: Language Understanding Intelligent Service (beta)
https://www.luis.ai/

Kite - Programming copilot
https://kite.com/

Bot Framework Channel Emulator
https://docs.botframework.com/en-us/tools/bot-framework-emulator/

Serverless
https://github.com/serverless/serverless

Bash on Windows
https://msdn.microsoft.com/en-us/commandline/wsl/about

Electron 101
https://github.com/bnookala/electron-101

Rex

SpatiaLite an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities.
https://www.gaia-gis.it/fossil/libspatialite/index

yan

Linux power off USB port

$ lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/3p, 480M
|__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=smsc95xx, 480M
|__ Port 2: Dev 4, If 0, Class=Vendor Specific Class, Driver=rtl8192cu, 480M
|__ Port 3: Dev 7, If 0, Class=Vendor Specific Class, Driver=ch341, 12M

  1. echo "1-1.3" > /sys/bus/usb/drivers/usb/unbind # power off
  2. echo "1-1.3" > /sys/bus/usb/drivers/usb/bind # power on

https://www.bhzhu203.com/2016/04/28/linux-%E4%B8%8B%E5%85%B3%E9%97%ADusb%E7%AB%AF%E5%8F%A3%EF%BC%88u%E7%9B%98%EF%BC%89%E7%94%B5%E6%BA%90/

除非特別註明,本頁內容採用以下授權方式: Creative Commons Attribution-ShareAlike 3.0 License