Displaying 5 results from an estimated 5 matches for "corrsponding".
Did you mean:
corresponding
2010 Feb 24
1
Inverse function
Hi all,
I have a function like the following:
f <- function(r,
y){r/(2*pi)*exp(1)^(-y)*(1+r*(y/2)+r^(2)*(y-1)^(2)/6)}
For fixed r, I want to find the inverse funtion in terms y.
In other words, for fixed r, if the value of the function is given, I want
to
find the corrsponding y value that will achieve the specific function value.
Can anyone help me?
Hannah
[[alternative HTML version deleted]]
2023 Sep 18
1
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
...st practice for faster deletion than "rm -f") the permissions of hardlinked
files are changed from eg. 444/-r--r--r-- to 644/-rw-r--r-- for all deleted files
with existing hardlinks:
mkdir empty
rsync -a --delete -s empty/ snapshot1/
This distorts the backup history.
There is a corrsponding 6-year-old issue in Bugzilla incl. a patch but the issue is still unfixed:
https://bugzilla.samba.org/show_bug.cgi?id=12806
Questions
---------
1. Is there a reliable workaround ("--super" is proposed in the issue but may probably not always work)?
2. If a rsync developer is read...
2009 Oct 10
1
isFALSE
Hello,
Just wondering why there is "isTRUE" and not "isFALSE".
Romain
--
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|- http://tr.im/BcPw : celebrating R commit #50000
|- http://tr.im/ztCu : RGG #158:161: examples of package IDPmisc
`- http://tr.im/yw8E : New R package : sos
-------------- next part --------------
An
2023 Sep 22
1
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
...f") the permissions of hardlinked
> files are changed from eg. 444/-r--r--r-- to 644/-rw-r--r-- for all deleted files
> with existing hardlinks:
>
> mkdir empty
> rsync -a --delete -s empty/ snapshot1/
>
> This distorts the backup history.
>
> There is a corrsponding 6-year-old issue in Bugzilla incl. a patch but the issue is still unfixed:
>
> https://bugzilla.samba.org/show_bug.cgi?id=12806
>
>
>
> Questions
> ---------
>
> 1. Is there a reliable workaround ("--super" is proposed in the issue but may probably not...
2011 Apr 06
1
Xen page sharing
Hi sahil:
I think the reason why you cannot get page shared is due to the gref you got.
Gref is responsible for a page allocated from domU, in my understanding it should not be
0, that is a gref 0 can not be shared, that''s why I skip gref 0 to be nominated.
The gref is nominated to Xen and later used to find a corrspond MFN, so it shall not always be the same.