search for: befriend

Displaying 8 results from an estimated 8 matches for "befriend".

Did you mean: gefriend
2006 Aug 11
0
pimp my code?? Using self.new in class methods, brittle design & testing such methods
...d I''m about to go to sleep. I''m having doubts about my code now that I''m trying to test as I go. Now my model follows the pattern of the LineItem model in the rails book. Basically the User has one Group and this one Group has many Friends (polymorphic two-way as "befriender" and "befriended"--users). from Friend.rb (here the "befriender" and "befriended" that are passed into the model are User objects) def self.befriend_user(befriender, befriended) unless befriender.is_friends_with(befriended) friend = self.new friend.b...
2019 Jun 20
1
Windows Server 2003 and Samba 4.7.6
Hello, In short: there's a Windows Server 2003 system, which worked without many problems with NT domain (Samba 3). The NT domain is being shut down, and I noticed I have hard time trying to befriend the mentioned system with AD run under Samba 4.7.6 (default on Ubuntu 18.04). Is the mentioned AD incompatible with Windows Server 2003? When trying to join, I get cryptic message about password being incorrect (? the domain administrator I use is used with correct password), and see no mentio...
2005 Jun 07
1
realtime & nat
It's pretty obvious from the wiki that realtime and Nat don't befriend quite well. As It is obvious the necesity of both of them, mainly have clients under nat talking to an asterisk server. The question I would like to throw away is.. What would you do to have both of them? I have two possible solutions in mind. 1. Use static configuration for sip users with nat=y...
2015 Jul 27
2
[LLVMdev] [un]wrapping llvm:DITypeRef
...: public DIScope { ... public: ... operator DITypeRef () const { ^^^^^^^^^^^^^^^^^^ assert(isType() && "constructing DITypeRef from an MDNode that is not a type"); return DITypeRef(&*getRef()); } This, through a series of specializations, befriendings, etc., is able to get to the private constructor of DITypeRef. This should help solve my problem, once I figure out how to construct a properly equivalent DIType. Thanks. > HTH, > Andrew -- Rodney Bates rodney.m.bates at acm.org
2015 Jul 27
0
[LLVMdev] [un]wrapping llvm:DITypeRef
..... > operator DITypeRef () const { > ^^^^^^^^^^^^^^^^^^ > assert(isType() && > "constructing DITypeRef from an MDNode that is not a type"); > return DITypeRef(&*getRef()); > } > > This, through a series of specializations, befriendings, etc., is able to > get to the private constructor of DITypeRef. > > This should help solve my problem, once I figure out how to construct a > properly equivalent DIType. > I was mistaken. This does not solve my problem. The implicit conversion operator DITypeRef converts from...
2015 Jul 26
0
[LLVMdev] [un]wrapping llvm:DITypeRef
On Sun, 26 Jul 2015 at 06:48 Rodney M. Bates <rodney_bates at lcwb.coop> wrote: > In trying to write a C binding for DIBuilder of llvm 3.6.1, I can't see a > way to unwrap > llvm::DITypeRef, declared in include/llvm/IR/DebugInfo.h. This is a class > with one > data member, a pointer to Metadata. > > If I try to make my C type a struct with one pointer, I can't
2002 Dec 15
0
Newsletter Vol 1 Issue 12: Safety For Children On The Web & Virus Protection
SAFETY FOR CHILDREN ON THE WEB Compliments of www.milfordpc.com, PC and Network services with over 10 years of Technical Experience "Cyberprowlers" know that children today are computer savvy, and know that they generally are very trusting of people. They use this knowledge to befriend them, and can be dangerous if they learn information about who the child is, where s/he lives, or tries to arrange a meeting. If you have children, check some of the sites listed below. General Guidelines * Teach your children about safety online; children should never give out personal informatio...
2015 Jul 25
4
[LLVMdev] [un]wrapping llvm:DITypeRef
In trying to write a C binding for DIBuilder of llvm 3.6.1, I can't see a way to unwrap llvm::DITypeRef, declared in include/llvm/IR/DebugInfo.h. This is a class with one data member, a pointer to Metadata. If I try to make my C type a struct with one pointer, I can't cast it to DITypeRef. If I try to go inside the classes and use the pointer, I can cast, but can't construct a