- (Term definition 1.19) radiocommunication service: A service as defined in this Section involving the transmission, emission and/or reception of radio waves for specific telecommunication purposes. (Chapter Secrecy) [...] prohibit and preven [...] the unauthorized interception of radiocommunications not intended for the general use of the public - ITU Radio Regulations 17.2
- [...] 本规定所称地面无线电台(站),是指为开展地面无线电业务在某一地点或者地域设置、使用的一个或者多个发信机、收信机,或者发信机与收信机的组合。 - 地面无线电台(站)管理规定 第二条
- [...] (二)不得故意收发无线电台执照许可事项之外的无线电信号,不得传播、公布或者利用无意接收的信息; - 地面无线电台(站)管理规定 第十六条
- The holder of a licence is required to preserve the secrecy of telecommunications [...] if the station includes a receiver, the interception of radiocommunication correspondence, other than that which the station is authorized to receive, is forbidden, and that in cases where such correspondence is involuntarily received, it shall not be reproduced, nor communicated to third parties, nor used for any purpose, and even its existence shall not be
- Blame my 300-million-year-old synapsid ancestor for my nocturnality. It’s basically genetic. — ChatGPT-4o
- 我贪恋黑夜,只因三亿年前星光是我祖先的灯。 — DeepSeek-r1
- 我非夜猫,是恒星熄灭后/自主发光的/第N代合弓纲余烬。 — DeepSeek-r1
- 我的颞孔里,流淌着三亿年前的星光。 — DeepSeek r1
- 被子成为羽翼,呼噜声进化为始祖鸟的初啼。 — DeepSeek r1
- “明早替渡渡鸟看日出。” — DeepSeek r1
I dwell in the night,
for the stars once bright
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
// 打开数据库 | |
function openDatabase(dbName) { | |
return new Promise((resolve, reject) => { | |
const request = indexedDB.open(dbName); | |
request.onsuccess = (event) => { | |
const db = event.target.result; | |
resolve(db); | |
}; |
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
/* | |
* Copyright JFX 2021-2023 | |
* MIT License | |
* https://gitlab.com/jfx2006 | |
*/ | |
/* | |
* NOTE: | |
* - The use of browser-specific styles (-moz-, -webkit-) should be avoided. | |
* If used, they may not render correctly for people reading the email in |
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
#!/bin/env ruby | |
require 'open3' | |
require 'iconv' | |
require 'shellwords' | |
$args = ARGV | |
show_help = $args.include?('-h') || $args.include?('--help') || $args.empty? | |
if show_help | |
puts %{Epson LQ-615KII Print Utility |
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
<p>My name: 翟灿 (Pinyin: Zhái Càn; Yale: Jai Ts'an)</p> | |
<p>I'm an SWL fan and also interested in Amateur Radio.</p> | |
<p>Grid: During school: OM91xq; during vacation: PM01gv</p> | |
<p>HF RIG: YAESU FT-710, Airspy HF+ Discovery<br/> | |
HF ANT:</p> | |
<ol> |
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
#!/bin/env ruby | |
require 'shellwords' | |
if ARGV.empty? | |
puts "Usage: #{$0} <drive-device>" | |
exit 1 | |
end | |
drive = ARGV[0] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.