search for: snipets

Displaying 20 results from an estimated 30 matches for "snipets".

Did you mean: snippets
2009 Dec 09
2
[LLVMdev] Unsigned int multiplication using UMUL_LOHI
Hello, I'm having trouble getting LLVM to use UMUL_LOHI instead of MUL for unsigned integers. In the TargetLowering constructor I have: setOperationAction(ISD::MUL, MVT::i32, Expand); setOperationAction(ISD::SMUL_LOHI, MVT::i32, Legal); setOperationAction(ISD::UMUL_LOHI, MVT::i32, Legal); The problem seems to be with the code in LegalizeOp() in LegalizeDAG.cpp. Here's a snipet of
2004 Dec 05
3
multicast vorbis stream
Hi all, is there a software to multicast vorbis streams? I could not find any, so I tried myself. However, I have timing problems. Can you point me to any documentation or sample code snipets where for example the timing issues of vorbis multicast are addressed? How do I make sure, the stream is not put out faster than the clients can process the data? Synchronization is not an option, since multicast has many recipients. Timing seems to be difficult due to the vbr of the vorbis st...
2006 Nov 10
1
Java API Record - Read
Hi, I'm trying to develop an application that stores snipets of audio recorded from a sound system. The audio comes in through a laptop line-in or mic jack, is to be recorded in Vorbis-Ogg format, and then saved in a repository. The application will be written in Java. Is there a standard Vorbis-Ogg Java API that includes framework for recording and playb...
2004 Jan 27
1
Lots of errors
My log files are getting quite big because of all the errors I get in a day. Here is a snipet: Jan 27 10:03:06 localhost smbd[17694]: [2004/01/27 10:03:06, 0] lib/util_sock.c:get_socket_addr(919) Jan 27 10:03:06 localhost smbd[17694]: getpeername failed. Error was Transport endpoint is not connected Jan 27 10:03:06 localhost smbd[17694]: [2004/01/27 10:03:06, 0]
2007 May 12
4
Multiply and format with thousands separator
I have just started with Ruby and Rails and am still greatly confuse, finding the usual tutorials not much help. What I want to do is take two numbers from my database, multiply them together and display them in a list with a comma for the thousands separator. This would be very easy to do in a spreadsheet, so I assumed it would be easy to do in Ruby on Rails but I can''t work out how. I
2006 Nov 04
13
Caching application data
Hi, say my application has a small 20 row information table in the database that stores names of airlines: "continental", "delta", united" , etc... These names will be used in various pages of the application for all the website users for different actions. They do not expect to change often. what I do now is - when a user logs in - these airline names are queried
2006 Feb 21
7
accordion (outlook bar thingy) help
Does anybody have a solution that really works nice? I know about: http://wiki.script.aculo.us/scriptaculous/show/accordion%20feature but I was hoping someone had worked out the kinks. I''m really looking for something like: http://openrico.org/rico/demos.page?demo=rico_accordion Thanks for your time. Joe _______________________________________________ Rails-spinoffs mailing list
2006 Feb 24
2
ParkAndAnnounce2 Feature Request
We've had a regular Park function in the past but recently I found the ParkAndAnnounce() application and I love the idea behind it. Here's a snip from the wiki (http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+ParkAndAnnounce) so that we're all talking the same language: || ParkAndAnnounce(announce:template|timeout|dial|return_context) || || Park a call into the
2006 Dec 08
1
Telnet Listing of IMAP mailboxes
Hello all, I am trying to figure out why I am can't seem to access any of my mailboxes that I moved from my OS X machine using UW-IMAP and I followed the directions on the wiki (http://wiki.dovecot.org/MissingMailboxes) to try and figure this out. I believe based on what I saw that my client seems to be the problem, but my question is. Can anyone tell me what the difference between
2006 Feb 16
0
url.access-deny
...ests on the same second and that''s not good to my application I was trying to use url.access-deny to deny the access to the unexisting gif files, but for some reason it does not work (meaning that I still see the request in the production.log file) Any suggestion is welcome. Below are some snipets from my lighttpd.conf file server.modules = ( "mod_rewrite", "mod_access","mod_fastcgi", "mod_accesslog" ) $HTTP["url"] =~ "^/javascripts/" { url.access-deny = ( ".gif") } fastcgi.server = ( ".fcgi" =&g...
2006 Nov 25
0
"battle for middle earth II" demo fails to install
Hi, i try to install the demo version of "battle for middle earth II" with wine-0.9.26, but without success so far... 'WINEDEBUG=+all wine nzd_bfme2demo_english_final.exe' gives a rather short log (172ko) but probably too large to be sent to the list. A snipet of the very end of the log says : 0009:trace:nls:WideCharToMultiByte cp 0 L"Invalid parameter\n\0000" ->
2003 May 06
1
logging command line execs
Hey folks, As part of a local change, we like to authlog the commands executed via command line, i.e.: ssh user at host "somecommand" And I was able to modify session.c like so: -------------------------------------- case SSH_CMSG_EXEC_CMD: if (type == SSH_CMSG_EXEC_CMD) { command = packet_get_string(&dlen);
2007 Sep 04
0
[LLVMdev] How to put a pass for last?
Hello guys, I'm writing a pass that must check every machine instruction that will go to assembly. I've put my pass registration just before the "addAsmEmmiter" line in LLVMTargetMachine.cpp But, iterating trought machine functions and basic blocks inside the functions, there are still machine instructions that I cant reach. This is the beginnig of the asm output of my example
2004 Dec 03
2
DIALSTATUS weirdness (CHANUNAVAIL instead of BUSY, NOANSWER instead of CHANUNAVAIL)
Just throwing this out here, hopefully someone can tell me why. *CLI> show version Asterisk CVS-HEAD-11/17/04-10:16:38 built by root@wanderer on a i686 running Linux Zap/g1 is pri_cpe to Bell Canada 5551234 is a normal POTS line I have busied out (handset offhook) exten => 1234,1,Dial(Zap/g1/5551234,,g) exten => 1234,n,NoOp(HANGUPCAUSE is ${HANGUPCAUSE} and DIALSTATUS is
2011 May 19
0
security = user vs security = domain and winbind trust
If you require and more information let me know and thanks in advance .. I'm working with dansguardian and squid with ntlm_auth. I join squid to the domain and it works for 7 days. After 7 days to the minute from the time I joined the server to the domain winbind decides it has lost its trust. And then squid cant utilize ntlm_auth as it requires winbind to function properly. I'm using
2005 Aug 02
3
priority "a" in macro to access voicemail
I have added the following to a macro that is used for all extensions so a user can access voicemailmain by pressing * during the voicemail prompt ; check voicemail exten => a,1,voicemailmain(${macro_exten}) exten => a,2,hangup The behavior is a little weird, the * key is not recognized during the portion of the greeting where the extension number is being played back, after it is
1999 Jan 12
0
Question on User validation
> > Samba Fans: I currently have a number of samba servers running Samba-1.9.18 on Solaris 2.6. But each and every share requires the user to log in with not just the password but the correct username as well. Here is the interesting part. I left the security parameter as default, security=share. # Global parameters security = share workgroup = BEACORP [backup1]
2006 Sep 28
5
Eager loading using find_by_sql
Here''s the problem I have the following models User - is a person Team - is a team Wherenote - snipet of info about a user''s whereabouts on a certain day Team has_and_belongs_to_many :users User has_and_belongs_to_many :teams has_many :wherenotes Wherenote belongs_to :user each Wherenote has a note_date On one page I want to pull back all the Users from a particular Team
2006 Oct 17
4
IVR problem
All, I'm not able to play background files since this morning. I'm seeing this error message in the logs: [Oct 17 10:23:56] WARNING[4572] file.c: File custom/asterisk-prospectus_IVR-main-day does not exist in any format [Oct 17 10:23:56] WARNING[4572] file.c: Unable to open custom/asterisk-prospectus_IVR-main-day (format 0x4 (ulaw)): Permission denied [Oct 17 10:23:56] WARNING[4572]
2008 Jun 05
0
Javascript & Scrolling
...ar position to 2000 will be different to the 2000 position on the page. My javascript skills have much to be desired so if anyone could point me to some tutorials that show the right way to do things it would be appreciated as most of what i have learnt so far has been from what ive picked up from snipets of code. Also PLEASE does anyone have a debugger that will actually tell you what is wrong with the javascript, simply highlighting a line that i can see nothing wrong with is quite useless to me. Here is code is a bit of a mess sorry, Thanks for any help in advance <script type="text/ja...