search for: fuzzier

Displaying 9 results from an estimated 9 matches for "fuzzier".

Did you mean: fuzzer
2004 Sep 07
2
Crossed lines - a worrying problem.
...ser: "I just made a call via BT to a mobile. Then an incoming call came in and Ann else answered it - it made my call go completely fuzzy and I could hear what the woman on the other line was saying to Ann but I couldn't hear my conversation! When Ann's call finished - mine went even fuzzier and all I could hear was computer and internet noises." The setup is: Asterisk box AMD Duron 1600, 256MB Slackware 10 Asterisk RC1 One 'Fritz!' ISDN card (fcpci/chan_capi) Four Grandstream BudgeTone 101 handsets It's a shared 100bT LAN with three PCs and a printer, no strenuous f...
2007 Oct 24
3
Will there be a new release soon?
Hi, Is there going to be a 1.5.1 release anytime soon? Seems like there have been enough changes in SVN to warrant one and I prefer to use only "released" code in production. It gives me warmer, fuzzier feelings than using svn/trunk. :) Regards, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immed...
2002 Jul 29
1
Valgrind
...* Memory leaks -- where pointers to malloc'd blocks are lost forever * Passing of uninitialised and/or unaddressible memory to system calls * Mismatched use of malloc/new/new [] vs free/delete/delete [] * Some misuses of the POSIX pthreads API -- Florin Andrei "Some times are fuzzier than others." - Dan Farmer & Wietse Venema
2016 Jul 22
3
Multifactor authentication troubles
I'm writing a PAM module to do authentication through Signal (as in Open Whisper Systems) [1]. I would like to be able to offer (Public key AND Signal) or (Password AND Signal) for authentication. This suggests setting AuthenticationMethods to publickey,keyboard-interactive:pam password,keyboard-interactive:pam However, when PAM is enabled "password" means "show password
2005 Aug 20
2
[LLVMdev] Marking source locations without interfering with optimization?
...ve them as much detail as possible, it's OK if it isn't exact, but it is not OK if it interferes with the optimization, because that's the whole point. So, given those goals, it seems that just using the traditional debug info as it is designed is not a good idea, since I want more and fuzzier answers. Also, unless I'm missing something, the debug info uses intrinsic function calls, which are treated as un-analyzable, and if I tried supplying those with actual values to link the values to the source, then some important analyses will fail. Is that right or am I misunderstanding the...
2013 Oct 30
4
[LLVMdev] [RFC] Alias should not point to declarations
...are just another symbol pointing to the same position in the object file. For example, given @bar = alias void ()* @foo define void @foo() { ret void } Both ELF end COFF just get two symbols (foo and bar or _foo and _bar) pointing to the same section and offset. Alias to declarations are a lot fuzzier. They are still considered definitions according to GlobalValue::isDeclaration(), but the IR @bar = alias void ()* @foo declare void @foo() produces an empty ELF file and COFF files with two undefined symbols, but no connection between them. There is no good answer, since neither COFF nor ELF hav...
2002 Mar 12
2
How to get special (Hershey) font symbols into plot axis labels?
Dear R experts- I'm running R 1.2.3 (2001-04-26) on Linux. I need to get special symbols, such as a circle with a dot in it as used to indicate Solar units in astronomy, into my plot axis labels. How can I do this? Using the R documentation on the Hershey font sets, one can plot a Solar symbol within the world coordinates of a plot like this: >plot(1:10,1:10)
2005 Aug 23
0
[LLVMdev] Marking source locations without interfering with optimization?
...look up things in the symbol table of the function. You will probably want to accept "A" and anything that starts with "A.". > So, given those goals, it seems that just using the traditional debug > info as it is designed is not a good idea, since I want more and > fuzzier answers. Makes sense. > Also, unless I'm missing something, the debug info uses intrinsic > function calls, which are treated as un-analyzable, and if I tried > supplying those with actual values to link the values to the source, > then some important analyses will fail. Is that r...
2008 Sep 18
8
handling association changes? What's the best practice?
Hello all! I have a conundrum that I''m _sure_ someone else has already thought of and solved. How does one best handle the scenario of association object changes and data integrity? For example, if I have a standard ecommerce site that sells Products and people can have Orders and an Order has_many Products... then, what happens if Product #3 is part of Order #2 but at some point, the