I hereby claim:
- I am xuanwo on github.
- I am xuanwo (https://keybase.io/xuanwo) on keybase.
- I have a public key ASBXke9iVcylLBoOITVkFK3HTbzlGddlQBynNytA4wQEsAo
To claim this, I am signing this object:
| :) diff `which phpstorm` `which goland` | |
| 4c4 | |
| < # PhpStorm startup script. | |
| --- | |
| > # GoLand startup script. | |
| 10c10 | |
| < TITLE="Cannot start PhpStorm" | |
| --- | |
| > TITLE="Cannot start GoLand" | |
| 60c60 |
I hereby claim:
To claim this, I am signing this object:
| --- pkgbuild 2018-04-27 14:59:37.114327496 +0800 | |
| +++ pkgbuild.new 2018-04-27 15:00:25.491564539 +0800 | |
| @@ -5,7 +5,7 @@ | |
| pkgrel=1 | |
| _modname="${pkgname#nginx-mainline-mod-}" | |
| -_nginxver=1.13.10 | |
| +_nginxver=1.13.12 | |
| pkgdesc='Lua script engine module for mainline nginx' |
| {"sig":"1025f87a146e872e7c61079a167981e47e71d42a91f23b56eede873e5b3adb012dffcf406dbd05f11be402937371b90743a61643554647c942256e50396635a61","msghash":"8afa02c79989cb22c82fc4d29ed5d42f5bf40422b166593fe388f79e8a85fa44"} |
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <h3>Upload</h3> | |
| <form id="upload" action="https://<bucket>.<zone>.qingstor.com" method="POST" | |
| enctype="multipart/form-data"> | |
| <span>Click or Drag a File Here to Upload</span> | |
| <input type=hidden name="key" value="<key>" /> | |
| <input type=file name="file" /> |
| <head> | |
| <title>Upload</title> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <header class="navbar navbar-default" role="navigation"> | |
| <div class="navbar-header"> | |
| <a class="navbar-brand" href="/">Upload</a> | |
| </div> | |
| </header> |
| <head> | |
| <title>Upload</title> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <header class="navbar navbar-default" role="navigation"> | |
| <div class="navbar-header"> | |
| <a class="navbar-brand" href="/">Upload</a> | |
| </div> | |
| </header> |
| import { QingStor, Config } from 'qingstor-sdk'; | |
| import './main.html'; | |
| let config = new Config(); | |
| let qingstor = new QingStor(config); | |
| let bucket = qingstor.Bucket("test", "pek3a"); | |
| console.log(qingstor); | |
| console.log(bucket); |
| { | |
| "cmd": ["g++", "${file}", "-std=c++11", "-o", "${file_path}/${file_base_name}"], | |
| "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", | |
| "working_dir": "${file_path}", | |
| "selector": "source.c, source.c++", | |
| "variants": | |
| [ | |
| { | |
| "name": "Run", | |
| "cmd":["gnome-terminal", "-x", "bash", "-c", "g++ '${file}' -o '${file_path}/${file_base_name}' && '${file_path}/${file_base_name}' ;read -n1 -p 'press any key to continue.'"] |