Displaying 20 results from an estimated 10000 matches similar to: "Long shot... Order Logix"
2004 Jun 30
3
OpenSSL ENIGNE support for OpenSSH
Hi all,
attached is a patch that enables using hardware crypto accelerators
available through OpenSSL library for SSH operations. Especially in
ssh/sshd it can bring a significant speed improvement. OTOH if no crypto
engine is available, nothing bad happens and default software crypto
routines are used.
This patch is used in SUSE Linux OpenSSH package and proved to work (at
least it didn't
2011 Jun 29
1
Asterisk/SIP Issue - Long Shot
Hi,
This is a bit of a long shot and I don't have much information on what
is actually happening...
Our production Asterisk system: ~2,000 SIP handsets, (2) Digium
TE220s, Asterisk 1.6.2.18, RHEL 5 x86_64
Every few weeks, or few months, or X amount of time, the SIP portion
of Asterisk seems to hang/die. Nothing abnormal in the typical
Asterisk logs; the "rest" of Asterisk still
2008 Jun 23
0
scuba 1.2-1
scuba 1.2-1
** now with added Helium **
'scuba' is a contributed R package that performs theoretical calculations
about scuba diving --- dive profiles, decompression models,
gas toxicity and so on.
New features in version 1.2-1:
. Breathing gases may now contain Helium
as well as Oxygen and Nitrogen.
. Decompression models now handle breathing gases
containing
2008 Jun 23
0
scuba 1.2-1
scuba 1.2-1
** now with added Helium **
'scuba' is a contributed R package that performs theoretical calculations
about scuba diving --- dive profiles, decompression models,
gas toxicity and so on.
New features in version 1.2-1:
. Breathing gases may now contain Helium
as well as Oxygen and Nitrogen.
. Decompression models now handle breathing gases
containing
2010 Dec 14
5
Build associated model confusion
I''m new to Rails3, and I''m just trying to get one last thing to work
before I call it a night. The situation is the following (please if
the code is horrible, just let me know, still learning):
I want to log a dive. I might have a new location on that dive at
which point I have to create a new Location, and then create the dive.
A dive has_one location. A location has_many
2008 Nov 03
0
scuba 1.2-2 posted
scuba 1.2-2
'scuba' is a contributed package that performs theoretical calculations
about scuba diving --- dive profiles, decompression models, gas toxicity
and so on.
New features in version 1.2-2:
. Package vignette provides detailed explanations.
. Improved handling of data from dive computers.
. Gas switches (switching from one tank of breathing gas
2008 Nov 03
0
scuba 1.2-2 posted
scuba 1.2-2
'scuba' is a contributed package that performs theoretical calculations
about scuba diving --- dive profiles, decompression models, gas toxicity
and so on.
New features in version 1.2-2:
. Package vignette provides detailed explanations.
. Improved handling of data from dive computers.
. Gas switches (switching from one tank of breathing gas
2008 Jan 02
6
problem when editing record in polymorphic relation
I have the following three models created applying the polymorphic
concept
==========================================================================
class SoftwareCi < ActiveRecord::Base
has_one :ci, :as => :content
end
class HardwareCi < ActiveRecord::Base
has_one :ci, :as => :content
end
class Ci < ActiveRecord::Base
belongs_to :content, :polymorphic => true
end
The
2011 Jun 15
0
Find values from one dataframe between certain values in another dataframe
Hi all,
I have a 2 files, one with a series of beginning and end times of animal
dives in (lets call it dives). The other file is readings from a time-depth
recorder, there is a datetime reading for every second, a temperature and
light level reading (lets call it tdr).
Now I want to say from the file dives, using the start and end time of the
dives, go to the tdr file and find me the
2007 Feb 25
2
[Bug 548] ip6tables accepts -p icmp
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=548
------- Additional Comments From michal@logix.cz 2007-02-25 23:31 MET -------
For the record, the command is "ip6tables ... -p icmp". Just in case someone
changes the Summary.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are
2013 May 31
0
[LLVMdev] Instrudtion operand definition question
Hello,
I am in the process if evaluating whether the LLVM code generator is a workable solution for Coherent Logix next generation of CPU.
I am struggling with how to practically define the instruction set with TableGen. I believe that defining a different instruction for each type of operand would result in a number of instruction definitions that would be impractical.
A unique feature of our
2005 Dec 07
3
2.0-testing for linux-2.6.14
Hi there,
is there any chance that you update xen-2.0 branch for newer 2.6 linux
kernels? I know xen-3.0 is now out, but we''re not going to upgrade our
production systems as yet. We''d rather stick with 2.0(-testing) and
newer kernels for some more if possible.
Thanks!
Michal Ludvig
--
* Personal homepage: http://www.logix.cz/michal
2007 Sep 11
0
scuba 1.1-8
Version 1.1-8 of package 'scuba' has been uploaded to CRAN.
'scuba' is a package for scuba diving calculations and decompression
models. It supports dive profiles (tables, plotting etc), analysis of dive
profiles using decompression models, gas toxicity calculations, and gas
usage calculations.
New features in version 1.1-8:
. support for dive profiles uploaded from a dive
2008 Jan 21
1
ZFS Internals Deep Dive - Where can I find it?
The September 16, 2006 entry in Jeff Bonwick?s blog says ?Bill Moore and I will host a four-hour deep dive into ZFS internals at the 2006 Storage Developer Conference in San Jose.? Were the contents of this deep dive ever published in a document or video? If not, will there be another ZFS internals deep dive in the future?
I have found Jeff Blanchard?s ZFS deep dive at
2009 May 22
3
Help requested for Aeris Dive Computer interface
Hi,
I'm attempting to run the Aeris Dive Computer interface (ACI V2.x) using WINE under Ubuntu 9.04 Jaunty Jakalope release on an ASUS 1000HE netbook.
However, it doesn't seem to be working very well.
the install process seemed to work fine. It successfully created an icon under the WINE application for the interface.
On startup of ACI, it says that it cannot read the previous dive
2009 Jun 02
1
CentOS Pulse - The Bi-weekly CentOS Newsletter #0901
Hi,
I am pleased to announce the first edition of the bi-weekly CentOS
newsletter which we dubbed "CentOS Pulse".
This first issue centers around improving communication within the CentOS
community and how that relates to the CentOS Promo SIG. We also look at
the recent announcements regarding the CentOS LiveCD and the CentOS
Directory Server. And dive into interesting community
2011 May 29
1
dynamic programming
Dear members of R forum,
I'm trying to perform a simply dynamic programming model in R, following the
reccomendations of Soetart & Herman (A practical guide to ecological
modeling). However, I've obtained a number of problems, that I'm unable to
solve (even thoughI've tried during at least 2 hours). Can anyone help me?
Many thanks
> ccrit <- 0
> cmax <- 5
>
2006 Apr 20
2
Missing p-values using lmer()
Hello,
I’m trying to perform a REML analysis using the lmer() function (lme4
package). Well, it seems to work well, except that I’m not getting any
p-value (see example below). Can someone tell me what I did wrong?
Thanks for your help,
Amélie
> library(gdata)
> dive <- read.xls("C:/Documents and Settings/Amelie/My Documents/Postdoc/CE
2005-2006/divebydive.xls",
2011 Feb 21
3
Species accumulation curves with differential sampling effort
Hello! I'm a PhD student working with coral reef fish diversity in Mexico.
I want to do species accumulation curves but I have differential sampling
effort for each "sample".
Do you know or have developed an R script that consider the differential
effort of each sample?
PRIMER and other programs use each pack of species as a replica without the
possibility of telling the program that
2020 Mar 10
2
[RFC] Speculative Execution Side Effect Suppression for Mitigating Load Value Injection
Hi everyone,
Some Intel processors have a newly disclosed vulnerability named Load Value
Injection.
One pager on Load Value Injection:
https://software.intel.com/security-software-guidance/software-guidance/load-value-injection
Deep dive on Load Value Injection:
https://software.intel.com/security-software-guidance/insights/deep-dive-load-value-injection
I wrote this compiler pass that can