search for: conger

Displaying 5 results from an estimated 5 matches for "conger".

Did you mean: longer
2011 Jul 15
2
[LLVMdev] select1st, select2nd
I believe he's referring to this: http://www.sgi.com/tech/stl/select1st.html On Fri, Jul 15, 2011 at 1:29 PM, Chris Lattner <clattner at apple.com> wrote: > > On Jul 15, 2011, at 12:35 PM, David Greene wrote: > >> I've run into a use case where I'd like to use a mapped_iterator to >> iterator the 1st (or 2nd) items in a sequence of std::pairs.  Does
2011 Jul 04
0
[LLVMdev] Deleting unused C++ code
On Mon, Jul 4, 2011 at 9:46 AM, Scott Conger <scott.conger at gmail.com> wrote: > I think what you're looking for is something like Doxygen or CodeViz > that can generate (imperfect) call graphs for you. It sounds like you > just need a rough list of functions that might be unused to start > with. I'll have a peek a...
2011 Jul 04
2
[LLVMdev] Deleting unused C++ code
I think what you're looking for is something like Doxygen or CodeViz that can generate (imperfect) call graphs for you. It sounds like you just need a rough list of functions that might be unused to start with. -Scott On Sun, Jul 3, 2011 at 11:04 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > On Mon, Jul 4, 2011 at 1:42 AM, Øyvind Harboe <oyvind.harboe at zylin.com>
2005 Mar 31
0
poppassd and pam_winbind.so
Hi, I saw your post about poppassd and winbind and wondered if you got anywhere or found a solution. Thanks, Keith -- ---------------------------- Keith Conger Server Systems Administrator Information Technology Onondaga Community College phone:(315)498-2767 nextel:(315)575-7197 email:congerk@sunyocc.edu jabber: congerk@im.sunyocc.edu http://www.sunyocc.edu/~congerk/
2003 Oct 31
37
File Permissions
I have set up Samba so that all users on my small network can read from my one of my Linux shares as well as write to that share. However, when user A saves a file to that share, user B can't open it -- and vice versa. How can I set up samba so that all files written to that share can be read, modified, and deleted by all users? Thanks in advance for an answer to this question.