Displaying 20 results from an estimated 90 matches similar to: "IP address to WINS address?"
2005 Dec 28
4
Changing encoding on text
Hello,
I have a set of templates creating some files for me. All data on my
site is encoded using iso-8859-1. Now I want to save the text in the
file using utf-8. I have tried using iconv, but whenever I have the
require "iconv" statement in my model, there is some error happening in
the model and the model doesn''t get loaded (not sure how to debug that).
What approches to
2009 Aug 12
3
How to label and unlabel points on scatterplot with mouse pointer
Dear all,
How can I label/unlabel points on scatterplot with mouse pointer. As the
mouse approches near to point, it should label the closest point, then
unlabel when it moves away.
How can I do in R? I be very thankful.
Thanks and Regards,
Hitesh Singla
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2006 Oct 23
2
character manipulation
Dear R'helpers,
I am reading lines in a .txt file
Each line is stocked into a n elements object, as this:
[958] " 422 287 339 31 203 602 547 1026 500 366 346 227"
[959] " 410 67 11 220 110 451 562 598 732 163 163 220"
[960] " 179 513 95 186 102 595 333 1289 804 210 294 459"
[961] " 276 153 307 138 126 233 623 739 521 421 209 75"
[962] " 64
2019 Jan 20
2
Difference when compiling human readable IR vs bitcode with clang frontend
Going from IR <-> BC does not seem to create a difference.
IR -> BC -> IR -> BC, either with clang frontent or by using llvm-as and llvm-dis yields identical bc files.
I have only been able to reproduce this issue when emitting to an object file.
> On 18 Jan 2019, at 18:09, <paul.robinson at sony.com> <paul.robinson at sony.com> wrote:
>
>
>
>>
2005 Apr 30
2
[LLVMdev] Using LLVM for a non-GC language?
Hi list,
I've just found the LLVM project and I have some questions that I
couldn't find answers for in the FAQ or Documentation sections of the
web site.
To explain my intereset in LLVM: I'm evaluating code generation
backends for a closed-source project which includes a domain-specific
(object-oriented) language. The design goals for the runtime contract
of this language is that it
2006 Jun 07
2
how to read hdf files under R?
Hi!
I am trying to install in my R environment the rhdf5 package and
library but it seems to have vanished from either the CRAN or
BioConductors sites.
Can you tell me where it would be possible to find it or any R
library (or function) able to read hdf files?
Sincerely,
Nicolas Degallier
UMR 7159 / IRD UR182
Laboratoire d'Oc?anographie et du Climat, Exp?rimentation et
Approches
2007 Feb 16
2
if() for() { }
Dear R'helpers,
I guess the solution is trivial but despite some hours of testing and
looking at the doc, I was unable to fix the following problem.
I want to do either:
for (i in 1:lat) a[i,which(a[i,]==0] <- NA
or:
for (i in 1:lat) a[i,which(a[i,]==-9999|a[i,]==9999|a[i,]==9998|a[i,]
==-9998)] <- NA
if the word "Time" is or is not present in variable
2006 Nov 17
0
Generic Linux Router ? From newbie
Hello list, I apologize for the simplicity of this email.
I have been given the task of setting up a failover connection at out office
using old parts.
Well, a few days and a couple of installs later, I have a successful
configuration, but I am having an issue with my iptables setup.
As I am new to the routing scene, I wondered if there was someone who would
be able to help point me in the
2008 Mar 13
5
Adding memdisk or similar when booting linux
Hi
Thanx guys for the help on understanding howto read dmi info!
I now have a custom boot menu for install of different linux versions based if they have been installed before (reinstall is ok for users, first install is not), and installquirks like if we detect odd hardware, we add install options to redhat installer so it can install anyhow (for instance hp dc7800 who needs pci=nommconf as
2019 Aug 21
3
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
Le mar. 20 ao?t 2019 ? 14:30, L.P.H. van Belle via samba
<samba at lists.samba.org> a ?crit :
>
> Hai,
>
> >
> > In short. My network design previously work with Debian Stretch
> > Servers and clients and some Windows clients (not many).
> >
> > Debian Stretch use Samba 4.5.16 so there is no unix_primary_group
> > option for the clients. So I have
2020 May 05
0
Re: Set hostname of guest during installation time
On 5/5/20 11:25 AM, john doe wrote:
> On 5/5/2020 10:41 AM, Michal Privoznik wrote:
>> On 5/5/20 9:26 AM, john doe wrote:
>>> On 5/5/2020 8:29 AM, Michal Privoznik wrote:
>>>> Because interface type='bridge' and type='network' are not the same.
>>>> The
>>>> libvirt_guest plugin needs a list of MAC addresses because it tries to
2005 Apr 30
0
[LLVMdev] Using LLVM for a non-GC language?
On Sat, 30 Apr 2005, Andreas Fredriksson wrote:
> I've just found the LLVM project and I have some questions that I
> couldn't find answers for in the FAQ or Documentation sections of the
> web site.
Ok.
<snip>
> Having read most of the material on the project's website, I feel that
> the high-level structure of the projects is somewhat lost in the
> detailed
2005 Mar 19
2
Goto and E1 line
Hi,
I have a server with 2 TE110P cards. 1 card is plugged to telco line,
another card is plugged with a Hicom PBX.
I want to send some call to VoIP phones and all other to my PBX.
I don't known how to make my dialplan :
===========Extensions.conf==========
[incoming_call]
exten => 090200000,1,Goto(callcenter,100,1)
exten => 022956353,1,Goto(callcenter,100,1)
exten =>
2015 May 07
2
[LLVMdev] RFC - Improvements to PGO profile support
On Thu, May 7, 2015 at 8:43 AM, Bob Wilson <bob.wilson at apple.com> wrote:
>
>> On May 7, 2015, at 12:55 AM, Hayden Livingston <halivingston at gmail.com> wrote:
>>
>> Can you tell us if you're continuing to use the same approach as
>> described in one of the LLVM meetings, i.e. instrument at the clang
>> AST level?
>
> Yes, that is the
2019 Aug 20
0
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
Hai,
>
> In short. My network design previously work with Debian Stretch
> Servers and clients and some Windows clients (not many).
>
> Debian Stretch use Samba 4.5.16 so there is no unix_primary_group
> option for the clients. So I have to use the "dirty" tweak of
> modifying all my users "primaryGroupID" to the corresponding
>
2006 Apr 04
1
imaging and contouring
Dear R'Helpers and Colleagues,
I have looked in the documentation, asked to some colleagues in the
lab, but was unable to solve the following difficulty.
I am running R on a iMac G5 with OS 10.4.
The file below (73 rows x 144 col) shows the values of a climatic
index on the globe with a grid of 2,5 ? x 2,5 ? (NA = no value):
?
With image() and map() and running the following
2008 Jul 16
6
vlans+bonding+bridging
hi,
I have to configure Xen server and DomU''s which should be able
to talk to different vlans - depending on services put on DomU''s.
I would like to enslave 2 NICs via bond interface.
Both NICs are on trunk ports which are configured in the same way, the
same native vlan.
I don''t know, if I have to add vlans tagging to eth* interfaces then
enslave tagged eth*
2008 Apr 12
4
HOW TO AVOID LOOPS
> Looking for a simple, effective a minimum execution time solution.
>
> For a vector as:
>
> c(0,0,1,0,1,1,1,0,0,1,1,0,1,0,1,1,1,1,1,1)
>
To transform it to the following vector without using any loops:
> (0,0,1,0,1,2,3,0,0,1,2,0,1,0,1,2,3,4,5,6)
>
Appreciate any suggetions.
[[alternative HTML version deleted]]
2019 Aug 21
2
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
Le mer. 21 ao?t 2019 ? 14:34, Rowland penny via samba <samba at lists.samba.org>
a ?crit :
> On 21/08/2019 09:04, Prunk Dump via samba wrote:
> > Le mar. 20 ao?t 2019 ? 14:30, L.P.H. van Belle via samba
> > <samba at lists.samba.org> a ?crit :
> >> Hai,
> >>
> >>> In short. My network design previously work with Debian Stretch
>
2019 Aug 20
4
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
On 20/08/2019 11:16, L.P.H. van Belle via samba wrote
>> The problem with that is, 'id' gets its info from the same place that
>> 'getent' does, so the OP will still get the wrong group ;-)
>>
>> Rowland
> Maybe i did not understand the question then.
> In: id username |awk -F"=" '{ print $2 }'|cut -d"(" -f1
> $2 = GID