Displaying 20 results from an estimated 93 matches for "heirarchies".
2007 Dec 22
1
Help with complicated heirarchy exclude syntax
I want rsync to do this:
Backup all files under ~/, except in some cases.
When rsync gets to ~/News, which has an extensive, fluctuating and
deep heirarchy of directories under it. An example might be:
News/agent/nntp/news.gmane.org/gmane/comp/lang/perl/beginners/
I want to skip any files that have all numbers for names which would
be under the last directory above. However there are at
2009 Oct 12
1
[LLVMdev] [PATCH] docs/WritingAnLLVMPass.html: s/heirarchy/hierarchy/
Hi,
attached patch fixes an obvious typo in docs/WritingAnLLVMPass.html.
best regards,
Timo Lindfors
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-docs-writing-pass-typo1.patch
Type: text/x-diff
Size: 407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091012/27de943d/attachment.patch>
2006 Jun 16
1
sortable acts_as_tree with heirarchy
I''ve been stumbling on the tut at oriontransfer
(http://wiki.oriontransfer.co.nz/main/show/SortableTree)
I''ve got it working in a one dimensional list and I''ve got the drag and
drop working on children, but as can''t get it to save the tree.
Here''s my view:
<h2>Menu Prototype 2</h2>
<%= flash[:notice] %>
<ul
2016 Mar 05
2
GSOC-2016 Project : Clustering of search results
Hello devs,
I am Richhiey Thomas, pursuing my third year of undergraduate studies in
Computer Science from Mumbai University. I had gone through the project
list for this year and the project idea based on clustering caught my
attention. I spoke to Assem Chelli on IRC who guided me to the code and got
me started.
I started going through the code and have successfully built Xapian on my
machine.
2006 Jul 20
2
DESCRIPTION and PACKAGES files.
Greetings; I'm working on translating the heirarchy of R packages into
the Gentoo Ebuild environment, currently working from a 2.3.1 install.
There are several data which it would be nice to see provided
alongside the existing output of available.packages; at the moment I
think I'm going to have to get License and SystemRequirements out of
individual package DESCRIPTIONs.
More generally,
2009 May 19
2
incremental directory searche in rsync 3.0.6
Hi,
I was in under impression that rsync 3.0.5/3.0.6 creates all the missing
directories in the path but I think I am wrong. Could any one tell me is it
possible to create all missing dirs in path at destination side if not
exists. Currently, I have been getting below errors.
rsync -avz /tmp/mytest/rsync-test/dir-test/parent-dir/
desthost:/tmp/mytest/rsync-test/dir-test/parent-dir/
sending
2009 May 20
2
Example for parsing XML file?
Hi,
I am trying to parse XML files and read them into R as a data frame,
but have been unable to find examples which I could apply
successfully.
I'm afraid I don't know much about XML, which makes this all the more
difficult. If someone could point me in the right direction to a
resource (preferably with an example or two), it would be greatly
appreciated.
Here is a snippet from one of
2006 Apr 20
1
Fun and games with newhidups, udev rules and permissions
...so, recent udev rule
sets implement a replica of /proc/bus/usb under /dev/bus/usb -
although the former is handled by 'usbfs' and the latter by a single
elaborate (and rather hackish) rule in /etc/udev/rules.d (or wherever
your distro stores your udev rules). It _seems_ that the two bus/usb
heirarchies are equivalent as far as libusb is concerned. Gentoo and
probably other systems will implement both heirarchies as a
transitional step.
It also seems that recent versions of libusb (and I have read
conflicting reports on when this was implemented) are capable of
looking at either /dev/bus/usb or...
2007 Oct 04
1
Subscribe to root of Maildir namespace?
Our users currently make use of a single namespace, mbox format:
namespace private {
separator = /
prefix =
hidden = no
inbox = yes
location = mbox:~/:INBOX=/var/spool/mail/%u:INDEX=/var/spool/poptemp/dovecot/%u
}
I'd like to give them access to additional Maildir-format storage area,
so to the above I've added:
namespace private {
separator = /
prefix = archive/
2006 Feb 27
1
How to build a recursive parenting structure?
I''m just getting used to using HABTM structures. Something I''m trying
to do now is create a site that has "sections" each section then could
have a sub "section".
So I built a "sections" table and in the model I included the line
"has_and_belongs_to_many :sections"
I also made a table called "sections_sections" to build the
2004 Nov 17
1
IMAP - many folders?
Hi,
I've been reading the list and it seems the answer to my (soon to be
asked question) is no, at least with 0.99, but I'll ask to be sure.
I have following setup: new mail goes to ~/Mail/Maildir, except for
mailing lists which are moved by procmail to ~/Mail/mailing_lists/name,
spam which goes to ~/Mail/spam. Read mail is moved by mutt to ~/Mail/read.
Everything is in maildir format.
2008 Apr 22
2
[LLVMdev] The source code Makefile (newbie with pass registering Problem)
Hi!!
It's me again. I guess that there is a problem in the Makefile of my source code. But I don't know where. Could you please verify it?
The Makefile is written like this:
# Makefile for Genetic Algorithm Pass
CXXFLAGS = -Wall -I/iss/fpga3/nicole/galib247/
LDFLAGS= -L/iss/fpga3/nicole/galib247/ga/ -lga -Wl,-E
# Path to top level of LLVM heirarchy
LEVEL=../../../
# Name of the
2009 Jul 17
2
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
While learning to write LLVM passes and following the precise
instructions under http://llvm.org/docs/WritingAnLLVMPass.html,
<http://llvm.org/docs/WritingAnLLVMPass.html>
I got this error when loading the hello pass to run the test program:
opt -load ./Release/lib/Hello.so -hello < test/test.bc > /dev/null
Error opening './Release/lib/Hello.so': ./Release/lib/Hello.so:
2007 Dec 30
1
bi monthly based Mail/News backup scheme
I'm looking for a way to accomplish this goal without too much regular
intervention.
I want to backup.. but no thats not really the word I need here. It
is a backup but also a continuing non-deleting collection of what
comes on the spools over time. So the backup will never look like or
mirror the src, except on the first run.
It is NNTP and Mail spools (in one numbered file per message
2006 Mar 16
4
Table Relationships Problems.
I have the following tables setup:
locations
:id
:name
systemmessages
:id
:name
systemmessage_validtimes
:id
:name
:systemmessage_id
:location_id
:start
:end
The systemmessage_validtimes has a ''has_many'' relationship with
systemmessages, meaning that there could be many valid times for each
system message.
@systemMessage = Systemmessage.find(1)
E.g. I
2007 Nov 05
5
xtable.by
Hi all,
I have a series of measurements made over different types of road surfaces
and capacity that I want to summarize in tables via LaTeX. Ideally I'd like
a table similar to this (
http://www.andy-roberts.net/misc/latex/tutorial4/multirow.png ) with mean/SD
of the measurement broken down by road type (both surface and capacity).
Ideally it would be extensible so that when I add layers
2011 Oct 05
2
[LLVMdev] collect end line number for scope
Hi,
The link and the information shared was helpful.
I will make my problem definition more clear.
While I am "asm printing" target code, I also want to emit scope related information.
Scope related information includes,
- for each scope, start line, end line, start column, end column
and
- scope heirarchy.
As scope is delimited by "{" and "}" (for an input
2008 Jan 23
5
Changing rspec directory structure
I''d like to change the rspec directory structure from
/spec
/model
/controllers
etc
to
/spec
/unit
/models
/controllers
/lib
/functional
/models
/controllers
etc.
Basically the Jay Fields style of testing -- I want the unit tests to
be run all the time on a continuous integration server, but the
integration/functional and system tests to be run
2005 May 08
3
[OT] Linux Development Environment - suggestions
Hey, sorry for the off topic email, but I appreciate any feedback you guys
can give me.
I just put together a new box and installed Ubuntu linux on it. I''m coming
from a totally windows environment, so I''m having some trouble getting my
head around the linux file system and where things "should" go.
I am trying to create a nice development environment for myself
2007 Mar 03
1
Error handling in the bindings
Currently, the SWIG generated bindings catch exceptions raised by Xapian
and rethrow them using the standard SWIG error types: for example, if
any Xapian::DatabaseError exception is raised, SWIG will use its
standard SWIG_IOError error type to report the error.
In Python, this leads to code like the following:
try:
db.get_document(1)
except RuntimeError, e:
if