This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"NOTIFICATION_TITLE_START_GAME": "Matey Plunderin'", | |
"NOTIFICATION_BODY_START_GAME": "!!{username}!! be plunderin' !!{gameName}!!!", | |
"NOTIFICATION_MESSAGE_CREATE_GUILD_ACTIVITY_JOIN": "!!{user}!! invited th' cabin t' plunder !!{game}!!", | |
"NOTIFICATION_MESSAGE_CREATE_GROUP_DM_ACTIVITY_JOIN": "!!{user}!! invited th' crew t' plunder !!{game}!!", | |
"NOTIFICATION_MESSAGE_CREATE_DM_ACTIVITY_JOIN": "!!{user}!! invited ye t' plunder !!{game}!!", | |
"NOTIFICATION_MESSAGE_CREATE_GUILD_ACTIVITY_LISTEN": "!!{user}!! invited th' cabin t' toon in on Spotify", | |
"NOTIFICATION_MESSAGE_CREATE_GROUP_DM_ACTIVITY_LISTEN": "{user} invited th' deck to list'n on Spotify", | |
"NOTIFICATION_MESSAGE_CREATE_DM_ACTIVITY_LISTEN": "{user} invited ye to list'n on Spotify", | |
"ERRORS_ACTION_TO_TAKE": "We've tracked th' error n' will get right on it.", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<form action="Get.php" method="get"> | |
Name: <input type="text" name="name"><br> | |
E-mail: <input type="text" name="email"><br> | |
<input type="submit"> | |
</form> | |
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# less -F: Causes less to automatically exit if the entire file can be displayed on the first screen. | |
# .zshrc | |
function printc () { | |
print "printc" $1 | |
} | |
autoload -Uz add-zsh-hook |