Log for
SITCON BOT Testpool
對我來說,DigitalOcean 雖然常常節點維修
我之前測試松鼠租的效能還不錯,然後網路就和網頁上寫的一樣100M/100M
/java
public class Main { public static void main(String[] args) { System.out.println(\"Hello, World!\"); } }
public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/java
public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/java
public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/java
public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/java
public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/java
public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/java
public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/java
package tw.oktw;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URL;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import static java.lang.System.out;
public class Main {
public static void main(String[] args) {
Path oszDir = Paths.get(args[0]);
try {
Files.newDirectoryStream(oszDir).forEach(path -> {
if (path.getFileName().toString().matches("\\d+\\.osz")) {
String oszFileName = path.getFileName().toString();
int beatmapId = Integer.parseInt(oszFileName.replaceAll("\\D.*", ""));
String url = "
https://osu.ppy.sh/api/get_beatmaps?k=f4479181523b2c437d09775b546fdab8cae58c4e&s=" + beatmapId;
try (BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(new URL(url).openConnection().getInputStream()))) {
JSONObject json = new JSONArray(bufferedReader.readLine()).getJSONObject(0);
String newFileName = String.format("%d %s - %s.osz", beatmapId, json.getString("artist"), json.getString("title")).replaceAll("[\\*\\\\/:\"|?]", "").replace("<", "[").replace(">", "]");
if (path.toFile().renameTo(Paths.get(oszDir.toString(), newFileName).toFile())) {
out.printf("rename %s to %s%n", oszFileName, newFileName);
} else {
out.printf("rename %s fail!%n", oszFileName);
}
} catch (JSONException | IOException e) {
e.printStackTrace();
}
}
});
} catch (IOException e) {
e.printStackTrace();
}
}
}
/java
package tw.oktw;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URL;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import static java.lang.System.out;
public class Main {
public static void main(String[] args) {
Path oszDir = Paths.get(args[0]);
try {
Files.newDirectoryStream(oszDir).forEach(path -> {
if (path.getFileName().toString().matches("\\d+\\.osz")) {
String oszFileName = path.getFileName().toString();
int beatmapId = Integer.parseInt(oszFileName.replaceAll("\\D.*", ""));
String url = "
https://osu.ppy.sh/api/get_beatmaps?k=f4479181523b2c437d09775b546fdab8cae58c4e&s=" + beatmapId;
try (BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(new URL(url).openConnection().getInputStream()))) {
JSONObject json = new JSONArray(bufferedReader.readLine()).getJSONObject(0);
String newFileName = String.format("%d %s - %s.osz", beatmapId, json.getString("artist"), json.getString("title")).replaceAll("[\\*\\\\/:\"|?]", "").replace("<", "[").replace(">", "]");
if (path.toFile().renameTo(Paths.get(oszDir.toString(), newFileName).toFile())) {
out.printf("rename %s to %s%n", oszFileName, newFileName);
} else {
out.printf("rename %s fail!%n", oszFileName);
}
} catch (JSONException | IOException e) {
e.printStackTrace();
}
}
});
} catch (IOException e) {
e.printStackTrace();
}
}
}
{"type":"status","text":"\"exit\""} 這個待會兒會被塞進 xxx is typing裡
/java
public class Main {
public static void main(String[] args) {
System.out.printf("%s %s %s", this, "Test", "Hello WOrld");
}
}
/java
public class Main {
public static void main(String[] args) {
System.out.printf("%s %s %s", this, "Test", "Hello WOrld");
}
}
/java
public class Main {
public static void main(String[] args) {
System.out.printf("%s %s %s", this, "Test", "Hello WOrld");
}
}
/java
public class Main {
public static void main(String[] args) {
System.out.printf("%s %s %s", "000, "Test", "Hello WOrld");
}
}
/java
public class Main {
public static void main(String[] args) {
System.out.printf("%s %s %s", "000", "Test", "Hello WOrld");
}
}
Workers 👨 are the main resource of your village. They grow crops 🍞, which you sell for gold coins 💰. You can get 👨 by inviting friends to the game.
For each friend who has followed the link
https://telegram.me/VillageGameBot?start=5e955798c4, you will get 1 worker 👨.
You can either write or forward them the previous message 🔝.
/java
public class Main {
public static void main(String[] args) {
System.out.printf("%s %s %s", "000", "Test", "Hello WOrld");
}
}
/java
public class Main {
public static void main(String[] args) {
System.out.printf("%s %s %s", "000", "Test", "Hello WOrld");
}
}
/java
public class Main {
public static void main(String[] args) {
System.out.printf("%s %s %s", "000", "Test", "Hello WOrld");
}
}
/java
public class Main {
public static void main(String[] args) {
System.out.printf("%s %s %s", "000", "Test", "Hello WOrld");
}
}
/java
public class Main {
public static void main(String[] args) {
System.out.printf("%s %s %s", "000", "Test", "Hello WOrld");
}
}
/java_silent
public class Main {
public static void main(String[] args) {
System.out.printf("%s %s %s", "000", "Test", "Hello WOrld");
}
}
/c_silent
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}
/brainfuck_silent
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
/brainfuck_silent
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
/brainfuck_silent
,>++++++[<-------->-],,[<+>-],<.>.
/brainfuck_silent
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
/brainfuck_silent
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Brain Fuck 能用普通人腦 coding 嗎?
我覺得我c9壞了,幹他媽把 .js 當可執行檔跑阿
/c
#include <stdio.h>
#include <conio.h>
#include <malloc>
int main(int argc, char** argv){
char* ptr;
print("test");
while(true){
ptr = malloc(102400);
print("s");
}
getch();
return 0;
}
/brainfuck_silent
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
/c
#include <stdio.h>
#include <conio>
#include <malloc>
int main(int argc, char** argv){
char* ptr;
print("test");
while(true){
ptr = malloc(102400);
print("s");
}
getch();
return 0;
}
/brainfuck_silent
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
/c
#include <stdio.h>
#include <malloc>
int main(int argc, char** argv){
char* ptr;
print("test");
while(true){
ptr = malloc(102400);
print("s");
}
return 0;
}
/c
#include <stdio.h>
#include <malloc.h>
int main(int argc, char** argv){
char* ptr;
print("test");
while(true){
ptr = malloc(102400);
print("s");
}
return 0;
}
/c
#include <stdio.h>
#include <malloc.h>
int main(int argc, char** argv){
char* ptr;
printf("test");
while(1){
ptr = malloc(102400);
print("s");
}
return 0;
}
/c
#include <stdio.h>
#include <malloc.h>
int main(int argc, char** argv){
char* ptr;
printf("test");
while(1){
ptr = malloc(102400);
printf("s");
}
return 0;
}
/c
#include <stdio.h>
#include <malloc.h>
int main(int argc, char** argv){
char* ptr;
printf("test");
while(1){
ptr = malloc(1024000);
printf("s");
}
return 0;
}
/java
public class Main {
public static void main(String[] args) {
while(true){
int i = 0;
i++;
}
}
}
/java
public class Main {
public static void main(String[] args) {
while(true){
int i = 0;
i++;
System.out.print(i);
}
}
}
/c
#include <stdio.h>
#include <malloc.h>
int main(int argc, char** argv){
char* ptr;
printf("test");
while(1){
ptr = malloc(102400);
printf("s");
}
return 0;
}
還沒推,還有樓上兩個,恭喜你成功把系統搞到沒有回應了
/brainfuck_silent
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
/brainfuck_silent
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
72 101 108 108 111 44 32 87 111 114 108 100
32 72 108
0 0 0 0 ++++++++[>+++++>+++++++++>++++++++++++<<<-] # 40 72 108
0 40 (72) 108 >> . # 72
0 40 72 (101) > - - - - - - - . # 101
0 40 72 (108) + + + + + + + . . # 108 108
0 40 72 (111) +++ . # 111
0 (44) 72 111 << ++++ . #44
0 (32) 72 111 ---- ---- ---- . #32
0 32 (87) 111 +++ +++ +++ +++ +++ . # 87
0 32 87 (111) > . # 111
0 32 87 (114) +++ . # 114
0 32 87 (108) -- -- -- . # 108
0 32 87 (100) -- -- -- -- . # 100
/brainfuck_silent
0 0 0 0 ++++++++[>+++++>+++++++++>++++++++++++<<<-] # 40 72 108
0 40 (72) 108 >> . # 72
0 40 72 (101) > - - - - - - - . # 101
0 40 72 (108) + + + + + + + . . # 108 108
0 40 72 (111) +++ . # 111
0 (44) 72 111 << ++++ . #44
0 (32) 72 111 ---- ---- ---- . #32
0 32 (87) 111 +++ +++ +++ +++ +++ . # 87
0 32 87 (111) > . # 111
0 32 87 (114) +++ . # 114
0 32 87 (108) -- -- -- . # 108
0 32 87 (100) -- -- -- -- . # 100
/brainfuck_silent
0 0 0 0 ++++++++[>+++++>+++++++++>++++++++++++<<<-] ! 40 72 108
0 40 (72) 108 >> . ! 72
0 40 72 (101) > - - - - - - - . ! 101
0 40 72 (108) + + + + + + + . . ! 108 108
0 40 72 (111) +++ . ! 111
0 (44) 72 111 << ++++ . ! 44
0 (32) 72 111 ---- ---- ---- . ! 32
0 32 (87) 111 +++ +++ +++ +++ +++ . ! 87
0 32 87 (111) > . ! 111
0 32 87 (114) +++ . ! 114
0 32 87 (108) -- -- -- . ! 108
0 32 87 (100) -- -- -- -- . ! 100
/brainfuck_silent
0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104
0 40 (72) 104 >> . ! 72
0 40 72 (101) > - - - . ! 101
0 40 72 (108) + + + + + + + . . ! 108 108
0 40 72 (111) +++ . ! 111
0 (44) 72 111 << ++++ . ! 44
0 (32) 72 111 ---- ---- ---- . ! 32
0 32 (87) 111 +++ +++ +++ +++ +++ . ! 87
0 32 87 (111) > . ! 111
0 32 87 (114) +++ . ! 114
0 32 87 (108) -- -- -- . ! 108
0 32 87 (100) -- -- -- -- . ! 100
/brainfuck_silent
0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104
0 40 (72) 104 >> . ! 72
0 40 72 (101) > - - - . ! 101
0 40 72 (108) + + + + + + + . . ! 108 108
0 40 72 (111) +++ . ! 111
0 (44) 72 111 << ++++ . ! 44
0 (32) 72 111 ---- ---- ---- . ! 32
0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87
0 32 87 (111) > . ! 111
0 32 87 (114) +++ . ! 114
0 32 87 (108) -- -- -- . ! 108
0 32 87 (100) -- -- -- -- . ! 100
/brainfuck_silent
0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104
0 40 (72) 104 >> . ! 72
0 40 72 (101) > - - - . ! 101
0 40 72 (108) + + + + + + + . . ! 108 108
0 40 72 (111) +++ . ! 111
0 (44) 72 111 << ++++ . ! 44
0 (32) 72 111 ---- ---- ---- . ! 32
0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87
0 32 87 (111) > . ! 111
0 32 87 (114) +++ . ! 114
0 32 87 (108) -- -- -- . ! 108
0 32 87 (100) -- -- -- -- . ! 100
0 (33) 87 100 << + . ! 33
/brainfuck_silent
0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104
0 40 (72) 104 >> . ! 72
0 40 72 (101) > - - - . ! 101
0 40 72 (108) + + + + + + + . . ! 108 108
0 40 72 (111) +++ . ! 111
0 (44) 72 111 << ++++ . ! 44
0 (32) 72 111 ---- ---- ---- . ! 32
0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87
0 32 87 (111) > . ! 111
0 32 87 (114) +++ . ! 114
0 32 87 (108) -- -- -- . ! 108
0 32 87 (100) -- -- -- -- . ! 100
0 (33) 87 100 << + . ! 33
/brainfuck_silent
0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104
0 40 (72) 104 >> . ! 72
0 40 72 (101) > - - - . ! 101
0 40 72 (108) + + + + + + + . . ! 108 108
0 40 72 (111) +++ . ! 111
0 (44) 72 111 << ++++ . ! 44
0 (32) 72 111 ---- ---- ---- . ! 32
0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87
0 32 87 (111) > . ! 111
0 32 87 (114) +++ . ! 114
0 32 87 (108) -- -- -- . ! 108
0 32 87 (100) -- -- -- -- . ! 100
0 (33) 87 100 << + . ! 33
/brainfuck_silent
0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104
0 40 (72) 104 >> . ! 72
0 40 72 (101) > - - - . ! 101
0 40 72 (108) + + + + + + + . . ! 108 108
0 40 72 (111) +++ . ! 111
0 (44) 72 111 << ++++ . ! 44
0 (32) 72 111 ---- ---- ---- . ! 32
0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87
0 32 87 (111) > . ! 111
0 32 87 (114) +++ . ! 114
0 32 87 (108) -- -- -- . ! 108
0 32 87 (100) -- -- -- -- . ! 100
0 (33) 87 100 << + . ! 33
/brainfuck_silent
0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++«<-] ! 40 72 104
0 40 (72) 104 » . ! 72
0 40 72 (101) > - - - . ! 101
0 40 72 (108) + + + + + + + . . ! 108 108
0 40 72 (111) +++ . ! 111
0 (44) 72 111 « ++++ . ! 44
0 (32) 72 111 —— —— —— . ! 32
0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87
0 32 87 (111) > . ! 111
0 32 87 (114) +++ . ! 114
0 32 87 (108) — — — . ! 108
0 32 87 (100) — — — — . ! 100
0 (33) 87 100 « + . ! 33
/brainfuck_silent
0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104
0 40 (72) 104 >> . ! 72
0 40 72 (101) > - - - . ! 101
0 40 72 (108) + + + + + + + . . ! 108 108
0 40 72 (111) +++ . ! 111
0 (44) 72 111 << ++++ . ! 44
0 (32) 72 111 ---- ---- ---- . ! 32
0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87
0 32 87 (111) > . ! 111
0 32 87 (114) +++ . ! 114
0 32 87 (108) -- -- -- . ! 108
0 32 87 (100) -- -- -- -- . ! 100
0 (33) 87 100 << + . ! 33
/brainfuck_silent
0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++«<-] ! 40 72 104
0 40 (72) 104 » . ! 72
0 40 72 (101) > - - - . ! 101
0 40 72 (108) + + + + + + + . . ! 108 108
0 40 72 (111) +++ . ! 111
0 (44) 72 111 « ++++ . ! 44
0 (32) 72 111 —— —— —— . ! 32
0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87
0 32 87 (111) > . ! 111
0 32 87 (114) +++ . ! 114
0 32 87 (108) — — — . ! 108
0 32 87 (100) — — — — . ! 100
0 (33) 87 100 « + . ! 33
/brainfuck_silent
0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104
0 40 (72) 104 >> . ! 72
0 40 72 (101) > - - - . ! 101
0 40 72 (108) + + + + + + + . . ! 108 108
0 40 72 (111) +++ . ! 111
0 (44) 72 111 << ++++ . ! 44
0 (32) 72 111 ---- ---- ---- . ! 32
0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87
0 32 87 (111) > . ! 111
0 32 87 (114) +++ . ! 114
0 32 87 (108) -- -- -- . ! 108
0 32 87 (100) -- -- -- -- . ! 100
0 (33) 87 100 << + . ! 33
/brainfuck_silent
0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104
0 40 (72) 104 >> . ! 72
0 40 72 (101) > - - - . ! 101
0 40 72 (108) + + + + + + + . . ! 108 108
0 40 72 (111) +++ . ! 111
0 (44) 72 111 << ++++ . ! 44
0 (32) 72 111 ---- ---- ---- . ! 32
0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87
0 32 87 (111) > . ! 111
0 32 87 (114) +++ . ! 114
0 32 87 (108) -- -- -- . ! 108
0 32 87 (100) -- -- -- -- . ! 100
0 (33) 87 100 << + . ! 33
/php
<?php echo "test" ?>
/php
<?php file_get_contents('g.co'); ?>
/php
<?php file_get_contents('/proc/version'); ?>