Displaying 3 results from an estimated 3 matches for "refi".
Did you mean:
ref
2009 Dec 16
2
What is the fastest way to see what are in an RData file?
Currently, I load the RData file then ls() and str(). But loading the file
takes too long if the file is big. Most of the time, I only interested what
the variables are in the the file and the attributes of the variables (like
if it is a data.frame, matrix, what are the colnames/rownames, etc.)
I'm wondering if there is any facility in R to help me avoid loading the
whole file.
2005 Nov 25
0
question on rails , form_remote_tag and backbase
...></script>
<script src=
"/javascripts/prototype.js" type="text/javascript"></script>
</
head>
<body onload="bpc.boot(''/Backbase/3_1/'');">
<b:box
>
<div id="update_div">
<form
action="/refi/guess" method="post"
onsubmit="new Ajax.Updater(''update_div'', ''/refi/guess'',
{asynchronous:true, evalScripts:true, parameters:Form.serialize(this)});
return false;">
<
label for="guess">Ruby on ....? </label&...
2005 Aug 17
2
MMX loop filter for theora-exp
...+0200
@@ -2031,7 +2031,7 @@
if(pipe.loop_filter){
sdelay+=notstart;
edelay+=notdone;
- oc_state_loop_filter_frag_rows(&_dec->state,pipe.bounding_values+256,
+ oc_state_loop_filter_frag_rows(&_dec->state,pipe.bounding_values,
refi,pli,pipe.fragy0[pli]-sdelay,pipe.fragy_end[pli]-edelay);
}
/*To fill the borders, we have an additional two pixel delay, since a
diff -Naur a/lib/internal.h b/lib/internal.h
--- a/lib/internal.h 2005-08-17 09:29:57.318872500 +0200
+++ b/lib/internal.h 2005-08-17 10:05:34.076411500...