bumaociyuan's recent timeline updates
bumaociyuan

bumaociyuan

V2EX member #127853, joined on 2015-07-18 23:09:13 +08:00
Per bumaociyuan's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
bumaociyuan's recent replies
Mar 22, 2019
Replied to a topic by dingdangnao macOS 最近一周左右,每天都有 Kernel Panic
https://www.v2ex.com/t/547263 你在用 OneDrive 么
@lhstock

Sending iMessage/SMS messages
Rather than explain what this is doing, see if you can figure it out. You may recognise the wifi parts from Reacting to wifi events:

```
coffeeShopWifi = "Baristartisan_Guest"
lastSSID = hs.wifi.currentNetwork()
wifiWatcher = nil

function ssidChanged()
newSSID = hs.wifi.currentNetwork()

if newSSID == coffeeShopWifi and lastSSID ~= coffeeShopWifi then
-- We have arrived at the coffee shop
hs.messages.iMessage("[email protected]", "Hey! I'm at Baristartisan's, come join me!")
hs.messages.SMS("+1234567890", "Hey, you don't have an iPhone, but you should still come for a coffee")
end
end

wifiWatcher = hs.wifi.watcher.new(ssidChanged)
wifiWatcher:start()
```
Hammerspoon
Sep 14, 2016
Replied to a topic by zcwlwen Xcode 升级了 Xcode8,遇到的问题汇总
新版 Chrome 的界面实在是太难看了!!
Jun 28, 2016
Replied to a topic by Wilon iOS 免证书的情况下,怎么给远程设备安装 APP
https://github.com/bumaociyuan/ios-ipa-server
未付费开发者打包的 ipa 也可安装
Jun 17, 2016
Replied to a topic by GeforceLee Apple go2shell 在 iTerm2 v3 失灵了
```

tell application "Finder"
set pathList to (quoted form of POSIX path of (folder of the front window as alias))
set command to "clear; cd " & pathList
end tell

tell application "System Events"
-- some versions might identify as "iTerm2" instead of "iTerm"
set isRunning to (exists (processes where name is "iTerm")) or (exists (processes where name is "iTerm2"))
end tell

tell application "iTerm"
activate
set hasNoWindows to ((count of windows) is 0)
if isRunning and hasNoWindows then
create window with default profile
end if
select first window

tell the first window
if isRunning and hasNoWindows is false then
create tab with default profile
end if

tell current session to write text command
end tell
end tell


```
Feb 26, 2016
Replied to a topic by kenshinhu Xcode Xcode 有什么好用的 Git 工具吗?
Xcode 原生+命令行
Jan 29, 2016
Replied to a topic by gzelvis Apple Apple 最新推出的呈现引擎 WKWebView?
@gzelvis 是的
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   955 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 19:55 · PVG 03:55 · LAX 12:55 · JFK 15:55
♥ Do have faith in what you're doing.