geelaw 最近的时间轴更新
geelaw's repos on GitHub
PowerShell · 91 人关注
PowerShellThingies
My PowerShell thingies.
JavaScript · 21 人关注
bio-site
Yet another academic homepage builder.
C# · 14 人关注
PreviewHost
An example `IPreviewHandlerFrame` implementation using WPF.
JavaScript · 11 人关注
SinaWeiboFansRemover
Sina Weibo 粉丝删除器,一个 Microsoft Edge 扩展。
Smalltalk · 10 人关注
Dock-PS
Archived in favour of PowerShellThingies.
TeX · 10 人关注
laomian
老面 (sourdough, lit. "old dough") is used as the starter for fermenting dough. This repository contains my digital 老面.
C# · 10 人关注
Use-RawPipeline
Archived in favour of PowerShellThingies.
TeX · 9 人关注
ahbtr
An “open-thoughts” research — Ad Hoc Broadcast, Trace, and Revoke.
PowerShell · 7 人关注
newsstand
A list of email addresses of newsletter / social update. One can build their own email categoriser with this list.
C# · 6 人关注
AcademicdataBaseChain
Academic dataBase Chain.
TypeScript · 5 人关注
bibtex-ts
General-purpose format-preserving BibTeX parser in TypeScript (JavaScript).
PowerShell · 5 人关注
psguy.me
Archived in favour of PowerShellThingies.
JavaScript · 3 人关注
strcmp.cc
An online line-based file comparator.
2 人关注
daily-restore-point
Creating a restore point every day is a good habit.
C++ · 2 人关注
onenote-object-model
Unofficial documentation of the component object model API of OneNote.
JavaScript · 2 人关注
RemoteShutdown
Remotely shut Windows down in case your Welcome Screen crashes.
C# · 1 人关注
bibtex.net
BibTeX.NET is a .NET library for working with BibTeX files.
Shell · 1 人关注
haoel-github-io
Mirror of haoel/haoel.github.io.
HTML · 1 人关注
ReproduceLiveTileIssue
PowerShell · 0 人关注
1drv-layout
OneDrive layout and file mover. Built for sorting photos. Born in the removal of On-Demand Sync for OneDrive.
SMT · 0 人关注
cse507-boolector
Forked from https://github.com/Boolector/boolector
0 人关注
fork-heshijun_v_360
见 saved 分支
Python · 0 人关注
i7h
【i18nglish】自动i18n!
TypeScript · 0 人关注
immersive-translate-backup
Backup of https://github.com/immersive-translate/immersive-translate.
C++ · 0 人关注
mem-layouts-binary-search
Forked from https://github.com/rlunding/alg_eng
Assembly · 0 人关注
microsoft-MD-DOS
Mirror of https://github.com/microsoft/MS-DOS
0 人关注
mirror-clash-verge
A Clash GUI based on tauri. Supports Windows, macOS and Linux.
JavaScript · 0 人关注
page-archivist.js
固定化保存互联网上的文章的小工具
C++ · 0 人关注
vecole-redux
Constructs OLE from vector-OLE. See http://eprint.iacr.org/2017/617/20170627:191617
geelaw
ONLINE

geelaw

