search for: resuable

Displaying 6 results from an estimated 6 matches for "resuable".

Did you mean: resumable
2007 Jan 11
0
Hi all, Calendar javascript component
Hi all, we''re working on a new website based on rails 1.1.6. Since we''re new comer to rails and the project schedule only 2 months, we''re trying to find some resuable UI components. Is there any calendar components just like google calendar on rails ? Thanks a lot. : ) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group,...
2009 Jul 10
0
announcement: Third Annual LLVM Developers' Meeting
...iler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. For more information, please visit: http://llvm.org About Clang Clang, a subproject of LLVM, is a modular and resuable frontend for C- based languages. It targets support for C, Objective-C, and C++. Clang is mature and fast, and supports a fully working LLVM-based compiler for C and Objective-C, with C++ support underway. Like the rest of LLVM, Clang consists of a collection of libraries, making it versat...
2009 Jul 10
0
announcement: Third Annual LLVM Developers' Meeting
...iler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. For more information, please visit: http://llvm.org About Clang Clang, a subproject of LLVM, is a modular and resuable frontend for C- based languages. It targets support for C, Objective-C, and C++. Clang is mature and fast, and supports a fully working LLVM-based compiler for C and Objective-C, with C++ support underway. Like the rest of LLVM, Clang consists of a collection of libraries, making it versat...
2010 Aug 31
0
2010 LLVM Developers' Meeting Announcement & Call for Speakers!
...ompiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. For more information, please visit: http://llvm.org About Clang Clang, a subproject of LLVM, is a modular and resuable frontend for C-based languages. It targets support for C, Objective-C, and C++. Clang is mature and fast, and supports a fully working LLVM-based compiler for C and Objective-C, with C++ support underway. Like the rest of LLVM, Clang consists of a collection of libraries, making it versatile in i...
2010 Aug 31
0
[LLVMdev] 2010 LLVM Developers' Meeting Announcement & Call for Speakers!
...ompiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. For more information, please visit: http://llvm.org About Clang Clang, a subproject of LLVM, is a modular and resuable frontend for C-based languages. It targets support for C, Objective-C, and C++. Clang is mature and fast, and supports a fully working LLVM-based compiler for C and Objective-C, with C++ support underway. Like the rest of LLVM, Clang consists of a collection of libraries, making it versatile in i...
2006 Apr 01
10
You have a nil object when you didn''t expect it!
Hi, I am creating a blog to learn ruby on rails. I have 2 different views/models/controllers, 1 called post and 1 called comments. How do i link a post from the views/post directory to the comments that belong to the post in the views/comment directory. This is the code in the post/show.rhtml <%= render :partial => "post", :object => @post %> <%= link_to