Displaying 20 results from an estimated 10000 matches similar to: "New package queuecomputer"
2002 Oct 02
1
deleting (empty) directories
I am evaluating rsync for the mirroring of a website and associated
database. To exercise it and establish the correct run string I need I am
running tests LOCALLY between two test directories.
I have a /scratch/temp/Departure and a /scratch/temp/Arrival trees. I
apply changes to the Departure tree, run rsync, and do a diff -r.
Now I delete a file in Departure
rm Departure/Quattro/uno.file
2011 Nov 01
1
condition has length > 1 for LL denominator
I have a dataset called "results" that looks like this:
arrive depart intercept
1 1 1
1 2 1
1 3 1
1 2 2
1 3 2
1 3 3
2 2 2
2 3 2
3 3 3
where arrive is the period of arrival, depart is the period of departure,
and intercept
2006 Aug 04
8
I need an idea !
Hello here, I need to find an idea to solve a problem
I manage Events which are of kind :arrival or :departure
At first the two kind of events was unrelated but my client want to see
the :departure belonging to the :arrival and vice versa.
I''m searching for a solution to implement this ''link''. I''ve thought
about an integer column containing an uniq id for
2002 Oct 03
0
more questions Re: deleting (empty) directories
Thanks to Tim Conway and Phil Marek. The correct way(s) to synchronize two
directory trees is to avoid a trailing "*" after the origin directory
(either use a . or nothing)
rsync -rlptPzu --delete /scratch/temp/Departure/. /scratch/temp/Arrival/
rsync -rlptPzu --delete /scratch/temp/Departure/ /scratch/temp/Arrival/
I was misled by my first tests
rsync -rlptPzu --delete
2012 Sep 22
1
formtastic does not save at all
Rails 3.1.3
I am using Formtastic gem in order to deal with multi-select
dependencies.
<%= semantic_form_for(@give) do |f| %>
<%= f.inputs do %>
<%= f.input :departure,
:collection => Departure.find(:all, :order=>:city).collect{ |c|
[c.city,c.id]},
:required=>true %>
<div id="destinationCity">
<%= render :partial =>
2012 Oct 13
4
Database design, working but looking for better ways
Rails 3.1.3
Hi. I have designed the database used for my travel plan application.
You should be able to look at the diagram in the link below, hopefully.
https://cacoo.com/diagrams/biDSyxh8yzk2kIeg
("belongs_to" is omitted since it''s obvious)
Basically, the application can list the destinations from a choice of
the departure.
Not mention that the departure_id (integer) and
2012 Sep 30
1
Please help on Sweave question
Dear All,
I have reviewed some examples over the net on this issue, but still not getting the results. I have the following text and code i would like to place into a pdf with sweave, but I would like to change the margins on the produced document. The options(width=60) I guess should do this but when I put it to wok, it is not functioning. perhaps my calling of commands is off?
I would
2011 Feb 24
1
wow 4.0.6 wine 1.3.13 opengl segmentation fault
Hello!
I have iE8400 / Ga-P35-Ds3 / 4 GB 800mhz Patriot / Zotac GTS250 512mb.
Ubuntu x64 10.10.
The version of the driver of Nvidia driver 270.
Wine 1.3.13 the Wonderful with patch(spesial for wow) really up my FPS.
In the same theme I have found out that under D3d such problem isn't present, on FPS we will not compare with game... Too strong brakes.
In a mode openGL I have departures with
2001 Apr 25
2
how to do java-like hashtables in R, R from a java programmer's p onit of view
I suppose I am looking for recommendations on the right book on R for me.
This post drones on a bit about what sort of programming I do and is
basically asking if there are any books on R written with me in mind. I
also make a proposal regarding R documentation at the end.
I started reading "Programming with Data," by Chambers, got really excited
in chapter 1, then found that I had a
2024 Dec 31
1
Citation for stock price data from Quantmod
Fair enough. You do not put citations in the abstract or summary. The level of detail in the methods can be modified by including a link to a repository or by including supplemental material, or appendix, or foot notes, or something equivalent. If all programs/packages are used with system defaults the version number is sufficient. If the packages are customized and such customization materially
2005 Aug 30
0
Royston's V' and v' functions
Dear R-list readers:
Royston described the effect of sample size on the p-value obtained from
the Shapiro-Francia test (Estimating departure from normality. Stat Med
1991;10:1283-93). He developed two indices from the Shapiro-Francia
test (i) V' - an index of departure from normality and (ii) v' - a
plot of the cumulative squared residuals.
He mentioned the availability (in
2019 Oct 11
7
[Bug 3082] New: Add support for deterministically derived keys
https://bugzilla.mindrot.org/show_bug.cgi?id=3082
Bug ID: 3082
Summary: Add support for deterministically derived keys
Product: Portable OpenSSH
Version: 8.1p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs
2010 Jan 25
3
[LLVMdev] Deterministic iteration over llvm iterators
Forgot cc, the entire group.
How can deterministically iterate over the uses of a variable. i.e. the uses
should be any particular order that doesn't change from execution to
execution of the opt tool.
To make myself more clearer, here is a snippet of code that has Values
reordered each time I analyze a particular piece of code(which doesn't
change) with the LLVM opt tool and my LLVM
2019 Apr 04
0
[Bug 1332] New: Time-matching extension (--match time) broken by timestamping changes in kernel 4.20 and later
https://bugzilla.netfilter.org/show_bug.cgi?id=1332
Bug ID: 1332
Summary: Time-matching extension (--match time) broken by
timestamping changes in kernel 4.20 and later
Product: netfilter/iptables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
2015 Mar 06
2
R with Array Hashes
Hi,
I wanted to share with the mailing list members here details about the
project I've been working on:
https://github.com/jeffreyhorner/R-Array-Hash
This is a re-implementation of R's hashed environments, the global
variable cache, the global string cache and symbol table with
cache-conscious array hash tables. The results are quite encouraging.
However, the implementation is a big
2010 Dec 15
1
Structure of Anova for obtaining sig. corrected for departure from sphericity
Dear helpers,
I have a 2x2 mixed design with two "groups" (between-subjects) and two
presentation-types (within-subjects).
The difference between groups is in the order of manipulations:
group.CD having first a block of present.type.C and then a block of
present.type.D, each block containing 31 trials.
group.DC having first a block of present.type.D and then a block of
present.type.C,
2006 Aug 25
2
[LLVMdev] updating the "Getting Started" page with more info about the gcc4 frontend
Devang Patel wrote:
>
> On Aug 23, 2006, at 7:00 PM, Emil Mikulic wrote:
>
>> Where -is- that documented?
>>
>> The only reason I know about it is because of how many times it's come
>> up on the list. =)
>
> http://llvm.org/docs/GettingStarted.html ?
>
> ...
> Example with llvm-gcc4
> First, create a simple C file, name it
2024 Dec 31
2
Citation for stock price data from Quantmod
The _point_ is to explain the story of the research so people can compare easily with other work. A story interrupted by tedious details is not very comprehensible. And I _did_ recommend providing a link to a code repository and using reproducible coding tools.
On December 30, 2024 7:35:37 PM PST, "Ebert,Timothy Aaron" <tebert at ufl.edu> wrote:
>Maybe I misunderstand, but if
2018 May 01
0
2.3.1 with quota and lmtp; message may be sent more than once
I had the same problem and the only workaround I found was to change this to postfix main.cf :
default_destination_recipient_limit = 1
> On 1 May 2018, at 11:12, Frank Ebert <frank.ebert at freenet.de> wrote:
>
> Hi,
>
> I have another problem with dovecot 2.3.1 on FreeBSD (smtpd is postfix
> 3.3.0). When one mail is sent with different recipients and the quota
>
2005 Jun 09
1
handling duplicate names deterministically and adding alternative checksum algorithms
Thanks, rsync developers, for creating such a great tool.
I'm a member of a team of system administrators and integrators that
use rsync with SystemImager and Cfengine to rapidly deploy and
prescriptively maintain systems. Our current practices would benefit
if rsync were enhanced to handle duplicate names deterministically as
described in the todo list. If we were able to use rsync to