search for: someplac

Displaying 20 results from an estimated 468 matches for "someplac".

Did you mean: someplace
2005 Dec 23
10
truncating html text
...rly basic problem here that I''m hoping there is an easy solution for. I have a chunk of html code that I want to truncate to a given length... say 20 characters or so. If I use the ''truncate'' helper function I end up with unbalanced tags. For example. <a href=www.someplace.com>A really long string of words</a> becomes <a href=www.someplace.com>A really long... When run through the ''truncate'' function, leaving off the closing tag, causing untold trouble and chaos. On top of that, the trunctate function counts characters in the t...
2012 Jul 26
4
SELinux in CentOS 6
It keeps butting in when I try to install map software from Garmin under Wine. I'm not nearly competent not willing to apply the remedy it suggests. How do I get to someplace where I can disable it, or at least set it to permissive?
2003 May 21
3
Need basic help getting started
...ns for make <filename> ; make install in each directory. There seemed to be a lot of error info flashing across the screen during each of the processes. I have verified that I meet the basic requirements linux kernel, openssl, readline with the appropriate devel packages installed. Is there someplace to find better documentation to get started. My objective is to try asterisk out using nothing more that my Red Hat 8.0 Linux machine and a couple of Windows 2000 PCs running Netmeeting. Is this possible? Is there decent documentation someplace to get me started? Thanks! Chip ___________________...
2006 Sep 10
1
[LLVMdev] #line directives in llvm-gcc
Hi! Apparently llvm-gcc ignores #line directives in source files when generating debug information. When I compile this: //test int f(int a) { #line 1 "someplace" return a*a; } //end with `llvm -g -S lines.c`, `someplace' is not mentioned in lines.s. It also looks like functions #included from header files get attributed to the #including file (albeit at the right line number). Is there an option to take #line into account that I am missing?...
2001 Oct 03
1
segmentation violation using openssh-2.9.9p2 on linux 2.2.19
I received a segmentation violation whilst using openssh-2.2.9p2 today: Kernel 2.2.19-6.2.7 (Redhat 6.2) Gcc version egcs-2.91.66 glibc-2.1.3-22 Hardware is 333MHz K6-3Dnow with 64MB RAM if that matters Here is what happened along with a stack dump... # ssh -L 80:someplace.net:80 -l charlie someplace.net Password: (works for a while, then seems to freeze) ^C Segmentation violation (core dumped) # cd /usr/local/src/openssh-2.9.9p2 # gdb /usr/local/bin/ssh ~root/core GNU gdb 19991004 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GN...
2010 Jun 06
3
Profiling WINE (Game)
...function(s) the game calls to complete this task, and hopefully fix the problem function. Am I badly deluded? I know I can't probably profile the game itself, but I'm hoping I can profile the WINE calls it makes. If i'm not deluded, how would I go about this? Are there instructions someplace?
2006 May 21
2
Suggesting changes to HELP files?
Is there a procedure for suggesting changes to HELP files of the core R distribution? If yes, what is it? If it would be considered a friendly gesture, I could find the relevant *.Rd file and submit a suggested modification to it someplace. Alternatively, I could just send suggestions someplace if they would receive appropriate consideration. On many occasions, I think of modifications, e.g., additional examples, that could be added to 'help' pages that I believe would make it easier for people to understand how to...
2005 May 20
5
Who knows where voicepulse has their asterisk servers?
I want to collocate an * box somewhere, where better than where voicepulse chose to put their servers? They probably did their homework and selected someplace where good handoff to the pstn can be found, right/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050520/9f5975b8/attachment.htm
2005 Aug 10
3
Hard deskphone via wifi?
Has anyone here ever tried using a wifi bridge to place a deskset in someplace where there was no LAN drop? If so what hardware did you use and was it succesful? Michael -- Michael Graves mgraves@pixelpower.com Sr. Product Specialist www.pixelpower.com Pixel Power Inc. mgraves@mstvp.com o71...
2009 Oct 17
3
Possible bug in app_meetme.c
Is this patch correct? The "&&" doesn't make logical sense to me. I think it should be "||" and making this change fixes the problem I have with SIP phones in MeetMe conferences. If it's correct, is there someplace more formal that I should submit it to? *** app_meetme.c.old 2009-10-11 17:56:44.000000000 -0400 --- app_meetme.c 2009-10-17 14:22:29.000000000 -0400 *************** *** 2901,2905 **** to write out all the samples....
2010 Aug 25
3
System beeps in kernel 2.6.18-194
...r pins on the motherboard. The problem goes away if I revert the system to 2.6.18-164 with no other changes. I looked through the list archives and searched the web for other people who have encountered this, but it's pretty specific (and hard to search for "system beep"!) Is there someplace can I find *detailed* release notes on the differences between -164 and -194 kernels to help in looking for the problem, pinning it down, and submitting a patch (and/or building my own kernel), or should I just download the SRPMS and dig in? Thanks, -G. -- Glenn Eychaner (geychaner at lco.cl) Tel...
2009 Oct 19
3
[LLVMdev] Who is physically near Austin?
...n's idea and running with it with respect to the Austin area. If you're into LLVM and within easy-enough driving distance to make it worthwhile to get together every month or so in Austin, please post here. If there's enough interest, I'll set something up at a local restaurant or someplace like that.
2009 Oct 30
1
[LLVMdev] LLVM Users in the Twin Cities?
Kenneth had a good idea trying to organize local LLVM user chapters. Anyone else in the Twin Cities hacking on LLVM? I'd love to get together sometime. -Dave
2015 Dec 04
1
Problem with fallback on 2.31 on Windows XP
I got most of my Icecast problems worked out, with one exception: If I want to locate any file or directory on another drive in Windows, how is that path specified? For instance, if I change <basedir> to D:\Someplace and I set <CHRoot> to 1 to accommodate this, what's the proper syntax for the <basedir> directive? Is it: <basedir>D:/Someplace</basedir> or maybe <basedir>/d/Someplace</basedir> or can the system root not be moved off drive C?
2006 Jun 10
1
paginate session problem.. (syntax question)
...great, thanks in advance! def display_location if params[:search] && params[:search].size > 0 @listing_pages, @listings = paginate (:listings, :per_page => 10, :order => "budget desc") locations = (params[:search] || {:default => "someplace"}).values.map{ |x| ''"'' + x + ''"'' } conditions = ''["station = ?", '' + locations.join(",") + "]" @listings = Listing.find(:all, :conditions => "station IN (" + locations.join(&...
2005 Jan 11
3
useR 2005 ?
Dear R-Help-List, are there any plans to organize a "useR" conference in 2005? Best, Roland +++++ This mail has been sent through the MPI for Demographic Rese...{{dropped}}
2011 Nov 05
1
Newbie Question/Feature Request
...ne-else < /path/to/temp/email' All good, expected behavior. A perl snippet: local $/=undef; open FH, "< ./demo.mail"; my $stringified = <FH>; # this is roughly equivalent to how other LDA queues work. close FH; open (CMD_OUT, " /usr/lib/dovecot/deliver -f somedude\@someplace.com -d anotherdude\@destination.dom $stringified |"); my $test = <CMD_OUT>; print $test; The above code errors out because the expected behavior is $stringified is supposed to be a file name. It would be great if deliver could be fed the email as a string so I don't have to add a...
2006 Sep 05
2
Win98SE
...game that i would like to run that only takes directx 6.0. I've installed wine and started to run the installation program, but it as me for directx. I cannot find any place that will offer a free download of directx or a place that wont have it only for windows. I was wondering if you knew of someplace that would help me in any way. thank you.
2001 Oct 31
2
Samba And Macintosh(netatalk)
Hello, Anyone out there running a production network supporting PC and Macintosh clients using samba and netatalk. we are currently using NT 4.0 with AppleTalk-IP software. Sharing the same files with the Macs and the pc is a must. I read someplace that samba 2.2.2 supports Appletalk. Is this true? Thanks, Joe
2005 Jan 11
3
useR 2005 ?
Dear R-Help-List, are there any plans to organize a "useR" conference in 2005? Best, Roland +++++ This mail has been sent through the MPI for Demographic Rese...{{dropped}}