Displaying 20 results from an estimated 20 matches for "foxtrot".
Did you mean:
foxtrott
2008 Jul 03
1
lines() warning message
...1965,10621,981,0.20363
1966,22271,870,0.3452
1967,8736,1104,0.27511
1968,8761,883,0.10884
1969,18885,1421,0.17799
1970,10098,1198,0.2106
1971,3394,760,0.22098
1972,1697,1354,0.39461
1973,25159,1308,0.19696
[truncated]
with program
#Ricker Curve
mod2=nls(Recruit~(Spawner*exp((delta+echo*Spawner)+(foxtrot*Mtempcv))), data=box48,
start=list(delta=4, echo=0, foxtrot=-7), trace=TRUE)
plot(Recruit~Spawner, data=box48, pch=19)
mod2a=seq(369, 3000)
lines(mod2a, predict(mod2, list(Spawner=mod2a)), col="red", lty=2)
R has no problem finding a solution to the nls() model (only 7 iterations are...
2019 Nov 08
2
Enable Contributions Through Pull-request For LLVM
...a
> particular test) gets lost.
-1 from me. We have one project where we decided to "keep the original
commits" as you say above and another where we enforce linear history.
The linear history project is *much* easier to follow. With merge
commits you start running into issues like foxtrot commits
(https://blog.developer.atlassian.com/stop-foxtrots-now) and the whole
thing easily becomes a mess. There may be various rules/plugins/etc.
that attempt to enforce "good" behavior but in the long run my
experience has been that simpler rules make things simpler....
2004 Dec 30
2
HTB - ethloop - overlimits?
...i 1 lo
# Set packet size
0 S 0 1k
0 S 1 1k
# Determine flow id
0 P 0 0x10006
0 P 1 0x10007
# Start flow...
0 R 0 4000k
0 R 1 4000k
# Finish it.
10000 X 0 0
Foxtrot ethloop # ethloop < input > output
When it finish, I got weird output. When I see the tc stat, the flow
enters the right class but the rate is terribly wrong... I wonder what
happen to it? Here''s the output file and tc stat.
Foxtrot ethloop # cat output
0.5 173183 98004 443 0 5540...
2014 Dec 08
3
[Bug 990] New: nfct segfault in nfct_helper_free
...ttached.
It looks like it's caused by the free in the for loop (line 118) getting passed
an invalid pointer (0x45454545....). The root cause of this seems to be the
position of the function scope free (line 116), moving it to after the loop
seems to resolve the issue (patch attached).
linux-foxtrot:~ # nfct helper list
{
.name = ftp,
.queuenum = 0,
.l3protonum = 2,
.l4protonum = 6,
.priv_data_len = 24,
.status = enabled,
};
Segmentation fault
linux-foxtrot:~ # gdb nfct
(gdb) run helper list
Starting program: /usr/sbin/nfct helper list
{...
2004 Jan 11
24
More words for Allison
...red
patchy
wind
windy
miles per hour
kilometers per hour
knots per hour
storm
warning
watch
thunderstorm
hail
weather
lightning
fog
foggy
sleet
sleeting
clear
clearing
freezing
freeze
hurricane
tornado
severe
later
morning
afternoon
evening
late
early
changing
in the
Alpha
Bravo
Charlie
Delta
Echo
Foxtrot
Golf
Hotel
India
Juliet
Kilo
Lima
Mike
November
Oscar
Papa
Quebec
Romeo
Sierra
Tango
Uniform
Victor
Whiskey
Xray
Yankee
Zulu
Niner
2005 Jun 05
2
te410p not working after cvs-head update
...t base address fdff0000, remapped to f8a34000
TE410P version c01a010b, burst ON, slip debug: OFF
TE410P running with work queues.
FALC version: 00000005, Board ID: 00
..
(a series of Reg Values)
..
This driver does not support 1st gen modules
and at the tty used to start the zaptel service:
[root@foxtrot zaptel]# /etc/init.d/zaptel start
Loading zaptel framework: [ OK ]
Waiting for zap to come online...OK
Loading zaptel hardware modules:No functioning zap hardware found in
/proc/zaptel, loading ztdummy
Running ztcfg: ZT_CHANCONFIG failed on channel 1: No such de...
2007 Jan 10
0
[LLVMdev] Pattern matching questions
...llvm::CodeGenInstruction::getSubOperandNumber(unsigned int) const:
Assertion `i < OperandList.size() && "Invalid flat operand #"' failed.
make: ***
[/work/scottm/llvm/obj/i686-unknown-linux-gnu/lib/Target/IBMCellSPU/Debug/SPUGenCodeEmitter.inc.tmp]
Aborted
Whiskey Tango... Foxtrot?
2004 Jan 17
0
New sounds posted
...ure%temperature
%thunderstorm%thunderstorm
%tide%tide
%tornado%tornado
%turning to%turning-to
%typhoon%typhoon
%warning%warning
%watch%watch
%weather%weather
%west%west
%westerly%westerly
%wind%wind
%windy%windy
%with%with
%zed%zed
%Alpha%alpha
%Bravo%bravo
%Charlie%charlie
%Delta%delta
%Echo%echo
%Foxtrot%foxtrot
%Golf%golf
%Hotel%hotel
%India%india
%Juliet%juliet
%Kilo%kilo
%Lima%lima
%Mike%mike
%November%november
%Oscar%oscar
%Papa%papa
%Quebec%quebec
%Romeo%romeo
%Sierra%sierra
%Tango%tango
%Uniform%uniform
%Victor%victor
%Whiskey%whiskey
%Xray%xray
%Yankee%yankee
%Zulu%zulu
%Niner%niner
%So, _yo...
2007 Jan 09
2
[LLVMdev] Pattern matching questions
On Tue, 9 Jan 2007, Evan Cheng wrote:
>> - How does one deal with multiple instruction sequences in a pattern?
>> To load a constant is a two instruction sequence, but both
>> instructions only take two operands (assume that r3 is a 32-bit
>> register):
>>
>> ilhu $3, 45 # r3 = (45 << 16)
>> iohl $3, 5 # r3 |= 5
2005 Aug 29
2
Compile problem with 1.2 beta 1
...----+
+ Asterisk has successfully been built, but +
+ cannot be run before being installed by +
+ running: +
+ +
+ make install +
+-------------------------------------------+
[root@foxtrot asterisk]# make install
build_tools/make_version_h > include/asterisk/version.h.tmp
if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ;
then echo; else \
mv include/asterisk/version.h.tmp include/asterisk/version.h ; \
fi
rm -f include/asterisk/version.h.tmp
build_too...
2019 Nov 08
2
Enable Contributions Through Pull-request For LLVM
...). Then in addition to the linear first-parent history you have more detailed linear histories on the side if you want to see them. It's certainly possible to get into a mess if your pull requests contain merge commits though.
>
> With merge
> commits you start running into issues like foxtrot commits
> (https://blog.developer.atlassian.com/stop-foxtrots-now) and the whole
> thing easily becomes a mess. There may be various rules/plugins/etc.
> that attempt to enforce "good" behavior but in the long run my
> experience has been that simpler rules make things simple...
2009 Oct 01
1
Busy app timeout
...- Executing [dropcall at inboundqueue:1]
Busy("Zap/1-1", "10") in new stack
[Oct 1 12:06:44] == Spawn extension (inboundqueue, dropcall, 1)
exited non-zero on 'Zap/1-1'
why does the busy not wait for 10 seconds before dropping the zap channel ?
show application Busy
foxtrot*CLI>
-= Info about application 'Busy' =-
[Synopsis]
Indicate the Busy condition
[Description]
Busy([timeout]): This application will indicate the busy condition to
the calling channel. If the optional timeout is specified, the calling channel
will be hung up after the specified num...
2007 Oct 27
1
3.0.0pre3: rfc-1149 speeds on 100 mbit lan
...rawl_. Typically, backups would have been
finished somewhere in the 00:10 to 00:30 range, depending how much data
changed across 6 machines in the past day. As I write this, the 3rd of 6
machines is (hopefully) just finishing its backup with no more than the
usual changes per machine. Whiskey Tango Foxtrot?
Oddball notes: The pulling machine (hosts the backups) is load 0.00 &
0% cpu while the machine being pulled from is load 1.00 & cpu's pegged
at 100% (rsync, to be pedantic).
I also noticed on the 2nd & 3rd machines that
/var/lib/slocate/slocate.db is one of many files transferring...
2009 Aug 28
1
Zap / dahdi errors
...[Aug 28 12:06:11] WARNING[10552]: chan_dahdi.c:2790 pri_find_dchan: No
D-channels available! Using Primary channel 16 as D-channel anyway!
[Aug 28 12:06:11] == Primary D-Channel on span 1 up
[Aug 28 12:06:11] ERROR[10552]: chan_dahdi.c:8749 dahdi_pri_error: !!
Got a UA, but i'm in state 7
foxtrot*CLI> zap show status
Description Alarms IRQ bpviol CRC4
T4XXP (PCI) Card 0 Span 1 OK 0 0 0
T4XXP (PCI) Card 0 Span 2 OK 0 0 0
T4XXP (PCI) Card 0 Span 3 OK...
2007 Jan 11
1
[LLVMdev] Pattern matching questions
...andNumber(unsigned int) const:
> Assertion `i < OperandList.size() && "Invalid flat operand #"' failed.
> make: ***
> [/work/scottm/llvm/obj/i686-unknown-linux-gnu/lib/Target/IBMCellSPU/
> Debug/SPUGenCodeEmitter.inc.tmp]
> Aborted
>
> Whiskey Tango... Foxtrot?
Please file a bug with a reduced test case for it.
Evan
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2004 Jan 11
1
Re: Asterisk-Users digest, Vol 1 #2448 - 10 msgs
...gt;> severe
>>> later
>>> morning
>>> afternoon
>>> evening
>>> late
>>> early
>>> changing
>>> in the
>>>
>>> Alpha
>>> Bravo
>>> Charlie
>>> Delta
>>> Echo
>>> Foxtrot
>>> Golf
>>> Hotel
>>> India
>>> Juliet
>>> Kilo
>>> Lima
>>> Mike
>>> November
>>> Oscar
>>> Papa
>>> Quebec
>>> Romeo
>>> Sierra
>>> Tango
>>> Uniform
>>>...
2015 Feb 25
0
Kickstart with multiple eth devices
...the full setup process, however when it
reboots, this is what I end up with as far as the ethernet ports:
The additional ethernet card is configured as eth0, with the public IP that
the kickstart file has in it
port 1 (now eth1 instead of eth0) is configured with a 10.1.10.10 IP ...
Whiskey Tango Foxtrot??
port 2 (now eth2 instead of eth1) is configured with the dhcp IP that it
was given during the setup.
This results in nothing working as the ports are wired into specific
routers and if the boot process renames/reshuffles them, I'm left with a
machine I can not get on to and that doesn't...
2015 Feb 25
2
Kickstart with multiple eth devices
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 23/02/15 08:16 PM, Steven Tardy wrote:
>
>> On Feb 23, 2015, at 6:34 PM, Ashley M. Kirchner
>> <ashley at pcraft.com> wrote:
>>
>> I have a Dell server that has two built-in ethernet devices. When
>> I kickstart the machine, they are correctly identified as eth0
>> and eth1 (correctly meaning they
2006 Apr 04
6
connecting to mysql on OS X 10.4
i have looked in the archives, i have the _agile_ book, and its links
right in front of me, and i have done pretty much everything i can
think to do except start from a fresh OS install, and yet i still can
not get Rails to talk to MySQL.
when i try to do this:
237:/Library/WebServer/Documents/Rails/depot chris$ ruby script/
generate scaffold Product Admin
i get this output:
2019 Nov 07
19
Enable Contributions Through Pull-request For LLVM
Hi all,
Now that we're on GitHub, we can discuss about pull-requests.
I'd like to propose to enable pull-request on GitHub, as a first step as an
experimental channel alongside the existing methods for contributing to
LLVM.
This would allow to find workflow issues and address them, and also LLVM
contributors in general to start getting familiar with pull-requests
without committing to