search for: indentification

Displaying 7 results from an estimated 7 matches for "indentification".

Did you mean: identification
2002 Oct 05
2
Win2K domain at work, Samba workgroup at home
...LAN, it refuses to access any SMB machine (including a Samba server, Win98 or Win95 box) complaining that "There are currently no logon servers available to service the logon request." Is there any way to fix this easily? I can, as administrator, change the System Properties->Network Indentification->Properties->Member of... to remove the Domain assignment, and restart the computer. This is pretty lame, though, because it's tedious, extremely slow, and you lose your old login and desktop -- which is very inconvient. It would be nice if there were mobile profiles to handle this, but...
2009 May 09
1
[LLVMdev] Codegen error with instrinsic
I am getting the following error when i am trying to generate the code. In the optimization pass I have inserted some calls llvm.annotation.i32 class to provide indentification tags to loops to be used in subsequent passes. Codegen is complaining about these annotations. llc -march=c ham1_seq.bc3 Error: Code generator does not support intrinsic function 'llvm.annotation.i32'! llc -march=x86 ham1_seq.bc3 Cannot yet select: intrinsic %llvm.annotation As per the...
2003 Sep 30
1
using J-Ogg
Hi, Is there a source code example for using J-Ogg (with a Vorbis Stream) as an Ogg Decoder. The Java API docs are somewhat limited. I was able to extract Comment Header and Indentification Header information from a Ogg file. I was also able to process packets of a Vorbis stream. Unfortunately, the audio sound is just white noise. I don't know if some synchronization is necessary. I am also not sure about the function of readPcm(). I am also assuming processPacket(byte[]) converts...
2005 Sep 06
2
Business telephones
...exceed the number or programmed buttons 12) HOLD/DND Some of the asterisk features I am looking for (I'll try and expand this later and probably add to wiki):- a) All ring hunt group - ring all stations simultaneously b) Alpha-nunerically speed dial by name - c) ANI/CID - Automatic Number Indentification/Caller ID d) CID number storage i) Abandon call storage - abandoned calls ii) All call storage e) Call forwarding/CF i) Fixed CF- internal extension single number or sequence ii) Flexible CF- to internal or external, e.g. extensions to cellphone, external to VM iii) Remote CF - int or ext to...
2012 Nov 23
0
[LLVMdev] Disable loop unroll pass
...t simpler, the code before and after the change already tells us. We take detailed investigation on gcc support for hwloop, then we come to the conclusion we are essentially the same. So i think the idea can be shared among different compilers, general abstract tripcount, make pseudo operators for indentification and special handling, that‘s what i think might help. Sent from Huawei Mobile Shuxin Yang <shuxin.llvm at gmail.com>编写: Hi, Gang: I don't want to discuss Open64 internal in LLVM mailing list. Let us only focus on the design per se. As your this mail and your previous mail combined...
2011 Nov 03
3
Difference between LOGIN and PLAIN
Hi Could someone explain to me the difference between LOGIN and PLAIN? I've been googling for a while, but haven't found anything. Thanks. Simon
2012 Mar 25
2
avoiding for loops
I have data that looks like this: > df1 group id 1 red A 2 red B 3 red C 4 blue D 5 blue E 6 blue F I want a list of the groups containing vectors with the ids. I am avoiding subset(), as it is only recommended for interactive use. Here's what I have so far: df1 <- data.frame(group=c("red", "red", "red", "blue",