This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1/15/14 10:19:28.388 AM com.apple.authd[29]: Sandbox denied authorizing right 'system.keychain.create.loginkc' by client '/Applications/Money.app' [3331] | |
| 1/15/14 10:19:28.391 AM Money[3331]: [WARNING] DropboxSDK: error setting stored credentials (-60005) | |
| 1/15/14 10:19:28.418 AM sandboxd[115]: ([3331]) Money(3331) deny authorization-right-obtain system.keychain.create.loginkc | |
| 1/15/14 10:19:29.012 AM Money[3331]: [WARNING] DropboxSDK: error making request to salt.ticdsync - (404) Path '/com.jumsoft.money3.sync/Encryption/salt.ticdsync' not found |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Ubuntu upstart file at /etc/init/memcached.conf | |
| description "memcached" | |
| author "Sa Jing Xian <[email protected]>" | |
| env MEMCACHED=/usr/bin/memcached | |
| start on runlevel [2345] | |
| stop on runlevel [06] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| application: guestbook-go | |
| version: 1 | |
| runtime: go | |
| api_version: go1 | |
| handlers: | |
| - url: /.* | |
| script: _go_app | |
| login: required |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ld /Users/jsa/Library/Developer/Xcode/DerivedData/Q3D-dvfvobcznjbvgqdgsoqhvbzmjfvg/Build/Products/Debug-iphonesimulator/Q3D.app/Q3D normal i386 | |
| cd /Users/jsa/Developer/Insta3D_iOS | |
| export IPHONEOS_DEPLOYMENT_TARGET=7.0 | |
| export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/jsa/.rbenv/shims:/usr/local/bin:/Users/jsa/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/heroku/bin:/Users/jsa/Developer/go/bin:/Users/jsa/Developer/go_appengine:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/heroku/bin:/Users/jsa/Developer/go/bin:/Users/jsa/Developer/go_appengine" | |
| /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -L/Users/jsa/Library/Developer/Xcode/DerivedDa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Incident Identifier: 42795A6E-D4DB-4BE7-8883-7A9876A61F9A | |
| CrashReporter Key: 7ac331f78bc5e8af951ddeaa18b763b41c4c773d | |
| Hardware Model: iPhone7,1 | |
| Process: Tars [2660] | |
| Path: /private/var/mobile/Containers/Bundle/Application/80E9CFE3-7DBE-4148-8DB9-55A274BD1F3A/Tars.app/Tars | |
| Identifier: com.kktown.Tars | |
| Version: 97 (1.1.3) | |
| Code Type: ARM-64 (Native) | |
| Parent Process: launchd [1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // FFT.swift | |
| // | |
| // Copyright (c) 2014–2015 Mattt Thompson (http://mattt.me) | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is | |
| // furnished to do so, subject to the following conditions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FileNotFoundException: Could not load file or assembly 'UnityEditor.iOS.Extensions.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. | |
| System.Reflection.MonoMethodInfo.GetMethodInfo (IntPtr handle) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:59) | |
| System.Reflection.MonoMethod.GetPseudoCustomAttributes () (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:293) | |
| System.MonoCustomAttrs.GetPseudoCustomAttributes (ICustomAttributeProvider obj, System.Type attributeType) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/MonoCustomAttrs.cs:78) | |
| System.MonoCustomAttrs.GetCustomAttributesBase (ICustomAttributeProvider obj, System.Type attributeType) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/MonoCustomAttrs.cs:110) | |
| System.MonoCustomAttrs.GetCustomAttributes (ICustomAttr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I bump into a problem that I cannot render CJVK characters correctly. | |
| === Here's the tiny sample === | |
| \version "2.19.40" | |
| \header { | |
| title = "標題" % Use only English is fine. CJVK seems broken. | |
| } | |
| \score { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "profiles": [ | |
| { | |
| "name": "Default profile", | |
| "selected": true, | |
| "simple_modifications": { | |
| "caps_lock": "delete_or_backspace", | |
| "right_command": "left_control" | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hugo serve -vFD | |
| INFO 2019/06/13 13:54:00 Using config file: | |
| Building sites … INFO 2019/06/13 13:54:00 syncing static files to / | |
| INFO 2019/06/13 13:54:00 found taxonomies: map[string]string{"tag":"tags"} | |
| WARN 2019/06/13 13:54:00 Page's .Hugo is deprecated and will be removed in a future release. Use the global hugo function. | |
| WARN 2019/06/13 13:54:00 Page's .RSSLink is deprecated and will be removed in a future release. Use the Output Format's link, e.g. something like: | |
| {{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}. | |
| | ZH | |
| +------------------+-----+ |