search for: langauges

Displaying 20 results from an estimated 66 matches for "langauges".

Did you mean: langauge
2014 Apr 18
3
Starting the gotour server on CentOS 6
Hey CentOS folks! I have an interesting issue with starting a server on a CentOS 6 KVM guest. The server (service) in particular is gotour, which is a web application created by Google and their Golang developers, intended to teach users the basics of using the Go programming langauge. When starting gotour, the program claims to be binding to port 12049, but the VM doesn't seem to be serving
2008 May 12
2
[LLVMdev] Integer promotion of return node operand
Hi All, Please consider the following case Test case -- -------------------------------------- char a; void fun () { return a; } -------------------------------------- Following disassembly (using llvm-dis) is generated for the above test case -------------------------------------- ; ModuleID = 'first.bc' @a = internal global i8 0 ; <i8*> [#uses=1] define i8 @fun(...) { entry:
2006 Feb 06
8
change languages from an IVR
A customer of mine wants an IVR where the first 3 choices are 1 English 2 Spanish 3 French I can build the IVR but how do I get the system prompts to then speak the selected langauge. For example, a caller has selected Spanish and so is routed to the Spanish part of the IVR. At some point he breaks out of the IVR to leave a VM. How does the system know to continue offering him Spanish?
2006 Jun 06
2
Language 'en_IN' was not recognized, defaulting to 'en_US'.
hey friends, I am using wine 0.9.12 on centos 4.0 kernel version is 2.6.9-34.0.1.EL. Whenever I try to run any application through wine I get the below warning and the application does not run. Langauge settings before were Indian English but later on I changed it to US_English but still I am getting the below error. Warning: Language 'en_IN' was not recognized, defaulting to
2009 May 30
2
Office 2003 Language Bar
I have just installed Office 2003 in Wine 1.0.1, Ubuntu 8.10 Intrepid 64-bit. Everything seems to be working fine with the install when running the applications; however the Office "Langauge Bar" has popped up on my desktop and I can't get it to go away. In the Windows install, a right click - menu navigation on the bar itself leads to the option to remove. Running in wine the menus
2002 Mar 26
2
Channel coupling
Unfortunately nobody has answered to my question about the channel mapping. :-( Are there any new ideas how save the channel mapping in multichannel vorbis streams? In addition it might be interessting thinking about using channel coupling for storing the same content in different langauges (because many things like background music are supposed to be the same). But there would be the same problem: how to indicate the the channel mapping. Best regards, Tobias --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe fr...
2012 Jun 29
3
estimating parameters of a model
Hi, I am about to conduct an experiment of temperature dependent development of an insect. Here I would like to know is if I could be able to find the parameters of the models what I will use in data analysis with R program. I have found some other softwares that can be used for parameter estimation but liscence would be needed, not open source. So I prefer to use R langauge if it is reliable
2008 May 13
0
[LLVMdev] Integer promotion of return node operand
On May 12, 2008, at 8:21 AM, Sachin.Punyani at microchip.com wrote: > > When LLVM constructs the DAG for above case - it tries to promote > (during DAG construction phase - before any combine or legalize phase) > the return node operand to i32. > > I have few doubts here: > 1) If C language requires integer promotion of return value argument > then should it not be done by
2006 Feb 03
2
can asterisk to say chinese like say english
this is not just playback recorded voice. this is let asterisk say chinese. how to do this. there have any ideas? -- Jeffery iaxtel Num: 1-700-576-1311 fwdnet Num: 728150
2019 Aug 07
2
Trouble with ORCv2 Tutorial
Hi folks, I'm working on migrating a JIT compiler from the old ORCv1 JIT APIs to the newer ORCv2 ones and am having some trouble getting the code from chapter 1 of the "Building a JIT" [1] tutorial working properly. I have previously walked through the "My First Langauge" [2] tutorial and that went smoothly using the provided JIT class, but using the one from the JIT
2004 Oct 24
0
[LLVMdev] Some question on LLVM design
...signal locations that need to be changed in-place? I'm not sure what you mean. In particular, the alloca instruction is used to explicitly allocate stack space. Because it is not possible to take the address of LLVM registers, this the mechanism that we use to allocate stack space. Certain langauges do not need a stack, and thus do not need to use alloca, other languages (e.g. C) do. If you clarify your question I'll be able to give a more satisfactory answer. > 3. Control transfer > > Why are the control transfer operations so high level when compared to > actual processors?...
2009 Sep 01
1
[LLVMdev] accessing a bitcode library exported from C++ using the JIT
Hello OvermindDL1, We are implementing an extensible language. That's one where you can add commands and constructs to the language without having to recompile the parser. We want compilation of the parser in order to "freeze" it but only as an option. One goal is to eventually get the macro functions of our language to the point where they are equivalent to the template
2009 Nov 19
0
[LLVMdev] fastcc and ExecutionEngine::getPointerToFunction()
----- Original Message ---- > From: Kenneth Uildriks <kennethuil at gmail.com> > To: Samuel Crow <samuraileumas at yahoo.com> > Cc: OvermindDL1 <overminddl1 at gmail.com>; LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Sent: Thu, November 19, 2009 12:22:55 PM > Subject: Re: [LLVMdev] fastcc and ExecutionEngine::getPointerToFunction() > > >
2006 Aug 16
1
OGM and GStreamer
Well, actually most OGM files do have a subtitle track, often in multiple langauges. Also, re 2. Keyframe seeking in OGM is generally a bit rough because ogm files can contain almost any codec as the video track, usually xvid or divx. re 1. As a general rule you shouldn't be trying to make any more ogm files :) So chances are the ogg muxer is not accepting the connection,...
2009 Nov 19
2
[LLVMdev] fastcc and ExecutionEngine::getPointerToFunction()
> I agree with you OvermindDL1, > > SInce the language I'm going to be working on doesn't support varargs, it would be nice to be able to ditch the C calling convention for fastcc in all occurrances for an added speed boost.  I also will need to add my own library calling convention on one platform I plan on supporting which will be register-loaded as well. Are you going to be
2007 Jul 18
10
Rails - Mock going out of scope?
Hello list, I think I have a rails related RSpec problem with a mock going out of scope on a recursive call to a model. The code is at: http://pastie.textmate.org/79821 if you want to see it highlighted. I have pasted it below as well. Basically, I have an acts_as_nested_set model called "Node", which works fine. I have a function which finds the language name of the node instance.
2009 Nov 19
1
[LLVMdev] fastcc and ExecutionEngine::getPointerToFunction()
On Thu, Nov 19, 2009 at 12:45 PM, Samuel Crow <samuraileumas at yahoo.com> wrote: > > > > > ----- Original Message ---- >> From: Kenneth Uildriks <kennethuil at gmail.com> >> To: Samuel Crow <samuraileumas at yahoo.com> >> Cc: OvermindDL1 <overminddl1 at gmail.com>; LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> >> Sent:
2010 Dec 21
2
[LLVMdev] complex numbers with LLVM
Hi, I'm working on a project to generate native code for a domain specific langauge where the user defines functions in the complex plane. This implies that I need to support complex numbers as a datatype with LLVM. Its fairly straightforward to create a struct of two floats (or doubles, etc.) and do the simple operations like add, subtract, multiply, divide, etc. However, things get
2004 Oct 25
1
[LLVMdev] Some question on LLVM design
...>2. Stack and registers > > I'm not sure what you mean. In particular, the alloca instruction is used > to explicitly allocate stack space. Because it is not possible to take > the address of LLVM registers, this the mechanism that we use to allocate > stack space. Certain langauges do not need a stack, and thus do not need > to use alloca, other languages (e.g. C) do. If you clarify your question > I'll be able to give a more satisfactory answer. > So would it be possible to pass a pointer to a structure allocated in the stack to a called function? As to wha...
2019 Aug 08
2
Trouble with ORCv2 Tutorial
Hi Praveen, Thanks for pointing that out :) That's my mistake. I might have been misidentifying the issue with the assert statement. With those fixes made function calls seem to all call the first function called in the REPL. For example: ready> def fib(n) if (n < 2) then n else fib(n - 1) + fib(n - 2); ... ready> fib(40); Evaluated to 102334155.000000 ready> fib(10); # This