Indexing output from an anonymous function120 (6/27/2008 7:36:02 PM) comp.soft-sys.matlab I have an anonymous function that returns a two-vector for an optics calculation: e2w = @(rho) [rho 1]/norm([rho 1]); I then later want to do a calculation using just the first element. How do I index the ou... Ian
InnoDB restore database: VIEW error025 (6/13/2006 8:57:51 AM) comp.databases.mysql Hi, I tried to backup a InnoDB schema which contains a simple VIEW. When I tried to restore the .sql to a new schema, I get the error: Warning: Do not know how to handle this statement at line XXXXX The line ... the_m
Static linking only includes what you use, right?732 (1/21/2005 7:46:21 PM) comp.unix.aix Can somebody settle an argument for me. A fellow programmer at my company insists that when you link a library statically, the entire library is included in your executable, and not just the modules you ref... Rob
viewso - what shared libraries are loaded?434 (9/7/2004 4:01:58 PM) comp.unix.aix I used to use a utility called viewso that I downloaded from the AIX library server. It displayed a list of loaded shared libraries and where they were loaded from. Made it really easy to see how your LIBP... Rob
problem with kuickshow zoom feature113 (5/27/2004 7:10:07 PM) comp.windows.x.kde Have any of you ever tried hitting the 'plus' key several times to zoom an image in kuickshow? If you're too fast with that key, you can end up queueing up a bunch of zoom operations, since each successive z... Rob
could kde ignore doubleclicks instead of processing both?1215 (5/27/2004 6:55:49 PM) comp.windows.x.kde I recently tried the SUSE 9.1 'live CD' after having used RH9 and MDK9 long enough to have gotten used to double-clicking again. Well, launching apps from a live CD is a slow affair (at least on my machine),... Rob
Can the linker ever include 2 versions of a symbol?630 (2/25/2004 8:46:54 PM) comp.unix.aix I have an app that uses a shared library. The shared library contains an ErrorLogger function, but I don't want to use it. So my main module has its own ErrorLogger function. Seems straightforward enough. ... Rob
can't get DSN to work (-N success,failure,delay)452 (1/16/2004 6:47:13 PM) comp.mail.sendmail When I enter sendmail -t -N success <mailfile or sendmail -t -N failure <mailfile I get the requested Delivery Status Notification. But when I enter sendmail -t -N "success,failure,delay" <mailfile I get ... Rob
dbx says 'source file not compiled with -g'647 (1/13/2004 4:47:59 PM) comp.unix.aix Several people in our shop have recently been told by dbx that they can't set breakpoints in a particular module, because it was not compiled with the -g option. I've stood beside them as they built their ap... Rob
me1513's replies:
Items(7) /1
Socket listener stops getting connections?324 (1/13/2004 4:34:22 PM) comp.unix.aix I have a socket-based app that's been running for years on various AIX systems. It supports multiple sockets and a single message queue via the poll() function (by the way, I love that AIX supports message q... me1513(24)
dbx says 'source file not compiled with -g'647 (1/13/2004 4:47:59 PM) comp.unix.aix Several people in our shop have recently been told by dbx that they can't set breakpoints in a particular module, because it was not compiled with the -g option. I've stood beside them as they built their ap... me1513(24)
can't get DSN to work (-N success,failure,delay)452 (1/16/2004 6:47:13 PM) comp.mail.sendmail When I enter sendmail -t -N success <mailfile or sendmail -t -N failure <mailfile I get the requested Delivery Status Notification. But when I enter sendmail -t -N "success,failure,delay" <mailfile I get ... me1513(24)
Can the linker ever include 2 versions of a symbol?630 (2/25/2004 8:46:54 PM) comp.unix.aix I have an app that uses a shared library. The shared library contains an ErrorLogger function, but I don't want to use it. So my main module has its own ErrorLogger function. Seems straightforward enough. ... me1513(24)
could kde ignore doubleclicks instead of processing both?1215 (5/27/2004 6:55:49 PM) comp.windows.x.kde I recently tried the SUSE 9.1 'live CD' after having used RH9 and MDK9 long enough to have gotten used to double-clicking again. Well, launching apps from a live CD is a slow affair (at least on my machine),... me1513(24)
viewso - what shared libraries are loaded?434 (9/7/2004 4:01:58 PM) comp.unix.aix I used to use a utility called viewso that I downloaded from the AIX library server. It displayed a list of loaded shared libraries and where they were loaded from. Made it really easy to see how your LIBP... me1513(24)
Static linking only includes what you use, right?732 (1/21/2005 7:46:21 PM) comp.unix.aix Can somebody settle an argument for me. A fellow programmer at my company insists that when you link a library statically, the entire library is included in your executable, and not just the modules you ref... me1513(24)