search for: vladimir

Displaying 20 results from an estimated 1020 matches for "vladimir".

2012 May 15
3
i am stuck with setup :)
Hello, I have Mustek Powermust 2000VA USB And installed latest nut. Problem is that I cannot get info from UPS: http://pastebin.com/BtpE2Be1 I got contact with UPS via blazer_usb driver http://pastebin.com/38BZteFC Ups.conf: http://pastebin.com/KwRrz5rf Upsd.conf: http://pastebin.com/i3jNHpVj Upsd.users: http://pastebin.com/TRJ5ahWR Lsusb: http://pastebin.com/WsEbkPqG Dmesg:
2007 May 07
1
looking for equivalent of matlab's medfilt1 function
Dear all, I have several files with Matlab code, which I am translating to R. For the zero-level approach, I took the very old shell script from R-help archives, which has made some obvious leg-work such as replacement of "=" with "<-". Now I am translating indexing, matrix operations and function call using this table http://37mm.no/mpy/octave-r.html The problem is, I
2015 Jan 28
3
[LLVMdev] [Mips][TargetOptions] How to properly instantiate TargetOptions in MC layer?
...should produce an ELF64 and 'clang -target mips64-linux-gnu -mips32r2 -mabi=32' should produce an ELF32. In terms of code, we need to get the ABI name to createMipsELFObjectWriter(). One of your commits on Monday (r227102) seems to make this a lot easier than it was looking last week when Vladimir and I were discussing this internally (I've been off sick so I only saw your commit last night). I haven't had chance to try this but I'm currently thinking that createMCAsmBackend() should have an LLVMTargetMachine* argument. The Mips-specific versions of this function can then get the...
2015 Jan 29
0
[LLVMdev] [Mips][TargetOptions] How to properly instantiate TargetOptions in MC layer?
Hi Eric, as I was working on the same issues that are covered in your patch I also made a change in clang driver to pass this option to the assembler. Could you please review it and tell me your opinion? http://reviews.llvm.org/D6091 Thanks Vladimir ________________________________ From: Daniel Sanders Sent: Wednesday, January 28, 2015 8:59 PM To: Eric Christopher; Vladimir Medic; llvmdev at cs.uiuc.edu Subject: RE: [LLVMdev] [Mips][TargetOptions] How to properly instantiate TargetOptions in MC layer? Hi Eric, The main thing we need to fix i...
2013 Oct 02
1
[LLVMdev] [TableGen][AsmParser][MC] isAsmParserOnly flag in class Instruction
...smParser and it seems to me that it is using a switch/case construct to change the opcode and the operands, but this construct may become too large eventually. I was wondering if it is possible to use isAsmParser only flag to call dedicated methods, like dedicated parsers for AsmOperands. Regards Vladimir ________________________________ From: Jim Grosbach [grosbach at apple.com] Sent: Wednesday, October 02, 2013 4:46 AM To: Vladimir Medic Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] [TableGen][AsmParser][MC] isAsmParserOnly flag in class Instruction Hi Vladimir, ARM does similar things for c...
2013 Sep 05
2
HTTP protocol support.
Hello Anvin. Thanks a lot for you respond. But it`s not help. I get error : netconn_write failed: -5 even if I use ip address. http://10.5.9.127/.... Looks like HTTP protocol is not working. Is it possible to get debug version ? Thanks. Vladimir Izmalkov T +38 044 490 33 93 ext. 240 M +38?091?354 03 73 IT Home From: H. Peter Anvin [mailto:hpa at zytor.com] Sent: Monday, September 02, 2013 5:20 PM To: For discussion of Syslinux and tftp-hpa; Izmalkov, Vladimir Subject: Re: [syslinux] HTTP protocol support. Try using lpxelinux.0. &quot...
2013 Aug 22
2
HTTP protocol support.
...KERNEL http://deployment/sources/common/pxe/memdisk APPEND iso raw initrd http://deployment/sources/iso/CustomPE/AltPE_7.iso and it`s work fine. If I replace files by new version. Pxelinux cannot load memdisk and iso (even if I put FQDN) Any ideas ? Thanks. Vladimir Izmalkov Technical Support Consultant IT mailto:Vladimir.Izmalkov at sap.com http://www.sap.com<http://www.sap.com/> SAP CIS, LLC accepts no legal liability for the content of this email, or for the consequences of any actions taken on the basis of the information provided, unless that infor...
2011 Apr 13
5
Nested route with collection
Hi! I try to do nested route with collection, but I always have mistake route: resources :user do resources :todo do member do post :complete end collection do get :completed end resources :post end end View: <%= link_to_if (params[:action] == ''home''), ''Done'', comoleted_user_todo_path %> Browser back me mistake undefined local
2013 Oct 02
0
[LLVMdev] [TableGen][AsmParser][MC] isAsmParserOnly flag in class Instruction
Hi Vladimir, ARM does similar things for complex assembly pseudos. Have a look at the definition and use of AsmPseudoInst in the ARM backend. They’re not typically expanding to multiple “real” instructions, but that’s an implementation detail, not a constraint. -Jim On Oct 1, 2013, at 5:36 AM, Vladimir Med...
2013 Oct 01
2
[LLVMdev] [TableGen][AsmParser][MC] isAsmParserOnly flag in class Instruction
...via MCInstrDesc class that we import as externally defined. In fact, the only thing it is used for is to avoid generating codeGen info for these instructions in tableGen. So, I was wandering if there is a plan to use this flag in asmMatcher or at least make it available in AsmParser? Kind regards Vladimir Medic -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131001/f719e941/attachment.html>
2010 Mar 23
7
PDC migration from suse 8.2 - samba 2.2.7 ldap - to latest versions on ubuntu 8.04
Hello, Hopefully I'm in the right place asking for help :-) I need to move from an old physical Suse 8.2 - samba 2.2.7 + ldap - to latest samba versions, I would like to use an ubuntu 8.04 virtual machine. The domain is in production on the physical server, to be dismissed after migration. It is also the file server!!! so /DATA/ has all shared and permission driven file access.. I was
2012 Aug 10
1
[LLVMdev] Pseudo instructions expansion
...ween different replacements, like the ones I stated for load immediate? I have thought of expanding instructions after successful match but I was hoping that there is some kind of mechanism from tableGen that can be used for the purpose as the former way seems to me more like a hack. Kind regards Vladimir ________________________________ From: Jim Grosbach [grosbach at apple.com] Sent: Thursday, August 09, 2012 6:18 PM To: Medic, Vladimir Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Pseudo instructions expansion Hi Vladimir, The pass you refer to isn't used by the assembler at all. That...
2015 Jan 27
2
[LLVMdev] [Mips][TargetOptions] How to properly instantiate TargetOptions in MC layer?
...to MCSubtarget class, like MCAsmBackend and MCTargetStreamer and instantiating a new copy od TargetOption causes link errors as it is already instantiated in some drivers(llc.cpp for example). What would be the proper way to get the TargetOptions struct available in other classes? Kind regards, Vladimir -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150127/ed2ca5fd/attachment.html>
2010 May 03
2
[LLVMdev] `make check' failures in r102924
on 05/03/2010 11:13 AM Dale Johannesen said the following: > On May 3, 2010, at 10:43 AMPDT, Vladimir G. Ivanovic wrote: > > >> I successfully built LLVM (r102824) with >> >> ./configure --enable-optimized --enable-targets=host --with-built-clang >> >> on Fedora 12 on an Athlon64 processor. (The clang is the 2.7 pre-built >> version.) > > and the...
2004 Jul 05
3
[LLVMdev] Propose change gnuplot options for small picture versions
...ttp://llvm.cs.uiuc.edu/testresults/X86/running_loc.png ). I suggest rotate it to vertical position in small picture versions. .png file created modified gnuplot script (for comparing) and patch attached. "set xlabel 0,-1 " added for solving xlabel and xtics text overlap after rotate. Vladimir -------------- next part -------------- A non-text attachment was scrubbed... Name: running_loc.png Type: image/png Size: 4436 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040705/b3db39ad/attachment.png> -------------- next part -------------- A non-...
2004 Nov 02
2
[LLVMdev] Problems with nighttest FeatureTests
Hi! As I can see all nighttesters listed at http://llvm.cs.uiuc.edu/testresults/ have problem with FeatureTests at 2004-11-01/2004-11-02 test run. In my case i manualy terminate nighttest script after 12 hours work. It problem resolved? Vladimir
2006 Aug 15
5
ActiveRecord inheritance
...s/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in `require'' script/server:3| |This error occured while loading the following files: country.rb account_extended.rb --------------------------------------- | Please, can anybody explain me what I do wrongly ? Thanks. -- Vladimir Kurnavenkov -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5181 bytes Desc: S/MIME Cryptographic Signature Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060815/38cb6783/smime-0001.bin
2010 Mar 02
1
[LLVMdev] Turning off color in clang error mesages?
...om: Lstream_flush_out (stream) : 0)) [0;1;32m ^ [0m2 diagnostics generated. If the answer is "no", then perhaps someone could point me to the place in the code that writes out error messages, and I'll try and hack XEmacs support in. Thanks. --- Vladimir -- Vladimir G. Ivanovic http://www.leonora.org +1 650 450 4101 vladimir at acm.org
2005 Feb 17
3
[LLVMdev] LLVM CFE bootstrap problem at FreeBSD after last$(Install) changes in Makefile.rules
> Vladimir, > > Thanks for the note. Unfortunately, the install approach that we're > using in the makefiles is a bit broken, based on Linux install program. > We'll get this cleaned up soon so that it works on multiple unixes. > > Reid. Ok Temporary fixed by partly reverting $(Inst...
2013 Feb 15
6
Cisco 7942 Connected line ID
Hi, Is it working for anyone? I have tried with trustrpid=yes sendrpid=yes/pai but can not get it working, Asterisk cli shows prevented message like this. Connected line update to SIP/1231-00000200 prevented Regards, Zohair Raza -------------- next part -------------- An HTML attachment was scrubbed... URL: