- Use Cases
- Etymology
- Pronunciation
- Meaning
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
\begin{figure}[H] | |
\centering | |
\includegraphics[scale=0.36]{} | |
\caption{} | |
\label{fig:} | |
\end{figure} |
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
import base64 | |
with open("D:\\cyber-security\\Assignment3\\t.png", "rb") as imageFile: | |
str = base64.b64encode(imageFile.read()) | |
print(str) | |
fh = open("D:\\cyber-security\\Assignment3\\s.png", "wb") | |
decoded = base64.b64decode(str) | |
fh.write(decoded) | |
fh.close() |
Definition
Rewards
Requirements
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
const request = require('supertest'); | |
const grid = require('../'); | |
describe('', () => { | |
const test = () | |
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
Collaborator (String) | |
Date time(Windows: echo %date% %time% | clip ) | |
Cycle Number for the Twilight(Dawn #/Dusk #) | |
#Dispatch | |
#Reward | |
Item | |
#Task1 | |
#Task2 | |
#Task3 | |
#Task4 |
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
Constitution | |
1 NAME | |
We shall be called XX (the Group, XX). | |
2 AIMS AND OBJECTIVES | |
We are a non-profit membership organization and aim to promote deep learning study, socialization and resource-sharing. | |
3 VALUES | |
3.1 KNOWLEDGE-ORIENTED | |
We would produce knowledge base, in forms of Anki cards. | |
3.2 REFERENCED DEBATE | |
Reference. |
- Prerequisites
- Brainstorming
- Criticizing
- Implementation
- Peer-review
- Revision
- Memorization