Displaying 20 results from an estimated 105 matches for "edmonton".
2005 Jun 27
2
DID in Western Canada
Hello,
I'm having trouble getting finding a company that
provides DID in Western Canada. More specifically in
Edmonton, Alberta.
We have tried getting in contact with Link2Voip and
Calgary Telecom but neither seems to be answering
their phones or email.
I would appreciate it if anyone can point me in the
right direction.
Thank you,
Nelson
__________________________________________________
Do You Yahoo!?
Tired...
2007 Jul 04
0
Problems with SIP Registration on VPN Link
...09:43:46 NOTICE[7320]: chan_sip.c:6599 check_auth: stale nonce
received from '<sip:763 at 192.168.10.12;user=phone>'
Transmitting (NAT) to 192.168.12.63:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP
192.168.12.63:5060;branch=z9hG4bKfed637754cf22f15;received=192.168.12.63
From: "Edmonton Boardroom 1"
<sip:763 at 192.168.10.12;user=phone>;tag=65cbed22c3593805
To: <sip:763 at 192.168.10.12;user=phone>;tag=as4d6893cc
Call-ID: cb87be6d32f3f26e at 192.168.12.63
CSeq: 10005 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTI...
2012 Jul 05
3
[LLVMdev] "symbol lookup error" while running a Simple Loop Pass
...aring it as a class. In the "writing a pass" tutorial the "Hello" pass
has been declared as a struct but most (if not all) the LLVM passes are
written as classes.
Thanks a lot;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120705/ff65500b/attachment.html>
2012 Jul 05
1
[LLVMdev] "symbol lookup error" while running a Simple Loop Pass
...a pass" tutorial the "Hello" pass has been
> declared as a struct but most (if not all) the LLVM passes are written as
> classes.
>
> Thanks a lot;
> --
> Arnamoy Bhattacharyya
> Athabasca Hall 143
> Department of Computing Science - University of Alberta
> Edmonton, Alberta, Canada, T6G 2E8
> 587-710-7073
>
>
>
> --
> Arnamoy Bhattacharyya
> Athabasca Hall 143
> Department of Computing Science - University of Alberta
> Edmonton, Alberta, Canada, T6G 2E8
> 587-710-7073
>
> _______________________________________________
>...
2012 Jul 05
0
[LLVMdev] "symbol lookup error" while running a Simple Loop Pass
...aring it as a class. In the "writing a pass" tutorial the "Hello" pass
has been declared as a struct but most (if not all) the LLVM passes are
written as classes.
Thanks a lot;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pi...
2010 Apr 04
2
One question about saving graph by using xyplot
...1:5) {
filename=paste("fig",i,".pdf",sep="")
pdf(filename,width=6.5,height=4.5)
plot(lat ~ long, data = quakes)
graphics.off()
}
# I can open the pdf files.
Hope you can help me.
Thanks so much,
---
Jian Zhang
Department of Renewable Resources
University of Alberta
Edmonton, Alberta T6G 2H1, Canada
Phone (office): 780-492-8670
Email: jzhang1982@gmail.com; zjian@ualberta.ca
[[alternative HTML version deleted]]
2012 May 20
1
[LLVMdev] Error While Inserting New Instruction to LLVM IR
...files>
llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/VMCore/Instruction.cpp
llvm/lib/VMCore/Instructions.cpp
llvm/include/llvm-c/core.h
Thank you;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
780-680-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120520/c12b74c3/attachment.html>
2013 Nov 05
2
[LLVMdev] Identifying the instructions that uses a pointer used as a function argument
...irst the pointer is loaded into
register and then the register is passed in the argument.
Sorry if the question does not make sense. Any pointer or explanation
will be appreciated.
Thanks a lot!!
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
2013 Nov 05
1
[LLVMdev] Identifying the instructions that uses a pointer used as a function argument
...t.
>>
>> Sorry if the question does not make sense. Any pointer or explanation
>> will be appreciated.
>>
>> Thanks a lot!!
>> --
>> Arnamoy Bhattacharyya
>> Athabasca Hall 143
>> Department of Computing Science - University of Alberta
>> Edmonton, Alberta, Canada, T6G 2E8
>> 587-710-7073
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
Arnamoy Bhattach...
2012 Jun 20
3
[LLVMdev] Is Loop Dependence Analysis Printing Correct Stats?
...llected"
differ? Like first we get 11 "dependent"(must) accesses and later it says
11 "unknown" (may) accesses? Am I doing anything wrong or the code seems
buggy?
Thanks;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120620/2dc31fde/attachment.html>
2012 Sep 07
1
[LLVMdev] Get the filename on which a pass is running?
...a loadable module. And if I run
my pass like this -
opt -S -loops -load /home/arnie/llvm-clang/llvm/Release+Asserts/lib/XYZ.so
-xyz <b.bc> b1.bc
I want to get b.bc in the pass.
Thank you;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120906/5152ad42/attachment.html>
2003 Jul 24
1
Integer programming in R
...ities of using R to do integer programming (which I am
also new to). Is there something along the lines of the NUOPT S-
PLUS package that is available, or on the way, for R? Are there
other options for integer programming in R?
Thanks very much in advance,
Robin Naidoo
University of Alberta
Edmonton, AB, Canada
2007 Nov 21
1
problem with nb2listw
...en I try to run the nb2listw(nb1000, style="W")
I get an error message of "Empty neighbour sets found". Can someone
tell me what this means and how to possible fix it.
Thanks
Lynnette
~
Lynnette Dagenais
M.Sc. Candidate
Department of Renewable Resources
University of Alberta
Edmonton, AB
2009 Oct 14
1
Can R do specific factor analysis?
...the specific factor analysis. Because the functions
needed for
developing the factor analysis is provided by R, it should be easy to write
the factor analysis.
I appreciate if someone can give me some comment about the specific factor
analysis.
Thanks.
Gencheng Guo
ECE, University of Alberta,
Edmonton, Alberta, Canada
[[alternative HTML version deleted]]
2002 Mar 14
1
Printer Configurations
...al the attached
drivers and comments and such are intact.
Any ideas on this one?
BTW Our servers are running Solaris8, Linux (red hat 7.2), etc...
--
-Broderick Wood-
Analyst, Systems Support Group
Department of Computing Sciences
Athabasca Hall, Room 205
University of Alberta
Edmonton, Alberta, Canada
T6G 2E1
(780) 492-5018
"Failure is NOT an option;
It's bundled with your software."
2004 Nov 17
2
Cross-correlated variables in kernel density estimation
...se it was described there.
Thanks in advance.
Adam
----------------------------------------------------------------------------
Adam Kenea Gobena
Research Assistant, Water Resources Engineering
Department of Civil & Environmental Engineering
220 Civil/Electrical Eng Bldg
University of Alberta
Edmonton, AB
CANADA T6G 2G7
2007 Nov 07
5
Unexplainable failure...at least for me
...efore(:each) do
@address = Address.new(valid_params)
end
def valid_params
{
:country_id => 1,
:province_id => 1,
:region_code => "T5Z3J4",
:address_1 => "13245-56 st",
:address_2 => "NW",
:city => "Edmonton"
}
end
it "should return the full address format" do
@address.country_id.should == 1 #this passes
@address.province_id.should == 1 #this passes
@address.province.name.should == "Alberta" #this fails
@address.country.name.should == "Canada&quo...
2012 Sep 05
2
[LLVMdev] llvm::ConstantArray::get(llvm::LLVMContext&, llvm::StringRef, bool) deprecated?
...ello world") to the
Array Constant using currently available get method?
Previously llvm::ConstantArray::get(getGlobalContext(), "hello world",
true) should have worked.
Thank you;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120905/1bfb4bec/attachment.html>
2013 Nov 05
0
[LLVMdev] Identifying the instructions that uses a pointer used as a function argument
...en the register is passed in the argument.
>
> Sorry if the question does not make sense. Any pointer or explanation
> will be appreciated.
>
> Thanks a lot!!
> --
> Arnamoy Bhattacharyya
> Athabasca Hall 143
> Department of Computing Science - University of Alberta
> Edmonton, Alberta, Canada, T6G 2E8
> 587-710-7073
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML...
2012 Jun 16
2
[LLVMdev] What's Going Wrong with GCC 4.6.3 + dragonegg 3.1
...mit-llvm -o hello.bc
lli hello.bc
output:
hello world
hello.c:
#include <stdio.h>
int main() {
printf("hello world\n");
return 0;
}
Any suggestions on how to do it in llvm-gcc?
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120616/75684e09/attachment.html>