search for: sorokins

Displaying 14 results from an estimated 14 matches for "sorokins".

Did you mean: sorokin
2015 Oct 23
2
icecast
hi all how do i turn on Listener? from justin > On Oct 23, 2015, at 2:29 PM, Dmitrijs Sorokins <dv.sorokins at googlemail.com> wrote: > > Hello Justin. Can you be more specific? What is the problem? > > 23.10.2015 22:27, Justin Bergers ?????: >> hi all >> >> why i?m not Listening my icecast? i need help please with setting up icecast server. >> &...
2015 Oct 23
2
icecast
...t; > > > > From: Justin Bergers > Sent: Friday, October 23, 2015 9:46 PM > To: icecast at xiph.org > Subject: Re: [Icecast] icecast > > hi all > > how do i turn on Listener? > > from > justin > >> On Oct 23, 2015, at 2:29 PM, Dmitrijs Sorokins <dv.sorokins at googlemail.com> wrote: >> >> Hello Justin. Can you be more specific? What is the problem? >> >> 23.10.2015 22:27, Justin Bergers ?????: >>> hi all >>> >>> why i?m not Listening >>> my icecast? i need help pl...
2009 Jun 20
1
[LLVMdev] /include/llvm/Bitcode/BitstreamReader.h
Hello, I'm compiling LLVM with MSVC at the moment, I've got the following warning: BitstreamReader.h(327) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) in line uint64_t Piece = Read(NumBits); if ((Piece & (1U << (NumBits-1))) == 0) Is this warning relevant? Is also Read64()
2015 Oct 23
0
icecast
..., 2015 9:46 PM >> To: icecast at xiph.org <mailto:icecast at xiph.org> >> Subject: Re: [Icecast] icecast >> >> hi all >> >> how do i turn on Listener? >> >> from >> justin >> >>> On Oct 23, 2015, at 2:29 PM, Dmitrijs Sorokins <dv.sorokins at googlemail.com <mailto:dv.sorokins at googlemail.com>> wrote: >>> >>> Hello Justin. Can you be more specific? What is the problem? >>> >>> 23.10.2015 22:27, Justin Bergers ?????: >>>> hi all >>>> >>&g...
2015 Nov 02
1
Edit icecast.xml while server running
...______________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -- Dmitrijs Sorokins -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20151103/fd8df630/attachment.htm
2009 Jun 19
1
[LLVMdev] /lib/System/Atomic.cpp
Hello, Could you look at current implementation of AtomicIncrement/AtomicDecrement? I think there is a error in version for MSVC. -- Иван Сорокин mailto:sorokin at rain.ifmo.ru -------------- next part -------------- A non-text attachment was scrubbed... Name: diff Type: application/octet-stream Size: 827 bytes Desc: not available URL:
2010 Jan 29
1
[LLVMdev] Distribution in assembler format
Hello, Samuel Crow wrote: > It is possible to write an endian-agnostic bitcode file but I don't think all modern LLVM compilers support it. > Which ones llvm assembler instructions is not endian-agnostic? -- Ivan
2012 Mar 19
1
[LLVMdev] [patch] Enhance of asm macros
Hi llvm users & developers! Attached patches: 1) rewrite previous patch, now for darwin platform applied old mechanism 2) patch added processing .rept directive 3) patch added processing .irp directive 4) patch added processing .irpc directive -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Oct 23
0
icecast
...his ?newbie? problem if am wrong, i will put my beer down and go off to bed..... From: Justin Bergers Sent: Friday, October 23, 2015 9:46 PM To: icecast at xiph.org Subject: Re: [Icecast] icecast hi all how do i turn on Listener? from justin On Oct 23, 2015, at 2:29 PM, Dmitrijs Sorokins <dv.sorokins at googlemail.com> wrote: Hello Justin. Can you be more specific? What is the problem? 23.10.2015 22:27, Justin Bergers ?????: hi all why i?m not Listening my icecast? i need help please with setting up icecast server. from justin ___________________...
2012 Feb 09
0
[LLVMdev] [patch] Enhance of asm macros
Hello Vladimir, While this is great for platforms that use the current gas style assembler macros your patch also changes the existing support for darwin that does not use these style of assembler macros. Could you please update your patch that leaves the assembler macros unchanged for darwin. Then we can review the updated patch. Thanks, Kev On Feb 5, 2012, at 1:43 PM, Vladimir Sorokin
2015 Oct 23
4
icecast
hi all why i?m not Listening my icecast? i need help please with setting up icecast server. from justin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20151023/58c3eaa4/attachment.htm
2012 Feb 05
2
[LLVMdev] [patch] Enhance of asm macros
Hello llvm users! I make patch of asm parser for make it to be closer to gas: 1) treat space as comma of parameters 2) support "req" & "vararg" atttributes 3) macro calls with with explicit named arguments Path attached. Can anybody review it? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Feb 15
2
[LLVMdev] [patch] Enhance of asm macros
Hello Kevin, I thinking about this, but there are some problems: 1) Differrent interpretation of $[:number:] in macro body: source: .macro test par1 movl $0, %eax .endm test %ebx translated to: original llvm => movl %ebx, %eax with patch => movl $0, %ebx 2) Different parsing of space in macro parameters: source: test2 a + b,c parsed as: original llvm => macro test2 with two
2015 Oct 22
3
Edit icecast.xml while server running
Good morning, On Wed, 2015-10-21 at 10:02 -0700, M M wrote: > I believe many Windows devs would just monitor the filesystem for > changes to the config file, and then re-read it when it has changed. I was told that I implemented config reload via the web interface for that reason[0]. Seems I forgot about it. I'm sorry for that. You can find it as a button in the 'Global server