Micro service sending someone spam messages/emails
- Register acct where phone/email confirmation is req.
- Loop it N times😈
Micro service sending someone spam messages/emails
This can simply be achieved by the github api(https://api.github.com/octocat?s={query_string_value}
),
replace the {query_string_value}
with the words you want the octocat to say.
As the browser trims empty space for display, the pattern might not render properly, i found 2 ways to preview:
If using Chrome, open Chrome Dev Tool and inspect the HTML elements, it's wrapped in a pair of <pre></pre>
tag.
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.16/vue.js"></script> | |
<script src="https://fb.me/react-15.1.0.js"></script> |
What's System Clipboard
? Wiki
The clipboard is a software facility used for short-term data storage and/or data transfer between documents or applications, via copy and paste operations.
It is most commonly a part of a GUI environment and is usually implemented as an anonymous, temporary data buffer, sometimes called the paste buffer, that can be accessed from most or all programs within the environment via defined programming interfaces. A typical application accesses clipboard functionality by mapping user input (keybindings, menu selections, etc.) to these interfaces.
const createStore = (rootReducer) => {
let state
let listeners
const getState = (state) => state
const dispatch = (action) => {
state = rootReducer(action, state)
listeners.forEach(l => l())
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |