search for: delight

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

2006 Aug 16
15
OT: finding a designer (bit of a rant)
...39;s the point of CSS right? write once, use (almost) anywhere throughout your site. So I advertised on craigslist, and in a few web design forums (in the jobs section). I''ve had easily 100 replies (mostly craigslist), here''s my breakdown: 80 offshore sweatshops, who would be delighted to butcher my site with table based, flash ridden "eye catching" designs 5 front page/dreamweaver users who would be equally delighted to charge me for pressing a few buttons 5 developers who dont even mention design, xhtml or css in their email but who still want to work for me 4 de...
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, so it would be inefficient, plus it would be a lot of work to implement it correctly (for me at least). I was subscribed to llvmdev in 'digest' mo...
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 or what have you. I mean editors, IDEs, etc. Cygwin? X servers? Notepad? The server is in my basement, and I''d like to...
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 is trying to install and c...
2009 Mar 03
2
Access sip.conf's mailbox from dialplan ?
...nreinvite 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 delighted to discover a general mechanism to access to other parameters (canreinvite, ...) Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090303/c5431f91/attachment.htm
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, - Fabien
2004 Nov 28
0
[LLVMdev] PowerPC JIT available for testing
...er é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 able to compile LLVM, even on x86 (without the llvmgcc which I don't use). Are there precise build & use instructions for newbies wanting to test LLVM *in JIT mode only* (I did not found any)? Again, I do not xant to use any llvmgcc stuff... I don't...
2018 Mar 13
4
[Announce] Samba 4.8.0 Available for Download
...so, it would be nice if we could > keep it free from political propaganda, ideological brainwashing and other > such BS. > > Thank you! Miguel, Karolin is the Samba release manager and as such is free to chose whichever quotes for the release she feels are appropriate. I am constantly delighted at the range of material she finds and uses ! If you don't like the quotes you are free to unsubscribe from samba-technical, and you won't have to see them. Regards, Jeremy Allison.
2018 Mar 13
4
[Announce] Samba 4.8.0 Available for Download
...so, it would be nice if we could > keep it free from political propaganda, ideological brainwashing and other > such BS. > > Thank you! Miguel, Karolin is the Samba release manager and as such is free to chose whichever quotes for the release she feels are appropriate. I am constantly delighted at the range of material she finds and uses ! If you don't like the quotes you are free to unsubscribe from samba-technical, and you won't have to see them. Regards, Jeremy Allison.
2004 Jul 12
3
How to make * don't strip the leading 0
...I double checked if I've forgotten to remove an option to strip the first digit of incoming calls and found nothing. The wiki and the mailinglist archives can't enlight me either, why asterisk behaves like this, or how I can turn it off. So if someone could give me a hint, I would be very delighted! Best regards Kai -- Kai Militzer WESTEND GmbH | Internet-Business-Provider Technik CISCO Systems Partner - Authorized Reseller L?tticher Stra?e 10 Tel 0241/701333-11 km@westend.com D-52064 Aachen...
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 mea...
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: http://lists.digium.com/pipermail/asterisk-users/attachments/20080402/6ee7878d/attachment.htm
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 debug the code, but it seems...
2008 Dec 16
2
[LLVMdev] Shifts that use only 5 LSBs.
...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 paid attention to (i.e. it looks like it assumes x >> 32 == 0 if x is 32 bits, but for me x >> 32 == x). (A) What does LLVM assume about "shift width"? (B) Is there a way I can tell it that I've...
2010 Aug 11
3
Using command line --file or -f
...project.markmail.org/ http://r.789695.n4.nabble.com/R-help-f789696.html I've also looked at the PDFs that come with r, especially the R-intro (which is where I got the --f and --file ideas). Sometimes I see help responses that just point to the chapter of a book, or a PDF on Cran. I would be delighted to discover my own answer in the available materials, but please give some hint about why the cited material is relevant! [[alternative HTML version deleted]]
2017 Oct 07
2
Bug 20871 -- is there a fix or work around?
...SDValue &Lo, SDValue &Hi) { ... if (LC == RTLIB::UNKNOWN_LIBCALL || !TLI.getLibcallName(LC)) { // We'll expand the multiplication by brute force because we have no other // options. This is a trivially-generalized version of the code from // Hacker's Delight (itself derived from Knuth's Algorithm M from section // 4.3.1). -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171007/90e43ae9/attachment.html>
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...