Displaying 4 results from an estimated 4 matches for "harmonia".
Did you mean:
harmonic
2014 May 20
1
Question about fifo behavior on Linux between versions 3.0.3 and 3.1.0
...led on Linux (i.e., the code given is Unix only). I also couldn't find any references to fifo behavior changes under Linux in any of R's documentation.
My platform is Fedora 20 (64-bit) and I have built and installed R from source.
Thank you for your time and consideration.
James O Smith
Harmonia Holdings Group, LLC
2001 Nov 19
1
Unicode? Diacriticals
...39;s a way to do so directly in Samba. (?)
Also, we're a small shop and I'm mapping everyone to Guest to insure
everyone can share these files. Aside from that security decision, are
there any issues with doing this?
Any thoughts much appreciated.
Tom (Samba/UNIX newbie)
---
Thomas Moy
Harmonia Mundi USA
2005 Nov 17
0
Replication errors with LDAP and problems with NT machines
...SN: 20051115095516Z#000001#00#000000
-
replace: modifiersName
modifiersName: cn=Manager,dc=elysion,dc=lan
-
replace: modifyTimestamp
modifyTimestamp: 20051115095516Z
-
ERROR: No such attribute: modify/delete: sambaPwdCanChange: no such value
replica: hera.elysion.lan:389
time: 1132130840.0
dn: uid=harmonia$,ou=Computers,dc=elysion,dc=lan
changetype: modify
delete: sambaPwdCanChange
sambaPwdCanChange: 1131455803
-
add: sambaPwdCanChange
sambaPwdCanChange: 1132130840
-
delete: sambaNTPassword
sambaNTPassword: 492A7157FCC6BAFC965E7B48263D7A48
-
add: sambaNTPassword
sambaNTPassword: A26A1280212749F6481A7...
2011 Jun 16
4
Controlling stdin and stdout in an embedded R instance
Hello,
I am very new to R but my question is with respect to the C API for
working with an embedded R console. I have been able to start and stop
an embedded R console from within a C program as well as use the API to
execute commands in it. I am seeking a mechanism to individually send
native R commands to an embedded console and then consume the output of
these commands. Specifically, I