這裡會介紹如何透過陽明交通大學 OAuth 服務獲取使用者資訊。本平台是依據 OAuth 2.0 (RFC6749) 的標準開發,目前僅開放 Authorization Code 方式來認證。
- 內容:Email, 帳號名稱
| #!/bin/zsh | |
| # | |
| # Function: Removes duplicate, colon-separated entries from a specified | |
| # environment variable. | |
| # Usage: dedup_env_var <VARIABLE_NAME> | |
| # Example: dedup_env_var PATH | |
| # | |
| dedup_env_var () { | |
| # Store the first argument (the environment variable's name) in a local variable. |
| <?xml version="1.0" encoding="utf-8"?> | |
| <resources> | |
| <string-array name="twinapps_required_apps"> | |
| <item>com.android.vending</item> | |
| <item>com.google.android.gms</item> | |
| <item>jp.naver.line.android|Line: Free Calls & Messages</item> | |
| <item>com.facebook.katana|Facebook</item> | |
| <item>com.facebook.orca|Messenger - Text and Video Chat for Free</item> | |
| <item>com.tencent.mm|WeChat</item> | |
| <item>com.whatsapp|WhatsApp Messenger</item> |
| <?xml version="1.0" encoding="utf-8"?> | |
| <resources> | |
| <string-array name="twinapps_required_apps"> | |
| <item>com.android.vending</item> | |
| <item>com.google.android.gms</item> | |
| <item>jp.naver.line.android|Line: Free Calls & Messages</item> | |
| <item>com.facebook.katana|Facebook</item> | |
| <item>com.facebook.orca|Messenger - Text and Video Chat for Free</item> | |
| <item>com.tencent.mm|WeChat</item> | |
| <item>com.whatsapp|WhatsApp Messenger</item> |
| package hardwaresort | |
| import chisel3._ | |
| import chisel3.experimental.FixedPoint | |
| import chisel3.internal.firrtl.KnownBinaryPoint | |
| import chisel3.iotesters.PeekPokeTester | |
| import chisel3.util.log2Ceil | |
| //scalastyle:off magic.number | |
| /** |
[ZenFone] Add new apps to Twin Apps
| set mainfont {{Open Sans} 10} | |
| set textfont {Consolas 9} | |
| set uifont {Tahoma 9 bold} | |
| set tabstop 8 | |
| set findmergefiles 0 | |
| set maxgraphpct 50 | |
| set maxwidth 16 | |
| set cmitmode patch | |
| set wrapcomment none | |
| set autoselect 1 |
| // ==UserScript== | |
| // @name giveaway.su 验证码输入辅助 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2 | |
| // @description 自动识别验证码+验证码输入键盘,必须安装 Liana 字体方可正常使用 | |
| // @author Stackia | |
| // @require https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js | |
| // @match https://giveaway.su/giveaway/view/* | |
| // @updateURL https://gist.githubusercontent.com/stackia/5e6fc0a3f1196042c1075109dd149825/raw/giveaway_su_captcha_helper.user.js | |
| // @downloadURL https://gist.githubusercontent.com/stackia/5e6fc0a3f1196042c1075109dd149825/raw/giveaway_su_captcha_helper.user.js |