search for: aloud

Displaying 20 results from an estimated 89 matches for "aloud".

Did you mean: cloud
2011 Sep 13
2
Reading R Code aloud
Dearfolks-- I have been told by an experienced R programmer and teacher whom I trust that it is easier to understand R code if you read it aloud, as the language that it is. However, she was clear that reading it aloud was not simply reading the marks on the screen: you read A.df[5,] as "the fifth row of A.df" (or "the fifth row of data frame A"), not as "A dot df left square bracket five comma right square bracket...
2006 Feb 21
6
invert u32 match selector
...#39;t find it in the docs. I tried "!" "\!" and "not" in several places, but always resulting in a "illegal match". R. -- ___________________________________________________________________ It is better to remain silent and be thought a fool, than to speak aloud and remove all doubt. +------------------------------------------------------------------+ | Richard Lucassen, Utrecht | | Public key and email address: | | http://www.lucassen.org/mail-pubkey.html |...
2007 May 31
1
Mac OS X crash bug?
...axton ======================================================================== =============================== When you have to stay eight years away from California, you live in a perpetual state of homesickness. - Ronald Reagan The most courageous act is still to think for yourself. Aloud. -Coco Chanel ======================================================================== ===============================
2007 Jan 03
7
SNOM loses server registration
Hello to all When my SNOM (300 or 320) loses Internet connectivity, it loses its Asterisk registration (ok, thats normal). But when the phone is back online, he doesn't try to register in Asterisk. I believe this happens to avoid flooding the private LANs when the Internet link is lost.... but the problem is that the phones don't try to re-register in the future.... Sometimes it stays
2014 Feb 05
2
answering machine screening with MixMonitor
I'm using asterisk 1.8 as an answering machine. I'd like to hear the calls it answers aloud in case I want to pick up and interrupt the call. There are a few articles describing, for example, three-way calling a monitor phone set to auto-answer, but I couldn't find anything that described how to just send the audio to a local speaker. I am currently using MixMonitor to append the au...
2005 Jun 29
11
Asterisk@Home Ver 1.2 Whats new?
Hello I saw Ver1.2 is out. Whats new? Thanks for the hard work, David
2008 Apr 24
2
[LLVMdev] RFC: PowerPC tail call optimization patch
...TailCallReturnConstraints() in TargetLowering. The rest of the function is still target dependent. PowerPC currently can not tail call optimize byval functions, no pic/got code for non-local calls. On x86 no support for pic/got code on x86-64 for non-local calls. > I am not sure. Just thinking aloud. It would be nice if all of the > common code can be handled by SelectionDAGISel. For example, it seems > possible for SDIsel to determine which operands can be overwritten and > issued the copies there? > > Yes the common code between x86/ppc could be moved to SelectionDAGISel....
2009 Mar 09
10
Cucumber - RSpec matcher
I must be missing something obvious here but I cannot seem to see it. I have this step definition: When /entity named "(.*)" has a legal name "(.*)"/ do |name, legal| myentity = Entity.find_by_entity_common_name!(name.hll_keycase) myentity.entity_legal_name.should equal legal.hll_keycase end Which fails with this: And the entity named "Myuser" has a legal
2007 Aug 13
3
bonding tap devices
...ond0 | | +-- tap1 10.6.6.6 --- 2Mbit ---- tap1 10.7.7.7 ---+ Anyone a hint (or a better idea)? R. -- ___________________________________________________________________ It is better to remain silent and be thought a fool, than to speak aloud and remove all doubt. +------------------------------------------------------------------+ | Richard Lucassen, Utrecht | | Public key and email address: | | http://www.lucassen.org/mail-pubkey.html |...
2008 Apr 11
1
Ogg/Spots and Ogg/MNG
...k complex though. I also had a look at SVG, but it does scripting, etc, which isn't something I want. APNG looks simpler and closer to what I'd want, but I've seen comments saying it doesn't play so nice with being a PNG extension. Still looking on and off. Anyway, I'm thinking aloud again. Aloud not being the right word in this particular case though.
2005 Sep 30
7
911 Q
...Since everything is geographically at one location, reaching 911 correctly shouldn't present a problem. However, the club wishes to ensure that 911 authorities are able to identify the precise rental unit placing the call. How can we achieve this, short of 'reciting' the unit number aloud at the beginning of the placed call? Thanks for any advice/tips. j
2006 Apr 08
4
source routing does not work with extra ip addresses
...able_eth1 doesn''t change this behaviour. It is working ok when I add the address 1.2.3.3 directly to eth1: ip a a 1.2.3.3 dev eth1 Why is this? R. -- ___________________________________________________________________ It is better to remain silent and be thought a fool, than to speak aloud and remove all doubt. +------------------------------------------------------------------+ | Richard Lucassen, Utrecht | | Public key and email address: | | http://www.lucassen.org/mail-pubkey.html |...
2009 Jan 10
6
Guidelines for CentOS Mailing List posts
Some people don't know how to conduct themselves on usenet and mailing lists. Despite the mailing list guidelines being crystal clear about no html posting and not top-posting we have people still doing so. People still use text-readers to access the mailing list so you could be denying access to these people by flouting the mailing list guidelines. This is an example of top-posting
2013 Aug 23
2
[PATCH] hvmloader: fix SeaBIOS interface
The SeaBIOS ROM image may validly exceed 128k in size, it''s only our interface code that so far assumed that it wouldn''t. Remove that restriction by setting the base address depending on image size. Add a check to HVM loader so that too big images won''t result in silent guest failure anymore. Uncomment the intended build-time size check for rombios, moving it into a
2008 Apr 24
0
[LLVMdev] RFC: PowerPC tail call optimization patch
...wering. The > rest of the function is still target dependent. PowerPC currently can > not tail call optimize byval functions, no pic/got code for non-local > calls. On x86 no support for pic/got code on x86-64 for non-local > calls. > > > > I am not sure. Just thinking aloud. It would be nice if all of the > > common code can be handled by SelectionDAGISel. For example, it seems > > possible for SDIsel to determine which operands can be overwritten and > > issued the copies there? > > > > > Yes the common code between x86/ppc...
2020 Jul 21
1
Problem with the update to R 4.0.2 in the Fedora users' list
I'm inclined to agree. Users are expecting that things they install manually will override the system default (if any). Tom On Tue, Jul 21, 2020, 11:39 AM I?aki Ucar <iucar at fedoraproject.org> wrote: > On Tue, 21 Jul 2020 at 17:17, Jos? Ab?lio Matos <jamatos at fc.up.pt> wrote: > > > > There was a thread this weekend in the fedora users' mailing list where
2018 Sep 25
2
[FPEnv] FNEG instruction
...w optimization > failures for those cases*, so I'm not sure how to detect regressions > without doing an audit of FP transforms in instcombine and other passes. > Implementation details. ¯\_(ツ)_/¯ Seriously though, this is interesting and something that I had not considered. Thinking aloud, what if we caught the FNEG pattern in the CreateFSub*(...) IRBuilder functions and generated an FNeg instruction instead? That way we could get rid of the m_FNeg(...) calls altogether. They would just be replaced with something like: (I.getOpcode() == Instruction::FNeg). Any transform that current...
2012 Jul 11
2
So, just wondering, is OpenJDK7 in CentOS 6.3??
...l-1.6.0.0-1.48.1.11.3.el6_2 java-1.6.0-openjdk-javadoc-1.6.0.0-1.48.1.11.3.el6_2 java-1.6.0-openjdk-1.6.0.0-1.48.1.11.3.el6_2 " Is this because OpenJDK7 is not included, or because it is included but not worth mentioning in the rel notes?. (No intention to offend anyone, just thinking aloud). I am downloading CentOS 6.3 as I write this, so I'll soon find out... yet I wanted to ask anyhow (because perhaps the addition of OpenJDK7 -if present- could be added to the wiki?). Regards, FC -- During times of Universal Deceit, telling the truth becomes a revolutionary act - George Orwe...
2018 Mar 30
1
Tinc: performance
2008 Apr 22
0
[LLVMdev] RFC: PowerPC tail call optimization patch
...e'. I believe: the other functions e.g > CalculateTailCallArgDest should not be moved to SelectionDAGISel > because they involve target knowledge (where to place the argument) > and would involve moving the whole argument lowering to > SelectionDAGISel. I am not sure. Just thinking aloud. It would be nice if all of the common code can be handled by SelectionDAGISel. For example, it seems possible for SDIsel to determine which operands can be overwritten and issued the copies there? > > >> >> if (isPPC64 && Arg.getValueType() == MVT::i32) { &gt...