search for: mich

Displaying 20 results from an estimated 172 matches for "mich".

Did you mean: mic
2005 Sep 29
0
ntpd broadcastclient
....1. #authenticate no #enable auth driftfile /etc/ntp/drift keys /etc/ntp/ntp.keys server 127.127.1.0 <http://127.127.1.0> fudge 127.127.1.0 <http://127.127.1.0> stratum 10 trustedkey 1 enable bclient broadcastclient This is the error reported in /var/log/messages: Sep 29 20:24:36 wsp-mich-74-1 ntpdate[9758]: step time server 10.0.107.1<http://10.0.107.1>offset 0.033880 sec Sep 29 20:24:36 wsp-mich-74-1 ntpd: succeeded Sep 29 20:24:36 wsp-mich-74-1 ntpd[9766]: ntpd 4.2.0a at 1.1190-r Mon Feb 21 17:54:52 GMT 2005 (1) Sep 29 20:24:36 wsp-mich-74-1 ntpd: ntpd startup succeeded Sep...
2013 Jan 04
3
help "reshaping" dataframe
...data are arranged, and I know that with melt() I can reshape it like "y" (see below). However, I just want to build a matrix like the "y" matrix, but with only 2 dimensions. Something like this: year Site specie Pres Rep1 Rep2 Rep3 Rep4 Rep5 1 2003 2021 MICH 1 0 0 1 1 0 3 2003 2021 MISA 1 1 0 0 0 0 4 2003 2021 MOBO 1 1 1 0 0 0 where "year" and "specie" are not another dimension, they are different columns; a...
2006 Mar 13
7
Wilcard search
...end It works, but only if I provide a full match to the title - how can I do "title ilike ''%''?''%'' ? Also, is this method sql-injection safe ? Last, but not least - how can I make the search method print output to the index template ? Many thanks, /mich -- Posted via http://www.ruby-forum.com/.
2006 Apr 05
7
select_tag - populating options
...ptions) %> model: LINE_QTY = select_fill def self.select_fill @filler = [] 1.upto(100) do |count| @filler << count end end Obviously it is not working, and I''m sure there is some easy way of doing it.. Many thanks in advance, /mich -- Posted via http://www.ruby-forum.com/.
2006 Mar 07
6
Flickr - Tutorial
...re specified it will fail. I know I have to use validates_presence_of :tags - but not in the controller.. so I tried to generate a model called ''search'' (the form name) and added the validates_presence_of :tags - but it is still not working. What am I doing wrong ? Regards, /mich -- Posted via http://www.ruby-forum.com/.
2006 May 02
5
listing parents from child conditon
...ble. Now let''s say I want show a similar list, for all open projects.. I define an open project, as all lines (Line has belongs_to :Project) that do not yet have a closed_at timestamp set. So basically, I want all projects, where project.line.closed_at is NULL. How would I do that ? /mich -- Posted via http://www.ruby-forum.com/.
2003 Jul 09
7
Asterisk basic how-to on O'Reilly's site
This was published on O'Reilly's site last week, but they didn't tell me until now. :) The article is pretty minimal, because I had a limited number of words to work with, so many features are not implemented. However, it's a good start. http://www.onlamp.com/pub/a/onlamp/2003/07/03/asterisk.html I had a few people review it beforehand, but I'd also welcome changes or
2006 Apr 11
5
multiple select_tag
...l, and everything works as such (with simple text_fields).. Now I''d like for the conditions field to be a select_tag() with multiple choice possibility. I''m guessing I need some code to expand/restract the array for the conditions - or maybe not ? Any help much appreciated, /mich -- Posted via http://www.ruby-forum.com/.
2012 Feb 16
2
import .csv file into R
...ers, I read a .csv file into R with the following command: A<-read.csv2(file="Mappe3.csv") It worked fine, except that I would like to get rid of the points between the words and get spaces instead like I have got in the .csv file. At the moment it looks like the following: habe.mich.gut.mit.KlassenkollegInnen.verstanden hatte.gutes.Verhältnis.zu.Eltern fühlte.mich.von.LehrerInnen.respektiert 1 88 86 74 fühlte.mich.von.LehrerInnen.ausreichend.gefördert Eltern.konnten.mir.beim.Lernen.hel...
2007 Mar 06
2
New eudora problem - "mswmsg" not supported
...orking on v0.9.9 so I am looking for ideas as to how to work around this problem. There is a bug posted (5226) that may have something to do with the problem. In the mean time I have been forced to revert back to Windows and am not liking it :( ------------------------------- Dave M Davem (at) Mich (dot) Com Ann Arbor, Mich. USA Protect your digital rights: http://www.eff.org "The 'Analog Holes' they want to stop up are our eyes, ears and mouths."
2011 Nov 08
3
[PATCH RFC v2 0/3] Support multiple VirtioConsoles.
...king for guidance, but I didn't mark it as "RFC". This series reflects the input from Konrad Rzeszutek, Amit Shah, Stephen Boyd, and Rusty Russell. I think we do have to limit hvc_alloc() to one thread. I would appreciate any comments or feedback, or accept if appropriate. Thanks, Miche Baker-Harvey --- Miche Baker-Harvey (3): virtio_console: Fix locking of vtermno. hvc_init(): Enforce one-time initialization. Use separate struct console structure for each hvc_console. drivers/char/virtio_console.c | 9 ++++++--- drivers/tty/hvc/hvc_console.c | 33 ++...
2011 Nov 08
3
[PATCH RFC v2 0/3] Support multiple VirtioConsoles.
...king for guidance, but I didn't mark it as "RFC". This series reflects the input from Konrad Rzeszutek, Amit Shah, Stephen Boyd, and Rusty Russell. I think we do have to limit hvc_alloc() to one thread. I would appreciate any comments or feedback, or accept if appropriate. Thanks, Miche Baker-Harvey --- Miche Baker-Harvey (3): virtio_console: Fix locking of vtermno. hvc_init(): Enforce one-time initialization. Use separate struct console structure for each hvc_console. drivers/char/virtio_console.c | 9 ++++++--- drivers/tty/hvc/hvc_console.c | 33 ++...
2011 Nov 08
3
[PATCH RFC v3 0/3] Support multiple VirtioConsoles.
...king for guidance, but I didn't mark it as "RFC". This series reflects the input from Konrad Rzeszutek, Amit Shah, Stephen Boyd, and Rusty Russell. I think we do have to limit hvc_alloc() to one thread. I would appreciate any comments or feedback, or accept if appropriate. Thanks, Miche Baker-Harvey --- Miche Baker-Harvey (3): virtio_console: Fix locking of vtermno. hvc_init(): Enforce one-time initialization. Use separate struct console structure for each hvc_console. drivers/char/virtio_console.c | 9 ++++++--- drivers/tty/hvc/hvc_console.c | 33 ++...
2011 Nov 08
3
[PATCH RFC v3 0/3] Support multiple VirtioConsoles.
...king for guidance, but I didn't mark it as "RFC". This series reflects the input from Konrad Rzeszutek, Amit Shah, Stephen Boyd, and Rusty Russell. I think we do have to limit hvc_alloc() to one thread. I would appreciate any comments or feedback, or accept if appropriate. Thanks, Miche Baker-Harvey --- Miche Baker-Harvey (3): virtio_console: Fix locking of vtermno. hvc_init(): Enforce one-time initialization. Use separate struct console structure for each hvc_console. drivers/char/virtio_console.c | 9 ++++++--- drivers/tty/hvc/hvc_console.c | 33 ++...
2011 Nov 08
3
[PATCH RFC v3 0/3] Support multiple VirtioConsoles.
...king for guidance, but I didn't mark it as "RFC". This series reflects the input from Konrad Rzeszutek, Amit Shah, Stephen Boyd, and Rusty Russell. I think we do have to limit hvc_alloc() to one thread. I would appreciate any comments or feedback, or accept if appropriate. Thanks, Miche Baker-Harvey --- Miche Baker-Harvey (3): virtio_console: Fix locking of vtermno. hvc_init(): Enforce one-time initialization. Use separate struct console structure for each hvc_console. drivers/char/virtio_console.c | 9 ++++++--- drivers/tty/hvc/hvc_console.c | 33 ++...
2006 May 31
3
textfield_with_auto_complete - filling two fields
...e they click on the desired city in the dropdown menu - I would like to have the Country field filled automatically as well... Is this possible at all ? If so, can somebody please tell me where I can find some documentation on the subject, or preferrably an example ? Many thanks in advance, /mich -- Posted via http://www.ruby-forum.com/.
2011 Nov 08
3
[PATCH RFC v2 0/3] Support multiple VirtioConsoles.
...for guidance, but I didn''t mark it as "RFC". This series reflects the input from Konrad Rzeszutek, Amit Shah, Stephen Boyd, and Rusty Russell. I think we do have to limit hvc_alloc() to one thread. I would appreciate any comments or feedback, or accept if appropriate. Thanks, Miche Baker-Harvey --- Miche Baker-Harvey (3): virtio_console: Fix locking of vtermno. hvc_init(): Enforce one-time initialization. Use separate struct console structure for each hvc_console. drivers/char/virtio_console.c | 9 ++++++--- drivers/tty/hvc/hvc_console.c | 33 ++...
2006 Apr 06
3
Inserting parent_id
...</td> </tr> <% @count += 1 %> <% end %> <tr> <td colspan="4"><%= submit_tag(" ADD LINES ") %></td> </tr> </table> <%= end_form_tag %> Any idea why it doesn''t pickup the parent id ? /mich -- Posted via http://www.ruby-forum.com/.
2012 Nov 21
1
Listing elements of a 4D array
Dear list, I'm having trouble to see how my elements on a 4 dimensional array are listed. For example, I generated the following array: junk.melt=melt(occ.data,id.var=c("Especie", "Site", "Rep", "Año"), measure.var="Pres") y=cast(junk.melt, Site ~ Rep ~ Especie ~ Año) Now, I want to be able to look at how my species (Especie) are listed, in
2006 Jul 04
1
options_for_select - default nil value
...], ''NEW'')) %> This sets the ''selected'' value to ''NEW'' - however, I would like to have a nil value here, so I can "force" the user to choose a condition - much likt the :prompt option for select(). Any ideas on how to do this ? /mich -- Posted via http://www.ruby-forum.com/.