search for: obv

Displaying 15 results from an estimated 15 matches for "obv".

Did you mean: obj
2010 Dec 27
1
another superscript problem
I've exceeded the maximum time I am willing to accept for solving simple problems so I thank all in advance for your assistance. I am trying to plot text combined with an object value and a superscript. obv = 5 text = "Population mean =" ss = ^o # degrees Something like this (very naive so you get the idea): expression(text, obv, ss) paste(text, obv) # works ...but of course I either lose the value of obv or the superscript in the translation using expression, and bquote doesn't seem...
2007 Jul 14
1
How to remove the quote "" in the data frame?
...t;ress", that is better. Thanks. > ress[1:10] [1] "ABHO.ABNE" "ABHO.ACBA" "ABHO.ACGI" "ABHO.ACKO" "ABHO.ACMA" "ABHO.ACMO" [7] "ABHO.ACPS" "ABHO.ACSE" "ABHO.ACTE" "ABHO.ACTR" > res=cbind(obv.value,p.value,mean.sim) > res[1:10,] obv.value p.value mean.sim [1,] 2 1.0 6.0 [2,] 0 1.0 0.0 [3,] 66 0.5 49.6 [4,] 3 1.0 3.0 [5,] 0 1.0 64.7 [6,] 0 1.0 0.0 [7,] 0 1.0...
2007 May 04
1
habtm and also has_many of the same things
...-to-many with a tie table. So in attempting that it looks like class User < ActiveRecord::Base has_and_belongs_to_many :media_file has_many :media_file end class MediaFile < ActiveRecord::Base has_and_belongs_to_many :user belongs_to :user end but that won''t work because obv. if you call current_user.media_file.find(:all) there is no way to specify which association you are looking for. Or is there? if not what would be the most Rails-ish way of setting this up? thanks Sam --~--~---------~--~----~------------~-------~--~----~ You received this message because you...
2007 Oct 03
2
Providing HTML in an error message generated by validation
...m doing in a model. As part of the error message, I would like to provide an HTML link. What is the best approach to handling this? APPROACH 1: One way is to include ActionView::Helpers::UrlHelper include ActionView::Helpers::TagHelper in my model so that I can use link_to to generate my link (obv. I could hard code HTML as well). But anyway that feels crappy - too much view stuff in the model. APPROACH 2: A better seeming - approach would be to encapsulate the generation of the link in a helper method and call that in my model where I generate the error message. How do I get access to on...
2024 Feb 14
1
How to remove old entries from known_hosts?
...ssword' for some > systems because there are *loads* of redundant keys which cause login > to fail otherwise. > Set 'HashKnownHosts no' in /etc/ssh/ssh_config.? This is actually the default for OpenSSH, but many distro vendors set it to yes because "it's more secure, obvs". Connect to all the machines you need to and delete the lines which conflict (ssh will tell you the line number). When your known_hosts seems to contain the hosts you want, delete all the hashed ones. Or simply start from scratch with an empty known_hosts. To disable host key checking a...
2009 Dec 03
1
[Bug 1680] New: Match User/Group with no affirmative match does not work as expected
...ill ever be correct for negation in any sane deploy (Match user steve !steve)?, though for groups it could make sense to return differing results based on the intersection of group1 & !group2 Since there is not a "ForceCommand no", and ForceCommand /bin/bash is not the same as login (obv.), I'm left at a bit of a puzzle to handle this one. Or I could be misreading all this code, or its already fixed elsewhere and I missed it. But I think its a bug anyhow... -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because...
2009 Jun 12
4
Wine just changes screen resolution.
I'm quite new to Ubuntu and so to Wine too. So I installed Oblivion using Wine, and everything went well. But when I tried to run the game, nothing else happened but the screen resolution changed to 640x480. That happened when I clicked "Launch Game" on the start up menu of the game. Should I change some conffigurations or something?
2014 Jan 04
1
Writing an FTS plugin
Hi, I'm having some trouble writing an FTS plugin that uses notmuch (http://notmuchmail.org/) as the backend. As a proof of concept, I'm adding a hardcoded UID to the search results in the plugin's lookup handler: seq_range_array_add(&result->definite_uids, 1, 42); but this UID is never returned by IMAP SEARCH commands. I know the plugin is being used, since I'm also
2024 Feb 14
2
How to remove old entries from known_hosts?
Is there any way to remove old entries from the known_hosts file? With the hashed 'names' one can't easily see which entries are which. I have around 150 lines in my known hosts but in reality I only ssh to a dozen or so systems. All the redundant ones are because I have a mixed population of Raspberry Pis and such on my LAN and they get rebuilt fairly frequently and thus, each time,
2005 Feb 26
0
Wildcard failing to load on asterisk@home
...as to the correct procedure for correcting this. Should I move the card to another slot, try going into the BIOS and allocating another IRQ no manually? is it even that that is causing the problem. (I haven't tried these yet as getting to the box is tricky, but if that will fix then i will obv make the trip) Could anyone advise me how to proceed further on this? This is my first zaptel/PRI build after numerous SIP and CAPI configs without problems... I'm hoping it is something simple, but i've never fiddled with IRQs before and just need someone to point me in the right direct...
2017 Apr 19
2
PUPPET - group IDS
...39;? ? ? ? gid: '200'? ? ? ? home: '/home/user2'? ? ? ? shell: '/bin/bash'? ? ? ? password: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' But when I trfy and use this puppet agent -tv complains when trying to create user2 that GID 2000 is slready used . how may I manage this? (Obvs I could have all users with their own GID and add users to a seperate group m... but this is just tidier to my mind? cheersdidds
2011 May 30
1
Fwd: Re: Fwd: cgroup OOM killer loop causes system to lockup (possible fix included) - now pinpointed to openssh-server
Just did some testing.. root at vicky:~# cat /var/log/auth.log | grep "Set" May 30 21:41:05 vicky sshd[1568]: Set /proc/self/oom_adj from -17 to -17 May 30 21:41:07 vicky sshd[1574]: Set /proc/self/oom_adj to -17 root at vicky:~# ps faux | grep 1574 root 1574 0.0 0.0 70488 3404 ? Ss 21:41 0:00 \_ sshd: root at pts/1 root at vicky:~# ps faux | grep
2008 Oct 06
10
DO NOT REPLY [Bug 5811] New: rsync error: error allocating core memory buffers (code 22) at io.c(635)
https://bugzilla.samba.org/show_bug.cgi?id=5811 Summary: rsync error: error allocating core memory buffers (code 22) at io.c(635) Product: rsync Version: 3.0.4 Platform: x64 OS/Version: Linux Status: NEW Severity: blocker Priority: P3 Component: core AssignedTo: wayned@samba.org
2018 Oct 01
0
tada ... the Z of Jericho 多 & i ... the Ro' Chosein 大
...walkthru that we can see in Exodus ... a message about breaking through a censorship monster (and even that little apathetic feeling that makes you not realize how important open and honest communication really is to the "survival of civilization") and through a dark plague of not seeing obvious reference to modern technology in ancient scripture--lightning the fact that this whole production revolves around the disclosure that we are in virtual reality and that this message has to us via something like "virtual time travel." It's clear to me--it's your morality and y...
2007 Oct 14
40
Step matchers
I think we all know that the readability of steps isn''t great right now, and in fact there''s a very recent thread that discusses just that. It was that recent thread that prompted me to explore this a bit. The basic idea is that you define step matchers, which have a regex, and then you match step names against that regex. Kind of tough for me to explain so I''ll just