search for: craving

Displaying 20 results from an estimated 74 matches for "craving".

Did you mean: raving
2006 Jul 01
1
Uh oh, Error solving...
undefined method `stringify_keys'' for [["Craved"], ["Whole Sale"]]:Array I did this earler in the script how come now it''s yealling? <% catas = Category.find(:all, :order=> "name").map {|u| [u.name]} -%> <p><label for="item_cata">Catagory:</label><br/> <%= select ''item'',
2001 Mar 12
1
loading shared libraries at startup
Dear people, I compiled a bit of C code into a shared library cftpR.so, and load it into R at runtime using > dyn.load("cftpR.so") This works fine, however when I put .First <- function() { dyn.load("/home/faheem/research/cftp/cftpR.so") } (using absolute path names; also tried with just dyn.load("cftpR.so")), into my .Rprofile to load the library at
2006 Nov 01
1
Request for Feature: Debug IP List
Hi, It would be very useful to have a parameter(s) that allows a list of IP addresses, for which verbose debugging takes place. This would be extremely helpful for tracking odd cases that do not occur consistently, and for troubleshooting machine-specific issues. example smb.conf entries: debug ip list level = 10 debug ip list = 192.168.0.151 192.168.0.136 Ideally this would be available
2001 Jan 11
1
Oops -- forgot URL
>From /., here's the URL with the announcement of mp3PRO http://www.twice.com/html/pagebeta.cfm?InputKey=2853 {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness {+} "I came to ND for 4 years and ended up staying for a decade" --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing onl...
2001 Aug 20
1
Another // comment
vorbis/lib/vorbisenc.c:138 and 157 have "//" comments. Patch included for the lazy (like me!). {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness {+} "I came to ND for 4 years and ended up staying for a decade" Index: vorbis/lib/vorbisenc.c =================================================================== RCS file: /usr/local/cvsroot/vorbis/lib/vorbisenc.c,v retrieving revision 1.12 diff -c -r1.12 vorbisenc.c *** v...
2000 Aug 22
1
vorbis' configure
...tion muckety muck from the Solaris workshop compilers. Can the 'CFLAGS=""' line be removed? I don't think it will break anything, and it should allow greater flexibility to the user. Thanks. {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness {+} "I came to ND for 4 years and ended up staying for a decade" --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2001 Mar 11
1
vorbis_analysis() dependencies?
..." from getting confused - s/encode.c/encode.cc/ in Makefile.am - rm -rf .deps - add AC_PROG_CXX to vorbis-tools/configure.in - run autogen.sh for the vorbis-tools Perhaps I did something stupid in the code...? {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness {+} "I came to ND for 4 years and ended up staying for a decade" --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing onl...
2001 Jan 01
1
By design or a bug?
...that seemed to be related to successive calls to vorbis_analyze() -- indeed, that would seem to be an abstraction violation -- but there easily could be some things hidden in those structs that I'm not aware of. {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness {+} "I came to ND for 4 years and ended up staying for a decade" <HR NOSHADE> <UL> <LI>TEXT/PLAIN attachment: encode_patch </UL> -------------- next part -------------- A non-text attachment was scrubbed... Name: encode_patch Type: application/octet...
2020 Oct 26
2
Looking for a guide to collect all e-mail from the ISP mail server
> Besides, the way you suggest means opening a SMTP port to the outside world. A security risk and more work at the firewall etc. You can just allow some ip addresses of your provider to connect, not? Nothing outside world.
1998 Oct 10
5
win98 vs win95 with TCP/IP
You wrote: I have been disappointed that I can't use Linux+Samba as an alternative to a Win9x or NT server for our GP medical practice. The software we need runs in win9x. We crave stability. But Linux+Samba is just much slower as a file server. It's normally quite fast: are you running over a dial-up network, requiring you to adust MTU's for speed??? If not, try ``socket
2001 Jan 20
2
Makefile.am patch
...ES = vcedit.c vcedit.h vcomment.c debug: --- 6,12 ---- INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ ! vorbiscomment_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ vorbiscomment_SOURCES = vcedit.c vcedit.h vcomment.c debug: {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness {+} "I came to ND for 4 years and ended up staying for a decade" --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing onl...
2000 Nov 22
1
Non-gcc build problems
...the short/long option stuff (perhaps steal from gcc's getopt_long...? Since all of ogg/vorbis is GPL, this shouldn't be a problem). --> A solution not is provided in the attached patch ------- {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness {+} "I came to ND for 4 years and ended up staying for a decade" --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing onl...
2000 Jun 12
5
Compile Problems
Hello, I've been trying to compile some things but have run into some problems. I've have the vorbis directory inside of /usr/src. I have compiled vorbis itself with no problems. I've also copied the results to their respective directories as per the README file. I've also compiled the XMMS plugin with no problem. However when it is installed in the
2004 Aug 06
4
ASSISTANCE
FROM: COL. KENNETH ABELANGE. DEMOCRATIC REPUBLIC OF CONGO. Tel No: Your country Intl. access code +873762692483 Fax No: your country Intl. Access code +873762692485 kennethabelange@africamail.com Dear Sir/Madam <p>SEEKING YOUR IMMEDIATE ASSISTANCE. Please permit me to make your acquaintance in so informal a manner. This is necessitated by my urgent need to reach a dependable and
2020 Oct 26
0
Looking for a guide to collect all e-mail from the ISP mail server
>> Besides, the way you suggest means opening a SMTP port to the outside > world. A security risk and more work at the firewall etc. > > You can just allow some ip addresses of your provider to connect, not? > Nothing outside world. Yes, you all want me to open ports. I'm sorry guys, but I won't budge: 1) Opening a port means reconfiguring the firewall. You may find
2010 Jul 16
0
Sage and R (was: Mathematica and R)
Dear David, > I managed to install Sage on Windows (via a Linux VM), but I cannot find any documentation on how to use R from Sage. Maybe I > should use the web interface of Sage to avoid having to install R on the VM. In the Sage command line, you can type sage: r? to get some very basic info, and sage: r.[tab] to get various commands. This part of the interface still needs some
2003 Aug 12
0
excellently
Wow. dada spam. Antranig Alfaro wrote: > humans bouts scrupulously taxied annette methacrylate exert crouching > exclude hubris meteorite aides acronym exogenous boater plead savoring > tapestries courtrooms taunter bodyweight poultry pokes brandishes > poems ama mightiness assam countless actinolite merges crave technic > accomplishers bombast creation bonaparte
2004 Nov 30
0
[BOOK] VoIP Telephony with Asterisk
...al overview of the open source PBX" but IMHO it's more like "a collection of howtos with rather confusing examples". It has about zero structure and doesn't really help you understand how asterisk works. I don't really recommend this book unless you're desperately craving for some * litterature... Cheers, Jean-Michel.
2008 Oct 22
0
Re: Halo install won't work.
The Halo installer requires a native windows .dll file to complete the installation. Find a copy of mfc42.dll from either another windows machine or download it from the internet, and place it in the following directory: [Arrow] ~/.wine/drive_c/windows/system32 This should solve the craving for the PidGen.dll file & the installation should then be able to complete without any errors.
2003 Nov 10
1
full size shown before file transfer (via samba) completes?
I noticed this when transferring a 200mb file from my win box to my linux box (that has it's hd shared with samba). I typed ls -l in a term window to see the progress, but it was showing full size even though according to windows the transfer was only around 10-20%, and so on. Why does samba do this? If I transfer with ftp, or ssh transfer, I see the file size growing in shell.