Displaying 20 results from an estimated 26 matches for "7370".
Did you mean:
370
2011 Nov 02
2
Creating barplot using time as X
Hello all,
my data looks like this:
"phaseno" / "activity" / "beg" / "end" / "phasetime"
1 / "L" / 2010-06-03 19:15:24 / 2010-06-03 21:18:14 / 7370
2 / "D" / 2010-06-03 21:18:15 / 2010-06-03 21:19:55 / 100
3 / "W" / 2010-06-03 21:19:56 / 2010-06-03 21:22:47 / 171
4 / "D" / 2010-06-03 21:22:48 / 2010-06-03 21:23:47 / 59
5 / "W" / 2010-06-03 21:23:48 / 2010-06-03 21:23:53 / 5
6 / "D" / 2010-06-03...
2003 Dec 09
1
Traffic shapper and bridge
The university is like a ISP to give access to Internet to several
faculties, but we want to restrict the traffic, we needed a traffic shaper
to do this, I wanted to have something like (Packeteer INTEL NETSTRUCTURE
7370 aplication server) which it is a bridge where I not need IP for my
networks cards.
somebody knows one good one to work it on Linux?
Regards.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc...
2010 Apr 01
1
predicted time length differs from survfit.coxph:
...5216 5236 5308 5354 5384 5550 5757 5789
5796 5824 5917 5930 5934
[145] 6008 6025 6089 6117 6126 6143 6155 6209 6256 6349 6479
6607 6626 6642 6723 6760
[161] 6763 6789 6800 6878 6931 6970 7003 7065 7085 7093 7160
7184 7198 7247 7280 7288
[177] 7301 7364 7370 7381 7397 7410 7417 7470 7479 7519 7533
7545 7555 7668 7732 7736
[193] 7758 7807 7862 7867 7875 7884 7899 7911 7954 7958 7965
8006 8009 8023 8030 8080
[209] 8100 8133 8165 8308 8327 8381 8389 8569 8600 8697 8761
8806 8887 8961 9257 9510
[225] 9560 9598...
2011 Sep 16
3
Help writing basic loop
Hello,
I would like to write a loop to 1) run 100 linear regressions, and 2)
compile the slopes of all regression into one vector. Sample input data
are:
y1<-rnorm(100, mean=0.01, sd=0.001)
y2<-rnorm(100, mean=0.1, sd=0.01)
x<-(c(10,400))
#I have gotten this far with the loop
for (i in 1:100) {
#create the linear model for each data set
model1<-lm(c(y1[i],y2[i])~x)
2011 Aug 11
6
.NET Framework 3.5 SP1 problem
Hi all,
First, I would like to say, that I am a beginner to Wine and I hope I did not brake any rule.
To problem:
I have Ubuntu 10.10 64bit (on dualboot with Windows 7) and Wine 1.3.26 and I would like to play Bloodline Champions on Ubuntu (the only game I play). I have been trying to install .NET Framework for 3 days.
- I installed successfully Framework version 2.0 (dotnet20) with Winetricks
- I
2011 Apr 13
1
print to .jpeg
Evening folks,
I'm trying to print a series of graphs to .jpeg using a variable as the
title, but run into the difficultly that I can't find a way to append the
file extension to the .jpeg (in this case extensionless!) files.
Example:
----
species.name="CussoniaHolstii"
dia<-10:100
biomass = -21.4863 + 0.5797 * (dia ^ 2)
biomass
jpeg(species.name)
plot (biomass,
2000 Mar 18
0
Samba 2.0.6 and Windows 95 logon
...nstead of "logon path".
I have had to revert to samba 2.0.5a because of this.
Anybody else seen this or know of a fix?
Reply by email direct to me please - I do not subscribe to this mailing
list.
Ashleigh Quick
BAE SYSTEMS
PO Box 1068
Salisbury 5108
South Australia
Ph: (+61) 8 8290 7370
Fax: (+61) 8 8290 8820
2007 Apr 05
0
CentOS-announce Digest, Vol 26, Issue 2
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2011 Jun 20
1
Quick R syntax question
Hi --
I had a pretty quick R question since unfortunately I have not been able to
find an answer on Google. It shouldn't take much more than a minute to
answer.
I'm trying to add up the major gleason grade and minor gleason grade for an
analysis of patients with prostate cancer. One column has values under
"Major Gleason" and another column has values under "Minor
2011 Dec 01
2
R endnote entry
I know citation() gives the R citation to be used in publications. Has
anyone put this into endnote nicely? I'm not very experienced with
endnote, and the way I have it at the momeny the 'R Development Core
Team' becomes R. D. C. T. etc.
Cheers.
2011 Sep 01
2
Help with creating date as POSIXct
Dear list,
I want to create a POSIX time vector as follows:
day <- as.character("110809")
time.t <- 1:3600
t.min <- time.t %/% 60
t.sec <- time.t-t.min*60
DATE <- as.POSIXct(strptime(paste(day,t.min,t.sec),"%y%m%d %M%S"))
Tail(DATE)
The problem is that the last element (3600) returns a NA and I don't
understand why. 600, 1200, 2400
2011 Mar 08
4
Make R 'Beep'
Dear all,
I would like to ask you if R can produce any kind of sound. It would be useful when code execution stops R to notify me by playing some sound.
Is that possible in R?
I would like to thank you in advance for your help
Best Regards
Alex
1999 Aug 19
2
samba documentation
Jean-Marc,
Being new to SAMBA myself, I've looked all over for plainly written docs.
The best I've found is SAMS' "Learning SAMBA in 24 Hours" written by a
couple of the SAMBA team members (whose names I can't remember right now --
I'd like to give them credit). The MAN pages are reference works for those
who know how but can't remember. The HOWTOs, and most of
2011 Sep 22
2
How to adjust the y-axis range in barplot properly
Hello R-Users,
it might be a rather simple problem I have, but I couldn't find any
solution online. Thus, here is my problem:
I would like to adjust the y-axis range in a barplot, since all my
values are >70. Therefore I would like to only visualize the y-axis from
60-100 (example 1).
The problem is, the range of the y-axis is adjusted, but the barsize
stays the same and vanishes from
2013 Jan 05
1
imap: Error: net_connect_unix(/.../auth-master) failed: Invalid argument
...32f 7061 636b |ct_unix(/fs/pack|
0x0020 6167 652f 6d6f 756e 742f 7061 636b 6167 |age/mount/packag|
0x0030 652f 686f 7374 2f73 7066 2e62 6961 6978 |e/host/spf.biaix|
0x0040 2e6f 7267 2f66 6f72 6569 676e 2f64 6f76 |.org/foreign/dov|
0x0050 6563 6f74 2d32 2e31 2e31 302b 7370 662b |ecot-2.1.10+spf+|
0x0060 322f 7072 6566 6978 2f76 6172 2f72 756e |2/prefix/var/run|
0x0070 2f64 6f76 6563 6f74 2f61 7574 682d 6d61 |/dovecot/auth-ma|
0x0080 7374 6572 2920 6661 696c 6564 3a20 496e |ster) failed: In|
0x0090 7661 6c69 6420 6172 6775 6d65 6e74 0a...
2004 Dec 08
0
dovecot 1.0-test-56 mail doesn't show up with Mac Entourage clients
...696c 5363 616e 6e65 723a HSU-MailScanner:
0x0370: 2046 6f75 6e64 2074 6f20 6265 2063 6c65 .Found.to.be.cle
0x0380: 616e 0d0a 582d 5348 5355 2d4d 6169 6c53 an..X-SHSU-MailS
0x0390: 6361 6e6e 6572 2d53 7061 6d43 6865 636b canner-SpamCheck
0x03a0: 3a20 6e6f 7420 7370 616d 2c20 5370 616d :.not.spam,.Spam
0x03b0: 4173 7361 7373 696e 2028 7363 6f72 653d Assassin.(score=
0x03c0: 2d30 2e30 3031 2c0d 0a09 7265 7175 6972 -0.001,...requir
0x03d0: 6564 2035 2e35 2c20 6175 746f 6c65 6172 ed.5.5,.autolear
0x03e0: 6e3d 6e6f 7420 7370...
2015 Nov 02
2
NOUVEAU(0): DRI3 on EXA enabled
...f option vblank_mode overridden by environment.
7276 frames in 5.0 seconds = 1455.099 FPS
7353 frames in 5.0 seconds = 1470.475 FPS
7373 frames in 5.0 seconds = 1474.566 FPS
7377 frames in 5.0 seconds = 1475.310 FPS
7355 frames in 5.0 seconds = 1470.943 FPS
7350 frames in 5.0 seconds = 1469.864 FPS
7370 frames in 5.0 seconds = 1473.970 FPS
7360 frames in 5.0 seconds = 1471.911 FPS
7360 frames in 5.0 seconds = 1471.944 FPS
7365 frames in 5.0 seconds = 1472.809 FPS
^C
SW:
xorg-x11-drv-nouveau-1.0.12-0.3.fc22.x86_64
xorg-x11-server-Xorg-1.17.2-2.fc22.2.x86_64
mesa-dri-drivers-10.6.9-1.20151008.fc22...
2008 Jul 14
5
EOL in stderr of ssh - Linux
Hello everyone,
recently I've found something I consider a bug.
Correct me if I'm wrong, but I always thought that Linux' EOL is 0x0A.
Imagine my surprise when I saw that all messages that are being output
on to the stderr (on any Linux I've tested - Fedora and Ubuntu) are
terminated with 0x0D, 0x0A.
Maybe that's standard behaviour of all stderr messages in all Linux
2013 Jul 08
2
[LLVMdev] Problem Using libLLVM-3.3.so
...nking to the LLVM shared library. This causes the LLVM shared library to be loaded when the simulation is run; and this causes the failure on exit.
Does anybody have any ideas as to why this might be happening?
Rick Sullivan
Carbon Design Systems
125 Nagog Park Rd, Acton, MA 01720
O: +1 (978) 264-7370 | M: +1 (508) 479-3845
[cid:image001.jpg at 01CE7B16.AF255740]<http://www.carbonipexchange.com/>[cid:image002.jpg at 01CE7B16.AF255740]<http://www.carbonipexchange.com/>[cid:image003.jpg at 01CE7B16.AF255740]<http://www.carbondesignsystems.com/CMS/UI/Modules/BizBlogger/rss.aspx?tabi...
2015 Jan 24
4
Indexing Mail faster
Hi,
I am trying to get faster search results on our webmail client(Roundcube).
Besides using Lucene for FTS are there other options?
Would having all mails indexed give fast results?
Currently the time it takes to search 25,000mails is 4mins. If indexed how
much faster are we looking at?
Really appreciate if someone could advise about this.
Thanks
Kevin