Skip to content

Instantly share code, notes, and snippets.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| Operation | PHV/Object Name | Rows | Bytes| Cost |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|SELECT STATEMENT | | | | |
|PX COORDINATOR | | | | |
| PX SEND QC (ORDER) | | | |
% pkg-config --libs libcurl
Package libcurl was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcurl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libcurl' found
% LIBCURL_LIBS="-L/usr/local/opt/curl/lib" LIBCURL_CFLAGS="-I/usr/local/opt/curl/include" ./configure --prefix=/Users/yoshikaw/local/stow/libsixel.$(date +%Y%m%d) --with-libcurl
% make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
% find /usr/local -name '*.pc' | grep libcurl | xargs ls -ldtr
-rw-r--r-- 1 yoshikaw admin 1637 Mar 10 2013 /usr/local/Library/ENV/pkgconfig/10.8/libcurl.pc
-rw-r--r-- 1 yoshikaw admin 338 Mar 10 2013 /usr/local/Library/ENV/pkgconfig/10.5/libcurl.pc
-r--r--r-- 1 yoshikaw admin 1584 May 21 07:02 /usr/local/Cellar/curl/7.36.0/lib/pkgconfig/libcurl.pc
% env PKG_CONFIG_PATH=/usr/local/Cellar/curl/7.36.0/lib/pkgconfig pkg-config --libs libcurl
-L/usr/local/Cellar/curl/7.36.0/lib -lcurl
----------------------------------------------------------------------
| Id | Operation |
----------------------------------------------------------------------
| 0 | SELECT STATEMENT |
| 1 | SORT ORDER BY |
| 2 | VIEW |
| 3 | HASH UNIQUE |
| 4 | NESTED LOOPS OUTER |
|* 5 | HASH JOIN ANTI |
| 6 | NESTED LOOPS OUTER |
% diff -u crsstat{.orig,}
--- crsstat.orig 2014-05-24 20:52:51.000000000 +0900
+++ crsstat 2014-05-24 23:19:16.000000000 +0900
@@ -37,7 +37,7 @@
# ********* ENV VARIABLES *********
# MODIFY AS NEEDED ................
# *********************************
-GRID_HOME=/u01/app/12.1.0/grid/
+GRID_HOME=${GRID_HOME:-/u01/app/12.1.0/grid}
% diff -udrq XQuartz-2.7.{5,6} | egrep '^Only in .*/opt/X11/(include|lib)' | sort
Only in XQuartz-2.7.5/opt/X11/include/X11/Xtrans: Xtranstli.c
Only in XQuartz-2.7.5/opt/X11/include/freetype2: freetype
Only in XQuartz-2.7.5/opt/X11/include: ft2build.h
Only in XQuartz-2.7.5/opt/X11/lib: libxcb-sync.0.dylib
Only in XQuartz-2.7.6/opt/X11/include/X11/extensions: dri3proto.h
Only in XQuartz-2.7.6/opt/X11/include/X11/extensions: presentproto.h
Only in XQuartz-2.7.6/opt/X11/include/X11/extensions: presenttokens.h
Only in XQuartz-2.7.6/opt/X11/include/X11: xshmfence.h
Only in XQuartz-2.7.6/opt/X11/include/freetype2: config
% gdb ~/local/stow/screenx-4.2.1-git7d8fd3a.20140527/bin/screenx ./core
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
diff --git a/autoload/unite/view.vim b/autoload/unite/view.vim
index 32cda1b..bb534d5 100644
--- a/autoload/unite/view.vim
+++ b/autoload/unite/view.vim
@@ -785,7 +785,7 @@ function! unite#view#_redraw_echo(expr) "{{{
endfunction"}}}
function! unite#view#_match_line(highlight, line, id) "{{{
- return has('patch7.4.340') ?
+ return (v:version > 704 || (v:version is 704 && has('patch340'))) ?
bash-4.1# traceroute -m 100 216.81.59.173
traceroute to 216.81.59.173 (216.81.59.173), 100 hops max, 60 byte packets
1 172.17.42.1 (172.17.42.1) 0.048 ms 0.307 ms 0.018 ms
2 10.0.2.2 (10.0.2.2) 0.229 ms 0.108 ms 0.148 ms
3 * * *
4 * * *
5 * * *
6 172.23.114.114 (172.23.114.114) 132.953 ms 128.121 ms 127.152 ms
7 172.31.7.50 (172.31.7.50) 126.219 ms 125.704 ms 125.449 ms
8 172.31.7.62 (172.31.7.62) 125.591 ms 32.043 ms 31.830 ms