Displaying 20 results from an estimated 400 matches similar to: "Changing date format"
2014 Feb 21
0
[Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup
https://bugs.freedesktop.org/show_bug.cgi?id=75279
--- Comment #7 from Frederic Bezies <fredbezies at gmail.com> ---
I'm the reporter on mozilla bugzilla tracker.
Some technical infos on my computer.
Using archlinux, 64 bits.
Software versions ? Kernel upgraded less than an hour ago.
[fred at fredo-arch ~]$ pacman -Si mesa | grep Version
Version : 10.0.3-1
[fred at
2010 Nov 04
3
postForm() in RCurl and library RHTMLForms
Hi RUsers,
Suppose I want to see the data on the website
url <- "http://www.nseindia.com/content/indices/ind_histvalues.htm"
for the index "S&P CNX NIFTY" for
dates "FromDate"="01-11-2010","ToDate"="02-11-2010"
then read the html table from the page using readHTMLtable()
I am using this code
webpage <-
2012 Dec 02
1
postForm() in RCurl and library RHTMLForms
Hi RUsers,
Suppose I want to see the data on the website
url <- "http://www.nseindia.com/content/indices/ind_histvalues.htm"
for the index "S&P CNX NIFTY" for
dates "FromDate"="01-11-2010","ToDate"="02-11-2010"
then read the html table from the page using readHTMLtable()
I am using this code
webpage <-
2013 Feb 25
13
running yum update on remote servers
I have read a couple old threads here on updates for servers, and I am
looking for some mechanics to getting the actual updates done. I don't
want automatic updates; I want to control when and what gets updated.
First I have to determine that a particular server needs updates. I
suppose a daily script that would run "yum check-updates' and emails me
the results could work, but
2007 Feb 06
2
svn AGC
Hi Jean Marc,
I found that the AGC API and algorithm has changed in svn head trunk.
Is it safe to use it? Or is it for testing purpose only?
You also said that VAD in svn is broken in a previous post, is it
related to the AGC change?
or can we mix the old VAD algorithm with the new AGC safely?
kind regards,
fredo
2004 Dec 30
2
echo cancellation
I'm going to test the echo cancellation...
but before doing something wrong, i want to know what is the right way
to use it...
-------------------------------------------------------------------------------------
short * speakerSample; //will contain what the speakers are going to play
short * microphoneSample; //what the microphone is going to register
short* cancelledSample; //the ouput
2016 Mar 11
2
Regression in strptime
This is definitely obscure but we had a unit test that called
.Internal(strptime, "1942/01/01", %Y/%m/%d") with timezone (TZ) set to
CET. In R-3.1.3 that returned "1942-01-01 CEST" which, paradoxically, is
correct as they evidently did strange things in Germany during the war
period. Java also returns the same. However, R-3.2.4 returns "1942-01-01
CET".
2008 Nov 04
1
perform Kruskal-Wallis test without using the built-in command in R
Hi,
again i am stuck in my presentation, and i have never learn R before in my
life but need this to be done, so please help me out for a favour:
http://www.nabble.com/file/p20333155/kew.dat kew.dat
run this in R and these comes up:
Month Year Rain
1 Jan 1900 74.400000
2 Feb 1900 80.500000
3 Mar 1900 23.600000
4 Apr 1900 23.600000
5 May 1900 25.100000
6
2013 Mar 12
5
extract values
Hello all!
I have a problem to extract values greater that for example 1820.
I try this code: x[x[,1]>1820,]->x1
Please help me!
Thank you!
The data structure is:
structure(c(2.576, 1.728, 3.434, 2.187, 1.928, 1.886, 1.2425,
1.23, 1.075, 1.1785, 1.186, 1.165, 1.732, 1.517, 1.4095, 1.074,
1.618, 1.677, 1.845, 1.594, 1.6655, 1.1605, 1.425, 1.099, 1.007,
1.1795, 1.3855, 1.4065, 1.138, 1.514,
1998 Nov 19
3
Dial in accounts
Eric,
I am busy trying to grasp the browse list concept. We have subnets and
dial-in accounts. From what I have read you may have to get your Linux
box act as aWINS server and have to dial-up user use the wins server to
resolve names on the brows list. The browse list is updated every 12-15
minutes ao your dial-up account might not show upat first. This has
caused me some trouble at first as I
2014 Feb 21
0
[Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup
https://bugs.freedesktop.org/show_bug.cgi?id=75279
--- Comment #9 from Frederic Bezies <fredbezies at gmail.com> ---
glxtest output :
[fred at fredo-arch ~]$ ./glxtest
VENDOR
nouveau
RENDERER
Gallium 0.4 on NVA8
VERSION
3.0 Mesa 10.0.3
TFP
TRUE
Not a single hang. Will try seeing on full mozilla code if there is still a
hang or not.
--
You are receiving this mail because:
You are the
2020 Apr 05
1
Unable to create / copy / delete a file on a SMBv1 only device using Samba 4.12.x
Hello.
I'm using Archlinux Mate with its testing repositories activated. I am only
the owner of an ISP "box" with an embedded HDD working only with SMBv1
protocol.
After I updated my archlinux box to Samba 4.12.0, I noticed that my access
was rejected.
I tweaked my /etc/samba/smb.conf to add this in [global] section.
"server min protocol = CORE
client min protocol =
2004 Dec 30
0
echo cancellation
Le jeudi 30 d?cembre 2004 ? 21:35 +0100, Alfredo Moreira a ?crit :
> I'm going to test the echo cancellation...
> but before doing something wrong, i want to know what is the right way
> to use it...
The best I can suggest is to *not* use it... unless you know how to
debug/tune it.
Jean-Marc
>
2012 Oct 26
4
Can't replace a faulty disk of raid1
Hello,
I had a raid1 btrfs (540GB) on vanilla 3.6.3, a disk failed, and removed it at
power off, plugged in a new one, partitioned it (to 110GB, by error), and added
it to btrfs.
I tried to remove the missing device, and it said "Input/output error" after a
while. Next attempts simply gave "Invalid argument".
I repartitioned, rebooted the system, and made the partition grow:
2016 Mar 12
2
Regression in strptime
On 3/12/16 12:33 AM, peter dalgaard wrote:
>> On 12 Mar 2016, at 00:05 , Mick Jordan <mick.jordan at oracle.com> wrote:
>>
>> This is definitely obscure but we had a unit test that called .Internal(strptime, "1942/01/01", %Y/%m/%d") with timezone (TZ) set to CET.
> Umm, that doesn't even parse. And fixing the typo, it doesn't run:
>
>>
2002 Jul 22
1
impedence mismatch between openssh 3.4p1 and openssl 0.9.6d on SCO OpenServer 3.2 5.0.6
Hi, I have been trying to build openssh 3.4p1 on SCO Open Server xxx
It requires the libcrypto.a library produced by OpenSSL.
So, I downloaded and installed OpenSSL 0.9.6d.
As part of the configure process for OpenSSH, 'configure' checks for
version of libcrypto.a with RAND_add().
RAND_add is defined in rand_lib.c and during the build of OpenSSH, I
can see that rand_lib.c is compiled
2000 Jan 14
2
The cipher 'none' in OpenSSH
Hallo to everyone!
First I would like to thank everybody for making a free implementation
of ssh available.
I am administrating the network at the computer science department of
the University of Munich. Here, rcp (as in many other places, I guess)
is banned for security reasons. I, aswell as others, use scp regulary
to copy files from one machine to another.
The problem is, that the transfer
2003 Oct 24
1
cvs anonymous password
What is the password to download the sources via
anonymous cvs? When I run
cvs -d :pserver:anonymous@oss.oracle.com:/cvs login
It prompts me for a password and no matter what I try
it always responds with:
Server configuration missing --allow-root in inetd.conf
2010 Jan 11
3
interpolation
Dear R-users,
I have a complex line by xy-values (ordered by z).
And I would like to get interpolated y-values on the positions of x = 0:600.
How do I get the correct points?
x=c(790,790,790,790,790,786,783,778,778,766,763,761,761,761,715,628,521,350,160,134,134,129,108,101,93,111,161,249,288,243,139,45,7)
2013 Mar 13
2
merge datas
Hello all!
I have a problem with R. I try to merge data like this:
structure(c(2.1785, 1.868, 2.1855, 2.5175, 2.025, 2.435, 1.809,
1.628, 1.327, 1.3485, 1.4335, 2.052, 2.2465, 2.151, 1.7945, 1.79,
1.6055, 1.616, 1.633, 1.665, 2.002, 2.152, 1.736, 1.7985, 1.9155,
1.7135, 1.548, 1.568, 1.713, 2.079, 1.875, 2.12, 2.072, 1.906,
1.4645, 1.3025, 1.407, 1.5445, 1.437, 1.463, 1.5235, 1.609, 1.738,
1.478,