search for: randal

Displaying 20 results from an estimated 247 matches for "randal".

Did you mean: randall
2006 Apr 25
2
Noob Question: Regarding Form
...tput the HTML directly?  I know I could just have the view put out; but I want to use the Ruby Form helpers. <%= text_field %> Basically, I want to use database info, and input it into Ruby code to be interpreted by ruby...  i think :P Hope that made sense, thanks in advance -- Randal Signature Randal Santia Randal Santia 2 3 2005-12-15T19:39:00Z 2005-12-15T19:39:00Z 1 36 209 1 1 244 11.6408 false false false MicrosoftInternetExplorer4 w:LatentStyles> Randal Santia B2B Logic.net Website: http://www.b2blogic.net Email: randal-UNWnRc...
2010 Aug 17
3
Sweave
Dear R users, I am using Sweave. I would like to use the width option for the graphics : \begin{figure}[h!] \centering \includegraphics[width=0.7\textwidth]{x} \end{figure} How do I get this ? Thank you very much, Randall [[alternative HTML version deleted]]
2010 Feb 26
7
counting the number of ones in a vector
Dear R users, I want to count the number of ones in a vector x. That's what I did : length( x[x==1] ) Is that a good solution ? Thank you very much, Randall [[alternative HTML version deleted]]
2011 Jun 01
10
busy hangup HDLC Bad FCS (8) on Primary D-channel
Hi all, After running fine for a few months now asterisk seems to hang frequently , still functioning but the DAHDI channels seem busy (users report a busy signal when calling or being called) A reboot will allow it to run for another day or maybe 2 or 3 till the problem occurs again. running stock Asterisk 1.6.2.9-2+squeeze2 on Debian with stock kernel 2.6.32-5-686 i get the following
2010 Apr 05
2
This is a bug, right? (--link-dest)
I had a heckuva time getting hard link snapshot backups to work. I traced my troubles down to what appears to be an rsync bug: This works as expected (a hard link is made) ************ rm -rf a b mkdir a b echo foo > a/tmp rsync -a a/ b/a.1 rsync -a --link-dest=../a.1 a/ b/a ls -i b/*/tmp the above yields, for example: 4235593 b/a.1/tmp 4235593 b/a/tmp ************ This does not (a copy is
2006 May 01
4
When to make a new controller
...;'t been programming with MVC for very long, and I''ve been wondering what the general opinion is, or best practices, for making a new controller. Like what cases would you need a new controller for and what cases can you just put everything into one controller? Thanks in advance, Randal -- Posted via http://www.ruby-forum.com/.
2019 Sep 27
2
CentOS 8.0 1905 is now available for download
What does vga=819 and vga=319 mean? On Wed, 25 Sep 2019 at 01:54, Jon Pruente <jpruente at riskanalytics.com> wrote: > > On Tue, Sep 24, 2019 at 6:53 AM Randal, Phil <phil.randal at hoopleltd.co.uk> > wrote: > > > Workaround is to select the install option, hit the tab key, and append > > vga=819 and hit F10, which starts the graphical installer on a larger > > virtual display. > > > > Did you rather mean vga=319...
2016 Feb 08
3
[Bug] Regression problem in transfer.sh for OpenSSH 7.1 P2 on HPE NSE above dd-size 32k
...problem, and regress/transfer.sh does not have any substantively differences compared to back then. The code is built using OpenSSL 1.0.2f. Getting detailed debug logs of the regression test would also really help here. Anyone have any pointers on where I can look to try to resolve this? Thanks, Randall -- -- Randall Becker -- Brief whoami: NonStop&UNIX developer since approximately UNIX(421664400)/NonStop(211288444200000000) -- In my real life, I talk too much.
2019 Sep 25
1
CentOS 8.0 1905 is now available for download
I had fun with that - enter any number you like, if it's not valid it will prompt you with suggestions. It seems to want decimal on the commandline, hex if responding to the prompt. Phil Phil Randal Infrastructure Engineer Hoople Ltd | Plough Lane | Hereford HR4 0LE Tel: 01432 260415 | Website: www.hoopleltd.co.uk Follow us on: Twitter | Facebook | LinkedIn -----Original Message----- From: CentOS <centos-bounces at centos.org> On Behalf Of Jon Pruente Sent: 24 September 2019 18:53 To...
2020 Sep 20
2
Call for testing: OpenSSH 8.4
On Sun, Sep 20, 2020 at 03:13:28PM -0400, Randall S. Becker wrote: > On September 20, 2020 2:02 AM, Damien Miller wrote: > > OpenSSH 8.4p1 is almost ready for release, so we would appreciate testing > > on as many platforms and systems as possible. This is a bugfix release. > > I will be testing this shortly on HPE NonStop p...
2018 Jan 10
0
Intro: Randall
...t aweward in our community (responses like "You're *still* at 3.1.3-DEV, shouldn't the numbers bump?). So I'm wondering when the next fix number will be official, like 3.1.4, which will make those who monitor CVEs on our platform much happier because we can release it. Cheers, Randall -- Brief whoami: NonStop developer since approximately NonStop(211288444200000000) UNIX developer since approximately UNIX(421664400) -- In my real life, I talk too much. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/...
2011 Feb 15
0
New Puppet Labs Employee: Randall Hansen
I''m happy to announce we''ve recently added Randall Hansen as our Director of User Experience at Puppet Labs. He''s on IRC as ''soh'', and in his own words... I got hooked on human-computer interaction in 1986, writing Pascal programs to help dad navigate a Tandy 1000SX. I followed a twisty path through engineering school...
2008 Jun 21
5
Poor network performance on Dom0 [2.6.18-6-xen-amd64]
I am experiencing poor network performance on Dom0. When i ping other hosts on the same LAN, packets are out of order, and they show response times ranging from < 1 ms to several seconds, and some packets get lost. For example, a typical ping result looks like this: 87 packets transmitted, 80 received, +3 errors, 8% packet loss, time 86038ms rtt min/avg/max/mdev =
2006 May 02
3
Ordering Results returned by has_many relationship.
...Quantity ( an attribute of the order_lines ) descending how could I do that without having to do a find() with :order, but something like; Order.order_lines.each do |ol| <!-- code to diplay the line --> how can I determine the field and the way I order the results? Thanks in advance, Randal the Newbie -- Posted via http://www.ruby-forum.com/.
2018 Apr 12
3
OpenSSH 7.7 t1 script breakage
On 13 April 2018 at 08:29, Josh Soref <jsoref at gmail.com> wrote: > Randall S. Becker <rsbecker at nexbridge.com> wrote: >> >> >> -REGRESSTMP = "$(PWD)/regress" >> +REGRESSTMP = `pwd` >> >> tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS) > > > It looks like the problem is that pwd is i...
2019 Sep 24
6
CentOS 8.0 1905 is now available for download
...the install option, hit the tab key, and append vga=819 and hit F10, which starts the graphical installer on a larger virtual display. Or, better still, use EFI boot mode for your VM, and it all just works. Make sure that the VMware virtual VGA adapter has enough RAM, too. Cheers, Phil -- Phil Randal Infrastructure Engineer Hoople Ltd | Plough Lane | Hereford HR4 0LE Tel: 01432 260415 | Website: www.hoopleltd.co.uk Follow us on: Twitter | Facebook | LinkedIn -----Original Message----- From: CentOS <centos-bounces at centos.org> On Behalf Of J Martin Rushton via CentOS Sent: 24 Septemb...
2010 Mar 19
1
Gamma parametrization
...‘scale’ = s has density f(x)= 1/(s^a Gamma(a)) x^(a-1) e^-(x/s) Should I understand that scale=1/rate ? Is it written somewhere ? Then rgamma(n, shape=a, scale = s) should be equivalent to rgamma(n, shape=a, rate =1/s). I don't find this very clear. Thanks for your help. Randall [[alternative HTML version deleted]]
2016 May 23
6
Wildcard X100P Disconnect Problems
Hi All, When the Caller hangup at the voice menu, the wildcard X100P didn't disconnect the calls properly and it just keep looping at the voice menu and timeout and loop again, are there any methods can fix the problems? Please help! Thanks, Randal
2016 Feb 08
2
[Bug] Regression problem in transfer.sh for OpenSSH 7.1 P2 on HPE NSE above dd-size 32k
On February 8, 2016 3:30 PM, Darren Tucker wrote: > To: Randall S. Becker <rsbecker at nexbridge.com> > Cc: OpenSSH Devel List <openssh-unix-dev at mindrot.org> > Subject: Re: [Bug] Regression problem in transfer.sh for OpenSSH 7.1 P2 on > HPE NSE above dd-size 32k > > On Tue, Feb 9, 2016 at 6:36 AM, Randall S. Becker > <rsbec...
2016 Feb 10
2
Test Failure OpenSSH 7.1 P2 on HPE NSE for key-commands
On February 9, 2016 7:28 PM, Darren Tucker wrote: > To: Randall S. Becker <rsbecker at nexbridge.com> > Cc: OpenSSH Devel List <openssh-unix-dev at mindrot.org> > Subject: Re: Test Failure OpenSSH 7.1 P2 on HPE NSE for key-commands > > On Wed, Feb 10, 2016 at 10:35 AM, Randall S. Becker > <rsbecker at nexbridge.com> wrote: &gt...