weeei's repos on GitHub
C · 10895 人关注
darwin-xnu
Legacy mirror of Darwin Kernel. Replaced by https://github.com/apple-oss-distributions/xnu
Python · 5991 人关注
corenet
CoreNet: A library for training deep neural networks
Python · 4072 人关注
coremltools
Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
C · 1841 人关注
cups
Apple CUPS Sources
Python · 906 人关注
axlearn
An Extensible Deep Learning Library
Python · 589 人关注
ARKitScenes
This repo accompanies the research paper, ARKitScenes - A Diverse Real-World Dataset for 3D Indoor Scene Understanding Using Mobile RGB-D Data and contains the data, scripts to visualize and process assets, and training code described in our paper.
528 人关注
device-management
Device management schema data for MDM.
Python · 481 人关注
ccs-calendarserver
The Calendar and Contacts Server.
Swift · 324 人关注
example-package-dealer
Example package for use with the Swift Package Manager
Swift · 182 人关注
example-package-deckofplayingcards
Example package for use with the Swift Package Manager
Java · 167 人关注
batch-processing-gateway
The gateway component to make Spark on K8s much easier for Spark users.
Swift · 166 人关注
app-store-server-library-swift
C · 160 人关注
darwin-libpthread
Legacy mirror of Darwin PThread Library. Replaced by https://github.com/apple-oss-distributions/libpthread
C++ · 159 人关注
AudioUnitSDK
AudioUnit SDK
Starlark · 133 人关注
apple_rules_lint
A framework for adding lint checks to Bazel projects
C · 127 人关注
darwin-libplatform
Legacy mirror of Darwin Platform Library. Replaced by https://github.com/apple-oss-distributions/libplatform
C · 117 人关注
ccs-pykerberos
Python Kerberos library used by CalendarServer
Python · 113 人关注
app-store-server-library-python
TypeScript · 107 人关注
app-store-server-library-node
Java · 102 人关注
app-store-server-library-java
Swift · 71 人关注
AudioUnit-Examples
AudioUnit Examples
Python · 70 人关注
ccs-pycalendar
Python iCalendar library used by CalendarServer
Python · 68 人关注
dnikit
A Python toolkit for analyzing machine learning models and datasets.
Python · 55 人关注
ccs-caldavtester
CalDAV/CardDAV Testing Framework used by CalendarServer
C++ · 41 人关注
apple-llvm-infrastructure-tools
HTML · 41 人关注
ccs-caldavclientlibrary
CalDAV/CardDAV Testing Tool Used by CalendarServer
Python · 24 人关注
ccs-pyosxframeworks
Python Framework for macOS APIs used by CalendarServer
C++ · 21 人关注
ccs-pyopendirectory
Python OpenDirectory library used by CalendarServer
Python · 21 人关注
ccs-pysecuretransport
Twisted SecureTransport library used by CalendarServer
Python · 17 人关注
ccs-twistedextensions
Extensions to Twisted used by CalendarServer
weeei

weeei

V2EX 第 594637 号会员,加入于 2022-09-18 11:44:35 +08:00
今日活跃度排名 7358
根据 weeei 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
weeei 最近回复了
开发上是能设置扩展属性 do not back up 来忽略 iCloud 备份的。
可能就是开发者的问题,或者是产品要求这么干的。
1 天前
回复了 waiaan 创建的主题 JavaScript 这段 if...else 有优雅的写法吗?
```js
function onSortChange({ order, prop }) {
var map = new Map(
[
['descending-thisYearIncome', 1], ['descending-lastYearIncome', 3], ['descending-rate', 5],
['ascending-thisYearIncome', 2], ['ascending-lastYearIncome', 4], ['ascending-rate', 6]
])
var sortType = map.get(order + '-' + prop)
this.fetchData(sortType)
}
```
1 天前
回复了 waiaan 创建的主题 JavaScript 这段 if...else 有优雅的写法吗?
function onSortChange({ order, prop }) {
var map = new Map(
[
['descending-thisYearIncome', 1], ['descendinglastYearIncome', 3], ['descendingrate', 5],
['ascending-thisYearIncome', 2], ['ascending-lastYearIncome', 4], ['ascending-rate', 6]
])
var sortType = map.get('descending' + '-' + 'thisYearIncome')
this.fetchData(sortType)
}
1 天前
回复了 weeei 创建的主题 Arc 获取 ARC 离线安装包的方法
1.0 正式版已经发布了。
2 天前
回复了 dorm 创建的主题 职场话题 谈职场晋升
你说的都对,他有他的问题,你是管理人员,懂得用好他就行。
在其他人看来,你也有你的问题啊,别人会认为你以权压人,不善于和下属沟通。
2 天前
回复了 tsohgdivil 创建的主题 Apple 好纠结啊 Apple 官方提供的技术栈
试试 Codable + CloudKit ? https://github.com/insidegui/CloudKitCodable
Bear 已经不是纯粹的 MD 格式了,以后迁移到其他 MD 应用会有格式兼容问题。
3 天前
回复了 doudouwang 创建的主题 生活 31 岁农村中年男子对生孩子和生活的困惑
老婆看着朋友圈里的同学们晒娃,到处旅游,300 平的大房子,各种豪车很羡慕,每每叹息落泪,俺就悔恨不已。

如果你老婆满足现状,就能解决你的问题是不?
不是,为什么你们那么积极的献计啊,真采纳了是给好处还是怎么滴
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2214 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 10:00 · PVG 18:00 · LAX 03:00 · JFK 06:00
Developed with CodeLauncher
♥ Do have faith in what you're doing.