Skip to content

Instantly share code, notes, and snippets.

@duangsuse
duangsuse / geekapk.md
Last active July 27, 2018 12:16
GeekApk 基本规划/API

GeekApk 后端:基本法 | API | 模型

没有……任何 (内定、钦点) 的意思。还是按照香港的……按照 基本法、按照 选举的法——去产生……

GeekApk 是一个曾经 酷友 们自发组织创立的开源应用社区,它崇尚自由,设计时融合了 酷安Google PlayGitHubApkPureApkMirrorF-Droid 的优秀设计于一体,目标是成为一个能替代酷安的应用市场兼社区

关于模型

GeekApk 里有这些模型:

@duangsuse
duangsuse / geekapk_backend.md
Last active May 31, 2018 15:21
GeekApk 后端设计第一版

Complete Documentation of Project GeekApk :: Backend

这是 GeekApk Project 后端的完整文档,包含:

额外定义:

  • 通知/Timeline定义
  • WebSocket API
  • WebHooks 支持
  • 身份验证 模式
@KenOokamiHoro
KenOokamiHoro / archlinux_cn_talks.md
Last active October 12, 2023 14:00
Arch Linux CN Community talk group guides
@scottopell
scottopell / fix_exfat_drive.md
Last active July 13, 2024 15:37
Fix corrupted exFAT disk macOS/OSX

exFAT support on macOS seems to have some bugs because my external drives with exFAT formatting will randomly get corrupted.

Disk Utility is unable to repair this at first, but the fix is this:

  1. Use diskutil list to find the right drive id.
  2. You want the id under the IDENTIFIER column, it should look like disk1s1
  3. Run sudo fsck_exfat -d <id from above>. eg sudo fsck_exfat -d disk1s3
  4. -d is debug so you'll see all your files output as they're processed.
  5. Answer YES if it gives you the prompt Main boot region needs to be updated. Yes/No?