Skip to content

Instantly share code, notes, and snippets.

View icodesign's full-sized avatar
:octocat:
mew~

icodesign icodesign

:octocat:
mew~
View GitHub Profile
@icodesign
icodesign / vpnmanager.log
Created August 2, 2017 05:31
VPNManager Log
Aug 2 13:21:16 Lei-iPhone7 OnionNetwork[23856] <Notice>: switch vpn: (null)
Aug 2 13:21:16 Lei-iPhone7 nesessionmanager(NetworkExtension)[130] <Notice>: NESMVPNSession[Onion Knight:CFF87D48-CABA-4FD9-9EB4-1C603E31E1D5]: Received a start command from OnionNetwork[23856]
Aug 2 13:21:16 Lei-iPhone7 nesessionmanager(NetworkExtension)[130] <Notice>: NESMVPNSession[Onion Knight:CFF87D48-CABA-4FD9-9EB4-1C603E31E1D5]: status changed to connecting
Aug 2 13:21:16 Lei-iPhone7 sharingd(CoreUtils)[2251] <Notice>: Linger advertise ended
Aug 2 13:21:16 Lei-iPhone7 sharingd(CoreUtils)[2251] <Notice>: BLE NearbyInfo advertiser stop
Aug 2 13:21:16 Lei-iPhone7 sharingd(CoreUtils)[2251] <Notice>: Invalidating
Aug 2 13:21:16 Lei-iPhone7 sharingd(WirelessProximity)[2251] <Notice>: NearBy stop advertising of type: 16
Aug 2 13:21:16 Lei-iPhone7 sharingd(CoreUtils)[2251] <Notice>: Invalidated
Aug 2 13:21:16 Lei-iPhone7 wirelessproxd[55] <Notice>: Stop advertising for process sharingd (2251) of type 16
Aug 2 13:21:16 Lei-iPh
@icodesign
icodesign / help.js
Last active July 23, 2019 07:23
iTunes Connect TestFlight Auto Scroll
function help() {
var count = 0;
var total = 40;
var id = setInterval(scroll, 10000);
scroll();
function scroll() {
console.log("scrolling to bottom: " + count);
if (count === total) {
clearInterval(id);
} else {
basepath = "Cuto"
locales = [
"de",
"en",
"es",
"fr",
"it",
"ja",
"ko",