search for: scince

Displaying 13 results from an estimated 13 matches for "scince".

Did you mean: science
2009 Mar 27
0
[LLVMdev] Applying for Hi There I am a PhD student of Computer Scince at Simon Fraser University (http://www.cs.sfu.ca) interested in applying to GSoC. My PhD is focused on theoretical computer science, but since Sep. 2008 I have started working on
Dear all I am a PhD student of Computer Scince at Simon Fraser University ( http://www.cs.sfu.ca) interested in applying to GSoC. My PhD is focused on theoretical computer science, but since Sep. 2008 I have started working on Software projects again. Currently I am working in COSTAR lab on a high performance regular expression engine based on...
2011 Jan 23
2
Problem with combined two data frame.
Dear All. I have some problem with combined two data frame. .... I have first data frame .. GPAX THAI MATH SCINCE SOCIAL HEALT ART CAREER LANGUAGE 1227 2.99 3.32 2.50 2.64 3.05 3.60 3.72 3.57 2.62 1704 2.81 2.56 2.48 2.86 3.22 3.19 3.55 3.20 2.51 617 2.18 1.90 1.97 2.06 2.38 3.50 3.54 2.33 1.70 876 2.82 3.14 2.73 2.46 2.71 3.11 3.04 3.24 2.90 1699 3.00 2.61 2.50...
2009 Mar 27
2
[LLVMdev] GSoc 2009 (Bad Subject in the previous email)
Dear all I am a PhD student of Computer Scince at Simon Fraser University ( http://www.cs.sfu.ca) interested in applying to GSoC. My PhD is focused on theoretical computer science, but since Sep. 2008 I have started working on Software projects again. Currently I am working in COSTAR lab ( http://costar.sfu.ca/) on a high performance regular ex...
2009 Mar 30
0
[LLVMdev] GSoc 2009 (Bad Subject in the previous email)
...ting. If I were to advocate for one, it would be #2. I think the scope of work is perfect for GSoc. I'd encourage send out a more concrete proposal when you're ready. Thanks, Evan On Mar 27, 2009, at 2:35 PM, Ehsan Amiri wrote: > Dear all > > I am a PhD student of Computer Scince at Simon Fraser University (http://www.cs.sfu.ca > ) interested in applying to GSoC. My PhD is focused on theoretical > computer science, but since Sep. 2008 I have started working on > Software projects again. Currently I am working in COSTAR lab (http://costar.sfu.ca/ > ) on a h...
2009 Apr 01
4
[LLVMdev] GSoc 2009 (Bad Subject in the previous email)
...ould be #2. I think the scope of work is perfect for > GSoc. > > I'd encourage send out a more concrete proposal when you're ready. > > Thanks, > > Evan > > On Mar 27, 2009, at 2:35 PM, Ehsan Amiri wrote: > > Dear all > > I am a PhD student of Computer Scince at Simon Fraser University ( > http://www.cs.sfu.ca) interested in applying to GSoC. My PhD is focused on > theoretical computer science, but since Sep. 2008 I have started working on > Software projects again. Currently I am working in COSTAR lab ( > http://costar.sfu.ca/) on a high pe...
2005 Feb 03
3
Asterisk crashes from time to time
...give any reaction on command input, you have to manually kill -9 all asterisk and moh processes. Asterisk logs are empty. We don't use any isdn/fxs/fxo/e1/t1 cards in these servers. Our connections to PSTN is only made by Patton/Inalp SmartNode Gateways, connected to asterisk via sip protocol. Scince these crashes appear on three servers with different hardware, and the main installation is always the same, I would think there are "only" two possible sources to find the failure: Operating System Fedora Core 2 Kernel 2.6.8-1.521 Asterisk CVS-HEAD-01/08/05 Has anybody out there simila...
2004 Jan 08
0
[LLVMdev] Re: idea 10
...CPU could be also a internal back-end problem of the LLVM like registers. In other words, indirectly, I propose to treat CPUs as the same resource class as memory :-) Chris, LLVMers, could you allocate CPUs resources as you do it for registers and memory? :P Actually, maybe the problem is that scince is not ready arround phi-functions, SSA and so on, if we speak about calculating machine with several CPUs spread via network... What could LLVM-gurus say here? -- Valery.
2004 Jan 08
2
[LLVMdev] Re: idea 10
...ow that all of the subcalls to fib can be run independently of each other (ie, in parallel). Combined with a suitable runtime library (e.g., pthreads), you could imagine an LLVM transformation that allows it to run well on a machine with 10K processors. :) > Actually, maybe the problem is that scince is not ready arround > phi-functions, SSA and so on, if we speak about calculating machine with > several CPUs spread via network... What could LLVM-gurus say here? "It's all about the abstraction." :) If you come up with a clean design that integrates well with LLVM, and ma...
2004 Jan 08
1
[LLVMdev] Re: idea 10
Hello again Valery, Valery A.Khamenya wrote: > All benefits, what one could obtain from "LLVM supporting multiple CPU > at single host", one might obtaine from "LLVM supporting multiple CPU > at multiple hosts". Isn't that logical? I see more precisely what you mean, but I don't think it is that straightforward to generalise the benefits multiple CPU on
2004 Jan 08
0
[LLVMdev] Re: idea 10
...;s me use this annoying analogy between memory and CPUs) if you have strategy today where to allocate a variable, then you need strategy to start or not to start a new thread. Are there any good strategies for threads, as good as for memory allocations? >> Actually, maybe the problem is that scince is not ready arround >> phi-functions, SSA and so on, if we speak about calculating machine with >> several CPUs spread via network... What could LLVM-gurus say here? CL> "It's all about the abstraction." :) If you come up with a clean design CL> that integrates...
2002 Mar 06
0
win98 - can't find files
Hello together. I have a Problem with my local Fileserver. Scince a few days Win98 Clients a not possible to access Directorys deeper than one Directory.. For example: \\rechner\cinema is avaible, but if the Clients access a subdirectory \\rechner\cinema\bad_movie, then the Win98 Clients get a message that the Directory doesn't exist. I changed nothing in my...
2005 Jan 01
5
sip reload - Hang
I just setup an Asterisk system on a small Shuttle box; I am only using SIP channels and have no FXO/FXS cards. The system works fine in that I can call my inbound number (Broadvoice) and have the system answer and I can make outgoing calls. The problem is that every time I want to change something in the sip.conf file, I have to do a 'restart now' instead of a 'reload' or
2004 Jan 08
2
[LLVMdev] Re: idea 10
> Interesting email address there :) > On Thu, 2004-01-08 at 01:18, =?koi8-r?Q?=22?=Valery > A.Khamenya=?koi8-r?Q?=22=20?= wrote: unfortunally some email parsers and email clients deny to work correctly with international conventions :( follow this URL for more details: http://www.python.org/doc/current/lib/module-email.Header.html > On the same machine, LLVM definitely needs to