Displaying 20 results from an estimated 3000 matches similar to: "Restore sources"
2004 Aug 05
1
Using pipe for input data
Hi.
I have asked this question before and Aaron J. Mackey and Tony Plate gave me
some great insight but I still can't figure out how to do what I am trying
to accomplish. So let me ask again...
What I am trying to do is to make R read data from pipe (stdin).
Say I have following files on my directory
my.dat
apple 1
orange 2
grape 3
my.R
d <- read.table(
2006 Mar 14
5
Daily Xen-HVM Builds: cs9226
changeset: 9226:7d8efd4f1ac7
tag: tip
user: kaf24@firebug.cl.cam.ac.uk
date: Tue Mar 14 08:18:35 2006 +0100
summary: Initialise blkfront_info to zeroes after allocating it.
Hardware: x460
******************** x86_32(no PAE): ***************************
* dom0: SLES9 SP2
* dom0 boots fine
* xend starts without problem
--- Linux HVM domain status: ---
ISSUES:
*
2009 Apr 13
2
using flash to connect to ICECAST 2.3.2
Starting on friday I download icecast 2.3.2 and compiled it on SLES10.
Very soon I was able to use ices to stream an mp3 file to a mp3
(phonostart, foobar) client via Icecast.
But my flashplayer, which was able to get streams from icacast1, was not
able to full fill his job.
I did reseaches on the net, hour for hour, found a lot of stuff. Also
some changings in format_mp3.c.
But with no success.
2017 Oct 25
1
How to save and restore a workspace
Saving your workspace means that the variables you currently have defined in your session [ everything that shows up when you type ls() ] are saved to a file, by default named ?.RData?. To restore the workspace, you use the ?Load Workspace? command and navigate to the (same) .RData file. Its default location for Windows, as far as I know, is your ?Documents? folder. So look there.
I see that you
2007 Mar 08
2
Proposal: RSS-Feed
Hi,
dovecot provides POP and IMAP services.
Proposal:
Would be nice if it also could offer an RSS-Feed for a mailbox,
giving a summery of sender/subject/date and maybe the first lines
of text.
regards
Hadmut
2002 Dec 01
1
Logistic regression
Hi,
I can't figure out how to get the P-values out of the summery of a logistic
regression. I used:
logit.out <- glm(...)
and then I should be able to extract just the P values for the coefficients.
Any idea?
Kris
--
------------------------------------------------------------------------
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn
2011 Jul 15
1
Re: Does wine support rts. program?
NICE !!!!!!!!!!!!!!!!!!!!
im here waiting for the progress admin :) tnx i appreciated that you trying to help me :( :) :) TNX :) :) :)
2004 Aug 06
3
Stupid question
> It means that you are using a broken XML parser and you should delete the
> comment before the namespace is defined near the top of the config file.
>
> Comments are the tags that look like <!- this --> (in case you didn't
> know)
>
> That should fix the problem.
> --
Tnx, now the XML parse error don't appare. But...yes, there's a but:
Unknown
2007 Feb 09
3
two develop problems about flac-1.1.3?
i download flac-1.1.3.src
watch the change log, it is good news that intergrate 3 layer decode api
into one layer.
but it DEPANDs on the ogg lib now, i try it build a plugin for
beep-media-player on linux
the plugin just seems like the xmms's plugin.
when i build plugin with 1.1.2's api, it compile smoothly, and bmp decoder
flac file well, but when i updat flac lib to 1.1.3, and change the
2007 Mar 10
1
imap problems; error accessing inbox and some other folders
Hello all,
First off, please let me apologize for cross posting this in both the
fedora and centos lists.
I have just run into a problem with imap that's becoming a real issue.
About two or three days ago some of the mail folders became
unusable/unreadable. For instance, my inbox shows 41 unread messages when
I access it through pine on the server. But if I imap into it from
2010 Nov 14
3
How to permanently remove [Previously saved workspace restored]
Win 7 64 bit
R version 2.11.1 (2010-05-31)
How to permanently remove;
[Previously saved workspace restored]
> rm (list = ls( ))
On next start it still displays;
.....
[Previously saved workspace restored]
There is a file keeping the previous data on Linux
.Rdata
How about on Windows?
TIA
B.R.
Stephen L
2009 Dec 09
3
.Rhistory in R.app
Dear R users,
I am having a minor but annoying issue with R.app. It doesn't retain
the history information from the previous sessions. By "history," I
mean a record of commands/functions entered into R rather than the
list of objects--that is properly recorded in the .Rdata file as well
as in a workspace file I save separately.
System details:
R version 2.9.0
R.app GUI 1.28
Mac OS
2018 Oct 08
1
[Announcement] Tinc version 1.0.35 and 1.1pre17 released
Because of security vulnerabilities in tinc that have recently been
discovered, we hereby release tinc versions 1.0.35 and 1.1pre17. Here is a summary of
the changes in tinc 1.0.35:
* Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738).
* Prevent a MITM from forcing a NULL cipher for UDP (CVE-2018-16758).
Here is a summery of the changes in tinc 1.1pre17:
* Prevent oracle attacks in the
2018 Oct 08
1
[Announcement] Tinc version 1.0.35 and 1.1pre17 released
Because of security vulnerabilities in tinc that have recently been
discovered, we hereby release tinc versions 1.0.35 and 1.1pre17. Here is a summary of
the changes in tinc 1.0.35:
* Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738).
* Prevent a MITM from forcing a NULL cipher for UDP (CVE-2018-16758).
Here is a summery of the changes in tinc 1.1pre17:
* Prevent oracle attacks in the
2010 Nov 14
6
sum in vector
hy guys i have one question :)
i have two vectors markets and price
market <- c(1, 5, 7, 9, 9, 6, 5, 4, 4, 3, 1, 2, 1)
price <- c(100, 20, 30, 10, 50, 23, 23, 33, 96, 6, 4, 38, 96)
i would like sum prices: market 1: (100+4+96), market 2: (38),..., market 9:
(10+50)
ao i would like get this result: (200, 38, ..., 60)
and i don't wanna use while, for loops... is there any other function
2009 Sep 26
3
evaluate a set of symbols within an IF statement
Hello, writing some R code to cleanse a data set, if the following set
of symbols are identified then perform some actions. trying to write
the minimum code to do this.
tname = "VIX"
checkticker = c("VIX", "TYX", "TNX", "IRX")
if (tname == checkticker) {
//perform some operations
}
result i get is
> tname == checkticker
2004 Jul 28
2
problem with the .Rhistory
Hello,
The history function doesn't seems to work when I am working with R.
I have a .Rhistory file in my working directory and I have tried
savehistory(file = ".Rhistory")
or the command given in the history help :
.Last <- function()
if(interactive()) try(savehistory(".Rhistory"))
and I get the same error message
Error in
2007 Jan 28
4
Compiz .36 => No Borders
hi all
i'm running debian sid..and i tried to compile the las version of compiz
because the old version of compiz did not supported compiz settings..
btw here is what i did:
1) followed the official compiling guide =>
http://go-compiz.org/index.php?title=Compiling
2) try to run by launching compiz...but the only results was to not view
the windows' borders..
so i searched in the
2007 Aug 15
1
CDR billsec greater than duration
Hi all,
I have a strange situation on a Asterisk 1.2.17 with FreePBX 2.2.1
Doing a select in the CDR table I noticed there are some calls with
billsec greater than duration, duration is always 0 in those calls.
How can this happens ? Am I missing something ?
Tnx in advance
Regards
Edoardo Serra
WeBRainstorm S.r.l.
2002 Sep 19
3
savehistory directories and quitting R (PR#2038)
#
# r-bugs@r-project.org
#
######################################################
Because I work in different directories, but always want to save my
.Rhistory in the same place, I have changed the system function savehistory
to this:
function (file = "D:/R50/.Rhistory")
invisible(.Internal(savehistory(file)))
When I use q() to quit R, and it asks me whether I want to