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
| #!/usr/bin/php | |
| <?php | |
| /** | |
| * lineColor | |
| * mostly for use with DeMarko's color extension of IRCCat | |
| * | |
| * @arg line string representing MTA Subway line | |
| * @return string representing MTA Subway line color | |
| */ | |
| function lineColor($line) { |
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
| syr2.o xgbmv.o xsbmv.o xspmv.o xspr.o xspr2.o xtbsv.o xtbmv.o xtpsv.o xtpmv.o xhemv.o xhbmv.o xher.o xher2.o xhpmv.o xhpr.o xhpr2.o xgemm.o xsymm.o xtrmm.o xtrsm.o xsyrk.o xsyr2k.o xhemm.o xherk.o xher2k.o xgemm3m.o xsymm3m.o xhemm3m.o xgetf2.o xgetrf.o xlauu2.o xlauum.o xpotf2.o xpotrf.o xtrti2.o xtrtri.o xlaswp.o xgetrs.o xgesv.o xpotri.o | |
| make[1]: Leaving directory `/home/amorrison/development/julia/deps/openblas-v0.2.5/interface' | |
| make[1]: Entering directory `/home/amorrison/development/julia/deps/openblas-v0.2.5/driver/level2' | |
| gcc -c -O2 -DEXPRECISION -m128bit-long-double -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DMAX_CPU_NUMBER=4 -DASMNAME=strmv_NUU -DASMFNAME=strmv_NUU_ -DNAME=strmv_NUU_ -DCNAME=strmv_NUU -DCHAR_NAME=\"strmv_NUU_\" -DCHAR_CNAME=\"strmv_NUU\" -I../.. -UDOUBLE -UCOMPLEX -UCOMPLEX -UDOUBLE -UTRANSA -DUNIT trmv_U.c -o strmv_NUU.o | |
| gcc -c -O2 -DEXPRECISION -m128bit-long-double -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DMAX_CPU_NUMBER=4 -DASMNAME=strmv_NUN -DASMFNAME=strmv_ |
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
| def coerce[A,T](fs : (Fields,Fields))(implicit bijection : Bijection[A,T]) : Pipe = { | |
| assert(fs._1.size == fs._2.size, | |
| "Number of field names must match for coerce") | |
| pipe.map(fs) { | |
| inputs : List[A] => | |
| inputs.map { value:A => bijection(value) } | |
| } | |
| } |
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
| def coerce[A,T](fs : (Fields,Fields)) : Pipe = { | |
| assert(fs._1.size == fs._2.size, | |
| "Number of field names must match for coerce") | |
| pipe.map(fs) { | |
| inputs : List[A] => | |
| inputs.map { value:A => Bijection[A,B](value) } | |
| } | |
| } |
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
| Starting SSL accept handshake for 192.168.11.25 | |
| ircd_SSL_accept([@192.168.11.25.49929]), - OpenSSL functions requested a read() | |
| Doing DNS async.. | |
| c()=-4 p 30 k 0 a 1 | |
| Next check_ping() call at: Tue Jan 29 20:11:42 2013, 30 1359508302 1359508293 | |
| Doing DNS async.. | |
| Doing DNS async.. |
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
| CAP REQ multi-prefix | |
| NICK asm3 | |
| USER anonymous 0 * Andrew S. Morrison | |
| NOTICE AUTH *** Looking up your hostname... | |
| NOTICE AUTH *** Found your hostname | |
| CAP * ACK multi-prefix | |
| PING FAAD311A | |
| PONG FAAD311A | |
| CAP END | |
| 001: Welcome to the collapse.io IRC Network asm3 |
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
| checking if _THREAD_SAFE is already defined... no | |
| checking if _THREAD_SAFE is actually needed... no | |
| checking if _THREAD_SAFE is onwards defined... no | |
| checking if _REENTRANT is already defined... no | |
| checking if _REENTRANT is actually needed... no | |
| checking if _REENTRANT is onwards defined... no |
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_On005Numeric | |
| I_OnAcceptConnection | |
| I_OnAddLine | |
| I_OnBackgroundTimer | |
| I_OnBuildNeighborList | |
| I_OnChangeHost | |
| I_OnChangeIdent | |
| I_OnChangeName | |
| I_OnChannelDelete | |
| I_OnChannelPreDelete |
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
| web0236 : [Wed Feb 20 14:20:48 2013] [error] [client 10.101.136.6] [t1AUY-E8wmUGmCRWWPOel6NfcJWf] [error] [GENERAL] [/var/etsy/web-0000000-00000000-000000-UTC/phplib/Logger.php:670] [15599655] PHP Fatal error: Cannot use object of type Feedback_Presenter as array in /var/etsy/web-0000000-00000000-000000-UTC/tmp/templates/compile/en-US/1/%%94/941/9416A16A%%toolbar.tpl.php on line 156, referer: https://www.etsy.com/shop/EtSly |
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
| mimetypeapplication/epub+zipPK | |
| OEBPS/images/morse-code49.jpg | |
| .*JHZ, | |
| Sm5 | |
| '<$` | |
| sSu2? | |
| h!fh? | |
| baWaY | |
| SX7l | |
| hG!>"V |
OlderNewer