<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
// ==UserScript== | |
// @name CHT e-Learning Assistant | |
// @source https://gist.github.com/tan9/41686eab8e704bb18885a24339010d65 | |
// @version 0.8.12 | |
// @description Learn without pain (and ideally, with plenty of gain...) | |
// @author tan9, danny, Ray941216 | |
// @downloadURL https://gist.github.com/tan9/41686eab8e704bb18885a24339010d65/raw/ezlearning.user.js | |
// @updateURL https://gist.github.com/tan9/41686eab8e704bb18885a24339010d65/raw/ezlearning.user.js | |
// @require https://www.gstatic.com/firebasejs/4.9.0/firebase.js | |
// @require https://code.jquery.com/jquery-1.12.4.min.js |
############################################################################ | |
# # | |
# ------- Useful Docker Aliases -------- # | |
# # | |
# # Installation : # | |
# copy/paste these lines into your .bashrc or .zshrc file or just # | |
# type the following in your current shell to try it out: # | |
# wget -O - https://gist.githubusercontent.com/jgrodziski/9ed4a17709baad10dbcd4530b60dfcbb/raw/d84ef1741c59e7ab07fb055a70df1830584c6c18/docker-aliases.sh | bash | |
# # | |
# # Usage: # |