Displaying 6 results from an estimated 6 matches for "dard".
Did you mean:
card
2005 Dec 19
3
created_on, created_at defaulting to 2000/01/01 00:00:00
...default(getdate()) not null,
updated_on datetime default(getdate()) not null,
constraint pk_user_login_history primary key clustered (id),
constraint fk_user_login_history_users foreign key (user_id) references
users(id)
)
ruby script/console
>> Time.now
=> Mon Dec 19 14:39:53 Central Standard Time 2005
>> ulh = UserLoginHistory.new({:user_id=>1})
=> #<UserLoginHistory:0x3a0cde8 @attributes={"created_on"=>Sat Jan 01
00:00:00 Central Standard Time 2000, "updated_on"=
>Sat Jan 01 00:00:00 Central Standard Time 2000, "user_id"=>1,
"...
2006 Apr 07
0
CRTC Stops Bell Canada 911 rate increase for 45 days only
...staff expect that
parties will submit comments on the company's proposal.
Consequently, the Commission will not issue an interim decision on
this filing. The Commission expects to render its decision on Tariff
Notice 6929 within 45 business days.
Yours sincerely,
'Original signed by S. B?dard'
Suzanne B?dard
Senior Manager, Tariffs
Telecommunications
c.c.: Bob Martin CRTC (819) 953-3361
Date Modified: 2006-03-10
2004 Aug 12
2
caller id over iax
Hi
I've 'inherited' an existing Asterisk with a number of users, and some
pstn connections through its Zaptel card.
I've recently set up another Asterisk which has no direct pstn access
and I've connected the 2 systems with IAX. The original system has an
extension number range 1xxx and the new asterisk has the number range
3xxx. I can call both ways, and when required can
2008 May 05
0
[LLVMdev] optimization assumes malloc return is non-null
...nce allocations cannot
> be elided.
That's correct, there is no prohibition, but, if one does, there are
no requirements placed upon the semantics of the program, none:
--If a program contains a violation of a rule for which no
diagnostic
is required, this International Standard places no requirement
on
implementations with respect to that program.
1.4.12 undefined behavior
[defns.undefined]
behavior, such as might arise upon use of an erroneous program
con-
struct or of erroneous data, for which the Standard im...
2009 Apr 24
2
Error building package: LaTeX error when creating PDF version
...parsing enabled.
entering extended mode
(./GLMsData-manual.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, ukenglish, loaded.
(/usr/share/texmf-texlive/tex/latex/base/book.cls
Document Class: book 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/bk10.clo))
(/usr/share/texmf/tex/latex/R/Rd.sty
(/usr/share/texmf-texlive/tex/latex/base/ifthen.sty)
(/usr/share/texmf-texlive/tex/latex/tools/longtable.sty)
(/usr/share/texmf-texlive/tex/latex/tools/bm.sty)
(/usr/share/texmf-texlive/tex...
2008 May 01
3
[LLVMdev] optimization assumes malloc return is non-null
(Hi Mike!)
On May 1, 2008, at 6:11 PM, Mike Stump wrote:
> On Apr 30, 2008, at 9:26 PM, Chris Lattner wrote:
>> Personally to me, I have a bigger axe to grind with C++ operator new.
>> AFAIK, the standard doesn't give leeway to do a number of interesting
>> optimizations for new/delete because the user is explicitly allowed
>> to
>> override them and the std doesn't require them to behave "as
>> expected".
>
> Yes it does:
>
> Replaceable:
&g...