I hereby claim:
- I am edisonlee55 on github.
- I am edisonlee55 (https://keybase.io/edisonlee55) on keybase.
- I have a public key whose fingerprint is 449F 38F5 CDD8 5C58 FCCB 5B19 6C8E AF0D 90FD 8E80
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Bitmap Script</title> | |
</head> | |
<body> | |
<canvas id="Bitmap" width="1024" height="768" style="border:1px solid #000000;"></canvas> |
I hereby claim:
To claim this, I am signing this object:
<h2 id="tmp-title">Fiduciary License Agreement 2.0</h2> | |
<span id="tmp-subtitle-based">based on the</span> | |
<h2 id="tmp-subtitle"><span id="tmp-contributor-type">Individual</span> Contributor <span | |
id="tmp-contributor-exclusivity-1">exclusive</span> License Agreement</h2> | |
<h2 id="tmp-subtitle-patent">(including the <span id="tmp-patent-option">Traditional Patent License</span> OPTION)</h2> | |
<p>Thank you for your interest in contributing to <span id="tmp-beneficiary-name">MING-CHIEN LEE</span>'s <span | |
id="tmp-project-name">MyMoney</span> ("We" or "Us").</p> | |
<p>The purpose of this contributor agreement ("Agreement") is to clarify and document the rights granted by contributors |
## Fiduciary License Agreement 2.0 | |
based on the | |
## Individual Contributor exclusive License Agreement (including the TRADITIONAL PATENT LICENSE OPTION) | |
Thank you for your interest in contributing to MING-CHIEN LEE's Koguchi Chino Messenger Bot ("We" or "Us"). | |
The purpose of this contributor agreement ("Agreement") is to clarify and document the rights granted by contributors to Us. To make this document effective, please follow the instructions at https://cla-assistant.io/edisonlee55/Koguchi-Chino-Messenger-Bot. | |
### 0. Preamble |
#!/bin/bash | |
if [ -z "$2" ]; then | |
echo -e "WARNING!!\nYou need to pass the DISCORD_WEBHOOK_URL environment variable as the second argument to this script." && exit | |
fi | |
echo -e "[Discord Webhook]: Sending webhook to Discord...\\n"; | |
case $1 in | |
"success" ) |
pragma solidity ^0.4.24; | |
/** | |
* Marriage | |
* Copyright (c) 2018 MING-CHIEN LEE | |
*/ | |
contract owned { | |
address public owner; | |
constructor() public { | |
owner = msg.sender; |
sudo mv lolicloud.service /etc/systemd/system/ |