Displaying 12 results from an estimated 12 matches for "perhabs".
2013 Mar 08
4
create bar chart with different totals in a bar
Hello together,
perhabs anyone of you, has an ideal, how i can do this:
I have a matrix, like this one:
[,1] [,2] [,3]
[,4]
abnr2 11425 11425 11555 11888
TIME 2 1 1...
2013 Feb 01
4
Filter according to the latest data
...newest entry for
each number.
The solution look like this:
No. Change Date
C 123 bug fixed 2013-01-17
D 111 final 2013-01-12
is there any way to filter my data.frame to the latest data, perhabs "max"?
Thanks.
Mat
--
View this message in context: http://r.789695.n4.nabble.com/Filter-according-to-the-latest-data-tp4657248.html
Sent from the R help mailing list archive at Nabble.com.
2011 Sep 29
1
Tcl/Tk Guidelines
Hello, I wanted to ask if there are any guidelines for Tcl/Tk programming in
R ? I know that there are no strict rules concerning programing. But perhabs
there are some useful tipps how to organise Tcl/Tk code in your R script. I
want to programm a little GUI and I don't want to reprogram the whole GUI in
the middle, when I discover that I have forgotten a little detail for
example.
Thanks for your help
--
View this message in context: http://...
2002 Jun 07
1
Re: Filelocking-Problem: Mars_NWE together with Samba
...file, and when both clients want to write the same file, the
windows-client gets an error and crashes.
We tried it only with the windows-clients and there is no problem, writing
the same file in the same time. So we think this is an Mars_NWE problem.
Is there anybody who has the same problem and perhabs a solution for
it ? We hope so, that we we can change our old Novell-Servers to Linux.
By the way, there is no chance to change to DOS-Client to make
serverconnection through samba. It must be NWClient!
Our environment:
SuSE Linux 7.2 with Kernel 2.4.16
ReiserFS 3.x.0k
Samba 2.2.1a
DOS 6.22, Wi...
2007 Nov 29
4
Pci export configuration
Hi all,
This has, i''m sure, been told a lot of time but i haven''t found any
things to solve my problems.
Here is it:
I wan''t to export a usb port on DomU (CentOS 5) from my Dom0 (Debian Etch).
I have only succeded with the pci export but with the next command: "xm
create machine pci=00:1d.0"
With having many differents syntaxes in the machine
2014 Mar 17
1
[HCL] Digitus DN-170014 supported by richcomm_usb
Digitus DN-170014
root at home:/home/scripts# upsc ups
device.mfr: Richcomm dry-contact to USB solution
device.model: UPS USB MON V1.4
device.serial: unknown
device.type: ups
driver.name: richcomm_usb
driver.parameter.pollinterval: 2
driver.parameter.port: auto
driver.version: 2.6.4
driver.version.internal: 0.04
ups.mfr: Richcomm dry-contact to USB solution
ups.model: UPS USB MON V1.4
2010 Jul 19
1
Unknown column username in where clause
Version: Dovecot 2.0 rc2
I'm testing Dovecot with MySQL quotas but I get always this error for
incoming mails:
tux dovecot: lmtp(4928): Error: user testuser at dlutt.de: Auth USER lookup failed
tux dovecot: auth: Error: mysql: Query failed, retrying: Unknown column 'username' in 'where clause'
I dont' know where the field "username" should come from because I
2004 Mar 04
0
Error after half-blocksize
...The difference in this interval between the values of jOrbis and mine is
like a sinus-wave, but not a very clear one. [It's hard to describe it
as long you have no picture. I don't if it's appropriate to attach
images to such mailing-list-mails, but if needed I'll send one ...]
Perhabs the following "dot-picture" will help a little bit ... Up to
blocksize/2 the values are ok, but afterwards there is high "sinus-peak"
followed by two lower negative peaks and another high-peak.
<p> . .
. . . .
. . . .
...........
2012 Dec 06
3
Colors according to value (Excel-Export)
Hello together,
i have a list of numbers, like this one
A B C
1.1 1.2 1.3
i export this list into an excel file and want now color these numbers
according to her value.
I want every color under 1,25 is red, and every color over 1,25 is green.
How can i do this with "RDCOMClient" ?
I know how to colour a complete row, like this task:
U3R <- sh$Range(zellen_blue)
U3RF <-
2005 Aug 10
1
Fw: Mac OSX Tiger 10.4.2 SMB
Hi Guys,
Can anyone offer me any assistance at all with the query below.
Even perhaps if there is some "how to" somewhere to get Tiger pcs to join a domain.
I really need to get this problem solved, and I have searched and searched and haven't found anything yet.
Thanks!
Neil Wilson
Powered by Linux, Driven by Passion !
----- Original Message -----
From: Neil Wilson
To:
2010 Mar 12
2
how quotas works with postfix and dovecot
Hi everybody
any one knows, how i could edit dovecot to assign user quotas ?
I have now configured my dovecot.conf on this way:
protocol imap {
listen = *:143
mail_plugins = quota imap_quota
}
protocol pop3 {
listen = *:110
mail_plugins = quota
}
plugin {
quota = fs:INBOX:mount=/
2005 Dec 30
2
scgi apache routes help needed
I''m trying to get an application running in a sub directory of a site using
apache and scgi. The application runs fine with webrick.
I have a site. Let''s call it "mysite.org". There is a variety of content on
that site.
I would like to add a rails application to that site. Let''s call the
application "myapp".
So we will have urls of the form