search for: chandl

Displaying 9 results from an estimated 9 matches for "chandl".

Did you mean: chand
2009 Oct 25
2
[LLVMdev] Any objections to removing 'win32/...' subtree from LLVM?
Daniel Dunbar tells me it's no longer in use, and poking around shows that it is extremely out of sync with trunk source code.
2009 Oct 29
0
[LLVMdev] Any objections to removing 'win32/...' subtree from LLVM?
No objection. I'm studying LLVM on Win32 using visual studio. CMake works well for it. On Oct 26, 7:44 am, Chandler Carruth <chandl... at google.com> wrote: > Daniel Dunbar tells me it's no longer in use, and poking around shows > that it is extremely out of sync with trunk source code. > _______________________________________________ > LLVM Developers mailing list > LLVM... at cs.uiu...
2009 Oct 29
2
[LLVMdev] Any objections to removing 'win32/...' subtree from LLVM?
...s subtree on Monday of next week if no one else chimes in requesting a reprieve... On Wed, Oct 28, 2009 at 5:59 PM, PyLLVM <pyllvm at gmail.com> wrote: > No objection. > I'm studying LLVM on Win32 using visual studio. > CMake works well for it. > > > On Oct 26, 7:44 am, Chandler Carruth <chandl... at google.com> wrote: >> Daniel Dunbar tells me it's no longer in use, and poking around shows >> that it is extremely out of sync with trunk source code. >> _______________________________________________ >> LLVM Developers mailing list >&g...
2009 Mar 30
1
where can find open source rails forum code?
Where can find open source rails forum code? I found Beast but Beast maybe close or not update for long time. Where can I find some good forum I can use --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2010 Apr 21
1
how to change photo size from 300k -> 100k?
In ruby how to change photo size from 300k -> 100k? have any methods? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...R "%s: acpi_load_table failed (0x%x)\n", + pr_err("%s: acpi_load_table failed (0x%x)\n", __func__, ret); /* try to continue on */ } @@ -453,9 +453,8 @@ static int enable_slot(struct hotplug_slot *bss_hotplug_slot) ret = acpi_bus_add(&device, pdevice, chandle, ACPI_BUS_TYPE_DEVICE); if (ACPI_FAILURE(ret)) { - printk(KERN_ERR "%s: acpi_bus_add " - "failed (0x%x) for slot %d " - "func %d\n", __func__, + pr_err("%s: acpi_bus_add failed (0x%x) for slot %d func %d\n", +...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...R "%s: acpi_load_table failed (0x%x)\n", + pr_err("%s: acpi_load_table failed (0x%x)\n", __func__, ret); /* try to continue on */ } @@ -453,9 +453,8 @@ static int enable_slot(struct hotplug_slot *bss_hotplug_slot) ret = acpi_bus_add(&device, pdevice, chandle, ACPI_BUS_TYPE_DEVICE); if (ACPI_FAILURE(ret)) { - printk(KERN_ERR "%s: acpi_bus_add " - "failed (0x%x) for slot %d " - "func %d\n", __func__, + pr_err("%s: acpi_bus_add failed (0x%x) for slot %d func %d\n", +...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...R "%s: acpi_load_table failed (0x%x)\n", + pr_err("%s: acpi_load_table failed (0x%x)\n", __func__, ret); /* try to continue on */ } @@ -453,9 +453,8 @@ static int enable_slot(struct hotplug_slot *bss_hotplug_slot) ret = acpi_bus_add(&device, pdevice, chandle, ACPI_BUS_TYPE_DEVICE); if (ACPI_FAILURE(ret)) { - printk(KERN_ERR "%s: acpi_bus_add " - "failed (0x%x) for slot %d " - "func %d\n", __func__, + pr_err("%s: acpi_bus_add failed (0x%x) for slot %d func %d\n", +...
2008 Jun 17
0
how to set tabindex in date_select
<%= date_select(''user'', ''birthdate'', { :start_year => 80.years.ago.year, :end_year => 12.years.ago.year } ) %> work in rails 1.2.2 date_select(object_name, method, options = {}) I try many times but also didn''t know how to set tabindex in date_select --~--~---------~--~----~------------~-------~--~----~ You received this message