search for: binnary

Displaying 10 results from an estimated 10 matches for "binnary".

Did you mean: binary
2011 Apr 19
4
Simple question about symbols()
I'm new to R and i'm having some trouble with a bubble chart. Basically I have 3 series (a,b,c), but the third one is a binnary variable (assumes only 0 or 1 to the entire data). How can I use these binnary information to make 2 different colours in a bubble chart?. I.e., I'm using this code: symbols(inv$a, inv$b, circles=radius, inches=0.35, fg="white", bg="red", xlab="aa", ylab="bb...
2005 Apr 24
4
Upgrading R
Hello! New version of R has came out and I would like to thank to all developers on this matter. So I should probably upgrade. Fine and no problem. For windows I just grab the latest precompiled binnaries and install them. Then I see a report on a bug, which is or will be fixed in pacthed version. So I need to get binnaries from patched build and install them, right? How often do you people
2005 Apr 24
4
Upgrading R
Hello! New version of R has came out and I would like to thank to all developers on this matter. So I should probably upgrade. Fine and no problem. For windows I just grab the latest precompiled binnaries and install them. Then I see a report on a bug, which is or will be fixed in pacthed version. So I need to get binnaries from patched build and install them, right? How often do you people
2020 Mar 11
1
Fwd: Windows upssched does not work
..._1000 at 192.168.3.95 1 <user> <password> slave > > MINSUPPLIES 1 > > SHUTDOWNCMD "C:\\WINDOWS\\system32\\shutdown.exe /t 600 /s /d u:6:11" > > NOTIFYCMD C:\\NUT\\notify.cmd > > NOTIFYCMD would normally point to the executable upssched binary. upssched binnary on windows does not have .exe suffix, and original binary upssched-cmd is not executed (monitored with procexp), so I've copied original upssched-cmd to upssched-cmd.exe and modified upsmon.conf to: NOTIFYCMD C:\\NUT\\bin\\upssched-cmd.exe output of sched.log: [11.03.2020-09:08 AM] commbad [11...
2005 Jan 19
3
importing files, columns "invade next column"
...and I think the problem is with the number of columns (with less columns it works) workarounds: a) I can separate my file into several files, import them and then make one file in R b) try to learn basic commands in awk? perl? any advice on this? another question (much less important) I have a binnary file in Splus for this object. I exported the object in Splus as it says in the FAQ (dump.data). But data.restore doesn't exist as a function. Is it because I'm using a Mac? details of what I did: ## a) importing a shorter version of my file (58 columns); I get the "invading"...
2005 Feb 22
6
Run Sweave and LaTeX directly from command line
Hello! Those of you, who use Sweave a lot, will probably find my shell script usable. You can get it at: http://www.bfro.uni-lj.si/MR/ggorjan/programs/shell/Sweave.sh No warranty, however don't hesitate to contact me if you find an error or have a patch! -- Lep pozdrav / With regards, Gregor GORJANC --------------------------------------------------------------- University of
2017 Oct 27
0
How to check which version of openssl is getting compiled in into dovecot?
Correction. Even though i compile against fpic version of openssl imap-login binnary is still dynamicly linked :/ root at sv1 [/usr/dovecot-2.2.33.2/libexec/dovecot]# ldd imap-login|grep ssl libssl.so.1.0.0 => /lib64/libssl.so.1.0.0 (0x00007f1428559000) I've put new libssl.so.1.0.0 in this location from /usr/openssl-1.0.2l-fpic/lib/ # strings /lib64/libssl.so.1.0....
2017 Oct 27
2
How to check which version of openssl is getting compiled in into dovecot?
>> You can check with ldd /usr/lib/dovecot/imap-login (or libexec) No, I cant because I'm compiling dovecot with openssl compiled as FPIC which means that its not getting dynamicly linked. When I try to compile against non-fpic openssl I just got /usr/openssl-1.0.2l/lib/libssl.a(s23_srvr.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object;
2003 Mar 25
1
tc filter isn''t work !
...I''ve a Linux Box that I want to apply a filter -> in order to limit FTP salient traffic from my -> linux box to internet. -> -> I''ve a: -> Red Hat 7.2 -> Kernel 2.4.20 (with HTB built in!) -> iptables 1.2.7a -> -> Also, I get "tc" binnary package from HTB home page. -> -> I have a script in order to manage everything. -> -> After to do a FTP session, and sent a file to INTERNET from -> my Linux BOX, and traffic seems catched by iptables, but -> not by tc filter (dropped 0, overlimits 0) -> -> Wha...
2020 Mar 10
2
Fwd: Windows upssched does not work
Hi, I have problem with upssched on windows. Upssched is not executed. I have 2 scripts, 1 for notification in upsmon and second for scheduling in upssched. Monitoring is working fine, script write to log. I'm using binary windows installer 2.6.5-6 from NUT. Here are my configs: --- nut.conf MODE=netclient --- upsmon.conf MONITOR ups_1000 at 192.168.3.95 1 <user> <password> slave