🏢  UW / 博士生
V2EX 第 202505 号会员,加入于 2016-11-22 23:09:06 +08:00
今日活跃度排名 6709
Clubhouse 真的很像不久以前我测试过的一个 app
分享发现  •  geelaw  •  2021-06-25 16:12:06 PM  •  最后回复来自 nullcoder
9
C# 泛型、duck typing、高效枚举
C#  •  geelaw  •  2020-09-28 04:59:01 AM  •  最后回复来自 good1uck
1
HTML 里的“词边界”
分享发现  •  geelaw  •  2020-02-25 05:22:00 AM  •  最后回复来自 geelaw
3
如何自动化“固定到任务栏”
分享创造  •  geelaw  •  2020-02-14 19:00:25 PM  •  最后回复来自 ysc3839
4
谨慎安装 Edge (Chromium) 稳定版
分享发现  •  geelaw  •  2020-02-21 22:00:12 PM  •  最后回复来自 ericguo
13
在 Windows 上轻量地隔离 app:以百度云管家为例
  •  1   
    分享创造  •  geelaw  •  2022-11-23 15:35:11 PM  •  最后回复来自 723X
    26
    刚刚 rm -rf ~ 了
    程序员  •  geelaw  •  2019-12-30 11:19:02 AM  •  最后回复来自 doveyoung
    8
    我的静态博客 BibTeX 插件完工啦~🎉
  •  1   
    分享创造  •  geelaw  •  2019-08-19 04:17:49 AM  •  最后回复来自 Or2
    1
    geelaw 最近回复了
    6 天前
    回复了 Sayuri 创建的主题 问与答 失信被执行人使用境外银行卡
    我理解的限制高消费里的买车买房买高保费保险、乘坐高级交通工具,因为有房子和车有登记、保险是记名的、高级交通工具是根据身份检票的,所以无需考虑此人以何种方式支付费用,包括 A 给限高的 B 支付费用也是不允许的。

    被冻结的微信和支付宝恐怕直接失去一切交易功能,因此绑定外国卡无意义。

    没收境外信用卡并利用它提取款项:在境外机构看来是未授权的交易,因此理应无效化;在境内法律看来,没有法律明文规定政府可以这样做,因此这样做是违法行为,而且此行为表面上已经实现了盗窃、抢夺、抢劫信用卡并使用构成的盗窃、抢夺、抢劫罪。

    没收境外信用卡(但不使用)可能是可行的操作。此外,境外卡片重做寄入境内需要经过海关,国际邮件的通信自由和通信秘密都不如国内邮件(从法条文的角度考虑)。
    8 天前
    回复了 moudy 创建的主题 Python Python += 运算符可以修改原始引用?!
    a+=b 的意思是 a=a.__iadd__(b) 或者 a=a.__add__(b) 或者 a=b.__radd__(a),注意这些方法的返回值是任意的,即使是第一种情况也不需要修改 a 并返回 a 。
    9 天前
    回复了 0xD800 创建的主题 Java 分享一个 Java 中非常糟糕的 API 设计
    @BiChengfei #4 我觉得“糟糕”“无语”都还好吧,“屁”这个应该是楼主的错字,原文“个屁”实际上应该是 gěrpì(常写作:嗝儿屁),语气和意思差不多都是“死翘翘”。
    10 天前
    回复了 0xD800 创建的主题 Java 分享一个 Java 中非常糟糕的 API 设计
    @orangie #1 找到之后还需要认真阅读,这个 RFC 里面说的是 (p. 4)

    Throughout this document, a password is considered to be an octet
    string of arbitrary length whose interpretation as a text string is
    unspecified. In the interest of interoperability, however, it is
    recommended that applications follow some common text encoding rules.
    ASCII and UTF-8 [27] are two possibilities. (ASCII is a subset of
    UTF-8.)

    并且 (p. 9)

    Input: P password, an octet string

    文档里没有定义什么是 octet string ,自然的理解是指 byte string ,即字节组成的序列。

    一般编程概念里 string 也不一定非要是 text string ,单纯是指某个枚举类型(比如 byte 、char 、uint32 之类的)的序列罢了。

    @0xD800 #17 这是误读。
    13 天前
    回复了 cochlea 创建的主题 编程 二叉树剪切的一个题目,不知掉如何解
    @cochlea #6 那为什么不期待

    100
    (删除) 50 (=80-30)

    呢?我现在大概理解你想说的是:输入一个每个节点上标记了正数的二叉树(或者可能是指每个节点最多有两个子节点的有根树)和一个正数 target (不清楚如何处理 0 ),按照某种顺序(不清楚你想要的是什么顺序,但看起来满足:a 和 b 的顺序是距离根越近则越先访问,距离相等且 a 和 b 不是同一个节点的子节点,则 a 和 b 的顺序同于两者祖先的顺序)遍历该二叉树的所有节点,在已经访问节点之和首次不小于 target 时停止,删去还未访问的节点,并把最后访问的节点的数修改使已访问的节点之和等于 target 。

    这个理解如果正确,填上合适的细节,怎么写代码就很明显了。但我依然不理解什么叫“所有满足……的所有树”,因为按照上面这个理解答案只可能是一棵树,何来“所有”?我的建议是先把想法用母语(比如汉语)表达,再翻译成代码。
    13 天前
    回复了 cochlea 创建的主题 编程 二叉树剪切的一个题目,不知掉如何解
    我看了例子之后还是不能理解题目在说什么。例子里 target 是 200 ,什么叫做“满足 200 的树”?什么叫“剩余树”?题目不是说“给定一个树”吗?

    另外那个东西叫“广度优先遍历”,但在二叉树通常不这么说,因为二叉树的子节点是有序的,要指定先访问左子节点还是右子节点才能确定惟一的序,除非你不在意序(比如把二叉树当成普通的有根树)。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   4193 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 05:15 · PVG 13:15 · LAX 22:15 · JFK 01:15
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.