search for: brendon

Displaying 20 results from an estimated 60 matches for "brendon".

Did you mean: brandon
2006 May 29
19
WYSIWYG Editors and Rails
...how you interfaced between the two. KTML4 does have manual integration instructions for how to insert it into the many OS CMS system''s out there so there is some doco available. Also, if there is something better out there written in Ruby I''d love to hear about it :) Cheers, Brendon Muir -- Posted via http://www.ruby-forum.com/.
2004 Oct 11
1
Bug#275946: Acknowledgement (newline not recognized when logcheck sends emails)
I upgraded to 1.2.28, same results. Here are the rules I added. ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ perdition\[[0-9]+\]: Connect: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pure-ftpd: [^[:space:]]+ \[NOTICE\] ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pure-ftpd: [^[:space:]]+ \[INFO\] ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ exact\[[0-9]+\]: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ slapd\[[0-9]+\]: ^\w{3} [ :0-9]{11}
2017 Jun 26
2
Some questions about software pipeline in LLVM 4.0.0
...o vreg62 was inserted in between them. Perhaps, there are multi-cycle latencies that left the hole? Also, can multiple instructions be executed in parallel in the same cycle? Let me know if any of that isn't clear. I apologize for the delay in replying to your original email. Thanks, Brendon From: Ehsan Amiri [mailto:ehsan.amiri at huawei.com] Sent: Monday, June 19, 2017 1:55 AM To: Brendon Cahoon <bcahoon at codeaurora.org> Cc: llvm-dev at lists.llvm.org Subject: RE: [llvm-dev] Some questions about software pipeline in LLVM 4.0.0 Hi Brendon Certainly, there are some...
2005 May 18
3
CentOS 3 / tg3 driver on an HS20 Blade
Greetings: I know it's been mentioned before that the tg3 driver in CentOS 3.4 is buggy. I had to revert to 3.4 today from 4 (fresh install) and now I have no link and thus no network. I'm wondering if this is caused by this bug and what the work-around is. Thanks. Brendon Colby
2012 Nov 21
0
[LLVMdev] Disable loop unroll pass
Hi Brendon, Krzysztof, Thanks for your responses. On 21/11/2012 20:49, Brendon Cahoon wrote: > I just wanted to add to Krzysztof's response. I'm not sure if you're > referring to the case when a compile-time trip count loop is completely > unrolled or for a loop with a run-time trip c...
2012 Nov 21
2
[LLVMdev] Disable loop unroll pass
...mpile-time trip count loop is completely unrolled or for a loop with a run-time trip count, which would be partially unrolled. For Hexagon, if we partially unroll a loop, we'd also like to use our hardware loop instructions. That is, unrolling and hardware loops are complementary. Thanks, -- Brendon -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum, hosted by The Linux Foundation -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Krzysztof Parzyszek Sent: Wednesday, November 21, 2012 10:29 AM To: llvmdev at c...
2016 Oct 07
4
Alternating boot default entry every reboot
...hich is why we use isolinux. 1) Is there any way I can achieve this currently in isolinux that I did not see looking at the docs? 2) If not, is this possible (obviously not possible for read-only CD, but bootable USB I imagine yes) and would a patch be welcome to support such a feature? Thanks, Brendon.
2006 May 25
10
One set of source code with multiple instances
...''t want to be rolling out complete copies of the source to each of the 100 seperate instances (on the same server). I''d love to hear everyone''s suggestions as I really want to use Rails but need to know that I won''t come unstuck right off the bat. :) Cheers, Brendon Muir -- Posted via http://www.ruby-forum.com/.
2006 Feb 22
9
acts_as_habtm_list plugin
I''d like to announce acts_as_habtm_list plugin for rails. acts_as_habtm_list is a Ruby on Rails plugin, that can manage ordered lists through a join-table. It is providing almost the same Api as acts_as_list. The position column has to be defined in the join table. You can find additional information at: http://www.inlet-media.de/acts_as_habtm_list/ Install it executing this command
2006 Jul 17
1
sortable_element - Altering defaults set by rails
...t;)}) //]]> </script> ----- I want to override the default rails entry there and replace it with my call to Sortable.serialise, right now It''s displaying both of them which breaks the app. I know this is probably just a basic syntax issue but how do I get it done? Cheers, Brendon Muir -- Posted via http://www.ruby-forum.com/.
2017 Jun 01
1
Some questions about software pipeline in LLVM 4.0.0
...a copies or instructions are added, or when the scheduler messes up the kernel. Also, for Hexagon, there are many passes that run after the register that deal with scheduling. If you have specific cases where you're seeing a problem, it would be interesting to take a look at them. Thanks, Brendon From: zhangqiang (CO) [mailto:zhangqiang75 at huawei.com] Sent: Thursday, May 25, 2017 3:33 AM To: llvm-dev at lists.llvm.org Cc: bcahoon at codeaurora.org Subject: Some questions about software pipeline in LLVM 4.0.0 Hi, I have some questions about the implementation of Software pipel...
2006 Jul 11
1
Dragging and Dropping between lists
...nything that really helps, plus I''m finding the doco on how to implement the scriptaculous functions quite sparse for a beginner :) Any helps would be greatly appreciated. I''ve got to the stage where I can generate the two static lists but that''s about it :) Cheers, Brendon Muir -- Posted via http://www.ruby-forum.com/.
2004 Apr 05
2
smbldap_tools
..., <DATA> line 283. Can't call method "get_value" on an undefined value at /usr/bin/smbldap-useradd line 152, <DATA> line 283. The line of code in this config file is: $mesg->code && warn "failed to perform search; ", $mesg->error; Any idea's? Brendon.
2005 Apr 15
3
IBM BladeCenter HS20 blades
...ebian Sarge disk, the CDROM disappears. The installation media complains that it cannot find the CD. I'm testing using the DVD ISO of CentOS 4. Has anyone been successful in getting CentOS 3/4 installed on a BladeCenter server? I noticed back in 11/04 there were a few posts on it. Thanks. Brendon Colby
2006 Nov 06
21
acts_as_ferret and associations
I have the following models: class Book < ActiveRecord::Base acts_as_ferret belongs_to :author end class Author < ActiveRecord::Base has_many :books end and in the controller: def search if params[:query] @query = params[:query] @total, @books = Book.full_text_search(@query, :page => (params[:page]||1)) @pages =
2017 May 25
3
Some questions about software pipeline in LLVM 4.0.0
Hi, I have some questions about the implementation of Software pipeline in MachinePipeliner.cpp. First, in hexagon backend, between MachinePipeliner and regalloc pass, there're some other passes like phi eliminate, two-address, register coalescing, which may change or insert intructions like 'copy' in MBB, and swp kernel loop may be destroyed by these passes. Why not put
2012 Nov 16
1
[LLVMdev] ScalarEvolution, HowManyLessThans question for step > 1
...olling loops with a run-time trip count when the loop induction variable is a pointer and the loop end check is another pointer. For example, void ex( int n, int* a, int* c ) { int b = 1; int *ae = a + n; while ( a < ae) { c ++; b += *c; *a++ = b; } } Thanks, Brendon -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum, hosted by The Linux Foundation -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121116/5906db73/attachment.html>
2005 Jan 13
2
Firefly repeats registering to * server
This may not strictly be an asterisk question, but not sure where else to post ... I have an Asterisk test server setup with two firefly clients, one on the local lan and one on an external ip address. Both clients are setup the same way and voice calls work fine. The asterisk console reports a "Registered" message for the external client at about one minute intervals but the
2019 Jul 16
2
MachinePipeliner refactoring
...using the terms. Let me think some more about the questions you’ve asked. I do think it’s worthwhile to spend some time on creating a good abstraction and improving the code. I appreciate that you’ve started to think/work on this problem, so I’d like to help out to pursue this direction. Thanks, Brendon From: James Molloy <james at jamesmolloy.co.uk> Sent: Monday, July 15, 2019 11:05 AM To: Jinsong Ji <jji at us.ibm.com> Cc: Brendon Cahoon <bcahoon at quicinc.com>; Hal Finkel <hfinkel at anl.gov>; LLVM Dev <llvm-dev at lists.llvm.org> Subject: [EXT] Re: MachinePipel...
2016 Oct 07
0
Alternating boot default entry every reboot
...t even sure what that is) uses systemd, it would be easy to modify this into a systemd .service file which would auto-run after boot. You wouldn't need sudo anymore, and you wouldn't want the reboot command or it would auto reboot during the boot process. On Fri, Oct 7, 2016 at 12:24 AM, Brendon Costa via Syslinux <syslinux at zytor.com> wrote: > Hi, > > I am currently using isolinux (syslinux-6.03) in a clonezilla setup. It > boots fine, however I want to have a setup where the default boot selection > alternates every boot. > > * First boot : Default is menu it...