search for: otb

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

Did you mean: notb
2008 Feb 21
1
NMBD unresponsive
...log: [2008/02/21 19:55:15, 0] nmbd/nmbd.c:main(697) Netbios nameserver version 3.0.28 started. Copyright Andrew Tridgell and the Samba Team 1992-2007 [2008/02/21 19:55:15, 0] nmbd/nmbd_logonnames.c:add_logon_names(163) add_domain_logon_names: Attempting to become logon server for workgroup OTB on subnet 172.25.71.250 [2008/02/21 19:55:15, 0] nmbd/nmbd_logonnames.c:add_logon_names(163) add_domain_logon_names: Attempting to become logon server for workgroup OTB on subnet UNICAST_SUBNET [2008/02/21 19:55:15, 0] nmbd/nmbd_become_dmb.c:become_domain_master_browser_wins(335) become_domai...
2012 Jul 27
1
Working with quantmod chartSeries and plot.zoo
...splay on separate pages. I've tried layout, which works for quantmod, and par(mfrow=), which works for regular plots, but neither seem to work for plot.zoo. What is the right way to do this? http://r.789695.n4.nabble.com/file/n4638057/TestGraph.pdf TestGraph.pdf I appreciate your help. Best, OTB -- View this message in context: http://r.789695.n4.nabble.com/Working-with-quantmod-chartSeries-and-plot-zoo-tp4638057.html Sent from the R help mailing list archive at Nabble.com.
2020 Jan 07
0
[ANNOUNCE] fonttosfnt 1.1.0
...or version number bump, but for a summary the git shortlog is about as useful as any summary I can come up with. Alan Coopersmith (2): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Jouke Witteveen (3): Correct a string literal Mention .otb as an extension Accept a BDF font on stdin Maya Rashish (1): Avoid undefined behaviour Peng Wu (1): Round font size to integer value when reading bitmap font Peter Hutterer (2): Mark vsprintf_alloc as printf-like function Bump to 1.1.0 Ryan Farley (3): check...
2010 Dec 20
1
Power Walker VI 2000 LCD
Hello, there's a recent thread about this or very similar model but without much info: http://lists.alioth.debian.org/pipermail/nut-upsdev/2010-October/004968.html I have this UPS and I'm trying to use it with nut-2.4.3 and megatec_usb driver: The ups id iin ups.conf is powewalker. /var/log/messages says: Dec 20 22:22:16 kvm-dom0 upsd[1666]: listening on 127.0.0.1 port 3493 Dec 20
2020 Jun 23
3
Codifying our Brace rules-
...it helps compensate for our stingy indentation. If the vertical space used by close braces seems too high a cost, I think that's an indication that there may be too many levels of nesting or the function is too long or both. [1]: https://en.wikipedia.org/wiki/Indentation_style#Variant:_1TBS_(OTBS) On Tue, Jun 23, 2020 at 7:40 AM Robinson, Paul via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > > -----Original Message----- > > From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Jay Foad > via > > llvm-dev > > Sent: Tuesday, Ju...
2020 Jun 23
3
Codifying our Brace rules-
On Tue, 23 Jun 2020 at 03:30, Mehdi AMINI via llvm-dev <llvm-dev at lists.llvm.org> wrote: > On Mon, Jun 22, 2020 at 2:38 PM Steve Scalpone via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Me? I would modify the first sentence from: >> >> > When writing the body of an if, else, or loop statement, >> > omit the braces to avoid unnecessary