search for: delights

Displaying 20 results from an estimated 347 matches for "delights".

Did you mean: delight
2006 Aug 16
15
OT: finding a designer (bit of a rant)
I''ve written my app already. It outputs valid xhtml and I need a stylesheet to drop over the top. How hard is it for people to understand that? It''s a small project, they''d have to do the main design/layout, and then a little custom styling for some specific elements which don''t appear on every page. That''s the point of CSS right? write once, use
2007 May 18
4
Error Message?
I get this message, when opening the winecfg, rn@MX:~$ winecfg fixme:wave:ALSA_AddCaptureDevice Add support for DSCapture fixme:wave:ALSA_AddCaptureDevice Add support for DSCapture fixme:mixer:ALSA_MixerInit No master control found, disabling mixer /bin/sh: /usr/bin/esd: not found fixme:jack:JACK_drvLoad error loading the jack library libjack.so, please install this library to use jack --------
2008 Dec 09
4
[LLVMdev] [PATH] Add sub.ovf/mul.ovf intrinsics
Hi, Here is the next iteration of the patch. The only comment not addressed is this one: > It would be better to implement a target-independent check for > overflow for the "Legal" case (like how SADDO does). Hacker's > Delight > has some hints on how to do this. It's not easy for the signed case, > but is do-able. It can be lowered to a division + a branch,
2005 Dec 27
6
Best Environment for development
This is a newb question, and probably one that is a matter of taste more than objective merit. I''m working on a home server, running Linux [FC 4], hosting a website [look for generocities.com shortly]. I have a delightful new Windows XP Pro Dell Inspiron 9300 laptop. What would the community recommend for the environment in which I develop? I don''t mean technologies like RoR
2007 Jan 05
5
Windows XP clients
My UPS (an APC 620, FWIW) is attached to my Sun workstation, and monitored by NUT. Everything works a treat and I'm delighted with it (in direct contrast to the useless APC software it came with). But ... I'd like to put my wife's XP machine on the UPS, and have the Sun shut it down, when appropriate. I see there is an XP port of NUT, so ... before I start down the path of horror that
2009 Mar 03
2
Access sip.conf's mailbox from dialplan ?
Hello, In sip.conf, each peer/friend/user entry gathers several parameters such as type, canreinvite or mailbox. How can you specifically access to mailbox value from dialplan ? I know how to access custom parameters (ie setvar=FOO=value) but I don't know to access standard parameters. I'm specifically concerned to access to mailbox's value (from a given entry) but would be
2013 Feb 25
2
OT - 'IP' Security and Capturing Software
Hi After returning from a trip to discover the delights on being burgled i wonder if anyone has any experience of IP security camera(s) and software that can constantly record the stream? I have infrastructure that could store a few TB's of video data which should be plenty for a few weeks worth of recording thats attached to a CentOS 6 box. This...
2006 Feb 10
3
[Req] polymorphic associations howto
Hi people, I''m looking into polymorphic associations as a way to cleanup some messy parts of my code. I think they will allow me to do exectly what I need, but since there''s little to none written on this subject, I''d be delighted if someone could shed some light on this. Especially what the different options and needed table structures need to be. Thanks, -
2004 Nov 28
0
[LLVMdev] PowerPC JIT available for testing
Le Sun, Nov 28, 2004 at 12:00:03PM -0600, Chris Lattner écrivait/wrote: > > > This is just a note to mention that the PowerPC JIT is now operational and > begging for testing in mainline CVS. There is one known problem (below), > but otherwise it works as well as the static PowerPC backend on the test > suite. [....] I'll be delighted to test it, but so fare I was not
2018 Mar 13
4
[Announce] Samba 4.8.0 Available for Download
On Tue, Mar 13, 2018 at 09:08:36PM +0000, Miguel Medalha via samba wrote: > > > On 13-03-2018 19:22, Karolin Seeger via samba-technical wrote: > > ======================================================== > > "It is time that we all see gender as a > > spectrum instead of two sets of > > opposing ideals. We should stop > > defining each other
2018 Mar 13
4
[Announce] Samba 4.8.0 Available for Download
On Tue, Mar 13, 2018 at 09:08:36PM +0000, Miguel Medalha via samba wrote: > > > On 13-03-2018 19:22, Karolin Seeger via samba-technical wrote: > > ======================================================== > > "It is time that we all see gender as a > > spectrum instead of two sets of > > opposing ideals. We should stop > > defining each other
2004 Jul 12
3
How to make * don't strip the leading 0
Hi folks! Is it possible to tell asterisk not to strip the leading 0 of *incoming* MSNs? I use asterisk with i4l and whenever I get a call from an long-distance party, the leading 0, which should be there according the german numbering, is not. So if I get a call from a mobile phone 0177-1234567 should be displayed, but 177-1234567 is displayed. I double checked if I've forgotten to remove an
2016 Jun 25
2
Xapian 1.4.0 released
I'm delighted to announce the release of 1.4.0. You can download from: http://xapian.org/download This is a major milestone release, but the last development release (1.3.7) was essentially a release candidate so the changes arefairly minor - the only notable change is the update to Unicode 9.0.0. That means a short thank you list for this release - thanks to Andy Chilton! As always, if
2006 Jun 08
3
Macros and stuff
I was looking at my controller code and the edit/create/update/new for each are practically identical. So first I DRY''d the four methods in each controller to just one and then I decided to write a single macro for all my controllers. This is the macro: def self.edit_action_for(model, options = {}) model_class = Object.const_get(model) define_method(:edit) do
2008 Apr 02
1
BRI hardware supported by 1.6 libpri ?
Hi, Has anyone information about BRI hardware supported by 1.6 libpri ? In another thread, I was told a basic BRI card with HFC chipset (Bewan Gazel 128) was supported but I would delighted to lear about other harwarde (and specifically about Digium B410P). Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2000 Jan 08
2
MASS glm.nb: Offset fails
I came to R from GLIM and its glm. My data sets (ecological community data) are severely over-dispersed, and so I was delighted to find out that the MASS library has glm.nb which is an advancement from the GLIM macros I had used (N.E.Breslow, Applied Statistics 33, 38--44; 1984). However, I need to use offset, but that failed. I am not (yet --- hopefully) fluent enough in R to be able to
2008 Dec 16
2
[LLVMdev] Shifts that use only 5 LSBs.
I'm working on a Target that only uses the 5 lsbs of the shift amount. I only have 32 bit registers, no 64 bit, so 64 bit math is emulated, LLVM doing the transformations whenever I can get it to. I think I'm seeing a case where it ultimately looks like a standard multiword shift (from e.g. Hacker's Delight) is being inline expanded that assumes at least 6 bits of the shift is
2010 Aug 11
3
Using command line --file or -f
*What I want to do: *Create a windows shortcut that will start the R gui **and** simultaneously source a file *What I have already tried: *This almost works, but it's not the interactive R GUI: R --no-save --sdi -file="C:\SomePath\example.R" These open the R GUI, but doesn't recognize -f --f --file -file RGUI --no-save --sdi -file="C:\SomePath\example.R"
2017 Oct 07
2
Bug 20871 -- is there a fix or work around?
Ignore the suggested fix in my earlier post. How about this? diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 20c81c3..b8ebf42 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -1632,10 +1632,11 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM, if (!Subtarget.is64Bit()) { // These
2004 Aug 18
3
...Why social scientists don't use R
...technical, so subject matter knowledge (CS, statistics, numerical analysis ,...) must be > assumed; My experience has been that the real challenge is not understanding the documentation, but finding it. Once I know the names of one or more candidate functions I am happily on my way. One of the delights of reading r-help is that one keeps discovering useful functions. In the best of all possible worlds I could ask an intelligent agent to summon up the k-nearest neighbor functions that would "do X." Not likely. Years ago StatSci Europe published a handy little "Complete Listing of S-...