search for: want

Displaying 20 results from an estimated 181715 matches for "want".

Did you mean: wait
2008 May 14
2
mfrow
Dear members, I want to create 8 graphs and write it into one page using mfrow=c(4,2). How to make all graphs (including the titles, legends, line types) to be scale down (resized proportionally). As an illustration, below is the code: pdf("testmfrow.pdf") par(mfrow=c(4,2)) x<-seq(1:10) y1<-rnorm(10)...
2013 Feb 23
1
how to calculate left kronecker product?
...B = {A * B[i,j]} -- matrix on the left multiplies each element on the right. The standard kronecker() function is the right Kronecker product, A \otimes_R B = {A[i,j] * B} -- matrix on the right multiplies each element on the left. The example below shows the result of kronecker() and what I want, but kronecker() is now defined in generic S4 methods, and I can't see how to use more basic functions to get the result I want. Or, alternatively how to transform the result of kronecker() to give my wanted. ---- test code --- A <- matrix(1:4, 2,2, dimnames=list(c("a1", "a...
2004 Sep 13
3
Questions on setting up icecast
Sorry, gang. The FAQ didn't seem to answer me, nor did Googling... I merely want a simple solution to do the following: I am setting up a streaming server for in-house use. I want it to broadcast the RAW MP3 DATA from my actual MP3 files, as I listen to them in xmms. In other words, I DO NOT want: XMMS ---> decode to wave ---> re-encode to MP3 ---> icecast --->...
2005 Jul 27
8
IMQ
ive got such network: |--------| |-------------| | WORLD |---|ROUTER/server| ------ NATED LAN |--------| |-------------| I want to use imq on ROUTER, what behaviour to choose ? AA, BA, AB, BB ?? --
2006 Jan 19
3
I want help.
Hi, I have downloaded Icecast server Exe and installed. I want to stream music on my site, I want to set it up on windows 2003 server machine, I want to know what r all the steps that I need to follow. What Player I can use to host the music.(Like Winamp...) with Regards... Sriharsha.K Trellisys.Net pvt. Ltd # 572, 2nd Block, RT Nagar., Bangalore www.t...
2006 Jan 19
3
I want help.
Hi, I have downloaded Icecast server Exe and installed. I want to stream music on my site, I want to set it up on windows 2003 server machine, I want to know what r all the steps that I need to follow. What Player I can use to host the music.(Like Winamp...) with Regards... Sriharsha.K Trellisys.Net pvt. Ltd # 572, 2nd Block, RT Nagar., Bangalore www.t...
2013 Feb 13
0
Bugreport: btrfsck breaks with Assertion `!(rec->is_root)' failed
Hi there, after my filesystem is broken (I have no idea why, because last shut down was nomal) I tried to repair it with btrfsck ( Btrfs v0.20-rc1-56-g6cd836d). But unfortunately the process breaks with: parent transid verify failed on 29896704 wanted 392661 found 395689 parent transid verify failed on 29896704 wanted 392661 found 395689 parent transid verify failed on 29896704 wanted 392661 found 395689 parent transid verify failed on 29896704 wanted 392661 found 395689 Ignoring transid failure checking extents parent transid verify failed on...
2007 Apr 23
5
Asterisk dialing next extension only if first is busy?
G'day. I am having reasonable success getting Asterisk 1.4.2 running and doing what I want, but I can't figure out one particular idiom that I want: There are a few situations where I want to have Asterisk push a call through to the first available transport on a list, such as: I have two SIP ports attached to one local (two port) analog phone system. I want to ring line 1 for the...
2004 Sep 14
2
Questions on setting up icecast
At 04:14 AM 9/14/2004, you wrote: >JLB wrote: >>Sorry, gang. The FAQ didn't seem to answer me, nor did Googling... >>I merely want a simple solution to do the following: >>I am setting up a streaming server for in-house use. >>I want it to broadcast the RAW MP3 DATA from my actual MP3 files, as I >>listen to them in xmms. >>In other words, I DO NOT want: >>XMMS ---> decode to wave ---> re-en...
2004 Jun 11
4
rownames of single row matrices
Hi I want to extract rows of a matrix, and preserve rownames even if only one row is selected. Toy example: R> a <- matrix(1:9,3,3) R> rownames(a) <- letters[1:3] R> colnames(a) <- LETTERS[1:3] R> a A B C a 1 4 7 b 2 5 8 c 3 6 9 Extract the first two rows: R> wanted <- 1:2 R...
2009 Feb 23
6
background process
Hi all I am working on a heavy engineering project. And the requirement is that I needto do a lot of process before I store the data to the db. Now the question is that I want to do the process that I am doing but I want to do it in the background. What I actually mean to say is that..I just want the user to get a msg that Records Saved. But in real I want the process to go on in background. There r multiple callbacks used in my system. Also I dont want to use Starling...
2008 Nov 24
3
select a subset
I have the complete data like id time censor 1 10 0 1 20 0 1 30 0 2 10 0 2 20 1 2 30 0 2 40 0 3 10 0 3 20 0 3 30 1 .... for id 1, i want to select the last row since all censor indicator is 0; for id 2, i want to select the row where censor ==1; for id 3, i also want to select the row where censor==1. So if there is a 1 for censor, then I want to select such a row, otherwise I want to select the last obs. for this id. I am wondering...
2001 Dec 09
1
sfq as solution to "Small ISP problems" and "How could I do this?"
> Subject: [LARTC] Small ISP problems (CBQ) > First of all, this is what we want (in network priority order): > 1: SSH - to be realtime always. I don''t think you want this to always be high prio - that includes scp. > 2: HTTP to be fast, always. Clearly can''t be done if you have more http requests than your bandwidth can handle. > 3-> ftp, dir...
2013 Oct 22
1
Unable to mount partition
...-( At the moment I restored a backup, so I''m fine more or less, but it would be nice if I could fix this. sudo btrfs fi df /dev/sda1 ERROR: couldn''t get space info on ''/dev/sda1'' - Inappropriate ioctl for device sudo btrfsck /dev/sda1 Check tree block failed, want=21000192, have=0 Check tree block failed, want=21000192, have=0 Check tree block failed, want=21000192, have=0 Check tree block failed, want=21000192, have=0 Check tree block failed, want=21000192, have=0 read block failed check_tree_block Couldn''t read chunk root sudo btrfs restore -i -...
2007 Dec 28
4
static box sizing problems
...wx-users list as well, but thought I would try it here since I am using wxRuby: I am using wxWidgets 2.8.7 on a linux box using the GTK build. I have pared down my issue to the simplest case: I am trying to use a horizontal BoxSizer to split a frame into two sections: a left and right side. I want the left side to stretch proportionally and I want the right side to be of a fixed width. Moreover, I want to enclose the right side in a wxStaticBox. I happen to be using wxRuby, but the code should be understandable to C++ programmers. This is in the constructor of my frame subclass: lr_s...
2005 May 27
4
kernel: attempt to access beyond end of device
...<snip> Date: May 26, 2005 10:14 PM Subject: problems with newlists To: Sam Johnston <samjie@gmail.com> Hi Sam, I''m getting the following errors on newlists: May 26 21:08:41 newlists kernel: attempt to access beyond end of device May 26 21:08:41 newlists kernel: sda1: rw=0, want=4294875368, limit=5120000 May 26 21:08:41 newlists kernel: attempt to access beyond end of device May 26 21:08:41 newlists kernel: sda1: rw=0, want=1516641296, limit=5120000 May 26 21:08:41 newlists kernel: attempt to access beyond end of device May 26 21:08:41 newlists kernel: sda1: rw=0, want=289...
2010 Nov 26
5
simple website hit counter
Googling for this finds me a ton of stuff that doesn't actually do what I'm looking for. I want a simple hit counter cgi script of some kind that will increment a counter on every page load but I want to access the counter from a different page. In other words, I don't want to have a visible hit counter on the webpage itself. I want to have a different webpage that will show me the numb...
2013 Oct 16
0
[PATCH] Btrfs: add tests for btrfs_get_extent V2
I''m going to be removing hole extents in the near future so I wanted to make a sanity test for btrfs_get_extent to make sure I don''t break anything in the meantime. This patch just puts btrfs_get_extent through its paces by giving it a completely unreasonable mapping to look at and make sure it is giving us back maps that make sense. Thanks, Signed-off...
2006 Feb 23
4
Changing the x-axis labels in plot()
Hi Hopefully this one isn't in the manual or I am about to get shot :-S One of my colleagues wants a slightly strange graph. We basically have a data matrix, and she wants to plot, for each row, the values in the row as points on the graph. The following code draws the graph just fine: plot(row(d)[,3:9],d[,3:9]) So as there are 12 rows in my matrix, there are 12 columns of points, which is...
2015 Apr 05
2
Member server - winbind unable to resolve users/groups
On 05/04/15 16:11, buhorojo wrote: > On 05/04/15 17:03, Reindl Harald wrote: >> >> >> Am 05.04.2015 um 16:55 schrieb buhorojo: >>> We don't want best anything >> >> sad enough >> >>> We want what we have to work >> >> so do what you want - who cares >> >>> Linux: we configure it as we wish >> >> why don't you do then? >> >>> Not as someone else dictates &gt...