search for: inforamt

Displaying 20 results from an estimated 22 matches for "inforamt".

Did you mean: inforaml
2004 Aug 06
1
Problem with Ices and Icecast2
I've got a problem, iI can't send inforamtion to my Icecast2 server with Ices. When I start Ices, Ices print: Error during send: Mount failed on http://127.0.0.1:8000/music, error: Could not login on server. Server message: Error during send: Mount failed on http://127.0.0.1:8000/music, error: Could not login on server. Server message: A...
2006 Jan 05
1
Ruby on Rails Workshop in Graz, Austria
http://sg.validcode.at/articles/2006/01/03/ruby-on-rails-get-started The first austrian ?Ruby on Rails? Workshop takes place on the 21st and the 22nd of January in Graz, Austria. What are you going to learn? * What is Ruby on Rails * How do i build a Web Application with it These are the imporant points, but these include many things. You also get a CD with a bunch of Software,
2014 Feb 10
1
Looking for HowTo Postifx, Dovecot and PostgreSQL
...ways on setting up dovecot with postfix and using a PostgreSQL backend for virtual hosts. I've found this one quiet helpful: http://wiki2.dovecot.org/HowTo/DovecotPostgresql even it seems to be little outdated for recent versions of dovecot (the auth part of dovecot.conf). Also its lagging some inforamtions I wasn't able to find on my own (e.g. how to set password for a imap account). Can somebody give me a hint for a up-2-date howto for some noob as I am? Cheers, Frank -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-s...
2007 Dec 26
7
Which is faster: searching in a file or in a database
...S file with about 20000 rows in each. If I want to search in these files for example get every row that has the word "apple" i a column, which is faster: If I read all these ten files into the database and then making search in the database or If I search directly in the files for this inforamtion? Thank you! Please motivate your answer and include a code to make the search. Best regards, Mark -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Ta...
2011 Jan 13
1
[LLVMdev] Where is liveness analysis pass?
Hello all Currently I want to use the accurate liveness information when writing a *target independent* FunctionPass based on LLVM. The one I can find is LiveValues, a FunctionPass. But it doesn't use classic dataflow equation and can only provide approximate and conservative result. The another one is LiveVariables which use classic data flow equation, but it comes from Clang's analysis
2011 Jan 13
0
[LLVMdev] Where is liveness analysis pass?
...quot;lib/CodeGen/LiveIntervalAnalysis.cpp" --> This pass computes live interval for live variables. 4. SimpleRegisterCoalescing::runOnMachineFunction "lib/CodeGen/SimpleRegisterCoalescing.cpp" -> After SimpleRegisterCoalescing, live intervals are merged. As you know, liveness inforamtion in backend is target dependent. If you want to use target independent liveness information, I suggest you to use live variable information for virtual register in "LiveVariables::runOnMachineFunction()" pass. Best regards, Jin-Gu Kang
2004 Aug 06
0
Problem with Ices and Icecast2
I've got a problem, iI can't send inforamtion to my Icecast2 server with Ices. When I start Ices, Ices print: Error during send: Mount failed on http://127.0.0.1:8000/music, error: Could not login on server. Server message: Error during send: Mount failed on http://127.0.0.1:8000/music, error: Could not login on server. Server message: A...
2008 Oct 23
0
command - set sip_codec- does not work with asterisk-1.4.21
...llowtransfer=yes type=friend secret=1000 qualify=yes canreinvite=yes host=dynamic insecure=very fromuser=1000 ;dtmfmode=rfc2833 disallow=all allow=g729 ;allow=ulaw ;allow=alaw context=internal -------------------------------------------- when the calls coming from asterisk 1, i can not see any g729 inforamtion, the Noop(${SIP_CODEC}) show nothing. some people reported the bug for sip_codec, i followed that, but i still can not. sovle. anyone knows how to set sip_codec in dialplan or have any right format for set sip_codec in dialplan? thanks! zhu --------------------------------- ????????...
2008 Nov 19
2
are hardlinks supported when rsyncing over ssh?
Subject should be enough: are hardlinks supported when rsyncing over ssh? I know that I cannot do anything with hardlinks if I'm using SSHFS over FUSE, I was wondering if rsync is plagued by the same problem. Matt
2009 Dec 17
5
Dovecot v2.0 wiki
I forked the wiki to http://wiki1.dovecot.org/ is the old docs for v1.x http://wiki2.dovecot.org/ is the new docs for v2.0 For now wiki.dovecot.org points to wiki1, but once v2.0 is released I'll change it to point to wiki2. I symlinked the user directory, so users should stay synced between the wikis. The main reason for wiki2 is to be able to describe Dovecot v2.0's actual behavior
2005 Jan 13
4
ezstream reencode
hi, i want to reencode our ezstream. but it dosent work. mdplay and lame are installed on the server. the config for ezstream is in the bottom of this mail. i dont understand the problem. have you any ieda ? have a lot of thanks my config: <ezstream> <url>http://localhost:8000/backup</url> <sourcepassword>*****</sourcepassword>
2004 May 21
1
[LLVMdev] Re: LLVMdev digest, Vol 1 #292 - 4 msgs
...ion when runing opt. What is the reason for it? And is it necessary to add push_back() after new CallInst ? And if I used those two instructions , it works well. Thanks Instruction *InstrCall = new CallInst (InstrFn, Args , ""); BB->getInstList().insert(InsertPos,InstrCall); Error inforamtion: %opt -load ../../lib/Debug/libcntPass.so -cntPass<insert.bc -f -o i.bc BB name : entry opt: SymbolTableListTraitsImpl.h:53: void llvm::SymbolTableListTraits<ValueSubClass, ItemParentClass, SymTabClass, SubClass>::addNodeToList(ValueSubClass*) [with ValueSubClass = llvm::Instruction,...
2006 Feb 26
1
[LLVMdev] Re: gcc like attributes and annotations
...In the short term I think I'll simply use the class file format in my > native compiled classes > and wait and see how this turns out. I've been stuck thinking about > this for two months. So you are currently compiling class files to LLVM modules and you place the Java .class file inforamtion in the LLVM bytecode too? Or am I missing somethign here? > --Jakob > > > On 2/25/06, Jakob Praher <jp at hapra.at> wrote: > >>Hi Reid, >> >>Reid Spencer schrieb: >> >>>I have some thoughts on this too .. >>> >> >>Gre...
2010 Oct 19
2
[LLVMdev] Structure memory layout
...(Target dependent memory layout for struct type is generated on source codes which consider portability for multi-platform,) My subject in my team makes more target independent bitcode, not completely. In addition to memory layout for struct type, I have been considering several target dependent inforamtion on current bitcode. If I have a chance, I would like to discuss the information with llvm developers. :) I really appreciate your answer. Thanks, Jin-Gu Kang
2001 May 30
3
Lossless/lossy hybrid?
Monkey's Audio lossless compressor (currently win32 only, free but not open-source except decoder) author is thinking to implement a kind of audiophile-quality lossy compression which would filter "noise bits" that are hard to encode lossless but which are (or should be) inaudible and thus improve lossless compression (avg. 300-450kbps). I think that implementing something like this
2010 Oct 19
0
[LLVMdev] Structure memory layout
On 19 October 2010 07:57, Jin Gu Kang <jaykang10 at imrc.kist.re.kr> wrote: > Frist, I have been implementing common type for struct type on bitcode > at compilation time using llvm-gcc and then changing common type to target > specific types at code generation time using llc (reconstruct StructLayout). Hi Jin, Apart from bitfields and unions, the struct type is pretty much target
2001 Aug 20
4
Batch-Tagging oggs?
Hello all. Quick question ('Cause I'm famished and have to get something to eat) If I have a batch of files (wave and/or ogg) with a certain naming scheme. Would it be possible for me to write a small nifty (newbie) dos-batch program that could tag those ogg-files (or encode the waves with tags) with regards to the namin parameters. Let me clarify. I usually encode waves with the
2010 Oct 19
4
[LLVMdev] Structure memory layout
Hi LLVM members, I have been working to make target independent memory layout for struct type(Aggregate type) in my team. I think that struct type has different memory layouts according to each target system in current LLVM. To implement target dependent concept for struct type, Frist, I have been implementing common type for struct type on bitcode at compilation time using llvm-gcc and then
2017 Dec 12
14
[Bug 104222] New: GNOME/Wayland desktop freezes when resizing Firefox window
https://bugs.freedesktop.org/show_bug.cgi?id=104222 Bug ID: 104222 Summary: GNOME/Wayland desktop freezes when resizing Firefox window Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2013 Mar 12
4
isohybrid --uefi - resulting EF00 partition too small
Hello everyone, I am maintaining a distribution loosely based on LFS and am now trying to add UEFI support. Integrating a FAT formatted partition image containing, preloader, gummiboot, kernel and initramfs correctly results in a ISO image that is bootable on BIOS and UEFI systems if booted from the optical drive. However, when I run isohybrid --uefi name-of.iso the resulting GPT entry for