similar to: [LLVMdev] Who is physically near Austin?

Displaying 20 results from an estimated 5000 matches similar to: "[LLVMdev] Who is physically near Austin?"

2009 Oct 19
0
[LLVMdev] Who is physically near Austin?
On Mon, Oct 19, 2009 at 10:40 AM, Kenneth Uildriks <kennethuil at gmail.com> wrote: > I'm taking Talin's idea and running with it with respect to the Austin > area.  If you're into LLVM and within easy-enough driving distance to > make it worthwhile to get together every month or so in Austin, please > post here.  If there's enough interest, I'll set something
2012 Aug 28
7
[LLVMdev] LLVM Austin Social
There are a bunch of us working on LLVM in Austin. So we're organizing a LLVM Austin Social in September. The social will be on Wednesday, September 12 from 5 pm at the BB Rovers Cafe and Pub. It'll be great to meet up with folks in Austin who are also interested in LLVM. Please reply and let me know if you plan on attending so that I can get a count. BB Rovers is on Jollyville road
2012 Aug 29
0
[LLVMdev] LLVM Austin Social
We probably should not spam the list... but I am in :) Anshu, maybe we can reply directly to you, and at the end you can simply announce the head count? Sergei -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum. > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Anshuman Dasgupta > Sent:
2019 Apr 03
2
(inaugural?) Austin-area LLVM social
Some of my LLVM colleagues that I only seem to encounter at the annual Bay Area dev meeting live right here in Austin, TX. We should get together for a social, yeah? And I suppose there's bound to be more around here who might be interested who haven't been able to trek to San Jose. So consider this an official solicitation to Austin area LLVM fans. Write back with interest and I'l
2012 Oct 08
1
[LLVMdev] Austin LLVM Social this week
The October Austin LLVM Social will be held this Thursday, October 11.Since some folks from UT are interested in attending, it'll be held closerto campus this time. The Social will be at the Crown & Anchor Pub at 2911 SanJacinto Blvd. on October 11 starting at 5:30 pm. Please email me directly if you plan to attend. Hope to see you there! -Anshu --- Qualcomm Innovation Center, Inc.
2019 Apr 03
2
(inaugural?) Austin-area LLVM social
Count me in. Some of my colleagues will join as well. Sebastian On Wed, Apr 3, 2019 at 8:44 AM Francesco Petrogalli via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Nice idea Brian, I am based in Austin and I would like to socialize with other LLVM engineers in the area. > > Constrains: I might not be in town for the week of Apr 29 - May 3rd :) > > Francesco > >
2009 Oct 30
0
[LLVMdev] Reminder: Austin LLVM User's Group meeting today
12:00 PM at Bombay Bistro, 183 at Braker next to HEB.
2009 Nov 30
0
[LLVMdev] Austin user's group
I'm still planning to meet this Friday at Bombay Bistro (183 & Braker, next to HEB).
2020 May 30
3
Cargar archivo .RData desde OneDrive, Google Drive o Dropbox
Hola, gracias por la respuesta. Yo también puedo descargar el fichero pero no lo carga de forma correcta: > drive_download(" https://drive.google.com/file/d/1iN7rT-W8WoXsdBpKzxcatFx7nGPWNkuz/view?usp=sharing ", + overwrite = TRUE, verbose = TRUE) File downloaded: * restaurant.RData Saved locally as: * restaurant.RData > restaurant <-
2020 May 30
3
Cargar archivo .RData desde OneDrive, Google Drive o Dropbox
Hola a todos, espero que todo esté marchando bien. Estoy intentando cargar un archivo con extensión .RData desde OneDrive, Google Drive o Dropbox. Con OneDrive he intentado lo siguiente: temp <- tempfile() download.file(" https://alumnosuatedu-my.sharepoint.com/:u:/g/personal/rivaldez_uat_edu_mx/ESNKsBZE5rhMp4_shdbavXEBz4mUuIaeKWIXlMMlpyqyUA?e=NfZupt ", temp, method =
2006 Mar 14
3
Help doing find - look for nonempty habtm
I''ve got a Cuisine and a Restaurant model, with a habtm. One thing I want to do is find all the cuisines that have at least one restaurant associated with them. Right now I''m using the following SQL query: SELECT DISTINCT(cuisines.*) FROM cuisines, restaurants, cuisines_restaurants WHERE cuisines.id = cuisines_restaurants.cuisine_id AND restaurants.id =
2005 Dec 16
3
Adding methods to models
All, This is more of a theoretical question I suppose - I''m looking for what the consensus is for the "correct" approach in Rails/MVC. I have a standard security model where a User can have many Roles. There is a User model, a Role model, and in the db, a linking table, etc. Each role has a name as well as a category (say, name="waiter", category="restaurant
2010 Jul 15
2
Search and extract string function
Hi all, I'm trying to write a function that will search and extract from a long character string, but with a twist: I want to use the characters before and the characters after what I want to extract as reference points. For example, say I'm working with data entries that looks like this: Drink=Coffee:Location=Office:Time=Morning:Market=Flat
2006 May 04
9
Help: wrong number of arguments (0 for 1)
Is it my environment? Is something wrong, cause I thought this should just work? I have a simple table and I created a model and a controller: ruby script/generate controller Restaurant ruby script/generate model Restaurant I edited the controller to this: class RestaurantController < ApplicationController scaffold :Restaurant end I run it and: http://0.0.0.0:3000/Restaurant works fine,
2009 Nov 11
4
[LLVMdev] Proposal: intp type
On Tue, Nov 10, 2009 at 6:10 PM, Talin <viridia at gmail.com> wrote: > In my case, I've been attempting to build a target-neutral frontend. In my > tool chain, the target is specified at link time, not at compile time. Among > other things, that means that the same IR file can be used for multiple > targets. That's the direction I'm going in too. > > What
2007 Aug 25
2
Austin meetup?
Looks like I''ll be in Austin from Tuesday (late) night until Saturday morning. Any Puppeteers in Austin who want to get together? I''ve got vague plans to hang out with whurley, but I''d love to meet a few more people in the community. Wednesday, Thursday, or Friday night should work fine (although not all three). -- Always behave like a duck - keep calm and
2006 Jul 09
1
Quick Question
I have this method in a controller def sort_by_cuisine #@restaurants = Restaurant.find(:all, :conditions => ["cuisine_id = :id", params], :order => params[:sort]) @cuisines = Cuisine.find_all end And I want to put the bulk of it in the model, but still call it from the controller. How can I do this? I''m fairly new to Ruby on Rails and I''ve tried
2009 Nov 11
0
[LLVMdev] Proposal: intp type
On Tue, Nov 10, 2009 at 6:41 PM, Kenneth Uildriks <kennethuil at gmail.com> wrote: > On Tue, Nov 10, 2009 at 6:10 PM, Talin <viridia at gmail.com> wrote: (A similar esoteric use case is: "which of >> the following two types is larger, 3 x int32 or 2 x {}*? -- i.e. the union >> problem.) The size of a union can be compiled into a ConstantExpr. i.e., (sizeof(T1)
2005 Oct 28
1
SF Beer & Pizza SIG - review and forecast
Wednesday''s Beer & Pizza SIG was attended by about a dozen Rubyists, plus one extremely well-dressed gentleman (no hacker he!) who was on the prowl for Rubyists to hire. Beer and Pizza (among other things) were consumed, Ruby (among other things) was discussed, and everyone appeared to have a good time. The upcoming SIG will, as announced previously, be held just up the street at
2009 Oct 06
3
[LLVMdev] Some additions to the C bindings
My front-end is sync'd with the trunk now, and working well, but it required some additional functions exposed in the C bindings. I hereby submit them for review and approval for inclusion in the trunk. -------------- next part -------------- A non-text attachment was scrubbed... Name: cbindings.patch Type: application/octet-stream Size: 7269 bytes Desc: not available URL: