This file contains hidden or 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
<div class="exam-box"> | |
<p class="exam-results-title">您的期末考试结果</p> | |
<span | |
><div> | |
<div class="final-exam"> | |
<div> | |
<span class="final-exam-result">优秀</span | |
><span class="final-exam-semester">一</span | |
><span class="final-exam-account" | |
><!-- react-text: 170 -->你的姓名 |
This file contains hidden or 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
MMM. .MMM | |
MMMMMMMMMMMMMMMMMMM | |
MMMMMMMMMMMMMMMMMMM _________________________________ | |
MMMMMMMMMMMMMMMMMMMMM | | | |
MMMMMMMMMMMMMMMMMMMMMMM | Responsive is better than fast. | | |
MMMMMMMMMMMMMMMMMMMMMMMM |_ _____________________________| | |
MMMM::- -:::::::- -::MMMM |/ | |
MM~:~ 00~:::::~ 00~:~MM | |
.. MMMMM::.00:::+:::.00::MMMMM .. |
This file contains hidden or 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 { request } from "@octokit/request"; | |
// Following GitHub docs formatting: | |
// https://developer.github.com/v3/repos/#list-organization-repositories | |
const result = await request('GET /gists', { | |
headers: { | |
authorization: "token 0000000000000000000000000000000000000001", | |
}, | |
type: "private", | |
}); |
This file contains hidden or 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
package main | |
import ( | |
"bytes" | |
"fmt" | |
"io" | |
"log" | |
"net" | |
"net/url" | |
"strings" |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
阿爸 a1'ba4 18137 | |
阿昌族 a1'chang1'zu2 50849 | |
阿斗 a1'dou3 42632 | |
阿飞 a1'fei1 48603 | |
阿富汗 a1'fu4'han4 3461 | |
阿訇 a1'hong1 34432 | |
阿拉伯数字 a1'la1'bo2'shu4'zi4 35937 | |
阿拉伯语 a1'la1'bo2'yu3 30476 | |
阿妈 a1'ma1 16220 | |
阿门 a1'men2 47913 |
This file contains hidden or 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
<?php | |
error_reporting(E_ERROR); | |
header("content-Type: text/html; charset=utf-8"); | |
set_time_limit(0); | |
function Root_CSS() | |
{ | |
print<<<CSS | |
<style type="text/css"> | |
* { | |
padding: 0; |
NewerOlder