@dynamicCallable: Unix Tools as Swift Functions – The Always Right Institute – Almost always sometimes definitely right.
Wait what?! We want to call arbitrary commandline tools from within Swift, like so: for file in shell.ls(“/Users/”).split(separator: “\n”) { print(“dir:”, file) } Source: @dynamicCallable: Unix Tools as Swift Functions – The Always Right Institute – Almost always sometimes definitely right.
iOS 原生 App 是怎么 deselectRow 的? | kemchenj
这两天偶然发现系统设置里 tableView deselectRow 的时机和效果都很特别,正常情况下我们的 deselect 操作都会在 didSelect 代理方法里执行,抑或者是更加细致一点,在 viewDidAppear 里完成。 Source: iOS 原生 App 是怎么 deselectRow 的? | kemchenj
国内现在一般反稀释条款常见吗? – 知乎
对赌条款和反稀释条款是投资协议里最引人注目的部分,很多人将这两个概念混着用,实际上这是对于股权投资的错误认知,对赌和反稀释的关系,可以理解为前者是保底,后者是保护;前者让股权投资有了债的属性,后者是纯粹的股权投资制度安排,学名是“价值调整机制”(value adjustment mechanism)。 Source: 国内现在一般反稀释条款常见吗? – 知乎
Remove Background from Image – remove.bg
Remove Image Background Source: Remove Background from Image – remove.bg
ofo 惨败的故事,已经反复上演了 20 年
究竟是从什么时候开始,市场不再要求创业公司盈利的呢? Source: ofo 惨败的故事,已经反复上演了 20 年 | 爱范儿
The World through the Eyes of the US
This is a chart about the world through the eyes of the US. There is always that one country on our collective conscious, and I wanted to know how that has changed over time. So I turned to the newspaper, since headlines have long been the catalyst for daily conversations about what is going on […]
Python Development Environment 2019
Python Development Environment 2019 Source: Python Development Environment 2019 – Meet @fannheyward
RxSwift 中文文档
Source: 4. RxSwift 核心 · RxSwift 中文文档
Visual Localisation Demo
OUR SYSTEM, POSENET, IS ABLE TO ESTIMATE YOUR LOCATION AND ORIENTATION FROM A SINGLE COLOUR IMAGE. IT TAKES <2MS TO RELOCALISE WITHIN A FEW METERS AND A FEW DEGREES IN LARGE SCALE URBAN SCENES. THIS IS MORE ACCURATE THAN GPS AND CAN ALSO DO THINGS WHICH GPS CANNOT, SUCH AS DETERMINING YOUR ORIENTATION, AND OPERATING […]
maxxfrazer/ARKit-SCNPath: Create paths for you Augmented Reality environments using just points to represent the centre of the path.
Navigation seems to be a strong point for people making AR apps. So here’s a class to easily create a path in AR along a set of centre points. This class can also be used to draw out a racetrack, road for an animated character to follow, or even draw a pentagram on the floor! […]