search for: extraordinarily

Displaying 20 results from an estimated 116 matches for "extraordinarily".

2009 Jun 26
2
Normalize Voicemail Volume?
We generally get our voicemails emailed to us from asterisk, but some people's messages are extraordinarily loud or quiet. I don't suppose there is any feature to even out the volume level is there?
2020 Jun 15
9
Codifying our Brace rules-
...age the list via discussion and further reviews/commits to come to a consensus on what we actually MEAN by this rule. For example, a recent comment points out that : If (cond) Stmt; else if (cond) Stmt; else { Stmt; Stmt; } Should require braces on all of the conditions! However, we are extraordinarily inconsistent here. My wish is for us to become more consistent, so I would like us to use this thread to organize our collective thoughts on figuring out what the rule actually SHOULD be, and organizing a handful of commits to the coding standard to make sure it says what we mean. Thanks, Erich -...
2009 Aug 21
4
Where to put source code?
...nswer I'm looking for. I'm just looking for the local equivalent of (in matlab) writing a function, saving it as functionName.m and then being able to call functionName(). Or in Python of writing a module.py and then typing "import module" at the prompt. Again this feels like an extraordinarily stupid question. But for some weird reason I'm coming up with nothing in the FAQ or in Rseek. Peter
2009 May 08
2
Malformed HTML
I''m using Mechanize to parse an extraordinarily malformed html page. After submitting a form like so: page = mech.submit(dform) The result I get back is truncated. I suspect that it''s because the source HTML looks like this: <html> <head> yadda yadda</head> <p>some text</p> <html>...
2015 Apr 09
2
[LLVMdev] Intercepting dlinfo in memory sanitizer
Hi everyone, I ran into a false positive with memory sanitizer due to it not intercepting dlinfo. I tried to get started on writing such an interceptor, but dlinfo seems like an extraordinarily difficult function to intercept. The three considerations that I would like somebody to look at are: 1) How do we get the enum values to decide what kind of pointer dlinfo is getting. Ideally we'd include dlfcn.h, but the interceptor file doesn't generally include system headers. What'...
2011 Jun 06
1
Problem changing server on a LAN
...unning CentOS-5.6 and connecting to an ADSL modem. I want to change server to another CentOS machine, 192.168.2.5 . The problem is that I cannot get the computers on the system to forget the old server, even when it is completely disconnected, and the new server is connected to the modem. It seems extraordinarily difficult to get rid of the link to the old server. Even when all the machines are re-booted they still want to give 192.168.2.2 as their default gateway. Is this a problem often met in this kind of situation? I'm wondering if it would be simpler to give the old address to the new server? --...
2015 Apr 10
2
[LLVMdev] Intercepting dlinfo in memory sanitizer
..., Keno Fischer > <kfischer at college.harvard.edu> wrote: > > Hi everyone, > > > > I ran into a false positive with memory sanitizer due to it not > intercepting > > dlinfo. I tried to get started on writing such an interceptor, but dlinfo > > seems like an extraordinarily difficult function to intercept. The three > > considerations that I would like somebody to look at are: > > > > 1) How do we get the enum values to decide what kind of pointer dlinfo is > > getting. Ideally we'd include dlfcn.h, but the interceptor file doesn't >...
2006 Jul 13
2
Squirrelmail Change Dovecot Password Plugin
Hi Let me introduce myself, My name is Cecil, and i am a system architect by proferssion working currently on contracts with serveral companies in Ghana and Nigeria. I recently built a Corporate Mail Server for a Company using Postfix, Dovecot and Squirrelmail, running on Ubuntu. Thanks to the Dovecot community everything is working well. After a moment i noticed that i could make the users
2007 Nov 13
4
OT: Slow browsers or slow connections?
I have AT&T (formerly SBC) DSL for my primary internet connection here, and tonight it has been exceptionally, extraordinarily S - L - O - W.... Pages that normally load in, at most, seconds, are taking several minutes to locate, even common, frequent access pages like Google, Gmail, etc. I called AT&T, of course, and all they know about is IE, which, as you can probably guess, I rarely use. Normally I use SeaMonkey...
1998 Dec 15
3
how can i find out a netbios name from an IP address.
...alled so that the client can get their /var/www directory in network neighbourhood. in order to diagnose network faults (i.e "WTF can't the stupid doze boxes see/login to/etc the samba share?"), i often need to find out the netbios name of a machine. for some reason this seems to an extraordinarily difficult thing to find out if you don't already known it... given that: a) i don't have a windows machine, b) i don't want no stinking GUI tool, c) i'm usually not on site (logged in with ssh), how can i find out the netbios name of a machine when i have it's IP address? ca...
2009 Dec 28
2
[BioC] make.cdf.package: Error: cannot allocate vector of size 1 Kb
...Peng Yu > > how big is the RAM of your computer? You could try with closing all other > applications before running this script. You could try on a server with more > RAM. > > I tried downloading the file whose URL who give below, but gave up after > some failed rounds with the extraordinarily annoying and intrusive > registration procedure that Affymetrix has set up for this. Let us know how > it goes with the suggestions above, if they don't help, I'd try again with > that. > > ? ? ? ?Best wishes > ? ? ? ?Wolfgang > > >> I run the following example...
2013 Aug 28
2
[LLVMdev] Adding diversity for security (and testing)
...ks like Q [1]. 2. Local attacker who cannot read the contents of the binary. (This is a pretty strange one, but it's possible.) The attacker is forced to rely on side channel information such as timing channels in an attempt to discover the length of the inserted NOP sleds. This sounds like an extraordinarily difficult task, but possibly doable. With a weak PRNG like a LCG, for example, you may have sufficient information to break it [2] (I believe there are better attacks, but this is the first that came up with a quick search). 3. Remote attacker who can use a memory disclosure bug to read the conten...
2011 Nov 03
2
any updates w.r.t. lapply, sapply, apply retaining classes
...umerics* for all of the classes. Ack!! In the example I give above, the impact might seem small, but the implications are *huge*. This means that I am, in effect, not allowed to use *any* of the vectoring functions in 'R', which avoid performing loops thereby speeding up process time extraordinarily. Many can sympathize that 'R' is ridiculously slow with "for" loops, compared to other languages. But that's theoretically OK, a good statistician or data analyst should be able to work comfortably with matrices and vectors. However, *'R' cannot work comfortably* wi...
2011 Nov 03
2
any updates w.r.t. lapply, sapply, apply retaining classes
...umerics* for all of the classes. Ack!! In the example I give above, the impact might seem small, but the implications are *huge*. This means that I am, in effect, not allowed to use *any* of the vectoring functions in 'R', which avoid performing loops thereby speeding up process time extraordinarily. Many can sympathize that 'R' is ridiculously slow with "for" loops, compared to other languages. But that's theoretically OK, a good statistician or data analyst should be able to work comfortably with matrices and vectors. However, *'R' cannot work comfortably* wi...
2003 Mar 06
6
Followup: copy-paste graphics from R to Word on Mac OS X
After trying numerous options, I'm just about at my wits end. The most frequent suggestion was to export to a postscript or PDF file and import that into Word. However, no matter what I did or how I did it, the results were extraordinarily ugly and somewhat time-consuming. What I've tried so far: 1. Copy and paste from the R graphics output window into Word (in Mac OS X), this is the worst result. 2. Use pdf() to create a pdf file, then import (Insert | Picture | From File ...) into Word. This generated the second-worst...
2020 Jun 15
2
Codifying our Brace rules-
...t;> If (cond) >> >> Stmt; >> >> else if (cond) >> >> Stmt; >> >> else { >> >> Stmt; >> >> Stmt; >> >> } >> >> >> >> Should require braces on all of the conditions! However, we are extraordinarily inconsistent here. My wish is for us to become more consistent, so I would like us to use this thread to organize our collective thoughts on figuring out what the rule actually SHOULD be, and organizing a handful of commits to the coding standard to make sure it says what we mean. >> >&gt...
2010 Mar 17
1
AEC strangest behavior
...n't >> matter the number of speakers. It only gets tricky when the >> speakers are playing slightly different signals (e.g. from a stereo >> song). > > Does "tricky" mean that the Speex AEC won't handle such situations > well? Or just that you had to be extraordinarily clever in order to > make Speex AEC handle such situations well? :-) Tricky here means that I got it to work in some scenarios, but it likely will not work out-of-the-box and you'd be on your own because I don't have time to help on that. > We're thinking of using Speex AEC i...
2023 Mar 08
1
insert hyperlink into svg graphic
...rote: > Hi > > I think the main issue here is that you are *drawing* text on the > graphics device, so I would only expect to see literal XML text output > in the result. > ''' > > Hope that helps Thank you for your consideration of the matter, but that seems extraordinarily overly-complicated for the results of "help(svg)". I'll just print the text of the link instead of constructing a link, as the resultant R-produced *.svg file is about 10 times the size of a manual screen-print *.png of X11() same. I'll let the user type the title() noaa.gov u...
2005 Apr 21
3
Objects in R
...the demand. (2)Large frameworks benefit from serializable/storable objects which contain both functionality and modifiable values. S4 stores "class" information and R.oo does not upon "save()"ing, but there are still real hindrances to "trading" objects, which is -extraordinarily- important in creating industrial-variety R-based analysis. The classical example in my mind is the difficulties in implementing a "visitor" pattern in S4. (3)The absence of references means for large datasets and long "analysis flows," there is (1)a hideous amount of mem...
2013 Apr 27
1
[LLVMdev] Proposal for new Legalization framework
...ifier which can be extended if anything is lacking. I'm > not seeing how improving MI passes is critical for the an instruction > selector. But perhaps I am missing some important details. > Mostly in the testability and ease of working with and modifying. MI is nice enough, but IR is extraordinarily easy to modify, serialize, and test incrementally. > I agree having the ability to serialize and deserialize the IR is an > important missing feature for MI. We had an intern working on this before > but it wasn't successful. My vague plan is this area involves instruction > select...