Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无尽轮回学习机 <client.js> #1

Open
fisker opened this issue Jan 22, 2019 · 2 comments
Open

无尽轮回学习机 <client.js> #1

fisker opened this issue Jan 22, 2019 · 2 comments

Comments

@fisker
Copy link

fisker commented Jan 22, 2019

(function get() {
  fetch('https://xixi-haha.never.eu.org/')
    .then(r => r.text())
    .then(console.log)
    .then(() => new Promise(r => setTimeout(r, 5000)))
    .then(get)
})()

不断学习,进步

@NeverBehave
Copy link
Collaborator

暗示不过脑,举报了

@NeverBehave NeverBehave pinned this issue Jan 22, 2019
@NeverBehave NeverBehave changed the title client js 无尽轮回学习机 <client.js> Jan 22, 2019
@NeverBehave
Copy link
Collaborator

NeverBehave commented Jan 23, 2019

while true; do curl https://xixi-haha.never.eu.org/ ; sleep 5; done

顺便给后来人的一点提醒:
你可以因此不star,不评论,etc.
这无所谓,但就老实点别想那么多啊(
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants