search for: neolog

Displaying 11 results from an estimated 11 matches for "neolog".

Did you mean: nolog
2002 Feb 04
3
Allwell doesn't respond to OACK with ACK in TFTP
I'm trying to network-boot a GCT Allwell set-top box without success. My frustration level is high. The problem seems to be that the Allwell is sending a RRQ with an option. tftp-hpa responds with an OACK, and waits for the corresponding ACK from the Allwell. The Allwell never sends that ACK, but instead continues with the same RRQ until timeout. Having read RFC1782, this makes me think
2004 Sep 10
2
Josh Coalson, you rock!
I haven't been here during the development, and I haven't yet looked at the source, but the end result is so impressive that it's moving me to comment: In this great free software world we live in, it is rare to find a project so well researched, designed, executed, and presented as FLAC. It fits my needs beautifully, aligns with my political interests, and has been rock solid
2004 Sep 10
2
[Flac-users] Stuttering over NFS & Samba
...weren't designed for streaming. Can anyone give me any suggestions for how to address this problem? Should I use a different network file system protocol, or somehow stream the FLAC files using a stream protocol? Any hints are welcome. I feel like I'm so close to music server nirvana! Neologism
2004 Sep 10
0
[Flac-users] Stuttering over NFS & Samba
hi Neologism, i can play flac from my server to my workstation via nfs. i have a 100BaseT line as well. i only get stuttering when i'm copying files at the same time as listening. i'm using xmms. perhaps something is not set up correctly. maybe the unit doesn't have enough processing power to d...
2005 Aug 21
8
validates_numericality_of
As far as I can tell "numericality" is not a word. Maybe this method should be renamed. -- R. Mark Volkmann Partner, Object Computing, Inc.
2004 Sep 10
3
Josh Coalson, you rock!
...n-source tools I've used. Many thanks! On Thu, Sep 27, 2001 at 09:27:20AM -0700, Josh Coalson wrote: > wow, thanks a lot! even from the beginning I had a hunch > I wasn't the only one who wanted something like FLAC. glad > to know it's useful. > > Josh > > --- Neologism <Neologism@POBox.COM> wrote: > > I haven't been here during the development, and I haven't yet looked > > at > > the source, but the end result is so impressive that it's moving me > > to > > comment: > > > > In this great free softwar...
2008 Apr 15
4
is there a way to outsource image uploads?
I''m trying to keep my rails app lean and mean and want to avoid (if possible) dealing with image uploads, thumbnail generation, running RMagick etc. I was excited about Amazon letting you upload files directly from the browser to your S3 bucket (http://doc.s3.amazonaws.com/proposals/ post.html) but I couldn''t figure out how to generate thumbnails - has anyone figured this out?
2008 Apr 16
2
Question about yaml. Thank you !!
Hi friends: I tried to convert a model object to yaml(use to_yaml method), and after that, I would like to convert the yaml(string type) back to the model object. But when I use YAML::load to do that, it failed, the return object''s class is Yaml class, not my prior model class.. Please tell me how can I do to convert yaml to an object as the prior model class, or how can I access the
2020 Mar 30
1
is.vector could handle AsIs class better
Thank you Gabriel, Agree, although I think that could be relaxed in this single case and AsIs class could be ignored. Best, Jan On Sun, Mar 29, 2020 at 7:09 PM Gabriel Becker <gabembecker at gmail.com> wrote: > > Jan, > > I believe it's because it has "a non-NULL attribute other than names" as per the documentation. In this case its class of "AsIs". >
2018 Oct 12
1
Scroll bar arrows missing and behaviour change
Leroy Tennison Network Information/Cyber Security Specialist E: leroy at datavoiceint.com 2220 Bush Dr McKinney, Texas 75070 www.datavoiceint.com TThis message has been sent on behalf of a company that is part of the Harris Operating Group of Constellation Software Inc. These companies are listed here . If you prefer not to be contacted by Harris Operating Group please notify us . This message is
2008 May 21
3
How to access Rails::Configuration instance methods
There was a thread yesterday about ENV["_"] which is not available to Windows, I got to playing around with how to find access to the initializer_path or in this case the root_path My question is more about why I don''t have access to what appears to be a public method than finding the root_path. I did this in 2.0.2 with script/console The Rails object has a Configuration