Displaying 20 results from an estimated 1000 matches similar to: "deep vs. shallow directory structure"
2011 Nov 28
0
extend validObject to validate any object (shallow and deep validation)
Hi,
It would be nice if there was a tool for checking the validity of any
object. validObject() is of course the natural candidate for this but
right now it doesn't work on S3 objects:
df <- data.frame(aa=1:4, bb=letters[4:1])
attributes(df)$row.names <- c("A", "B", "C", "A")
'df' is an invalid data frame instance:
> df
2006 May 14
3
hi all
Not much I can say except that I am very excited to enter this new
world(solely for me of course, kind of late) of rubyonrails.If anyone
has any patience or just plain kindness to help me on my first steps
(leaps?) , I would greatly appreciate any links, references, tips,
hellos, or whatever else is offered.
Thanks ahead of time,
Shai Rosenfeld
Octava
I
-------------- next part
2008 Feb 11
3
[PATCH 1/5] Change vsmp compile dependency
Change Makefile so vsmp_64.o object is dependent
on PARAVIRT, rather than X86_VSMP
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ravikiran Thirumalai <kiran@scalemp.com>
Acked-by: Shai Fultheim <shai@scalemp.com>
---
arch/x86/kernel/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/Makefile
2007 Feb 05
3
rsync 3.0.0cvs timeout
Hi,
When I send this command, I get a timeout almost every time...
--- this is the client side ---
rsync -av --timeout 120 /home/bat/20070205_0501/log/sync_dns29_log
/home/bat/20070205_0501/log/sync_dns29_serial
/home/bat/20070205_0501/log/sync_dns29_tcpdump_log.gz --port 5873
fileserver::test/20070205_0501/log
sending incremental file list
sync_dns29_log
sync_dns29_serial
2000 Apr 05
2
My first R-program
Sorry, I pasted the wrong file in earlier... this is the correct one:
pValCalculator(b, n=20, m=20)
{
ind <- 1:min(c(n,m))
prob <- (1-pnorm(b,sd=std*sqrt(ind)))
prob1 <- sum((n-ind+1)*(m-ind+1)*prob)
prob1
}
inputData <-
scan("/users/lvssso/projects/LAMA/output/pValLamaScore.tmp", list(block1
= "",block2 = "",width1 = 0,width2 = 0,alignment = 0,score
2006 May 28
8
a newbie question, if possible to help
i was wondering if anyone can help me form a very simple "if" statment
in the controller...
i did a usual scaffold for table ''pages'', and everything is working out
well, i did the main site ''backbone'' and all, and everythings
good....the thing is, now i need to make sure that the site-admin does
not have the possiblity to destroy page 1 or page 2.
2006 Jun 01
3
how can i redirect a person after a login
i built my own login system, but unfortunately, i am having problems
(ie, can''t really figure out how) to redirect a person back to the page
he was requesting before logging in...say, as the admin i want to edit a
certain message/logo, whatever, so i click on it, and i get redirected
to my login page. after the admin logs in, he gets redirected to the
homepage - i couldn''t
2005 Mar 11
0
Last plug - rsyncrypto independant devel mailing list
Hi all,
A while back I announced "Rsyncrypto", a rsync friendly encryption
system. With version 0.11 just out, and proving reasonably usable in and
on its own right, we now have an independent mailing list discussing
just rsyncrypto. I have therefor allowed myself this one last notice to
this list. All further rsyncrypto related announcements will go to
2007 Jan 21
2
using rsync 3.0.0 CVS version
Hi,
I've wanted to start working with this CVS version cuz the new
"incremental-recursion algorithm" is just what I need. But ran into a
problem...
When I start the rsync, either with the rsync protocol or rsh, i found that
it'll start doing the rsync and just halt after a few hundred MBs or even up
to a couple GBs.
I was never able to finish an rsync.
Anyone else had this
2005 Feb 06
0
Announcement - rsyncrypto 0.02 released
Hi all,
I'm sorry if this is off topic here. I'll send this one anyways, but do
let me know if you are interested in related project's release
announcements so that I don't spam this list unnecessarily in the future.
rsyncrypto is a utility that encrypts file in a rsync friendly way.
Small changes to the plain text file will result in small changes to the
cypher text file.
2010 Dec 02
4
rules with multiple users/groups
Hi All,
I''m using shorewall 4.0.15-1 on debian 5.0.5 and It works fine.
I want to start using rules based on users. This is supported in the
shorewall-rules file, However it seems that each rule can only be
associated with one user or group.
Does this mean that I cannot have a rule apply to several users which
belong to several groups?
Will creating duplicate rules for each user
2000 Apr 05
1
Working with R batch
Hi all,
I'm trying to invoke R from a perl program, using R BATCH. My original
R program wrote an output to a file and plotted a graph. I'm having
problems with the following three things:
1) To get the output file name form the perl program I wrote the
following, in my R program:
commandArguments <- commandArgs();
outputFile <- commandArguments[length(commandArguments)];
This
2006 Jul 10
2
backups/version controll/source controll
Hi,
i was wondering if there was some kind of program i could download to
keep track of my rails applications; something in the vicinity of
subversion (a open-source backing-up tracking program - i.e to keep
track of my applications once they are on the net, during a q&a period,
where i''d be changing my application periodicly, but keeping a current
version on the net, and one
2007 Jun 24
1
rsync summary details...
Hi,
I'm trying to figure our some of these details:
sent 34108 bytes received 6913101 bytes 19487.26 bytes/sec
total size is 231889639875 speedup is 33378.82
1. Is the 6913101 really in bytes?
2. What is the 231889639875 measurement? Bytes? Bits?
3. What does "speedup" mean exactly?
Thanks in advance,
Shai
-------------- next part --------------
HTML attachment scrubbed and
2011 Feb 17
1
Keeping erroring out every night
Hello list,
I have a cron that runs a sync processes every night. Lately, it began
erroring out with this error:
rsync: connection unexpectedly closed (217717 bytes received so far)
> [sender]
> rsync error: unexplained error (code 255) at io.c(601) [sender=3.0.7]
>
In trying to further investigate this, I edited the script and added
verbosity and the last few lines of the log file
2000 Mar 27
1
Installing R on Solaris
Hi,
I've been trying to install R on Solaris, I've been following the
instruction for configuring & compiling R (I have gcc and f77
installed)- but I get Error messages. I'd appreciate it if you could
look at the output, (pasted below) and give me some advice on what to
do. I've attached the R install 'readme'.
Thanks, a quick reply would be greatly appreciated,
2011 May 10
1
Reference Classes copy(shallow=FALSE) unexpected behavior.
Dear all,
I''ve just discovered the ''Reference Classes''.
In a previous attempt ---a year ago--- to re-implement in a Object Oriented
fashion the AMORE package using S4 classes I strongly felt the need of such
capability. It''s great to have the Reference Classes now available. Along
with the discovery of the Rcpp package, this new programming paradigm has
boosted
2007 Jul 04
5
stack level too deep
Hi,
I have a SystemStackError. Here is the stack (sorry if it''s a little
long) :
app/models/line_item.rb:14:in `product''
app/models/line_item.rb:14:in `product''
app/controllers/store_controller.rb:188:in `redirect_to_paypal''
/opt/local/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/
active_record/associations/association_proxy
.rb:123:in `each''
2008 Jun 13
1
shallow over http or ftp not supported
I am trying to install a custom plugin in my Rails app:
script/plugin install http://git.eyequeue.net/plugins/mt_capistrano.git
Instead of installing the plugin, I get the following error:
shallow over http or ftp not supported
Any ideas on how to fix this? Is it OK to do a git clone in my vendor/
plugins directory?
--~--~---------~--~----~------------~-------~--~----~
You received
2010 Mar 24
0
form_for with nested shallow route
Let''s say I have:
map.resources :teams do |team|
team.resources :squads, :shallow => true
end
When I want to generate a form_for a squad, I need both the team and
squad for new/create, but only the squad for edit.
This means I need:
edit:
form_for(squad)
new:
form_for([team, squad])
This seems not very dry. Is there a more idiomatic way of doing this?
Right now,