search for: muchly

Displaying 20 results from an estimated 98431 matches for "muchly".

2012 Apr 07
2
assigment operator question
Hello, using the <<- assignment operator I do not understand why the following does not work. l <<- list() l list() l$arg1 <<- "test" error in l$arg1 <<- "test" : Objekt 'l' not found ?"<<-" says: "The operators <<- and ->> cause a search to made through the environment for an existing definition of the
2007 Mar 18
1
Choppy sound with chan_capi + Fritz Card USB
Hi everybody, I have a problem which I cannot eliminate on my own. Has anybody any idea for the following: I am using the asterisk-version from Debian-Testing (1.2.13) with the latest chan_capi (also tried an older version). When using the Capi-Channel, everything works fine except from the sound it sounds extremely choppy and is unusable :-( When e.g. capisuite is used for fax, everything
1999 Oct 26
1
Wrong text() adjustment with (math)expression and "\n" (PR#299)
This is adapted from partha_bagchi@hgsi.com 's report on R-help: plot(0); title(expression("Bad\n with much much more text"))) gives something like Bad with much much more text (``newline w/o carriage return'') instead of centering both lines such as Bad with much much more text which is produced by (just dropping
2009 May 14
2
Why my DomU OS'' State is always blocked? Thank you very much!!
Hi, all When I type "xm list" command, It''s always display State is Blocked. During OS boot, State is Running, a few seconds later, State changes into Blocked and always Blocked. Why??? linux-jx4z:/ # xm list Name ID Mem VCPUs State Time(s) Domain-0 0 1317 2 r----- 75.5
2005 May 17
3
How much CPU power needed for asterisk
I'm thinking of placing Asterisk on an itx motherboard in a tiny case. The ITX motherboards top out around 400Mhz PII (in terms of power relative to a desktop). How much CPU would I need for an office of 50 people? How much disk storage for voicemail + OS? (typical / average) The system will have no PCI cards (no Digium FSO/FXO cards) - everything over the LAN connection. Thanks,
2012 Feb 09
2
factor level for non-existing value
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120209/96eb9e08/attachment.pl>
2010 Feb 20
6
l2arc current usage (population size)
Hello, How do you tell how much of your l2arc is populated? I''ve been looking for a while now, can''t seem to find it. Must be easy, as this blog entry shows it over time: http://blogs.sun.com/brendan/entry/l2arc_screenshots And follow up, can you tell how much of each data set is in the arc or l2arc? -- This message posted from opensolaris.org
2005 Dec 16
10
''Code table'' best practices?
I''ve been going back and forth about this kind of thing for a while. I reverse my opinion on it every project, and I''m wondering if anyone has any advice/battle scars to share. As usual, please forgive my long-windedness in advance. Let''s say I have this: Table: PLANS ID int CATEGORY_CODE_ID int --Other junk removed for clarity Table: CATEGORY_CODES ID int DESCRIPTION
2014 Jul 30
2
Fwd: SMB question
Hi, I sent you an email but now when I read it again, it looks like there were some mistakes in it... Please ignore that and address only the following message: Hi, I don't know if this is the right place to ask, but I really couldn't find it anywhere on the web and if you could only provide me with a quick hint, it would be really helpful! I'm experiencing the following problem
2019 Jul 30
2
I need to open the personal homepage function, thank you very much.
I need to open the personal homepage function, thank you very much. My wiki account is: LostManiac thank you very much -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20190730/8acc93d1/attachment-0006.html>
2011 Nov 03
4
How much data can R process?
Would like to know how much data can R process - number of rows and columns? [[alternative HTML version deleted]]
2012 Feb 01
4
gtar compression achieved
Hey folks, I looked at the man page and don't see any way to do this - maybe it is a function of the compression program used I dunno. Is there any way to get gtar to report on the compression it achieved? I can't just check file sizes because I'm writing data to tape. The basic problem is that I know how much data is there to begin with but I don't know how much room it took
2017 Oct 10
3
Make LLD output COFF relocatable object file (like ELF's -r does). How much work is required to implement this?
On 10/10/2017 9:00 PM, Rui Ueyama wrote: > I'm not sure if I understand correctly. If my understanding is > correct, you are saying that GHC can link either .o or .so at runtime, > which sounds a bit odd because .o is not designed for dynamic linking. > Am I missing something? Yes, GHC runtime linker *does* link .o files not only doing all necessary relocations but also
2008 Oct 12
3
[LLVMdev] windows testing etc
On Oct 11, 2008, at 8:41 PM, OvermindDL1 wrote: >> If you were interested in working on this project, it seems that the >> place to start is not by adding new crazy sorts of API tests for >> LLVM. It would be a better use of your time to take what we already >> have and make it work (with one of your proposals) on windows. When >> the infrastructure is set up,
2016 Mar 15
7
RFC: DenseMap grow() slowness
There’s a few passes in LLVM that make heavy use of a big DenseMap, one that potentially gets filled with up to 1 entry for each instruction in the function. EarlyCSE is the best example, but Reassociate and MachineCSE have this to some degree as well (there might be others?). To put it simply: at least in my profile, EarlyCSE spends ~1/5 of its time growing DenseMaps. This is kind of… bad.
2009 Jul 03
7
slugishness
Hi all, I have a 3G AM2 quad core CPU... x86_64 centos 5.3 When I am doing backing up to my external USB drive my system becomes sluggish. Clicking on a thunderbird compose takes some time to pop up the window. Typeing doesnt keep up etc... Is there something I can change so this backup doesnt slow my system down so much? I dont see HOW it can be taking so much CPU. top at times shows 0 idle
2011 Jun 14
2
[LLVMdev] Avoiding Constant Folding
Hi Cuong, > I am trying to avoid using stack memory (or mutable variable is the term > used in the tutorial). I am also trying to optimize the code as much as I > can before using optimizer passes such as mem2reg (to reduce the compile > time as well). I don't think there is much point in avoiding stack variables (using them makes your life much simpler -> easier to have your
2008 Oct 12
0
[LLVMdev] windows testing etc
Chris Lattner <clattner at apple.com> writes: > On Oct 11, 2008, at 8:41 PM, OvermindDL1 wrote: > >> I am not sure how well the current tests could be ported though, they >> are very gcc-centric, as in compile with llvm-gcc and execute what >> llvm-gcc compiled, not very useful as an api test. I have not really >> looked much into the current test setup once I
2016 Jul 28
3
Why is Samba4 not recommended as a file server?
On 28/07/16 09:29, Reindl Harald wrote: > > > Am 28.07.2016 um 10:12 schrieb Rowland penny: >> >> This is all very well and good Michael, but what if you only have one >> computer? > > then you setup a virtual machine which many people do in general for > every service > > But what if you don't want to setup a VM ? Rowland
2012 Mar 22
3
Memory Utilization on R
Hello, I have a 32 GB RAM Mac Pro with a 2*2.4 GHz quad core processor and 2TB storage. Despite this having so much memory, I am not able to get R to utilize much more than 3 GBs. Some of my scripts take hours to run but I would think they would be much faster if more memory is utilized. How do I optimize the memory usage on R by my Mac Pro? Thank you! Kurinji [[alternative HTML version