Displaying 20 results from an estimated 50 matches for "aidan".
2005 Feb 03
2
E&M Wink problems
...llowing timings when it tries to dial:
0 ms - WINK starts
300 ms - WINK ends
1000 ms - digit 1
1150 ms - digit 2
1300 ms - digit 3
1450 ms - digit 4
(this was configured to only accept 4 incoming digits)
What settings are we missing to get asterisk to see more than 1 digit?
Thanks,
--
Aidan Van Dyk aidan@ifax.com
Senior Software Developer +1 215 438-4638 x8103
iFAX Solutions, Inc. http://www.ifax.com/
2014 Sep 02
2
making the passphrase prompt more clear
...ol, etc.
I do a lot of work with novice programmers, and one step that comes up
relatively early is generating SSH keys. In case you haven't done it
in a while, the output looks like this:
$ ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/aidan/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
When that last step comes up, I am regularly asked, "Does it mean the
system password, or a new one?" A slight tweak of the language could
easily eliminate that confusion... something like "Enter passphrase
for the new key&q...
2008 Jan 14
2
grep(): returning the matched value
...function (or something else) to return the matched pattern as opposed to the whole element. For example:
x <- c("pjhj24jhjhd")
grep("[[:digit:]]{2}", x, value=T) returns "people", whereas I simply want "24".
Any help would be appreciated,
Thanks, Aidan
[[alternative HTML version deleted]]
2023 Mar 23
1
`dendrapply` Enhancements
Hello Aidan,
Sorry for dropping this for a while.
? Thu, 2 Mar 2023 21:03:59 +0000
"Lakshman, Aidan H" <AHL27 at pitt.edu> ?????:
> //after
> curnode = eval(lang3(R_Bracket2Symbol, parent->node, DEND_IND), env);
lang3() always constructs a new language object. If you do end up usin...
2011 Dec 19
3
[LLVMdev] Disassembly arbitrary machine-code byte arrays
...you ask in its "-disassemble" mode. The code is rather small, so it should be easy to work out.
>
> tools/llvm-mc
>
> Cheers,
>
> James
>
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Aidan Steele
> Sent: 19 December 2011 04:30
> To: llvmdev at cs.uiuc.edu
> Subject: [LLVMdev] Disassembly arbitrary machine-code byte arrays
>
> Hi,
>
> My apologies if this appears to be a very trivial question -- I have
> tried to solve this on my own and I am stuck. Any assis...
2011 Dec 20
0
[LLVMdev] Disassembly arbitrary machine-code byte arrays
...er that and by the cctools-809 release!
In any case, both that and llvm-mc should be more than adequate! A
follow-up question: is the C interface to LLVM a second-class citizen
or should I reasonably be able to expect to do everything with it that
I could do as a consumer of the C++ API?
Regards,
Aidan
On Tue, Dec 20, 2011 at 7:14 AM, Kevin Enderby <enderby at apple.com> wrote:
> Hi Aiden,
>
> The 'C' based interface you could use in is llvm/include/llvm-c/Disassembler.h, which in there is:
>
> /**
> * Disassemble a single instruction using the disassembler conte...
2013 Jan 09
2
Using objects within functions in formulas
...This can be rectified by making 'w2' global - defining it outside the
function. I know there are issues with defining formulas and
environment but I'm not sure why this problem is specific to 'w2' and
not the other objects passed to the function.
Any help would be appreciated.
Aidan MacNamara
EMBL-EBI
2006 Aug 02
2
Mongrel crashes whenever an exception is raised
Hi all,
I have a rails app running on mongrel on freebsd using mongrel 0.3.13.3 with
ruby 1.8.4.
Mongrel dies every time the application generates an exception. I have the
same setup running on a linux box without any problems.
Mongrel crashes with the following error:
Bus error (core dumped)
And the following message in /var/log/message
kernel: pid 57638 (ruby), uid 0: exited on signal 10
2023 Feb 23
1
`dendrapply` Enhancements
...n to it yet.
I think the runtime could be optimized more as well.
Thank you in advance for looking at my code and offering feedback; I?m excited at the possibility of helping contribute to the R project! I?m happy to discuss more either here, on GitHub, or on the R Contributors Slack.
Sincerely,
Aidan Lakshman
-----------------------
Aidan Lakshman (he/him)<https://www.ahl27.com/>
Doctoral Candidate, Wright Lab<https://www.wrightlabscience.com/>
University of Pittsburgh School of Medicine
Department of Biomedical Informatics
ahl27 at pitt.edu
(724) 612-9940
[[alternative HTML ver...
2012 Jan 06
1
ggplot using scale_x_date gives Error in seq.int(r1$year, to$year, by)
...In max(x) : no non-missing arguments to max; returning -Inf
>
In previous help requests, the workaround of specifying the unit was suggested:
gp<-gp+ scale_x_date(major="years")
but this doesn't work for me (same error).
Any help is very much appreciated! Thanks in advance.
Aidan
R version 2.14.1 (2011-12-22)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_Ireland.1252 LC_CTYPE=English_Ireland.1252
LC_MONETARY=English_Ireland.1252
[4] LC_NUMERIC=C LC_TIME=English_Ireland.1252
attached base packages:
[1] datasets tools grD...
2015 Jan 16
13
[Bug 88514] New: X segfaults when using prime offloading to nouveau card
...Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: aidan at jmad.org
QA Contact: xorg-team at lists.x.org
Created attachment 112362
--> https://bugs.freedesktop.org/attachment.cgi?id=112362&action=edit
demsg from crash.
I am running Arch Linux, and I used to be able to use my discrete graphics card
for games using the method described...
2011 Oct 01
1
error using ddply to generate means
...bitpcchg,na.rm=TRUE))
Error in `[.data.frame`(x, order(x, na.last = na.last, decreasing =
decreasing)) :
undefined columns selected
This is a small sample of my data. I?m probably overlooking some
problem in my syntax, but would be very grateful if someone could
point it out.
Thanks in advance,
Aidan.
sessionInfo()
R version 2.13.0 (2011-04-13)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_Ireland.1252 LC_CTYPE=English_Ireland.1252
LC_MONETARY=English_Ireland.1252
[4] LC_NUMERIC=C LC_TIME=English_Ireland.1252
attached base packages:
[1] grid...
2005 May 29
4
Re: Digium Website Update: Asterisk Business Edition
...liability and risk, or what important features and bug fixes
they've applied on top of CVS? This could help those of us trying to
build stable, robust, asterisk-based solutions promote asterisk as a
stable, robust, low-risk platform.
Seems to be a bit of double-talk going on here...
a.
--
Aidan Van Dyk Create like a god,
aidan@highrise.ca command like a king,
http://www.highrise.ca/ work like a slave.
-------------- next part --------------
A non-text attachment was scrubbed...
2024 Jan 17
2
cwilcox - new version
...tion is already
problematic.
But the takeaway is probably: we should implement both approaches in the
code and leave it to the user which one she prefers. If time is important
and memory not an issue and if m, n are low go for the "traditional
approach". Otherwise, use my formula?
PS (@Aidan): I have applied for an bugzilla account two days ago and heard
not back from them. Also Spam is empty. Is that ok or shall I do something?
[[alternative HTML version deleted]]
2011 Dec 19
2
[LLVMdev] Disassembly arbitrary machine-code byte arrays
...op or do I parse the stream
one instruction at a time? Can I ask it to "decode the next 10 bytes"?
What follows is my (feeble) attempt at getting started. It probably
doesn't help that I am only familiar with C and Objective-C and find
C++ syntax absolutely bewildering.
Kind regards,
Aidan Steele
int main (int argc, const char *argv[])
{
LLVMInitializeARMTargetInfo();
LLVMInitializeARMTargetMC();
LLVMInitializeARMAsmParser();
LLVMInitializeARMDisassembler();
const llvm::Target Target;
llvm::OwningPtr<const llvm::MCSubtargetInfo>
STI(Target.createMCSubtargetInfo("&...
2011 Nov 16
1
geom_bar with missing data in package ggplot
...TRUE/FALSE needed
Is there something I can do to have a gap for missing data, as happens
with the line version?
More generally, I may also have missing data between present data: e.g.
is.na(g[5,4])<-TRUE
and I would like if possible to simply see gaps at these points.
Thanks for any help.
Aidan
2014 Sep 04
1
Fwd: making the passphrase prompt more clear
...wd
and the like.
---------- Forwarded message ----------
From: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Wed, Sep 3, 2014 at 11:39 AM
Subject: Re: making the passphrase prompt more clear
To: Alex Bligh <alex at alex.org.uk>, Nico Kadel-Garcia <nkadel at gmail.com>
Cc: Aidan Feldman <aidan.feldman at gmail.com>,
"openssh-unix-dev at mindrot.org" <openssh-unix-dev at mindrot.org>
On 09/03/2014 07:42 AM, Alex Bligh wrote:
>
> On 3 Sep 2014, at 12:05, Nico Kadel-Garcia <nkadel at gmail.com> wrote:
>
>> What a *sensible* person!...
2011 Dec 19
0
[LLVMdev] Disassembly arbitrary machine-code byte arrays
...;llvm-mc" tool, which does exactly what you ask in its "-disassemble" mode. The code is rather small, so it should be easy to work out.
tools/llvm-mc
Cheers,
James
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Aidan Steele
Sent: 19 December 2011 04:30
To: llvmdev at cs.uiuc.edu
Subject: [LLVMdev] Disassembly arbitrary machine-code byte arrays
Hi,
My apologies if this appears to be a very trivial question -- I have
tried to solve this on my own and I am stuck. Any assistance that
could be provided would be im...
2024 Jan 16
1
cwilcox - new version
...oc` calls if either population is larger than `WILCOX_MAX`, which is set to 50.
I?m hopeful that this can be optimized to be suitable for inclusion in R. Lower performance for population sizes below 50 is not ideal, since `wilcox.test` switches to non-exact testing for population sizes above 50.
-Aidan
Benchmarking results on my machine using `microbenchmark`:
(median runtimes over 100 iterations, us=microseconds, ms=milliseconds, s=seconds)
`qwilcox(0.5, n, n)`
n: 10 25 50 100 200
old version: 1.2us 2.9us 9.0us 87.4ms 2.3s
Andreas version: 2.7us...
2011 Dec 07
1
removing specified length of text after a period in dataframe of char's
..."\\.", hi[1,2]) works
but not regexpr("\\.", hi). Finding the location of the period and
then using substring was the approach I was thinking of taking, but
this would seem to need for loops here. I was wondering if anyone
knows any easier ways.
Thanks very much for any help!
Aidan
digordered<- c(0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1)
f<-structure(list(c("GDP (LCU,bn)", "GDP ($, bn)", "GDP per capita (LCU)",
"Ratio to EZ GDP Per Cap", "Share of World GDP (Intl $, %)",
"Real GDP Growth (%)&quo...