search for: prefab

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

Did you mean: predab
2007 Jul 02
0
[LLVMdev] Top Level Stuff
...gt; which checks out llvm-gcc and all dependencies. > […] > 'make checkout' would check out the requested project, then > recursively check out its dependencies. As a possibly less-engineered complement, your end-state could be provided simply by creating folders in Subversion prefabbed with appropriate svn:externals. Make one for each end-project (llvm-gcc, new-cfe, and soforth). It's not nearly so clever, but it might allow initial usage much closer to the 'configure; make; make install' convention. Also, there's only enough info on the command-line t...
2007 Jul 03
0
[LLVMdev] Top Level Stuff
...e are appropriately excluded. This could save new developers from needing to do anything but 'svn checkout; configure; make', which could be pretty cool. Assuming Chris' original idea, those with advanced LLVM-fu can still mix and match projects by checking them out manually; the prefabbed svn:external's are just a shortcut. — Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070702/0f9e1f71/attachment.html>
2006 Mar 08
4
Rails running on new MacIntels?
Has anybody got Rails running on one of the new Intel based Macs? I''d love to get a MacBook Pro but if I can''t run Rails and MySQL then there''s no real point. -- Posted via http://www.ruby-forum.com/.
2007 Jul 02
2
[LLVMdev] Top Level Stuff
On Mon, 2 Jul 2007, Gordon Henriksen wrote: > As a possibly less-engineered complement, your end-state could be > provided simply by creating folders in Subversion prefabbed with > appropriate svn:externals. Make one for each end-project (llvm-gcc, > new-cfe, and soforth). It's not nearly so clever, but it might allow > initial usage much closer to the 'configure; make; make install' > convention. My goal is to make it so you *don't* che...
2007 Jul 03
3
[LLVMdev] Top Level Stuff
On Mon, 2 Jul 2007, Reid Spencer wrote: >>> it can be created in the repository, making the checkout process a simple, >>> transparent 'svn co'. This is entirely complementary to your idea. >> >> Yes, but that checks everything out, which is badness. > > Not really. He didn't define "./". If "./" is: >
2007 Jul 02
2
[LLVMdev] Top Level Stuff
On Sun, 1 Jul 2007, Tanya M. Lattner wrote: > I don't think we should have a docs module. Its much better to allow a > person to check out only llvm and get the appropriate documentation. Same > for hlvm, and whatever project. Its very inconvenient to check out > multiple things just to get llvm and docs. To put it another way, I think the docs for the subproject should follow
2010 Mar 15
1
video codec comparisons
Reviewers who have published comparisons of video codecs recently tend not to publish their source video clip, nor encoded video clips.? It might help promote theora if there was a link we could provide to a nice source clip, only one or two minutes long with a mix of action and talking head spots, with several versions of it compressed in theora format; maybe 250 kbps, 500 kbps, 750 kbps, 1 mbps,
2007 Jul 02
0
[LLVMdev] Top Level Stuff
On 2007-07-02, at 13:56, Chris Lattner wrote: > On Mon, 2 Jul 2007, Gordon Henriksen wrote: > >> As a possibly less-engineered complement, your end-state could be >> provided simply by creating folders in Subversion prefabbed with >> appropriate svn:externals. Make one for each end-project (llvm-gcc, >> new-cfe, and soforth). It's not nearly so clever, but it might allow >> initial usage much closer to the 'configure; make; make install' >> convention. > > My goal is to make...
2003 Oct 08
1
Mini-PC box to run server
On the cheap side, the ITX or even MicroATX machines work great. These are commodity items, so they tend to be far less expensive than custom solutions. Various manufacturers, but we've had very good success with any of the AOpen MicroATX boards and their slimline MicroATX case: Aluminum: http://usa.aopen.com/products/housing/A340-series.htm Steel:
2012 Apr 14
0
Call for Participation: Cloud Futures 2012, Berkeley, CA (May 7-8)
...nment, Ilmi Yoon, Sangyuk Yoon, Gary Ng, Hunvil Rodrigues, Sonal Mahajan, San Francisco State University, Neo Martinez, Pacific Ecoinformatics Lab ?04:30 -- 5:00 Cloud Computing as a Cyber-Infrastructure for Mass Customization and Collaboration, Kwa-Sur Tam, Virginia Tech ?05:00 -- 5:30 Green Prefab: Civil Engineering Hub In Ms Windows Azure, Furio Barzon, Collaboratorio, Italy 06:00-09:00 Dinner Day 2 Tuesday 05/08/2012 09:00 - 10:00 Keynote, Yousef Khalidi, Distinguished Engineer, Microsoft Corporation, Large Scale Cloud Computing: Opportunities and Challenges 10:00 - 10:30 Break 1...
2012 Apr 14
0
Call for Participation: Cloud Futures 2012, Berkeley, CA (May 7-8)
...nment, Ilmi Yoon, Sangyuk Yoon, Gary Ng, Hunvil Rodrigues, Sonal Mahajan, San Francisco State University, Neo Martinez, Pacific Ecoinformatics Lab ?04:30 -- 5:00 Cloud Computing as a Cyber-Infrastructure for Mass Customization and Collaboration, Kwa-Sur Tam, Virginia Tech ?05:00 -- 5:30 Green Prefab: Civil Engineering Hub In Ms Windows Azure, Furio Barzon, Collaboratorio, Italy 06:00-09:00 Dinner Day 2 Tuesday 05/08/2012 09:00 - 10:00 Keynote, Yousef Khalidi, Distinguished Engineer, Microsoft Corporation, Large Scale Cloud Computing: Opportunities and Challenges 10:00 - 10:30 Break 1...
2006 Jul 08
2
Creating/Saving dependent objects
Folks, Am new to RoR and am building an example to get myself familiar. I am running into a simple issue while creating a user registration page. I have a User and Address models defined as below (partial/relevant code included below). User has_one address and Address belongs_to user. I have a foreign key defined in address table that refers to user(id) In a form I take in username, password,
2006 Mar 06
8
multipath algorithm
I''ve been reading about multipath routes and found something that no howto I saw mentioned so far: multipath algorithms. The kernel has the followings: # zgrep MULTIPATH_ /proc/config.gz CONFIG_IP_ROUTE_MULTIPATH_CACHED=y CONFIG_IP_ROUTE_MULTIPATH_RR=m CONFIG_IP_ROUTE_MULTIPATH_RANDOM=m CONFIG_IP_ROUTE_MULTIPATH_WRANDOM=m CONFIG_IP_ROUTE_MULTIPATH_DRR=m CONFIG_DM_MULTIPATH_EMC iproute2