search for: lurk

Displaying 20 results from an estimated 732 matches for "lurk".

Did you mean: luck
2016 Aug 03
2
LLVM Social in Sydney, Australia?
Hi Everyone, Just trying my luck here but are there others in the list lurking that down under in Sydney? I'm happy to make something happen if there's at least *one* other person in Sydney. :) Cheers -- Dean
2005 Apr 04
6
Rails on straight CGI - doable?
I''m planning on dipping my toe into the rails ocean after having lurked here for a bit. From what I gather, rails *WILL* work on a straight CGI based server setup, it''s just slow, right? Since this is going to be for my own enlightenment, I just need to confirm(/deny) it''ll work at all right now; I''ll work on the "fast" later.
2001 Apr 06
2
newbie questions
While I intend to lurk for a while (antsily -I've programs I want running), is there an archive or place where I can find somewhat commonly identified problems for the non-programming user to look for fixes? Linux skill: newbie (trying to wean myself from being an NT administrator) Why WINE? 1) a couple of program...
2016 Aug 04
2
LLVM Social in Sydney, Australia?
...2016, at 14:20, Ben Lippmeier <benl at ouroborus.net> wrote: > > >> On 3 Aug 2016, at 12:38 PM, Dean Michael Berris via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi Everyone, >> >> Just trying my luck here but are there others in the list lurking that down under in Sydney? I'm happy to make something happen if there's at least *one* other person in Sydney. :) > > I lurk, and am in Sydney. > > I’m working on a compiler for a Haskell dialect that produces LLVM. > https://github.com/DDCSF/ddc > Cool stuff! &gt...
2009 Apr 29
1
ATA DMA issues - are there problems lurking in 7.1?
Greetings, I have several Tyan S2518UGN (Thunder LE-T) server boards that I've been running for a few yrs. I've always used the SCSI on them, so never really used the ATA ports. I once experimented dual-booting NT2003 & FBSD on one of the ATA ports about a year ago. But ran into the problem I'm running into now. Back then I just blamed it on the drive (even tho it was brand new,
2006 May 23
9
Shameless plug of my web 2.0 app
...on to the list that I''ve completed my first Rails app and wanted to show it to you guys. The site is The Best Stuff in the World! which you can reach here: http://www.thebeststuffintheworld.com/ Any thoughts would be great, I can be reached at adrian@mindjar.com. I''ve been lurking here for a little while, and well, it has been a great resource and help for me. I just wanted to say thanks to you guys. Rails has been fun to program in, coming from a WebObjects/Java/ PHP5 Refugee. All the best. Adrian DeWitts http://www.thebeststuffintheworld.com/
2015 Jun 02
2
did i miss the memo on asterisk devel ?
I usually lurk on the asterisk devel list to see what's going on. No posts for a week or two. Has the list moved ? sean
2004 Aug 23
2
Hold the phone!
Just a little pun there! I've been mostly lurking for a couple of weeks and realize how little I know and understand about this PBX and phone stuff. I did a little looking about and came across a glossary but they terms are -- for me -- kind of out of context. I'm wondering if there is (much as I hate the term "Dummy") a "P...
2007 May 14
2
Hmm.. where is mod_php?
Hello All. Is mod_php for apache hiding in a repo somewhere? I did a yum --enablerepo=centosplus install mod_php (as googled) but I don't see any mod_php lurking anywhere. Anyone know what's up? Thanks -- Flambeau Inc. Technology Center - Baraboo, WI Email : tblader at flambeau.com Keyserver: http://pgp.mit.edu KeyID: 0x00E9EC2C
2005 Aug 29
1
Question about SET_LENGTH
...nt to resize the vector, one solution would be to allocate a new vector then to copy into the new vector. That is what I was going to do until I saw the SET_LENGTH macro. Does this macro effectively take care of the memory? Is this an acceptable use of the macro? The code works, but I dont want any lurking memory problems. PROTECT(outliers = NEW_INTEGER(cel.GetNumOutliers())); if (i_readOutliers != 0) { if (noutlier == 0) { outliers = R_NilValue; } else if (noutlier < cel.GetNumOutliers()) { SET_LENGTH(outliers, noutlier); } } Thanks as always! jim
2009 Apr 13
2
[LLVMdev] Depth First Sort of Machine Basic Blocks just before emitting code
That looks like it does a preorder depth first traversal (I think). I'm looking for postorder. Is there a trivial transform between the two? (I don't know one.) Am I wrong about the preorder/postorder? If not, anything lurking for postorder traversal? Thanks, Dan On Apr 13, 2009, at 2:35 PM, Chris Lattner wrote: > > On Apr 13, 2009, at 11:20 AM, Daniel M Gessel wrote: > >> For nefarious reasons I won't go into (this is for a quick hack that >> will be thrown away in a week or two), I...
2009 Jun 30
6
[LLVMdev] MAJOR API CHANGE: LLVMContext
Notice of a major upcoming API change: The static methods for constructing types and constants will be going away in the future. Instead, the global uniquing tables that lurk behind these APIs will be privatized within LLVMContext instances. What this means for you: Your client application will need to create an LLVMContext in main(), and pass it into a few APIs (the constructor for Module, for instance). You can, in theory, have more than one LLVMContext as...
2005 Dec 31
26
Free "Agile Web Development with Rails" Text
Hi All, I''m a RoR n00b that has been lurking for a week or so. About two weeks ago I bought the text version of Agile Web Development with Rails. Today, I bought the .pdf version because I run a Sony Notebook and find a .pdf more user friendly. Therefore I have the text to give away for free. If anyone in the continental US would like the...
2008 Jan 14
3
unload & reload a (new version of a) package
...t;base") is there some absolute way similar to the above to flush the package db and ensure that a newer version of the package can be loaded into the existing R session? detach calls .Last.lib and seems to go through the motions of purging the loaded package; why, then, is the package still lurking around in the existing R session? it's not a big deal; it's only a minor pain having to re-start an R session. i'm more interesting in why this is happening. cheers, thomas. ******************************************************************************************** This mes...
2000 Nov 12
1
Some random thoughts
Dear all, I hope you will forgive me for posting without lurking, and indeed, without even being subscribed to the list. Let me first say that efforts such as Ogg shows there is still a lot of good in mankind, this is truly a great effort! While I haven't been lurking, I've been looking through the archives to see if this stuff has been discussed be...
2013 Aug 27
0
[LLVMdev] Adding diversity for security (and testing)
...g on adding randomness into code generation > to create a diverse population of binaries. This diversity prevents > code-reuse attacks such as return-oriented-programming (ROP) by > denying the attacker information about the exact code layout. Putting on my security hat (as opposed to my lurking-on-compiler-mailing-lists hat), note that artificial software heterogeneity doesn't actually prevent ROP, it makes it harder in a qualitatively similar way to ASLR. With ASLR, the attacker needs to discover a single memory address in order to construct a return-oriented program. What you'...
2007 Mar 19
3
latest on printing
Is there anyone on this list that can give an overview of what is happening with the printer driver in WINE ? As of version 9.24 I had functional printing with CUPS but in 9.25 and 9.26 I don't. I'm just wondering if I am not aware of some new steps that I need to do with each new release/compile cycle here. I'm using 2.6.18 kernel and compiling from source.
2020 Mar 29
2
Upgrade to CentOS8
Hi folks I have a couple of Zotac mini PCs running CentOS7 which I want/need to upgrade to CentOS8 In theory, they are CentOS8 capable, but assuming Murphy might be lurking around, I prefer validating the hardware before starting the effective installation As there is no LiveCD, what would be the recommended way to do this? Thanks! <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Vir...
2006 Nov 25
3
OT: P(Z <= -1.46).
...rk that I had assigned I observed the fact that in R (version 2.4.0) pnorm(-1.46) gives 0.07214504. The tables in the text book that I am using for the course give the probability as 0.0722. Fascinated, I scanned through 5 or 6 other text books (amongst the dozens of freebies from publishers that lurk on my shelf) and found that some agree with R (giving P(Z <= -1.46) = 0.0721) and some agree with the first text book, giving 0.0722. It is clearly of little-to-no practical import, but I'm curious as to how such a discrepancy would arise in this era. Has anyone any idea? Is there any pos...
2003 Jul 09
2
H450 problems
...like so: exten => 8000,1,Dial(h323/10.0.3.11,20,T) exten => 8000,2,Answer exten => 8000,3,Playback(call-later) exten => 8000,4,Hangup I have also tried using hook-flash to do transfers, but it just hangs up on the caller. I have read as much documentation as I can find, and have been lurking in IRC for days! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030709/cf2e4ac4/attachment.htm