similar to: [LLVMdev] LLVM opportunities with Google Native Client

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] LLVM opportunities with Google Native Client"

2010 May 31
0
[LLVMdev] Finding Merge nodes in CFG (ambika@cse.iitb.ac.in)
hi ambika, I am not sure about this solution as i just started working in this field. How about taking analogy of a problem which ask us to find nearest common parent of two nodes in a tree. Let me know if I can be corrected. - Anubhav intern IIT M B. Tech 4th year CSE VIT University, Vellore. On 31 May 2010 22:30, <llvmdev-request at cs.uiuc.edu> wrote: > Send LLVMdev mailing list
2008 Feb 26
1
GLM
Hello, I am trying to perform a glm analysis on a 68x13113 matrix (named data.spect). The first column corresponds to the predictor (data.spect[,1]) and the rest to the response variables (data.spect[,2:13113]). When I try this code glmObject <- glm(data.spect[,2:13113]~data.spect[,1]) I get the following error: Error: (subscript) logical subscript too long Could anyone help me on
2010 Dec 13
22
OT: programming language for morons (newbie friendly language in Open Source world)
Hi folks I have more than 12 years experience with UNIX system administration, but I am too stupid for programming. My only programming experience is shell scripting. I tried to learn Java, but don't understand it because it is too complicated for my limited brainpower. What programming language should I learn? A friend said that C-Sharp (Mono) is very simple. Is this true? cheers Sven
2007 Jun 15
1
A question about logical controls and function arguements
Dear R-help subscribers, I'm trying to write a function to generate data simulating the image created by a point radiation source in a plane on a screen where there is filter with a single circular aperture in it between the source and the screen. Following some guides (including Intro to R and some I found online) and examples I have specified the function (full code below question) with
2006 Jun 07
4
Edge rails and routes
I have a route that works under 1.1.2 but does not work under edge rails. route.wishlist ''wishlist/:id'', :action => ''show_wishlist'', :id => nil, :requirements => {:id => /\d*/} This worked great without an :id, but under edge rails when I call wishlist_url with no parameters I get: "Exception: can''t convert nil into
2010 Sep 07
5
Module availability, loading order
Hi, I have create the following module: modules/foo `-- manifests |-- definitions | `-- line.pp `-- init.pp $ cat modules/foo/manifests/init.pp import "definitions/*.pp" $ cat modules/foo/manifests/definitions/line.pp define myline($file, $line, $ensure = ''present'') { .... } I try to use the definition in a class: class testfile { file {
2016 Dec 21
2
How to install manually?
On Wed, Dec 21, 2016 at 10:51:16AM -0500, Gene Cumm via Syslinux wrote: > On Wed, Dec 21, 2016 at 4:16 AM, piranna at gmail.com <piranna at gmail.com> wrote: > >>> could it be implemented? If that's not possible, what's doing SysLinux > >> > >> Consider bios/mtools/syslinux > > > > Just what I needed, thanks! :-D I have not seen any
2008 Jun 15
1
wine instalation
I install with Wine ProgeCad from Progesoft , that I have been using for many years in Microsoft Windows, and everithing is runing as I will spect, with the exception that I recive this following mesage: ?failed to load control 'ComandButton' from FM20.DLL. Your version of FM20.DLL may be outdated. Make sure you are using the version of the control that was provided with your
2016 Dec 21
3
How to install manually?
>> could it be implemented? If that's not possible, what's doing SysLinux > > Consider bios/mtools/syslinux Just what I needed, thanks! :-D I have not seen any reference to that on the wiki docs, maybe it would make sense to add a little note about it? And regarding to the extra modules (menu.c32 and so), I need to add them previously by hand, isn't it? Just to be sure...
2012 Jun 01
3
[LLVMdev] Using LLVM code in projects/compiler-rt
On Fri, Jun 1, 2012 at 7:13 AM, Chris Lattner <clattner at apple.com> wrote: > On May 31, 2012, at 6:48 PM, Chandler Carruth wrote: > > I'm not sure that this solves the problem. The reason we have dual >> licenses for the runtime stuff is that we don't want the UIUC license >> (which has a binary attribution clause) to affect stuff built with the >>
2008 Jun 07
2
When to send "post" and "get" in blocks.
Hi, I''m new to RSpec. I have a question about how to write controller specs. Here''s a code generated by scaffolding (with Rspec). def do_get get :index end it "should be successful" do do_get response.should be_success end it "should render index template" do do_get response.should
2012 Jun 01
2
[LLVMdev] Using LLVM code in projects/compiler-rt
On Fri, Jun 1, 2012 at 12:49 PM, Benjamin Kramer <benny.kra at googlemail.com>wrote: > > On 01.06.2012, at 08:14, Kostya Serebryany wrote: > > > > > > > On Fri, Jun 1, 2012 at 7:13 AM, Chris Lattner <clattner at apple.com> > wrote: > > On May 31, 2012, at 6:48 PM, Chandler Carruth wrote: > >> I'm not sure that this solves the problem.
2012 Jun 01
0
[LLVMdev] Using LLVM code in projects/compiler-rt
On May 31, 2012, at 6:48 PM, Chandler Carruth wrote: > I'm not sure that this solves the problem. The reason we have dual licenses for the runtime stuff is that we don't want the UIUC license (which has a binary attribution clause) to affect stuff built with the compiler. Saying that "clang -fasan produces code that has to binary attribute the LLVM license" is pretty lame.
2009 Sep 11
2
help with for loop
example code: P = function(whichday,columns){ y = which(pvalue[,whichday]<Pvaluetest, arr.ind=TRUE) dayarb = raw_urine[y,day1_ind] daystand = raw_urine[y,columns] meandayxx = geometricmeanRow(dayarb) meandayyy = geometricmeanRow(daystand) diff = meandayyy - meandayxx for(i in 1:nrow(diff)){ if(diff[i]>0){ #diffbig = meandayxx<meandayyy x_index[i] = which(diff[i]>0) x[i] =
2012 Jun 01
5
[LLVMdev] Using LLVM code in projects/compiler-rt
On Thu, May 31, 2012 at 5:39 PM, Chris Lattner <clattner at apple.com> wrote: > > On May 31, 2012, at 1:20 PM, Chandler Carruth wrote: > > On Thu, May 31, 2012 at 1:13 PM, Rafael EspĂ­ndola < > rafael.espindola at gmail.com> wrote: > >> On 31 May 2012 05:02, Alexey Samsonov <samsonov at google.com> wrote: >> > Hi, >> > >> > tl;dr
2015 Jan 08
3
Design changes are done in Fedora
On Thu, Jan 8, 2015 at 10:35 AM, Warren Young <wyml at etr-usa.com> wrote: >> > Would the world really be a better place if CDE had never been replaced? Me, I?ll take GNOME 3 and all its warts over CDE any day of the week. CDE never would have *evolved* to be the equal of GNOME; it had to be destroyed to make room. But it doesn't matter how pretty Gnome3 is on some other box.
2012 Jun 01
0
[LLVMdev] Using LLVM code in projects/compiler-rt
On 01.06.2012, at 08:14, Kostya Serebryany wrote: > > > On Fri, Jun 1, 2012 at 7:13 AM, Chris Lattner <clattner at apple.com> wrote: > On May 31, 2012, at 6:48 PM, Chandler Carruth wrote: >> I'm not sure that this solves the problem. The reason we have dual licenses for the runtime stuff is that we don't want the UIUC license (which has a binary attribution
2010 May 29
6
Best way to limit outgoing calls per trunk
Hi Guys, I am looking to use System() function along with some bash scripting to determine if a Trunk is being used during certain time of the day or not. Here is what I have in mind. Please guide me if you know a better way: exten => s,1,answer exten => s,n,System(/tmp/check.sh) check.sh: check EPOCH time => do an IF for certain times => Allow mutiple calls in certain times and
2012 Jun 01
0
[LLVMdev] Using LLVM code in projects/compiler-rt
On Fri, Jun 1, 2012 at 12:56 PM, Kostya Serebryany <kcc at google.com> wrote: > > > On Fri, Jun 1, 2012 at 12:49 PM, Benjamin Kramer <benny.kra at googlemail.com > > wrote: > >> >> On 01.06.2012, at 08:14, Kostya Serebryany wrote: >> >> > >> > >> > On Fri, Jun 1, 2012 at 7:13 AM, Chris Lattner <clattner at apple.com>
2001 Jul 27
6
A killer clip
Check this clip (it's small, 373kb) http://www.geocities.com/jdxss/udialwav.zip It left oggenc, lame and MP+ encoders choking in dust. -- Vorbis Xtreme | http://solair.eunet.yu/~aldov/ Ogg Vorbis is the free, open source alternative to MP3 --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a