Displaying 20 results from an estimated 105 matches for "sao".
Did you mean:
rao
2010 Mar 19
1
how to drop fields by name when reading in data?
...Q" (quality) field next to them, and I need
to read of those as well, each "Q" next to its relevant field, such as
"Temp", and rename to e.g., "Temp.Q".
Some example data:
Date HrMn I Type Dir Q I Spd Q Visby Q I Q Temp Q Dewpt Q Slp Q Pr Amt I Q
19450101 0900 4 SAO 315 1 N 1.0 1 024000 1 N 1 -37.0 1 -45.9 1 1031.8 1 99
999.9 9 9
19450101 1000 4 SAO 315 1 N 1.0 1 024000 1 N 1 -35.9 1 -43.1 1 1032.2 1 99
999.9 9 9
19450101 1100 4 SAO 360 1 N 1.0 1 024000 1 N 1 -35.9 1 -43.1 1 1032.5 1 99
999.9 9 9
19450101 1200 4 SAO 315 1 N 1.0 1 024000 1 N 1 -36.4 1 -50.9 1 1...
2013 Mar 03
4
Help searching a matrix for only certain records
...consider myself to be a novice programmer...so don't assume I know what I'm doing :)
I have a large matrix, approximately 300,000 x 14. It's essentially a 20-year dataset of 15-minute data. However, I only need the rows where the column I've named REC.TYPE contains the string "SAO " or "FL-15".
My horribly inefficient solution was to search the matrix row by row, test the REC.TYPE column and essentially delete the row if it did not match my criteria. Essentially...
> j <- 1
> for (i in 1:nrow(dataset)) {
> if(dataset$REC.TYPE[j] != "SAO...
2005 Oct 05
2
Sipura SPA-3000 setup in Brazil
All-
I'm attempting to set up a Sipura SPA-3000 in Sao Paolo, Brazil. Not being a
portuguese speaker, I'm having a rough time of finding the relevant
information on how to make the thing pick up the PSTN line and make an
outbound call.
The sipura in question works fine on a bench connected to a POTS line in the
US, but is now plugged in in Sao Pao...
2010 Jul 05
15
Assassins Creed2
any one knows how to INSTALL assassins Creed2??
when i run the installation file with WINE it says
There is no windows program configured to open this type of file.
can some one help please?
this happens when i run the setup.exe
and the autprun is not working well
Btw the DvD is duallayer
first when i inserted the DvD into the normal DvD rom it dint work well.
this time it works but it says that
2007 Mar 18
2
ticks labels and R
...bels
to degrees. I'm newbie in R and don't know how to change parameters of axis.
Especially important to add sign of degree to each tick label.
Thanks in advance,
--
---------------------------------------------------------------------------------------
Eugene A. Semenko
e-mail: sea at sao.ru Special Astrophysical Observatory RAS,
WWW: http://tiger.sao.ru/ Nizhnij Arkhyz
phone: +7 87878 46 5 77 Karachai-Chercassian Republic,
fax: +7 87878 46 5 27 Russia, 369167
2005 Nov 16
3
Difficulties with for() {while(){}}
...ly, the while is not possible to be
resolved, and so the program abort.
In this case I need that program return to the init of function and run again.
How I can make this? Abort the while, abort the for and run the function
again?
Thanks
Ronaldo
--
Os homens ficam terrivelmente chatos quando sao bons
maridos, e abominavelmente convencidos quando nao
sao.
-- Oscar Wilde
--
|> // | \\ [***********************************]
| ( ?? ?? ) [Ronaldo Reis J??nior ]
|> V [UFV/DBA-Entomologia ]
| / \ [36570-000 Vi??osa - MG...
1998 Nov 25
2
How to stop access to a share in the samba server?
...------------------------------------------------
Eng. Roberto Jo?o Lopes Garcia E-mail: roberto@mha.com.br
F. 55 11 848 9906 FAX 55 11 848 9955
MHA Engenharia Ltda
E-mail: mha@mha.com.br WWW: http://www.mha.com.br
Av Maria Coelho Aguiar, 215 Bloco D 2 Andar
Centro Empresarial de Sao Paulo
Sao Paulo - BRASIL - 05805 000
-------------------------------------------------------------------
2008 Nov 21
1
question about shapiro.test()
...of my sample shoud be rejected because p-value << 0.05 (at 5% level). Is'n
it? But actually my data distributed very close to the normal distribution.
Thanks in advance.
Eugene
--
---------------------------------------------------------------------------------------
e-mail: sea at sao.ru Special Astrophysical Observatory RAS,
WWW: http://tiger.sao.ru/ Nizhnij Arkhyz
phone: +7 87878 46 5 77 Karachai-Chercassian Republic,
fax: +7 87878 46 5 27 Russia, 369167
2016 May 09
0
CentOS-6.5 - CD/DVD does not sense media
...pabilities :
Vendor_info : 'HL-DT-ST'
Identification : 'DVD-RAM GH22NS30'
Revision : '1.01'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P
RAW/R96R
Errno: 5 (Input/output error), test unit ready scsi sendcmd: no error
CDB: 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 01 00 00
Sense Key: 0x2 Not Ready, Segment 0
Sense Code: 0x3A Qual 0x01 (mediu...
2005 Jun 04
3
DVD writer problem
...ally is.) It's supposed to read/write CDs, DVDs,
DVD+Rs, and DVD-Rs. I'm basically dual booting between XP and CentOS 4.
Following the recipe in "The Linux Cookbook", I tried to copy a DVD using:
dd if=/dev/hdd of=/tmp/diskfile.iso
then
cdrecord dev=/dev/hdd fs=32m -sao -v -eject -dummy /tmp/diskfile.iso
to test and
cdrecord dev=/dev/hdd fs=32m -sao -v -eject /tmp/diskfile.iso
to actually record.
I had a lot of trouble getting a good read of the whole original DVD--it
kept getting an I/O error at 94-95% of the way through. After multiple
cleanings and 20...
2007 Dec 28
4
MOre on buring ISOs
...: 'CDRW/DVD SN-308B'
Revision : 'U006'
Device seems to be: Generic mmc2 DVD-ROM.
Current: 0x0009
Profile: 0x0008
Profile: 0x0009
Profile: 0x000A
Profile: 0x0010
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-2 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Drive buf size : 1353728 = 1322 KB
FIFO size : 4194304 = 4096 KB
Track 01: data 48 MB
Total size: 55 MB (05:32.48) = 24936 sectors
Lout start: 56 MB (05:34/36) = 24936 sectors
Current Secsize: 2048
cdrecord: Input/output error. read disk info: scsi sendcm...
2005 Aug 15
1
XML for tc hierarchy representation
...ks in advance for any information.
--------------------------------------------------------------------
Andre D. Correa, CISSP | Visite meus projetos pessoais:
andre.correa (at) pobox.com | Visit my personal projects:
http://andre.hiperlinks.com.br | -http://malware.hiperlinks.com.br
Sao Paulo / SP / Brazil | -http://www.linuximq.net/
--------------------------------------------------------------------
2016 Nov 10
2
change SOA record
Hi Rowland,
I followed this page
"https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Record"
more than once.
Everything in here is fine...every test successful.
My problem is that the existing SAO record is pointing to
dc1.samdom.example.com which doesn´t exist anymore.
Now it must be dc01.samdom.example.com.
What happens when I try to add ...
samba-tool dns add 127.0.0.1 _msdcs.samdom.example.com @ NS
dc01.samdom.example.com ... ?
will it break something because we still have an entry..e...
2003 Jul 02
3
Rsync utilization every 5 seconds
Hi.
I installed the rsync and I need it to run every 5 seconds between 2 machines.
I was planning to use it in crontab, but this allows only every minute.
I couldn?t find how to do it.
Could someone explain me how to run rsync automatically every 5 seconds?
Thanks in advance,
Mauro
2003 Apr 08
7
4.8-STABLE Kernel Panic with dummynet options.
I first met this problem when our (60 students) internetgateway refused to
boot its new kernel, it was a 4.7-RELEASE. Then i loaded the old kernel and
went home to check if my 4.8-STABLE does likewise. And the answer was yes!
Both kernels were GENERIC + these options taken from the dummynet man pages:
options DUMMYNET
options NMBCLUSTERS
options HZ
When i boot the machine
2016 Nov 10
1
change SOA record
...rote:
>
>> Hi Rowland,
>>
>> I followed this page
>> "https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Record"
>> more than once.
>> Everything in here is fine...every test successful.
>>
>> My problem is that the existing SAO record is pointing to
>> dc1.samdom.example.com which doesn´t exist anymore.
>> Now it must be dc01.samdom.example.com.
>>
>> What happens when I try to add ...
>> samba-tool dns add 127.0.0.1 _msdcs.samdom.example.com @ NS
>> dc01.samdom.example.com ... ?
>&g...
2004 Jun 20
1
hidden markov models in R?
Hi, friends!
Has R estimation (library, for example) to do estimation in HMM?
Thanks in advance,
========================================
Cezar Freitas
Estatistico - Comissao Permanente para os Vestibulares / UNICAMP
Probabilidade e Estatistica Aplicadas - IME / USP | IMECC / UNICAMP
Campinas | Sao Paulo, SP - Brasil
2012 Aug 17
0
iterate through a multi dimensional hash
.... How do I efficiently extract both value separately and
efficiently?
any help would be greatly appreciated.
I''m getting my hash from a yaml file this way
require ''yaml''
path = File.join(Rails.root, ''config'', ''stage-aws-opscode.yml'')
SAO = YAML.load_file(path)
The stage-aws-opscode.yml contains the following data
sandbox: &defaults
amazon: aws-green
chef: mdsol
validation:
<<: *defaults
cruise:
<<: *defaults
hendricks:
<<: *defaults
distro:
<<: *defaults
performance:
<<: *defaul...
2007 Nov 14
1
label plotting on nmds diagram
...,cex=0.5)
But the labels are sometimes overlapped.
Is there any way to use identify, or a similar command, to plot the row names in
a given position? Identify would be perfect but it indicates the row number and
I'd like to have the row name given in nmds$points.
Many thanks,
Antonio Olinto
Sao Paulo Fisheries Institute
Brasil
-------------------------------------------------
BCMG Internet Webmail
www.bcmg.com.br
2011 Nov 29
1
Read TXT file with variable separation
Hi!
I have to import some TXT files into R, but the separation between the
columns are made with different blank spaces, but each file use the
same separation. Example:
31 104 5 0 11RUA SAO
SEBASTIAO 25
BAIRRO FILETO
01
00200338540000
The pattern is the same on each file.
There is two sample files attached to this message....