Skip to content

Instantly share code, notes, and snippets.

Showing Recent Issues
Build target Limitless of project Limitless with configuration Debug
CompileC /Users/junzhu/Library/Developer/Xcode/DerivedData/Limitless-ervqfkulucqbdhejnqpeqdonnohj/Build/Intermediates/Limitless.build/Debug-iphonesimulator/Limitless.build/Objects-normal/i386/TableViewCell.o Source/Legacy/CyteKit/TableViewCell.mm normal i386 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/junzhu/Desktop/Limitless
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu++11 -stdlib=libstdc++ -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-p
Showing Recent Issues
Build target Limitless of project Limitless with configuration Debug
CompileC /Users/junzhu/Library/Developer/Xcode/DerivedData/Limitless-ervqfkulucqbdhejnqpeqdonnohj/Build/Intermediates/Limitless.build/Debug-iphonesimulator/Limitless.build/Objects-normal/i386/TableViewCell.o Source/Legacy/CyteKit/TableViewCell.mm normal i386 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/junzhu/Desktop/Limitless
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu++11 -stdlib=libstdc++ -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-p
@gdzhujun
gdzhujun / Build Limitless_2016-11-26T17-13-19
Created November 26, 2016 09:17
Build Limitless_2016-11-26T17-13-19
Showing Recent Issues
Build target Limitless of project Limitless with configuration Debug
CompileC /Users/junzhu/Library/Developer/Xcode/DerivedData/Limitless-ervqfkulucqbdhejnqpeqdonnohj/Build/Intermediates/Limitless.build/Debug-iphonesimulator/Limitless.build/Objects-normal/i386/TableViewCell.o Source/Legacy/CyteKit/TableViewCell.mm normal i386 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/junzhu/Desktop/Limitless
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu++11 -stdlib=libstdc++ -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-p
@gdzhujun
gdzhujun / nvpproxy.go
Created July 18, 2016 13:14 — forked from jannson/nvpproxy.go
proxy for open.v.p.n
package main
import (
"bufio"
"flag"
"io"
"log"
"net"
"net/http"
"os"