Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 11, 2018 16:13
Show Gist options
  • Save ryantm/d768d97dc8cf8403bf62c2981e533bed to your computer and use it in GitHub Desktop.
Save ryantm/d768d97dc8cf8403bf62c2981e533bed to your computer and use it in GitHub Desktop.
/nix/store/dqhrp35b4vijwd6k77is0ma96vq9arwj-bobcat-4.08.03
├── include
│   └── bobcat
│   ├── a2x
│   ├── align
│   ├── arg
│   ├── argconfig
│   ├── base64streambufbase
│   ├── bigint
│   ├── binarysearch
│   ├── binops
│   ├── binopsbase
│   ├── cerrextractor
│   ├── cgi
│   ├── cidr
│   ├── cininserter
│   ├── clientsocket
│   ├── cmdfinder
│   ├── cmdfinderbase
│   ├── configfile
│   ├── coutextractor
│   ├── csv
│   ├── csv4180
│   ├── datetime
│   ├── decryptbuf
│   ├── diffiehellman
│   ├── digestbuf
│   ├── encryptbuf
│   ├── exception
│   ├── exec
│   ├── extractorbase
│   ├── fbb
│   ├── fork
│   ├── fswap
│   ├── gethostent
│   ├── glob
│   ├── gs
│   ├── hash
│   ├── hmacbuf
│   ├── hostent
│   ├── hostname
│   ├── ibase64stream
│   ├── ibase64streambuf
│   ├── ifdstream
│   ├── ifdstreambuf
│   ├── ifilterstreambuf
│   ├── indent
│   ├── inetaddress
│   ├── iostream
│   ├── iostreambuf
│   ├── iquotedprintablestream
│   ├── iquotedprintablestreambuf
│   ├── irandstream
│   ├── isharedstream
│   ├── isymcryptstream
│   ├── isymcryptstreambuf
│   ├── iterator
│   ├── iuo
│   ├── level
│   ├── linearmap
│   ├── localclientsocket
│   ├── localserversocket
│   ├── localsocketbase
│   ├── log
│   ├── logbuffer
│   ├── mailheaders
│   ├── mbuf
│   ├── milter
│   ├── mstream
│   ├── multistreambuf
│   ├── ofdstream
│   ├── ofdstreambuf
│   ├── ofilterstreambuf
│   ├── ofoldstream
│   ├── ofoldstreambuf
│   ├── ohexstreambuf
│   ├── onekey
│   ├── osharedstream
│   ├── pattern
│   ├── pipe
│   ├── primefactors
│   ├── process
│   ├── processenums
│   ├── ptriter
│   ├── qpstreambufbase
│   ├── randbuffer
│   ├── ranger
│   ├── readlinebuf
│   ├── readlinehistory
│   ├── readlinestream
│   ├── redirector
│   ├── repeat
│   ├── selector
│   ├── semaphore
│   ├── serversocket
│   ├── sharedblock
│   ├── sharedcondition
│   ├── sharedmemory
│   ├── sharedmutex
│   ├── sharedpos
│   ├── sharedsegment
│   ├── sharedstream
│   ├── sharedstreambuf
│   ├── signal
│   ├── socketbase
│   ├── stat
│   ├── stdextractor
│   ├── string
│   ├── stringline
│   ├── symcryptstreambufbase
│   ├── syslogbuf
│   ├── syslogstream
│   ├── table
│   ├── tablebase
│   ├── tablebuf
│   ├── tablelines
│   ├── tablesupport
│   ├── tempstream
│   ├── tty
│   ├── typetrait
│   ├── user
│   ├── x2a
│   └── xpointer
├── lib
│   ├── libbobcat.a
│   ├── libbobcat.so -> libbobcat.so.4
│   ├── libbobcat.so.4 -> libbobcat.so.4.08.03
│   └── libbobcat.so.4.08.03
└── share
├── doc
│   └── libbobcat4-dev
│   ├── examples
│   │   └── sockets
│   │   ├── client
│   │   │   └── client.cc
│   │   ├── client2
│   │   │   └── client2.cc
│   │   ├── forkserver
│   │   │   ├── CLASSES
│   │   │   ├── handler
│   │   │   │   ├── chidlprocess.cc
│   │   │   │   ├── frame
│   │   │   │   ├── handler.h
│   │   │   │   └── handler.ih
│   │   │   ├── icmconf
│   │   │   ├── main.cc
│   │   │   └── main.ih
│   │   ├── forkserver2
│   │   │   ├── CLASSES -> ../forkserver/CLASSES
│   │   │   ├── handler
│   │   │   │   ├── chidlprocess.cc
│   │   │   │   ├── frame
│   │   │   │   ├── handler.h -> ../../forkserver/handler/handler.h
│   │   │   │   └── handler.ih
│   │   │   ├── icmconf -> ../forkserver/icmconf
│   │   │   ├── main.cc
│   │   │   └── main.ih -> ../forkserver/main.ih
│   │   ├── README
│   │   └── server
│   │   └── server.cc
│   ├── images
│   │   ├── sharedsegment1.jpg
│   │   └── sharedsegment2.jpg
│   ├── man
│   │   ├── a2x.3.html
│   │   ├── align.3.html
│   │   ├── arg.3.html
│   │   ├── argconfig.3.html
│   │   ├── bigint.3.html
│   │   ├── binarysearch.3.html
│   │   ├── binops.3.html
│   │   ├── binopsbase.3.html
│   │   ├── bobcat.7.html
│   │   ├── bobcat.jpg
│   │   ├── cerrextractor.3.html
│   │   ├── cgi.3.html
│   │   ├── cidr.3.html
│   │   ├── cininserter.3.html
│   │   ├── clientsocket.3.html
│   │   ├── cmdfinder.3.html
│   │   ├── cmdfinderbase.3.html
│   │   ├── configfile.3.html
│   │   ├── coutextractor.3.html
│   │   ├── csv4180.3.html
│   │   ├── datetime.3.html
│   │   ├── decryptbuf.3.html
│   │   ├── diffiehellman.3.html
│   │   ├── digestbuf.3.html
│   │   ├── encryptbuf.3.html
│   │   ├── exception.3.html
│   │   ├── exec.3.html
│   │   ├── fork.3.html
│   │   ├── fswap.3.html
│   │   ├── gethostent.3.html
│   │   ├── glob.3.html
│   │   ├── hash.3.html
│   │   ├── hmacbuf.3.html
│   │   ├── hostent.3.html
│   │   ├── hostname.3.html
│   │   ├── ibase64stream.3.html
│   │   ├── ibase64streambuf.3.html
│   │   ├── ifdstream.3.html
│   │   ├── ifdstreambuf.3.html
│   │   ├── ifilterstreambuf.3.html
│   │   ├── indent.3.html
│   │   ├── index.html -> bobcat.7.html
│   │   ├── inetaddress.3.html
│   │   ├── iostream.3.html
│   │   ├── iostreambuf.3.html
│   │   ├── iquotedprintablestream.3.html
│   │   ├── iquotedprintablestreambuf.3.html
│   │   ├── irandstream.3.html
│   │   ├── isharedstream.3.html
│   │   ├── isymcryptstream.3.html
│   │   ├── isymcryptstreambuf.3.html
│   │   ├── iterator.3.html
│   │   ├── level.3.html
│   │   ├── linearmap.3.html
│   │   ├── lm.3.html
│   │   ├── localclientsocket.3.html
│   │   ├── localserversocket.3.html
│   │   ├── localsocketbase.3.html
│   │   ├── log.3.html
│   │   ├── logbuffer.3.html
│   │   ├── mailheaders.3.html
│   │   ├── manipulators.3.html
│   │   ├── mbuf.3.html
│   │   ├── milter.3.html
│   │   ├── mlm.3.html
│   │   ├── mstream.3.html
│   │   ├── multistreambuf.3.html
│   │   ├── ofdstream.3.html
│   │   ├── ofdstreambuf.3.html
│   │   ├── ofilterstreambuf.3.html
│   │   ├── ofoldstream.3.html
│   │   ├── ofoldstreambuf.3.html
│   │   ├── ohexstreambuf.3.html
│   │   ├── onekey.3.html
│   │   ├── osharedstream.3.html
│   │   ├── pattern.3.html
│   │   ├── pipe.3.html
│   │   ├── primefactors.3.html
│   │   ├── process.3.html
│   │   ├── ptriter.3.html
│   │   ├── randbuffer.3.html
│   │   ├── ranger.3.html
│   │   ├── readlinebuf.3.html
│   │   ├── readlinehistory.3.html
│   │   ├── readlinestream.3.html
│   │   ├── redirector.3.html
│   │   ├── repeat.3.html
│   │   ├── reverseiterator.3.html -> iterator.3.html
│   │   ├── selector.3.html
│   │   ├── semaphore.3.html
│   │   ├── serversocket.3.html
│   │   ├── sharedblock.3.html
│   │   ├── sharedcondition.3.html
│   │   ├── sharedmemory.3.html
│   │   ├── sharedmutex.3.html
│   │   ├── sharedpos.3.html
│   │   ├── sharedreadme.7.html
│   │   ├── sharedsegment.3.html
│   │   ├── sharedstream.3.html
│   │   ├── sharedstreambuf.3.html
│   │   ├── signal.3.html
│   │   ├── socketbase.3.html
│   │   ├── stat.3.html
│   │   ├── stdextractor.3.html
│   │   ├── string.3.html
│   │   ├── stringline.3.html
│   │   ├── syslogbuf.3.html
│   │   ├── syslogstream.3.html
│   │   ├── table.3.html
│   │   ├── tablebuf.3.html
│   │   ├── tablelines.3.html
│   │   ├── tablesupport.3.html
│   │   ├── tempstream.3.html
│   │   ├── tty.3.html
│   │   ├── typetrait.3.html
│   │   ├── user.3.html
│   │   ├── x2a.3.html
│   │   └── xpointer.3.html
│   ├── process-pipe.odp.gz
│   ├── process-pipe.pdf.gz
│   ├── READLINE.gz
│   ├── README.class-setup.gz
│   ├── README.fnwrap.gz
│   ├── README.gz
│   ├── README.immovable.gz
│   ├── README.milter.gz
│   ├── README.optimization.gz
│   ├── README.process-pipe.gz
│   ├── README.X11.gz
│   ├── scripts
│   │   └── check1.20.0.gz
│   └── TODO.gz
└── man
├── man3
│   ├── a2x.3bobcat.gz
│   ├── align.3bobcat.gz
│   ├── arg.3bobcat.gz
│   ├── argconfig.3bobcat.gz
│   ├── bigint.3bobcat.gz
│   ├── binarysearch.3bobcat.gz
│   ├── binops.3bobcat.gz
│   ├── binopsbase.3bobcat.gz
│   ├── cerrextractor.3bobcat.gz
│   ├── cgi.3bobcat.gz
│   ├── cidr.3bobcat.gz
│   ├── cininserter.3bobcat.gz
│   ├── clientsocket.3bobcat.gz
│   ├── cmdfinder.3bobcat.gz
│   ├── cmdfinderbase.3bobcat.gz
│   ├── configfile.3bobcat.gz
│   ├── coutextractor.3bobcat.gz
│   ├── csv4180.3bobcat.gz
│   ├── datetime.3bobcat.gz
│   ├── decryptbuf.3bobcat.gz
│   ├── diffiehellman.3bobcat.gz
│   ├── digestbuf.3bobcat.gz
│   ├── encryptbuf.3bobcat.gz
│   ├── exception.3bobcat.gz
│   ├── exec.3bobcat.gz
│   ├── fork.3bobcat.gz
│   ├── fswap.3bobcat.gz
│   ├── gethostent.3bobcat.gz
│   ├── glob.3bobcat.gz
│   ├── hash.3bobcat.gz
│   ├── hmacbuf.3bobcat.gz
│   ├── hostent.3bobcat.gz
│   ├── hostname.3bobcat.gz
│   ├── ibase64stream.3bobcat.gz
│   ├── ibase64streambuf.3bobcat.gz
│   ├── ifdstream.3bobcat.gz
│   ├── ifdstreambuf.3bobcat.gz
│   ├── ifilterstreambuf.3bobcat.gz
│   ├── indent.3bobcat.gz
│   ├── inetaddress.3bobcat.gz
│   ├── iostream.3bobcat.gz
│   ├── iostreambuf.3bobcat.gz
│   ├── iquotedprintablestream.3bobcat.gz
│   ├── iquotedprintablestreambuf.3bobcat.gz
│   ├── irandstream.3bobcat.gz
│   ├── isharedstream.3bobcat.gz
│   ├── isymcryptstream.3bobcat.gz
│   ├── isymcryptstreambuf.3bobcat.gz
│   ├── iterator.3bobcat.gz
│   ├── level.3bobcat.gz
│   ├── linearmap.3bobcat.gz
│   ├── lm.3bobcat.gz
│   ├── localclientsocket.3bobcat.gz
│   ├── localserversocket.3bobcat.gz
│   ├── localsocketbase.3bobcat.gz
│   ├── log.3bobcat.gz
│   ├── logbuffer.3bobcat.gz
│   ├── mailheaders.3bobcat.gz
│   ├── manipulators.3bobcat.gz
│   ├── mbuf.3bobcat.gz
│   ├── milter.3bobcat.gz
│   ├── mlm.3bobcat.gz
│   ├── mstream.3bobcat.gz
│   ├── multistreambuf.3bobcat.gz
│   ├── ofdstream.3bobcat.gz
│   ├── ofdstreambuf.3bobcat.gz
│   ├── ofilterstreambuf.3bobcat.gz
│   ├── ofoldstream.3bobcat.gz
│   ├── ofoldstreambuf.3bobcat.gz
│   ├── ohexstreambuf.3bobcat.gz
│   ├── onekey.3bobcat.gz
│   ├── osharedstream.3bobcat.gz
│   ├── pattern.3bobcat.gz
│   ├── pipe.3bobcat.gz
│   ├── primefactors.3bobcat.gz
│   ├── process.3bobcat.gz
│   ├── ptriter.3bobcat.gz
│   ├── randbuffer.3bobcat.gz
│   ├── ranger.3bobcat.gz
│   ├── readlinebuf.3bobcat.gz
│   ├── readlinehistory.3bobcat.gz
│   ├── readlinestream.3bobcat.gz
│   ├── redirector.3bobcat.gz
│   ├── repeat.3bobcat.gz
│   ├── selector.3bobcat.gz
│   ├── semaphore.3bobcat.gz
│   ├── serversocket.3bobcat.gz
│   ├── sharedblock.3bobcat.gz
│   ├── sharedcondition.3bobcat.gz
│   ├── sharedmemory.3bobcat.gz
│   ├── sharedmutex.3bobcat.gz
│   ├── sharedpos.3bobcat.gz
│   ├── sharedsegment.3bobcat.gz
│   ├── sharedstream.3bobcat.gz
│   ├── sharedstreambuf.3bobcat.gz
│   ├── signal.3bobcat.gz
│   ├── socketbase.3bobcat.gz
│   ├── stat.3bobcat.gz
│   ├── stdextractor.3bobcat.gz
│   ├── string.3bobcat.gz
│   ├── stringline.3bobcat.gz
│   ├── syslogbuf.3bobcat.gz
│   ├── syslogstream.3bobcat.gz
│   ├── table.3bobcat.gz
│   ├── tablebuf.3bobcat.gz
│   ├── tablelines.3bobcat.gz
│   ├── tablesupport.3bobcat.gz
│   ├── tempstream.3bobcat.gz
│   ├── tty.3bobcat.gz
│   ├── typetrait.3bobcat.gz
│   ├── user.3bobcat.gz
│   ├── x2a.3bobcat.gz
│   └── xpointer.3bobcat.gz
└── man7
├── bobcat.7.gz
└── sharedreadme.7bobcat.gz
21 directories, 392 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment