Displaying 20 results from an estimated 82 matches for "senseless".
2007 Mar 28
6
trouble with PerFieldAnalyzer
I''m having trouble with PerFieldAnalyzer (ferret version 0.10.14).
Script:
require ''rubygems''
require ''ferret''
require ''pp''
include Ferret::Analysis
include Ferret::Index
class TestAnalyzer
def token_stream field, input
pp field
pp input
LetterTokenizer.new(input)
end
end
pfa =
2004 Sep 29
2
More on Anti-spam measures
...has no way of responding to the posts so unless you
have some way to tell this idiotic software to accept email from the
list *THAT YOU SUBSCRIBED TO* you are out of luck.
b) In all cases, the person whose system is sending these things
*subscribed to this list and/or asked for help* and I find it senseless
that each person who subsequently posts on the list or who offers help
is then asked to respond to one of these posts. It strikes me as a
"fight spam with spam" strategy that says that "I get too much spam so
the solution is to inconvenience everyone with whom I correspond".
In...
2011 Sep 02
2
If NA Problem!
Hi All!
Please find code and the respective lists below. My problem: I specify the
case that lilwin[[p]] is not an NA and want the code found in iwish to be
returned ONLY for that case. Why do I get a list of length 2 (and why is
NULL the first element)? I understand that the code below is quite
senseless. I have run into a problem while working on a large project and
wanted to simplify it in order for it to be more understandable and
accessible. If I should not be using the if function, please let me know
what I should be doing instead. I know that I must use the for function for
my project. Th...
2015 May 21
3
[LLVMdev] [cfe-dev] LLVM IRC channel flooded?
...ers/sanitizer-windows/builds/3916
>>
>> This raises a different problem: the buildmaster doesn't hold onto enough logs. That build is from five days ago, and already I can't find the relevant blamelist causing the breakage. =/
>
> +1, in today's day and age, it's senseless to not just keep infinite logs.
>
> -- Sean Silva
>
>>
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
-------------- next part --------------
A...
2007 Jun 12
3
CDR changes in Trunk -- Transfers, CDRs, Life, and Everything
...to allow mods to be made to not only Channel-attached
CDR's,
but also the fields in CDRs created by CDRstart(), BTW).
I seek feedback from folks who have battled with CDRs to develop billing
applications, and those who plan doing so in the future. Participate or
be happy with the senseless mess that will surely result from your
non-participation!
murf
--
Steve Murphy
Software Developer
Digium
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3227 bytes
Desc: not available
Url : http://lists.dig...
2010 Jan 21
2
option 'auth users' in rsyncd.conf
...everyone is allowed to
connect and this is also how I understood the manpage.
Now if I use the following line, also everyone is allowed to connect:
auth users =
So if I don't put any username there, it's like I would have omitted the
line. This is not quite what I expected. This may be senseless but I
would have expected, the rsync daemon would deny everyone to connect
then, because he would check an empty list against the secrets file. Is
there a way to accomplish this behaviour, denying access? Or maybe a
similar behaviour without dropping the whole section of this module from
the config...
2005 Oct 18
2
SV: Queues and call waiting indication
...y asterisk forum in the world and I have the same problem too. Another problem you would have with the agents is that when they make an outgoing call they are not regarded as "busy" by asterisk and it sends more calls to the agent if it has call waiting enabled.
This behaviour is totally senseless since the whole purouse of queues is to _queue_ the callers until the agent is available. "available" usually means "not on the phone" -- whether or not it's an incoming or outgoing call.
I "solved" this problem by using single-line clients and phones where you ca...
2011 Apr 22
3
[LLVMdev] copy instructions
This is a simple SSA code generation 101 question.
If I follow the IR code generation techniques in the Dragon book the
statement
x = y + z
would translate into something like this in SSA/LLVM
%0 = add %y, %z
%x = %0
Obviously "copy instructions" like %foo = %bar are senseless in SSA
since %foo and %bar are immutably fixed to the same value and there
is no need for two aliases for the same thing (this is my own observation,
please tell me if my thinking is off).
What are the general code generation techniques to avoid "copy instructions"?
For example, the s...
2013 May 08
1
[PATCH] libxl: make nic 'bridge' parameter optional - do not fill default
Do not set ''bridge'' parameter - let vif-bridge script to do
autodetection. Actually ''network-bridge'' never creates xenbr0 interface
by default, so defaulting bridge to xenbr0 is senseless.
Signed-off-by: Marek Marczykowski <marmarek@invisiblethingslab.com>
---
tools/libxl/libxl.c | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c
index 6bb9c24..03fd35a 100644
--- a/tools/libxl/libxl.c
+++ b/tools/libxl/lib...
2004 Aug 06
3
winamp >2.75 -answer on song titles // use_meta_data-
...p 2.75 but nothing else I've tried (which
includes the latest WinAmp and Sonique). Also, I can get some header by
telnetting into my port (see below) but still the "meta_data" issue remains
a mystery.
If there is in fact a definitive answer on this, please by all means FAQ or
RTFM me senseless. Even if there's no gratifying definitive answer, comments
on "it works for me" would suffice. All I need is an inch. Otherwise I'm
closing the coffin on this project and recommending something else for this
really cool top-secret collective project I'm working with that could...
2008 Jan 22
2
R object as a function
I want to use a function as an argument to ingtegrate it twice.
See the following (senseless) example of a double integration:
test<-function(sf,lo,up,rest) {
innerFkn<-function(sf,lo) {
inte=integrate(f=sf,lower=lo,upper=4)
return( inte$value )
}
integral=integrate(f=innerFkn,lower=1,upper=2,sf=sf,lo=lo,up=up)
return( integral$vlaue+rest )
}
test(sf=stepfun(c(0,1),c...
2015 May 19
2
[LLVMdev] [cfe-dev] LLVM IRC channel flooded?
On Tue, May 19, 2015 at 11:50 AM, Chris Matthews <chris.matthews at apple.com>
wrote:
> sanitizer-windows
>
So, I tried to track down what went wrong here, and the oldest build I can
find is:
http://lab.llvm.org:8011/builders/sanitizer-windows/builds/3916
This raises a different problem: the buildmaster doesn't hold onto enough
logs. That build is from five days ago, and already
2008 Nov 07
1
DNS A queries for channel
...er contains the channel string in the SIP
headers so it must be something internal, maybe some end-point check?
Considering how delicate is * to DNS failures I would like to know whether
this behaviour can be disabled in the config files because it makes * block
easier and charges the DNS server of senseless queries.
I don't know about * internals so it 's far beyond my knowledge following
the reception and treatment of SIP message throughout the sip_channel.c code
so I would really appreciate any hint about this issue.
The capture was done on a 1.4.18 version but I've checked same behavi...
2015 Feb 06
4
anthem details
On Fri, Feb 6, 2015 at 5:05 PM, John R Pierce <pierce at hogranch.com> wrote:
> On 2/6/2015 7:19 AM, Always Learning wrote:
>>
>> stronger passwords for SQL
>
>
> the hackers had the database administrators user account credentials, and
> were coming in through the VPN via said credentials. I doubt stronger
> passwords would have mattered.
Hmmm, maybe
2007 Mar 08
1
Searching and deleting elements of list
...ot; "ccc" "ddd" "eee"
> mydata[[2]]
[1] "vvv" "ooo" "zzz"
> mydata[[3]]
[1] "sss","jjj","ppp"
> mydata[[4]]
NULL
My list have about 10000 subelements (each contains several strings) so
using loops is senseless.
Thank's for all replies and sorry for my English (I hope you understand what
I'm talking about) :-)
--
View this message in context: http://www.nabble.com/Searching-and-deleting-elements-of-list-tf3368489.html#a9372270
Sent from the R help mailing list archive at Nabble.com.
2007 Mar 08
1
R: Searching and deleting elements of list
...ot; "ccc" "ddd" "eee"
> mydata[[2]]
[1] "vvv" "ooo" "zzz"
> mydata[[3]]
[1] "sss","jjj","ppp"
> mydata[[4]]
NULL
My list have about 10000 subelements (each contains several strings) so
using loops is senseless.
Thank's for all replies and sorry for my English (I hope you understand what
I'm talking about) :-)
--
View this message in context: http://www.nabble.com/Searching-and-deleting-elements-of-list-tf3368489.html#a9372270
Sent from the R help mailing list archive at Nabble.com.
_________...
2011 Apr 23
2
[LLVMdev] copy instructions
...code generation 101 question.
>
> If I follow the IR code generation techniques in the Dragon book the
> statement
> x = y + z
> would translate into something like this in SSA/LLVM
> %0 = add %y, %z
> %x = %0
> Obviously "copy instructions" like %foo = %bar are senseless in SSA
> since %foo and %bar are immutably fixed to the same value and there
> is no need for two aliases for the same thing (this is my own observation,
> please tell me if my thinking is off).
>
> What are the general code generation techniques to avoid "copy instructions"...
2011 Apr 23
0
[LLVMdev] copy instructions
...code generation 101 question.
>
> If I follow the IR code generation techniques in the Dragon book the
> statement
> x = y + z
> would translate into something like this in SSA/LLVM
> %0 = add %y, %z
> %x = %0
> Obviously "copy instructions" like %foo = %bar are senseless in SSA
> since %foo and %bar are immutably fixed to the same value and there
> is no need for two aliases for the same thing (this is my own observation,
> please tell me if my thinking is off).
>
> What are the general code generation techniques to avoid "copy instructions"...
2013 Jan 12
2
Tag flac as flac 1.2.1_git
..., we should put our heads
together to come up with a new METADATA_BLOCK that could describe
existing channel layouts as well as any variations that might be seen
in the field.
I would suggest that everyone keep in mind the vast installed base of
hardware FLAC recorders and players, and not senselessly make them
obsolete without extremely compelling reasons.
Brian Willoughby
Sound Consulting
2023 Jan 29
2
CentOS9 Stream - boinc client??
...onsive folks
> within it are.
>
> Regards
>
> Phil
>
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
Oh, very nice! Thank you Phil. I appreciate random acts of senseless
kindness. :-)
It will be interesting to see how dnf reacts when the el9 package for
boinc goes live. Will dnf recognize it as an upgrade from the el8
package? I will let the group know what happens.
Bill Gee