search for: sadder

Displaying 6 results from an estimated 6 matches for "sadder".

Did you mean: ladder
2008 May 28
1
Bug#483294: xen-3_3.2.1-1(ia64/unstable): FTBFS: please enable ia64 support
Package: xen-3 Version: 3.2.1-1 Severity: important Apparently upstream supports ia64 in xen 3 or 3.1 or so.... lamont There was an error while trying to autobuild your package: > Automatic build of xen-3_3.2.1-1 on mundy by sbuild/ia64 98 > Build started at 20080527-2018 [...] > ** Using build dependencies supplied by package: > Build-Depends: debhelper (>= 5.0.37.2),
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
...whee. But I still can't seek. The reason became clear when looking further through the code... return 0; /* No seeking at this time */ Whoops, bummer. Out of curiosity, how easy should it be to implement seeking within an OggFLAC file, as opposed to a plain ordinary FLAC file? Now, to sadder news: I've been meaning to post a pointer to some audio snippets that the default encoding of Vorbis makes to sound much worse than the original. It's the voice of the late John Peel from his last radio shows on the BBC, where it sounds as if there's a lot of overload distortion going...
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
...whee. But I still can't seek. The reason became clear when looking further through the code... return 0; /* No seeking at this time */ Whoops, bummer. Out of curiosity, how easy should it be to implement seeking within an OggFLAC file, as opposed to a plain ordinary FLAC file? Now, to sadder news: I've been meaning to post a pointer to some audio snippets that the default encoding of Vorbis makes to sound much worse than the original. It's the voice of the late John Peel from his last radio shows on the BBC, where it sounds as if there's a lot of overload distortion going...
1999 Mar 22
86
SWAT
I was playing with this on my test machine, (redhat 5.2, samba 2.0.3) worked great, and I was really impressed. So I decided to install this on my office machine. (redhat 4.2, samba 2.0.3) and the only significant difference is that on the office machine, I use encrypted passwords. I cannot get swat to authenticate on the second machine. That is, no matter what account, password combination
2006 Apr 08
76
MIT vs GPL vs LGPL for open source project
I intend to release a project I wrote with Rails. What is the right licensing scheme for a web application (content managing system) which could grow with plugins and add-ons ? Personally, I would prefer the GPL but does that mean any add-on to the CMS (like task management) will have to be GPL ? If some people contribute to the code could it still be double-licenced so that the people who
2016 Apr 27
1
Determine if a set of x and y-latitude points are inside of a polygon using R
Objective: Determine if a set of x and y-latitude points are inside of a polygon using R. Lets say I have 9 polygons. Where I have labeled the polygons to be checked from 1-9. The problem I?m running into is running the point.in.polygon to check if those points are in one of several polygons, as my code overwrites the result. To accomplish this I am using the R-built in function called