home | log | search | bash | stats | wiki


Matches for foo -ninjaderp, 104 total results Sorted by newest | relevance

Sat Dec 26 05:43:26 UTC 2015  <phf>   well, that's the relevant posting bit echo foo|curl -s -F "content=<-" http://dpaste.com/api/v2/

Sat Dec 26 05:40:39 UTC 2015  <phf>   what does that produce? curl -s `printf 'foo\x0abar'|curl -s -F "content=<-" http://dpaste.com/api/v2/`.txt|xxd

Sat Dec 26 05:30:02 UTC 2015  <phf>   (drakma:http-request (concatenate 'string (cdr (assoc :location (nth-value 2 (drakma:http-request "http://dpaste.com/api/v2/" :method :post :parameters `(("content" . ,(concatenate 'string "foo" '(#\Newline) "bar"))))))) ".txt") :force-binary t)

Sat Dec 26 05:06:15 UTC 2015  <asciilifeform>   i want to ./foo | curl blah

Sat Dec 19 07:59:45 UTC 2015  <liquidassets>   kung foo grip

Tue Nov 17 17:21:33 UTC 2015  <punkman>   plus derps ain't got money to fly foo!

Tue Nov 10 05:59:18 UTC 2015  <phf>   oh, it's placed around, so (loop named foo ...) == (block foo (loop ...))

Tue Nov 10 05:57:39 UTC 2015  <phf>   probably can be cleaned up, but where's that catch being interpolated when you do (loop named foo...)

Tue Nov 10 05:57:01 UTC 2015  <phf>   oh yeah, re lisp, i've not had a chance to use it, but i'm pretty sure i have a bunch of code that does (loop .. do (catch :foo ... (loop ... (throw :foo ...)))

Tue Nov 10 05:53:24 UTC 2015  <ben_vulpes>   (loop named foo ... (loop named bar ... (return-from foo thinger))

Tue Nov 10 05:44:19 UTC 2015  <phf>   otherwise you need to do foo=NULL; for(...) {...}; if(!foo) { ... }

Sun Nov 08 23:41:02 UTC 2015  <*>   jurov tries to compile #include <string.h> int main(){char *foo ="abcd"; memfrob(foo);}

Thu Nov 05 02:46:12 UTC 2015  <phf>   mod6: use File::Temp qw/:mktemp/; $foo = mkdtemp("/tmp/fooXXXXXXX"); print $foo."\n"; # => /tmp/foowq51sxd

Fri Sep 04 15:43:39 UTC 2015  <phf>   su/sudo vfs would be handy for copying files between users without having to adjust permissions or escalate to superuser. one pane is user foo, other pane is user bar. doesn't matter if foo's pane is in 700 folder, and if you were to copy, file will be created as belonging to user bar, with his umask applied

Tue Sep 01 04:17:32 UTC 2015  <asciilifeform>   ./v.py patches h foo/bitcoin/src/main.cpp

Sat Aug 22 18:22:58 UTC 2015  <asciilifeform>   presently some of them are, e.g., '+++ b/src/foo' and this slipped past my eyes

Sat Aug 22 18:22:32 UTC 2015  <asciilifeform>   to be specific, all diff hunks should take the form seen in 'genesis', where '--- a/bitcoin/src/foo', '+++ b/bitcoin/src/foo'

Mon Aug 10 02:32:41 UTC 2015  <asciilifeform>   as in, /home/schmuck/foo/bar/rotor/toolchain

Mon Aug 10 00:19:40 UTC 2015  <phf>   williamdunne: i guess i might've also did a wild guess, i assume you're getting some standard-objects from somewhere, and they come out as #<FOO #x123123> or somesuch and you're trying to figure out, what's inside of them. you can (inspect foo) to see the insides of the object on repl, or you can call that (defmethod ...) and then every time an object is displayed on repl it's going to be displayed as #<FOO (value . 1) (value2 . "hello")> i

Sun Aug 09 23:03:12 UTC 2015  <phf>   williamdunne: not builtin, but here's a generic object printer, http://paste.lisp.org/display/153363. if you have an instance of a class, you'll get #<FOO (A . 1) (B . "test") C #x123123> (where C is unbound)

« Previous Page    Next Page »